Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump axios from 0.26.0 to 0.26.1 #172

Merged
merged 1 commit into from
Mar 23, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2022

Bumps axios from 0.26.0 to 0.26.1.

Release notes

Sourced from axios's releases.

v0.26.1

0.26.1 (March 9, 2022)

Fixes and Functionality:

Changelog

Sourced from axios's changelog.

Changelog

Commits
  • 8e67551 Update line on methods, update TS definition to allow strings (#3802)
  • 224ed94 Add AxiosInterceptorOptions to d.ts (#3800)
  • bdb7d76 Adding baseURL to be used in getUri(), also removing question mark trimming s...
  • 195c8e5 Returned error treated when requesting uncommon URL (#3544)
  • 412d3bd Adding support for beforeRedirect config option (#3852)
  • 3d13b67 Fix FormData example (#4391)
  • 45cb5ad Updated README example to be coherent with the CommonJS usage (#4418)
  • 2396fcd Bump karma from 6.3.14 to 6.3.16 (#4506)
  • 170588f Refactored project file structure to avoid circular imports; (#4220)
  • 6e63edf Bump url-parse from 1.5.4 to 1.5.10 (#4501)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [axios](https://github.com/axios/axios) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.26.0...v0.26.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/axios-0.26.1 branch from 42b77f3 to f71074e Compare March 14, 2022 15:39
@codecov-commenter
Copy link

Codecov Report

Merging #172 (f71074e) into master (ff0065c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #172   +/-   ##
=======================================
  Coverage   76.59%   76.59%           
=======================================
  Files          27       27           
  Lines         893      893           
  Branches      320      320           
=======================================
  Hits          684      684           
  Misses        209      209           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ff0065c...f71074e. Read the comment docs.

@gkarat gkarat self-assigned this Mar 16, 2022
@gkarat gkarat merged commit 26b12b1 into master Mar 23, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/axios-0.26.1 branch March 23, 2022 16:36
@gkarat
Copy link
Collaborator

gkarat commented Mar 24, 2022

🎉 This PR is included in version 1.0.17 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

gkarat added a commit that referenced this pull request Mar 24, 2022
* fix(RecsListTable): Reset filters button behavior update (#183)

The recommendations list page Reset filters button change: the button is always available; if the button is clicked with the default filters, then the data are re-fetched; if the button is clicked with extra filters applied, it sets them to the default set.

* fix(ClusterListTable): Updated the reset filters behavior (#184)

The clusters list page Reset filters button change: the button is always available; if the button is clicked with the default filters, then the data are re-fetched; if the button is clicked with extra filters applied, it sets them to the default set.

* chore(release): 1.0.14 [skip ci]

## [1.0.14](v1.0.13...v1.0.14) (2022-03-21)

### Bug Fixes

* **ClusterListTable:** Updated the reset filters behavior ([#184](#184)) ([e184d33](e184d33))
* **RecsListTable:** Reset filters button behavior update ([#183](#183)) ([2287020](2287020))

* fix(AffectedClustersTable): rename reset filters button (#186)

* chore(release): 1.0.15 [skip ci]

## [1.0.15](v1.0.14...v1.0.15) (2022-03-21)

### Bug Fixes

* **AffectedClustersTable:** rename reset filters button ([#186](#186)) ([c5111cc](c5111cc))

* fix(disable modal): bug with multiple selections (#187)

This fixes a bug: if user selects multiple clusters, unchecks
"Disable recommendation for selected clusters" flag, then the
recommendation will only be disabled for selected clusters. This is incorrect, and
the recommendation should be disabled for all clusters in this scenario.

* chore(release): 1.0.16 [skip ci]

## [1.0.16](v1.0.15...v1.0.16) (2022-03-23)

### Bug Fixes

* **disable modal:** bug with multiple selections ([#187](#187)) ([659af06](659af06))

* chore(deps): bump axios from 0.26.0 to 0.26.1 (#172)

Bumps [axios](https://github.com/axios/axios) from 0.26.0 to 0.26.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.26.0...v0.26.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(tables): revert the time-based refresh feature

This reverts the feature of data time-based refresh (was set to 20
seconds) in the clusters list and recommendations list tables.

* chore: leave FIXMEs at the improper title change

* chore(release): 1.0.17 [skip ci]

## [1.0.17](v1.0.16...v1.0.17) (2022-03-24)

### Bug Fixes

* **tables:** revert the time-based refresh feature ([5961ef7](5961ef7))

Co-authored-by: Fewwy <62722417+Fewwy@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@gkarat
Copy link
Collaborator

gkarat commented Mar 28, 2022

🎉 This PR is included in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants