Skip to content

chore(deps): update dependency axios to v1.13.5#953

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/axios-1.x-lockfile
Open

chore(deps): update dependency axios to v1.13.5#953
renovate[bot] wants to merge 1 commit intomainfrom
renovate/axios-1.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
axios (source) 1.7.51.13.5 age confidence

Release Notes

axios/axios (axios)

v1.13.5

Compare Source

Release 1.13.5

Highlights
  • Security: Fixed a potential Denial of Service issue involving the __proto__ key in mergeConfig. (PR #​7369)
  • Bug fix: Resolved an issue where AxiosError could be missing the status field on and after v1.13.3. (PR #​7368)
Changes
Security
  • Fix Denial of Service via __proto__ key in mergeConfig. (PR #​7369)
Fixes
  • Fix/5657. (PR #​7313)
  • Ensure status is present in AxiosError on and after v1.13.3. (PR #​7368)
Features / Improvements
  • Add input validation to isAbsoluteURL. (PR #​7326)
  • Refactor: bump minor package versions. (PR #​7356)
Documentation
  • Clarify object-check comment. (PR #​7323)
  • Fix deprecated Buffer constructor usage and README formatting. (PR #​7371)
CI / Maintenance
  • Chore: fix issues with YAML. (PR #​7355)
  • CI: update workflow YAMLs. (PR #​7372)
  • CI: fix run condition. (PR #​7373)
  • Dev deps: bump karma-sourcemap-loader from 0.3.8 to 0.4.0. (PR #​7360)
  • Chore(release): prepare release 1.13.5. (PR #​7379)
New Contributors

Full Changelog: axios/axios@v1.13.4...v1.13.5

v1.13.4

Compare 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
  • fix: issues with version 1.13.3 (#​7352) (ee90dfc)
    • Fixed issues discovered in v1.13.3 release
    • Cleaned up interceptor test files
    • Improved workflow configurations
Infrastructure & CI/CD
  • refactor: ci and build (#​7340) (8ff6c19)

    • Major refactoring of CI/CD workflows
    • Consolidated workflow files for better maintainability
    • Added mise configuration for the development environment
    • Improved sponsor block update automation
    • Enhanced issue and PR templates
    • Added automatic release notes generation
    • Implemented workflow cancellation for concurrent runs
  • chore: codegen and some updates to workflows (76cf77b)

    • Code generation improvements
    • Workflow optimisations

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.3

Compare Source

Bug Fixes
  • http2: Use port 443 for HTTPS connections by default. (#​7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#​6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#​5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#​5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#​7253) (#​7257) (7d19335)
  • turn AxiosError into a native error (#​5394) (#​5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#​5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#​7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#​6314) (6ef867e)
Features
Reverts
Contributors to this release

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release

v1.12.2

Compare Source

Bug Fixes
  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#​7030) (cf78825)
Contributors to this release

v1.12.1

Compare Source

Bug Fixes
Contributors to this release

v1.12.0

Compare Source

Bug Fixes
Features
  • adapter: surface low‑level network error details; attach original error via cause (#​6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#​7003) (c959ff2)
  • support reviver on JSON.parse (#​5926) (2a97634), closes #​5924
  • types: extend AxiosResponse interface to include custom headers type (#​6782) (7960d34)
Contributors to this release

v1.11.0

Compare Source

Bug Fixes
Contributors to this release

v1.10.0

Compare Source

Bug Fixes
  • adapter: pass fetchOptions to fetch function (#​6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#​6917) (5064b10)
  • package: add module entry point for React Native; (#​6933) (3d343b8)
Features
Contributors to this release

v1.9.0

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.4

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.3

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

1.8.4 (2025-03-19)

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes
  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#​6789) (36a5a62)
Contributors to this release

v1.8.2

Compare Source

Bug Fixes
  • core: fix the Axios constructor implementation to treat the config argument as optional; (#​6881) (6c5d4cd)
  • fetch: fixed ERR_NETWORK mapping for Safari browsers; (#​6767) (dfe8411)
  • headers: allow iterable objects to be a data source for the set method; (#​6873) (1b1f9cc)
  • headers: fix getSetCookie by using 'get' method for caseless access; (#​6874) (d4f7df4)
  • headers: fixed support for setting multiple header values from an iterated source; (#​6885) (f7a3b5e)
  • http: send minimal end multipart boundary (#​6661) (987d2e2)
  • types: fix autocomplete for adapter config (#​6855) (e61a893)
Features
  • AxiosHeaders: add getSetCookie method to retrieve set-cookie headers values (#​5707) (80ea756)
Contributors to this release

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.6 fix(deps): update dependency axios to v1.7.7 Sep 7, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 2a39699 to 2998a8d Compare December 2, 2024 23:11
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.7 fix(deps): update dependency axios to v1.7.8 Dec 2, 2024
@github-actions
Copy link

github-actions bot commented Dec 2, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

@github-actions
Copy link

github-actions bot commented Dec 2, 2024

📝 Structured data report

🟢 https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net/ has structured data of these types:

  • Organization / Brand
  • Blog / WebSite

For more details see https://validator.schema.org/#url=https%3A%2F%2Fthankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net%2F

🟢 https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net/about

https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net/about has structured data of these types:

  • Organization / Brand
  • WebSite

For more details see https://validator.schema.org/#url=https%3A%2F%2Fthankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net%2Fabout

🟢 https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net/blog

https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net/blog has structured data of these types:

  • BreadcrumbList
  • Organization / Brand
  • WebSite

For more details see https://validator.schema.org/#url=https%3A%2F%2Fthankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net%2Fblog

🟢 https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net/definitely-typed-the-movie

https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net/definitely-typed-the-movie has structured data of these types:

  • BreadcrumbList
  • Organization / Brand
  • BlogPosting

For more details see https://validator.schema.org/#url=https%3A%2F%2Fthankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net%2Fdefinitely-typed-the-movie

@github-actions
Copy link

github-actions bot commented Dec 2, 2024

⚡️ Lighthouse report for the deploy preview of this PR

URL Performance Accessibility Best Practices SEO PWA Report
/ 🟠 58 🟢 96 🟢 100 🟢 90 🟢 100 Report
/about 🟢 95 🟢 94 🟢 100 🟢 94 🟢 100 Report
/blog 🟠 83 🟢 94 🟢 100 🟢 93 🟢 100 Report
/tags 🟠 84 🟢 95 🟢 100 🟠 89 🟢 100 Report
/definitely-typed-the-movie 🟠 82 🟢 96 🟢 100 🟢 96 🟢 100 Report

@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 2998a8d to d9a34c2 Compare December 11, 2024 11:51
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.8 fix(deps): update dependency axios to v1.7.9 Dec 11, 2024
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from d9a34c2 to 062f35e Compare March 3, 2025 12:01
@github-actions
Copy link

github-actions bot commented Mar 3, 2025

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.9 fix(deps): update dependency axios to v1.8.0 Mar 5, 2025
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.8.0 fix(deps): update dependency axios to v1.8.1 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 062f35e to fbc7d6f Compare March 11, 2025 12:11
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from fbc7d6f to d93dde5 Compare March 13, 2025 19:18
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

@renovate renovate bot changed the title fix(deps): update dependency axios to v1.8.1 fix(deps): update dependency axios to v1.8.2 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from d93dde5 to cab09ba Compare March 17, 2025 17:04
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.8.2 fix(deps): update dependency axios to v1.8.3 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from cab09ba to 9a96ab7 Compare March 26, 2025 19:51
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.8.3 fix(deps): update dependency axios to v1.8.4 Mar 26, 2025
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 9a96ab7 to e374c60 Compare May 1, 2025 23:28
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.8.4 fix(deps): update dependency axios to v1.9.0 May 1, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from e374c60 to 6de4f4f Compare June 21, 2025 14:46
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.9.0 fix(deps): update dependency axios to v1.10.0 Jun 21, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 6de4f4f to 50d14c3 Compare July 30, 2025 06:39
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.10.0 fix(deps): update dependency axios to v1.11.0 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 50d14c3 to 76ade0d Compare August 10, 2025 12:54
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 76ade0d to 19a95a7 Compare August 19, 2025 13:36
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 19a95a7 to 867053c Compare August 31, 2025 10:13
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 867053c to c205eab Compare September 18, 2025 20:46
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.11.0 fix(deps): update dependency axios to v1.12.0 Sep 18, 2025
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.12.0 fix(deps): update dependency axios to v1.12.1 Sep 19, 2025
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.12.1 fix(deps): update dependency axios to v1.12.2 Sep 21, 2025
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.12.2 chore(deps): update dependency axios to v1.12.2 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from c205eab to cee8a09 Compare October 21, 2025 14:07
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from cee8a09 to 329766c Compare November 3, 2025 17:44
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.12.2 chore(deps): update dependency axios to v1.13.0 Nov 3, 2025
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 329766c to ce3bdce Compare November 4, 2025 22:08
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.13.0 chore(deps): update dependency axios to v1.13.1 Nov 4, 2025
@github-actions
Copy link

github-actions bot commented Nov 4, 2025

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from ce3bdce to 687e3eb Compare November 11, 2025 01:39
@github-actions
Copy link

Azure Static Web Apps: Your stage site is ready! Visit it here: https://thankful-sky-0bfc7e803-953.westeurope.1.azurestaticapps.net

@renovate renovate bot changed the title chore(deps): update dependency axios to v1.13.1 chore(deps): update dependency axios to v1.13.2 Nov 12, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 687e3eb to 9847b13 Compare November 18, 2025 14:02
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 9847b13 to 845471d Compare December 3, 2025 19:35
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 845471d to fb3e120 Compare January 8, 2026 16:26
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from fb3e120 to ca11b4c Compare January 19, 2026 19:39
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from ca11b4c to bd6c8d9 Compare February 1, 2026 15:24
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.13.2 chore(deps): update dependency axios to v1.13.3 Feb 1, 2026
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.13.3 chore(deps): update dependency axios to v1.13.4 Feb 3, 2026
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from bd6c8d9 to 9a64222 Compare February 12, 2026 11:55
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.13.4 chore(deps): update dependency axios to v1.13.5 Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants