Update dependency axios to v1.19.0 - #13
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
September 26, 2023 18:49
b425bec to
9b8ffe0
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
October 26, 2023 22:44
9b8ffe0 to
fc695aa
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
November 8, 2023 15:17
fc695aa to
2022876
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
November 14, 2023 23:01
2022876 to
327595d
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
December 27, 2023 01:10
327595d to
6acc983
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
January 3, 2024 22:24
6acc983 to
218f665
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
January 5, 2024 20:09
218f665 to
aac4260
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
January 25, 2024 00:52
aac4260 to
771a560
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
January 25, 2024 21:17
771a560 to
4ab1e39
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
March 15, 2024 18:56
4ab1e39 to
29fd5d0
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
May 19, 2024 21:04
29fd5d0 to
18c90cc
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
May 20, 2024 15:43
18c90cc to
2a61120
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
May 21, 2024 23:13
2a61120 to
cef68dd
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
August 1, 2024 16:41
cef68dd to
2580787
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
August 13, 2024 22:05
2580787 to
9f019dd
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
February 26, 2025 10:32
f729846 to
f017664
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
March 7, 2025 11:37
f017664 to
43c6ff7
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
March 12, 2025 12:20
43c6ff7 to
7554490
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
March 19, 2025 21:49
7554490 to
2c255be
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
April 24, 2025 23:58
2c255be to
9eb6b82
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
June 14, 2025 14:33
9eb6b82 to
1294a53
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
July 23, 2025 08:56
1294a53 to
e18b02d
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
August 10, 2025 13:38
e18b02d to
d719e91
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
September 12, 2025 03:10
d719e91 to
5207512
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
September 13, 2025 22:45
5207512 to
93a094f
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
September 14, 2025 17:59
93a094f to
e864ac5
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
October 27, 2025 16:34
e864ac5 to
2009a98
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
October 29, 2025 00:00
2009a98 to
5256902
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
November 4, 2025 23:48
5256902 to
5b4bca8
Compare
renovate
Bot
force-pushed
the
renovate/axios-1.x-lockfile
branch
from
November 18, 2025 14:59
5b4bca8 to
4a3cddf
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.15.0→1.19.0Release Notes
axios/axios (axios)
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.
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.