-
Notifications
You must be signed in to change notification settings - Fork 707
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
Bump axios from 0.27.2 to 1.1.3 in /dashboard #5475
Bump axios from 0.27.2 to 1.1.3 in /dashboard #5475
Conversation
✅ Deploy Preview for kubeapps-dev canceled.
|
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.1.3. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v1.1.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
6796f40
to
5fe9291
Compare
There are some incompatible changes, but, the main issue is that we are using "moxios" for mocking axios request and this project seems to be inactive (see axios/moxios#98). Maybe we will have to migrate to https://www.npmjs.com/package/axios-mock-adapter |
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Signed-off-by: Antonio Gamez Diaz <[email protected]>
Signed-off-by: Antonio Gamez Diaz <[email protected]> Conflicts: dashboard/package.json
Last PR on Moxios dates back to March, 2021. I agree on migrating to another tool like https://www.npmjs.com/package/axios-mock-adapter or similar. |
Exactly, that's what I've done in this PR indeed :P and why I asked for a review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok...sorry seeing the Bump axios from...
title on the PR was confusing.
LGTM.
Bumps axios from 0.27.2 to 1.1.3.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
Commits
9bd5321
chore: release 1.1.3b0ebf9f
Fix: Don't add null values to query string. (#5108)ef1c48a
fix: eep top-level export same with static properties (#5109)9d4b016
feat: added custom params serializer support; (#5113)ed19414
fix: addedAxiosHeaders
inAxiosHeaderValue
(#5103)717f476
fix: restore proxy config backwards compatibility with 0.x (#5097)83454a5
chore: added progress capturing section to the docs; (#5084)e7b3f55
chore: update issue template (#5061)eedd9aa
chore: fixing comments typo (#5054)110ae9a
fix: handling of array values for AxiosHeaders (#5085)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)