ant-design-vue
ant-design-vue copied to clipboard
chore(deps): update dependency axios to ^0.27.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| axios (source) | ^0.22.0 -> ^0.27.0 |
Release Notes
axios/axios
v0.27.2
0.27.2 (April 27, 2022)
Fixes and Functionality:
- Fixed FormData posting in browser environment by reverting #β3785 (#β4640)
- Enhanced protocol parsing implementation (#β4639)
- Fixed bundle size
v0.27.1
0.27.1 (April 26, 2022)
Fixes and Functionality:
- Removed import of url module in browser build due to huge size overhead and builds being broken (#β4594)
- Bumped follow-redirects to ^1.14.9 (#β4615)
v0.27.0
0.27.0 (April 25, 2022)
Breaking changes:
- New toFormData helper function that allows the implementor to pass an object and allow axios to convert it to FormData (#β3757)
- Removed functionality that removed the the
Content-Typerequest header when passing FormData (#β3785) - (*) Refactored error handling implementing AxiosError as a constructor, this is a large change to error handling on the whole (#β3645)
- Separated responsibility for FormData instantiation between
transformRequestandtoFormData(#β4470) - (*) Improved and fixed multiple issues with FormData support (#β4448)
QOL and DevX improvements:
- Added a multipart/form-data testing playground allowing contributors to debug changes easily (#β4465)
Fixes and Functionality:
- Refactored project file structure to avoid circular imports (#β4515) & (#β4516)
- Bumped follow-redirects to ^1.14.9 (#β4562)
Internal and Tests:
- Updated dev dependencies to latest version
Documentation:
- Fixing incorrect link in changelog (#β4551)
Notes:
- (*) Please read these pull requests before updating, these changes are very impactful and far reaching.
v0.26.1
0.26.1 (March 9, 2022)
Fixes and Functionality:
- Refactored project file structure to avoid circular imports (#β4220)
v0.26.0
0.26.0 (February 13, 2022)
Fixes and Functionality:
- Fixed The timeoutErrorMessage property in config not work with Node.js (#β3581)
- Added errors to be displayed when the query parsing process itself fails (#β3961)
- Fix/remove url required (#β4426)
- Update follow-redirects dependency due to Vulnerability (#β4462)
- Bump karma from 6.3.11 to 6.3.14 (#β4461)
- Bump follow-redirects from 1.14.7 to 1.14.8 (#β4473)
v0.25.0
0.25.0 (January 18, 2022)
Breaking changes:
- Fixing maxBodyLength enforcement (#β3786)
- Don't rely on strict mode behaviour for arguments (#β3470)
- Adding error handling when missing url (#β3791)
- Update isAbsoluteURL.js removing escaping of non-special characters (#β3809)
- Use native Array.isArray() in utils.js (#β3836)
- Adding error handling inside stream end callback (#β3967)
Fixes and Functionality:
- Added aborted even handler (#β3916)
- Header types expanded allowing
booleanandnumbertypes (#β4144) - Fix cancel signature allowing cancel message to be
undefined(#β3153) - Updated type checks to be formulated better (#β3342)
- Avoid unnecessary buffer allocations (#β3321)
- Adding a socket handler to keep TCP connection live when processing long living requests (#β3422)
- Added toFormData helper function (#β3757)
- Adding responseEncoding prop type in AxiosRequestConfig (#β3918)
Internal and Tests:
- Adding axios-test-instance to ecosystem (#β3786)
- Optimize the logic of isAxiosError (#β3546)
- Add tests and documentation to display how multiple inceptors work (#β3564)
- Updating follow-redirects to version 1.14.7 (#β4379)
Documentation:
- Fixing changelog to show corrext pull request (#β4219)
- Update upgrade guide for https proxy setting (#β3604)
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
- Jay
- Rijk van Zanten
- Kohta Ito
- Brandon Faulkner
- Stefano Magni
- enofan
- Andrey Pechkurov
- Doowonee
- Emil Broman
- Remco Haszing
- Black-Hole
- Wolfram Kriesing
- Andrew Ovens
- Paulo Renato
- Ben Carp
- Hirotaka Tagawa
- ηΌζε°η
- C. Lewis
- Felipe Carvalho
- Daniel
- Gustavo Sales
v0.24.0
0.24.0 (October 25, 2021)
Breaking changes:
- Revert: change type of AxiosResponse to any, please read lengthy discussion here: (#β4141) pull request: (#β4186)
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
v0.23.0
0.23.0 (October 12, 2021)
Breaking changes:
- Distinguish request and response data types (#β4116)
- Change never type to unknown (#β4142)
- Fixed TransitionalOptions typings (#β4147)
Fixes and Functionality:
- Adding globalObject: 'this' to webpack config (#β3176)
- Adding insecureHTTPParser type to AxiosRequestConfig (#β4066)
- Fix missing semicolon in typings (#β4115)
- Fix response headers types (#β4136)
Internal and Tests:
- Improve timeout error when timeout is browser default (#β3209)
- Fix node version on CI (#β4069)
- Added testing to TypeScript portion of project (#β4140)
Documentation:
- Rename Angular to AngularJS (#β4114)
Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Merging #4757 (1edfa8c) into next (ec17787) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## next #4757 +/- ##
=======================================
Coverage 16.66% 16.66%
=======================================
Files 5 5
Lines 156 156
Branches 32 32
=======================================
Hits 26 26
Misses 124 124
Partials 6 6
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact),ΓΈ = not affected,? = missing dataPowered by Codecov. Last update ec17787...1edfa8c. Read the comment docs.
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (^0.27.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.