Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 20, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
axios (source) 1.6.81.13.2 age confidence

Release Notes

axios/axios (axios)

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

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

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

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.0 fix(deps): update dependency axios to v1.7.1 May 20, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from eaeb2ad to 0af3770 Compare May 20, 2024 18:40
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.1 fix(deps): update dependency axios to v1.7.2 May 21, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 0af3770 to 3443ccc Compare May 21, 2024 17:07
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.2 fix(deps): update dependency axios to v1.7.3 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 3443ccc to 007e338 Compare August 1, 2024 19:56
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 007e338 to 5f888c0 Compare August 13, 2024 23:00
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.3 fix(deps): update dependency axios to v1.7.4 Aug 13, 2024
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.4 fix(deps): update dependency axios to v1.7.5 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 5f888c0 to 5dec330 Compare August 23, 2024 14:36
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 5dec330 to 3f6c389 Compare August 30, 2024 22:36
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.5 fix(deps): update dependency axios to v1.7.6 Aug 30, 2024
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.6 fix(deps): update dependency axios to v1.7.7 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 3f6c389 to 9c7853a Compare August 31, 2024 22:20
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.7 fix(deps): update dependency axios to v1.7.8 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 9c7853a to dd1e117 Compare November 25, 2024 22:49
@renovate renovate bot force-pushed the renovate/axios-1.x branch from dd1e117 to c2c021b Compare December 4, 2024 09:34
@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 4, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from c2c021b to ecdd111 Compare February 26, 2025 10:13
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.9 fix(deps): update dependency axios to v1.8.1 Feb 26, 2025
@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 7, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 8fd562e to 98d1256 Compare March 12, 2025 07:26
@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 12, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 98d1256 to 1b23142 Compare March 19, 2025 21:47
@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 19, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1b23142 to 7ac2d35 Compare April 24, 2025 22:43
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.8.4 fix(deps): update dependency axios to v1.9.0 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 7ac2d35 to ca7d5d9 Compare June 14, 2025 13:00
@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 14, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from ca7d5d9 to 9dea454 Compare July 23, 2025 08:02
@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 23, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 4133292 to c4bf007 Compare August 13, 2025 13:57
@renovate renovate bot force-pushed the renovate/axios-1.x branch from c4bf007 to 1d8dd2a Compare August 19, 2025 12:52
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1d8dd2a to dc9f3bb Compare August 31, 2025 09:55
@renovate renovate bot force-pushed the renovate/axios-1.x branch from dc9f3bb to 89c1aad Compare September 12, 2025 22:12
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.11.0 fix(deps): update dependency axios to v1.12.1 Sep 12, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 89c1aad to 50975cd Compare September 14, 2025 14:03
@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 14, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 50975cd to 9ef46b4 Compare September 25, 2025 20:56
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 719b0e6 to 3f2043b Compare October 27, 2025 17:39
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.12.2 fix(deps): update dependency axios to v1.13.0 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 3f2043b to 9d8ea23 Compare October 28, 2025 21:00
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.13.0 fix(deps): update dependency axios to v1.13.1 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 9d8ea23 to 746dac7 Compare November 4, 2025 23:46
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.13.1 fix(deps): update dependency axios to v1.13.2 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 746dac7 to 560e9b0 Compare November 10, 2025 14:52
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 560e9b0 to 2832f11 Compare November 18, 2025 13:02
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 2832f11 to bfffbbe Compare December 3, 2025 19:28
@renovate renovate bot force-pushed the renovate/axios-1.x branch from bfffbbe to c45ca85 Compare December 31, 2025 15:17
@renovate renovate bot force-pushed the renovate/axios-1.x branch from c45ca85 to dbff5c6 Compare January 8, 2026 17:47
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.

1 participant