Update dependency axios to v1.20.0 - #190
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
2 times, most recently
from
February 26, 2025 12:31
173082a to
a3b9b3c
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
2 times, most recently
from
March 12, 2025 11:41
df60554 to
49ab5cf
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
March 19, 2025 21:36
49ab5cf to
e2cbd9d
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
April 24, 2025 23:27
e2cbd9d to
46d8890
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
June 14, 2025 14:05
46d8890 to
6a148e5
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
July 23, 2025 13:09
6a148e5 to
973cf17
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
September 13, 2025 01:00
973cf17 to
54789a3
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
September 14, 2025 16:33
54789a3 to
7dea8e4
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
October 27, 2025 19:46
7dea8e4 to
9c93ffa
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
October 29, 2025 00:29
9c93ffa to
e284f64
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
November 4, 2025 20:28
e284f64 to
e69432f
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
November 18, 2025 22:29
e69432f to
f7e02f1
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
December 31, 2025 15:57
f7e02f1 to
635f7c0
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
January 25, 2026 18:00
635f7c0 to
d6bdd67
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
March 31, 2026 01:54
acd3e47 to
c7bc065
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
March 31, 2026 05:22
c7bc065 to
2639c6f
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
April 8, 2026 20:59
2639c6f to
15e8735
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
April 19, 2026 20:54
15e8735 to
1395092
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
April 21, 2026 19:35
1395092 to
8269cd6
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
May 2, 2026 17:57
8269cd6 to
d56c55d
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
2 times, most recently
from
May 13, 2026 17:55
6b46fe8 to
95e38c0
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
2 times, most recently
from
June 3, 2026 12:32
e5cb065 to
955624d
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
June 14, 2026 21:30
955624d to
a6ee6c6
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
June 22, 2026 18:57
a6ee6c6 to
96f5f53
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
July 20, 2026 22:43
96f5f53 to
3f4c95a
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
July 29, 2026 18:37
3f4c95a to
45a7cb3
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
August 26, 2026 20:41
45a7cb3 to
0fdeb9d
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x
branch
from
September 7, 2026 17:54
0fdeb9d to
384bfe7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
1.7.2→1.20.0Release Notes
axios/axios (axios)
v1.20.0Compare Source
v1.20.0 — August 19, 2026
This release hardens runtime option handling, adds RFC 9110 status-code aliases, fixes Node.js and XHR reliability issues, and refreshes project tooling and documentation.
🔒 Security Fixes
🐛 Bug Fixes
🔧 Maintenance & Chores
🌟 New Contributors
We are thrilled to welcome our new contributors. Thank you for helping improve axios:
Full Changelog (axios/axios@v1.19.0...v1.20.0)
v1.19.0Compare Source
This release raises the form-data security floor, adds configuration and type-system capabilities, and fixes NO_PROXY matching, interceptor errors, progress reporting, and serialization edge cases.
v1.18.1Compare Source
v1.18.1 — June 21, 2026
This release focuses on Node HTTP adapter fixes, safer AxiosError serialisation, runtime/type correctness fixes, documentation updates, and dependency maintenance.
🐛 Bug Fixes
encoder.call(this)receives theAxiosURLSearchParamsinstance correctly. (#11019)🔧 Maintenance & Chores
Documentation: Documented sensitive headers and status transition behaviour, prepared cleaned-up docs, added Deno install instructions, and clarified that request data is request-specific (#11007, #11010, #11023, #11025)
Dependencies: Bumped vite, rollup, form-data, js-yaml, and multer across the root project, docs, smoke tests, and module test workspaces. (#11011, #11012, #11013, #11014, #11015, #11016, #11017, #11026)
🌟 New Contributors
We are thrilled to welcome our new contributors. Thank you for helping improve axios:
Full Changelog
v1.18.0Compare Source
This release hardens redirect and URL handling, improves the validateStatus configuration semantics, and includes updates to documentation, dependencies, and release metadata.
v1.17.0Compare Source
This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.
v1.16.1Compare Source
This release ships a defence-in-depth fix for prototype pollution in
formDataToJSON, hardens proxy and CI workflows, restores Webpack 4 compatibility for the fetch adapter, and includes several small bug fixes and maintenance improvements.v1.16.0Compare Source
This release adds support for the QUERY HTTP method and a new
ECONNREFUSEDerror constant, lands a substantial wave of HTTP, fetch, and XHR adapter bug fixes around redirects, aborts, headers, and timeouts, and welcomes 23 new contributors.v1.15.2Compare Source
This release delivers prototype-pollution hardening for the Node HTTP adapter, adds an opt-in
allowedSocketPathsallowlist to mitigate SSRF via Unix domain sockets, fixes a keep-alive socket memory leak, and ships supply-chain hardening across CI and security docs.v1.15.1Compare Source
This release ships a coordinated set of security hardening fixes across headers, body/redirect limits, multipart handling, and XSRF/prototype-pollution vectors, alongside a broad sweep of bug fixes, test migrations, and threat-model documentation updates.
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
This release fixes a security vulnerability in the
formidabledependency, resolves a CommonJS compatibility regression, hardens proxy and HTTP/2 handling, and modernises the build and test toolchain.v1.13.6Compare Source
This release adds React Native Blob support, fixes several enumeration and export regressions, and patches FormData detection for WeChat Mini Program environments.
v1.13.5Compare Source
This release patches a prototype pollution denial-of-service vulnerability, fixes a missing
statusfield regression inAxiosError, adds interceptor ordering control, and introduces URL validation forisAbsoluteURL.v1.13.4Compare Source
Patch release fixing regressions introduced in v1.13.3, including TypeScript export compatibility and CI/build stability.
v1.13.3Compare Source
Bug Fixes
Features
undefinedas a value in AxiosRequestConfig (#5560) (095033c)Reverts
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.