Skip to content

chore(deps): update dependency axios to v1#589

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
axios (source) ^0.25.0^1.13.6 age confidence

Release Notes

axios/axios (axios)

v1.13.6

Compare Source

This release focuses on platform compatibility, error handling improvements, and code quality maintenance.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.

🚀 New Features

  • React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @​moh3n9595 for the initial implementation. (#​5764)
  • Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#​7385)

🐛 Bug Fixes

  • Environment Compatibility:

    • Fixed module exports for React Native and Browserify environments. (#​7386)
    • Added safe FormData detection for the WeChat Mini Program environment. (#​7324)
  • Error Handling:

    • AxiosError.message is now correctly enumerable. (#​7392)
    • AxiosError.from now correctly copies the status property from the source error, ensuring better error propagation. (#​7403)

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


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 is behind base branch, 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 force-pushed the renovate/axios-1.x branch 2 times, most recently from c34696d to bcb0733 Compare October 7, 2022 10:59
@renovate renovate bot force-pushed the renovate/axios-1.x branch from bcb0733 to 58a0a88 Compare October 15, 2022 14:05
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 03e585e to 52ca9fd Compare March 24, 2023 19:57
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 52ca9fd to 77231ae Compare April 17, 2023 09:37
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 77231ae to cf5ffbf Compare May 28, 2023 09:28
@renovate renovate bot force-pushed the renovate/axios-1.x branch from cf5ffbf to cdf3182 Compare August 26, 2023 23:07
@renovate renovate bot force-pushed the renovate/axios-1.x branch from cdf3182 to 55b0519 Compare September 11, 2023 17:37
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 55b0519 to 99df785 Compare September 26, 2023 19:11
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 99df785 to e108fb2 Compare October 27, 2023 00:38
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from c9875c3 to 93c181f Compare November 14, 2023 22:34
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 93c181f to f8de5c4 Compare December 27, 2023 01:14
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from f6e38a9 to 0be6c29 Compare January 5, 2024 21:55
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from ab47f82 to 8e76a06 Compare January 25, 2024 20:27
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 8e76a06 to be52236 Compare March 15, 2024 16:52
@renovate renovate bot force-pushed the renovate/axios-1.x branch 3 times, most recently from 730b1c1 to f6f147a Compare May 21, 2024 18:22
@renovate renovate bot force-pushed the renovate/axios-1.x branch from f6f147a to 5f66e16 Compare August 3, 2024 02:23
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 5f66e16 to eb67d71 Compare August 13, 2024 23:30
@renovate renovate bot force-pushed the renovate/axios-1.x branch from eb67d71 to 969fdb9 Compare August 23, 2024 17:09
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 42fbc8b to 64e926f Compare August 31, 2024 22:48
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 64e926f to d572803 Compare November 25, 2024 21:43
@renovate renovate bot force-pushed the renovate/axios-1.x branch from d572803 to c95fb74 Compare December 4, 2024 11:46
@renovate renovate bot force-pushed the renovate/axios-1.x branch from c95fb74 to 88c0249 Compare February 26, 2025 09:31
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 259ec64 to f15ce06 Compare March 12, 2025 09:22
@renovate renovate bot force-pushed the renovate/axios-1.x branch from f15ce06 to 7ec3390 Compare March 19, 2025 20:36
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 7ec3390 to 63b1b87 Compare April 24, 2025 21:07
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 63b1b87 to 50967cf Compare June 14, 2025 15:05
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 50967cf to e23aa25 Compare July 23, 2025 09:33
@renovate renovate bot force-pushed the renovate/axios-1.x branch from e23aa25 to 54adc64 Compare August 10, 2025 15:43
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 056c253 to 419f094 Compare September 14, 2025 14:51
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from e23ffbd to d2a41c3 Compare October 29, 2025 01:30
@renovate renovate bot force-pushed the renovate/axios-1.x branch from d2a41c3 to e7116e1 Compare November 5, 2025 00:41
@renovate renovate bot force-pushed the renovate/axios-1.x branch from e7116e1 to 827918c Compare November 18, 2025 23:09
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 83ff1a9 to 8cd18ae Compare January 27, 2026 23:07
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 8cd18ae to fb44d70 Compare February 8, 2026 14:26
@renovate renovate bot force-pushed the renovate/axios-1.x branch from fb44d70 to 9072242 Compare February 27, 2026 18:50
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