Upgrade axios: 0.24.0 → 0.26.1 (major) #107
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ axios (0.24.0 → 0.26.1) · Repo · Changelog
Release Notes
0.26.1
0.26.0
0.25.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
Update line on methods, update TS definition to allow strings (#3802)
Add AxiosInterceptorOptions to d.ts (#3800)
Adding baseURL to be used in getUri(), also removing question mark trimming since there seems to be no obvious reason for it. (#3737)
Returned error treated when requesting uncommon URL (#3544)
Adding support for beforeRedirect config option (#3852)
Fix FormData example (#4391)
Updated README example to be coherent with the CommonJS usage (#4418)
Bump karma from 6.3.14 to 6.3.16 (#4506)
Refactored project file structure to avoid circular imports; (#4220)
Bump url-parse from 1.5.4 to 1.5.10 (#4501)
Releasing v0.26.0
Merge branch 'master' of github.com:axios/axios
Merge branch 'cookieMr-master'
Fixed conflict in package lock
Bump follow-redirects from 1.14.7 to 1.14.8 (#4473)
Revert "Fixed isFormData predicate; (#4413)" (#4472)
Bump karma from 6.3.11 to 6.3.14 (#4461)
Update follow-redirects dependency due to Vurnerbility
Fixed isFormData predicate; (#4413)
Fix/remove url required (#4426)
Added errors to be displayed when the query parsing process itself fails. (#3961)
Fixed The timeoutErrorMessage property in config not work with Node.js (fixes #3580) (#3581)
Removed cancel token request test till debugging on FireFox can be done
Releasing v0.25
Updated changelog for release
Updating follow-redirects with security updates (#4379)
Fixing removing package-lock from gitignore (#4346)
Adding error handling inside stream end callback (#3967)
Adding responseEncoding prop type in AxiosRequestConfig (#3918)
Use native `Array.isArray()` in `utils.js` (#3836)
Update isAbsoluteURL.js (#3809)
Adding error handling when missing url (#3791)
toFormData helper function (#3757)
Fixing maxBodyLength enforcement (#3786)
Update upgrade guide for https proxy setting (#3604)
(Add tests to) document how multiple inceptors work (#3564)
refactor(helpers): optimize the logic of isAxiosError (#3546)
chore: ignore yarn.lock file (#3545)
Adding axios-test-instance to ecosystem (#3496)
Removing code relying on strict mode behaviour for arguments (#3470)
Adding a socket handler for keep TCP connection (#3422)
Avoid unnecessary Buffer allocations (#3321)
Update utils.js (#3342)
Fixing Cancel' signature. (#3152) (#3153)
Expand Headers types (#4144)
Adding aborted event handler (#3916)
Adding dev branch to CI
Update CHANGELOG.md (#4219)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands