-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
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>
42b77f3
to
f71074e
Compare
Codecov Report
@@ 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.
|
🎉 This PR is included in version 1.0.17 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* 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>
🎉 This PR is included in version 1.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Bumps axios from 0.26.0 to 0.26.1.
Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's 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)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)