chore(deps): update dependency axios to v1.15.0#339
chore(deps): update dependency axios to v1.15.0#339renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
I Skip it since the diff size(88345 bytes > 80000 bytes) is too large |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
2cde8ab to
343c4ea
Compare
|
I Skip it since the diff size(88345 bytes > 80000 bytes) is too large |
343c4ea to
f544c28
Compare
|
I Skip it since the diff size(88345 bytes > 80000 bytes) is too large |
f544c28 to
7c394f7
Compare
|
I Skip it since the diff size(88345 bytes > 80000 bytes) is too large |
7c394f7 to
fb7a0df
Compare
|
I Skip it since the diff size(88345 bytes > 80000 bytes) is too large |
fb7a0df to
a25b6b0
Compare
|
I Skip it since the diff size(740766 bytes > 80000 bytes) is too large |
a25b6b0 to
f209cfc
Compare
|
I Skip it since the diff size(739911 bytes > 80000 bytes) is too large |
f209cfc to
da3c2ed
Compare
|
I Skip it since the diff size(739911 bytes > 80000 bytes) is too large |
da3c2ed to
f0e5fe8
Compare
|
I Skip it since the diff size(739911 bytes > 80000 bytes) is too large |
f0e5fe8 to
2d00a39
Compare
|
I Skip it since the diff size(739899 bytes > 80000 bytes) is too large |
2d00a39 to
4b41fc3
Compare
|
I Skip it since the diff size(739911 bytes > 80000 bytes) is too large |
4b41fc3 to
0bc9dcd
Compare
|
I Skip it since the diff size(739911 bytes > 80000 bytes) is too large |
0bc9dcd to
a9e5ba7
Compare
|
I Skip it since the diff size(739162 bytes > 80000 bytes) is too large |
a9e5ba7 to
9c3ac4d
Compare
|
I Skip it since the diff size(739162 bytes > 80000 bytes) is too large |
9c3ac4d to
abd0245
Compare
|
I Skip it since the diff size(739162 bytes > 80000 bytes) is too large |
abd0245 to
e3ba0ab
Compare
|
I Skip it since the diff size(739162 bytes > 80000 bytes) is too large |
e3ba0ab to
3cdc8a7
Compare
|
I Skip it since the diff size(739162 bytes > 80000 bytes) is too large |
3cdc8a7 to
ad9e729
Compare
|
I Skip it since the diff size(740238 bytes > 80000 bytes) is too large |
ad9e729 to
a3058fe
Compare
|
I Skip it since the diff size(740238 bytes > 80000 bytes) is too large |
a3058fe to
8535ed2
Compare
|
I Skip it since the diff size(739801 bytes > 80000 bytes) is too large |
This PR contains the following updates:
1.9.0→1.15.0Release Notes
axios/axios (axios)
v1.15.0Compare Source
Bug Fixes
Features
Contributors to this release
PRs
1.2.6 (2023-01-28)
Bug Fixes
CommonRequestHeadersList&CommonResponseHeadersListtypes to be private in commonJS; (#5503) (5a3d0a3)Contributors to this release
PRs
1.2.5 (2023-01-26)
Bug Fixes
Contributors to this release
PRs
1.2.4 (2023-01-22)
Bug Fixes
RawAxiosRequestConfigback toAxiosRequestConfig; (#5486) (2a71f49)AxiosRequestConfiggeneric; (#5478) (9bce81b)Contributors to this release
PRs
1.2.3 (2023-01-10)
Bug Fixes
Contributors to this release
PRs
[1.2.2] - 2022-12-29
Fixed
Chores
Contributors to this release
[1.2.1] - 2022-12-05
Changed
Fixed
Refactors
Chores
Contributors to this release
PRs
[1.2.0] - 2022-11-10
Changed
Fixed
Refactors
Chores
Contributors to this release
PRs
[1.1.3] - 2022-10-15
Added
Fixed
Chores
Contributors to this release
PRs
[1.1.2] - 2022-10-07
Fixed
Contributors to this release
PRs
[1.1.1] - 2022-10-07
Fixed
Contributors to this release
PRs
[1.1.0] - 2022-10-06
Fixed
Contributors to this release
PRs
[1.0.0] - 2022-10-04
Added
Changed
Deprecated
Removed
Fixed
Chores
Security
Contributors to this release
Bertrand Marron
Dmitriy Mozgovoy
Dan Mooney
Michael Li
aong
Des Preston
Ted Robertson
zhoulixiang
Arthur Fiorette
Kumar Shanu
JALAL
Jingyi Lin
Philipp Loose
Alexander Shchukin
Dave Cardwell
Cat Scarlet
Luca Pizzini
Kai
Maxime Bargiel
Brian Helba
reslear
Jamie Slome
Landro3
rafw87
Afzal Sayed
Koki Oyatsu
Dave
暴走老七
Spencer
Adrian Wieprzkowicz
Jamie Telin
毛呆
Kirill Shakirov
Rraji Abdelbari
Jelle Schutter
Tom Ceuppens
Johann Cooper
Dimitris Halatsis
chenjigeng
João Gabriel Quaresma
Victor Augusto
neilnaveen
Pavlos
Kiryl Valkovich
Naveen
wenzheng
hcwhan
Bassel Rachid
Grégoire Pineau
felipedamin
Karl Horky
Yue JIN
Usman Ali Siddiqui
WD
Günther Foidl
Stephen Jennings
C.T.Lin
mia-z
Parth Banathia
parth0105pluang
Marco Weber
Luca Pizzini
Willian Agostini
Huyen Nguyen
v1.14.0Compare Source
v1.13.6Compare Source
This release focuses on platform compatibility, error handling improvements, and code quality maintenance.
🚀 New Features
🐛 Bug Fixes
Environment Compatibility:
Error Handling:
🔧 Maintenance & Chores
🌟 New Contributors
We are thrilled to welcome our new contributors! Thank you for helping improve the project:
Full Changelog: v1.13.5...v1.13.6
v1.13.5Compare Source
Release 1.13.5
Highlights
__proto__key inmergeConfig. (PR #7369)AxiosErrorcould be missing thestatusfield on and after v1.13.3. (PR #7368)Changes
Security
__proto__key inmergeConfig. (PR #7369)Fixes
statusis present inAxiosErroron and after v1.13.3. (PR #7368)Features / Improvements
isAbsoluteURL. (PR #7326)Documentation
Bufferconstructor usage and README formatting. (PR #7371)CI / Maintenance
karma-sourcemap-loaderfrom 0.3.8 to 0.4.0. (PR #7360)New Contributors
Full Changelog: axios/axios@v1.13.4...v1.13.5
v1.13.4Compare Source
Overview
The release addresses issues discovered in v1.13.3 and includes significant CI/CD improvements.
Full Changelog: v1.13.3...v1.13.4
What's New in v1.13.4
Bug Fixes
Infrastructure & CI/CD
refactor: ci and build (#7340) (8ff6c19)
chore: codegen and some updates to workflows (76cf77b)
Migration Notes
Breaking Changes
None in this release.
Deprecations
None in this release.
Contributors
Thank you to all contributors who made this release possible! Special thanks to:
v1.13.3Compare Source
Bug Fixes
Features
undefinedas a value in AxiosRequestConfig (#5560) (095033c)Reverts
Contributors to this release
v1.13.2Compare Source
Bug Fixes
Performance Improvements
Contributors to this release
v1.13.1Compare Source
Bug Fixes
Contributors to this release
v1.13.0Compare Source
Bug Fixes
Features
Contributors to this release
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.