Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 29, 2023

This PR contains the following updates:

Package Change Age Confidence
axios (source) 1.3.4 -> 1.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 - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 changed the title chore(deps): update dependency axios to v1.4.0 chore(deps): update dependency axios to v1.5.0 Aug 26, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x branch from f54dd28 to faf130b Compare August 26, 2023 21:33
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.5.0 chore(deps): update dependency axios to v1.5.1 Sep 26, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x branch from faf130b to 606befe Compare September 26, 2023 19:23
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.5.1 chore(deps): update dependency axios to v1.6.0 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 606befe to 745689e Compare October 26, 2023 22:29
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.6.0 chore(deps): update dependency axios to v1.6.1 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 745689e to 80d5faf Compare November 8, 2023 16:13
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.6.1 chore(deps): update dependency axios to v1.6.2 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 80d5faf to 199ddf3 Compare November 14, 2023 21:57
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 199ddf3 to d5e5ab7 Compare December 27, 2023 01:45
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.6.2 chore(deps): update dependency axios to v1.6.3 Dec 27, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x branch from d5e5ab7 to e14aaad Compare January 4, 2024 01:10
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.6.3 chore(deps): update dependency axios to v1.6.4 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from e14aaad to d3b549d Compare January 5, 2024 21:55
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.6.4 chore(deps): update dependency axios to v1.6.5 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from d3b549d to 1de4f42 Compare January 25, 2024 00:20
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.6.5 chore(deps): update dependency axios to v1.6.6 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1de4f42 to 6690fbb Compare January 25, 2024 23:03
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.6.6 chore(deps): update dependency axios to v1.6.7 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 6690fbb to 6030157 Compare March 15, 2024 16:53
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.6.7 chore(deps): update dependency axios to v1.6.8 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 6030157 to a85b2a1 Compare May 19, 2024 23:01
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.6.8 chore(deps): update dependency axios to v1.7.0 May 19, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from a85b2a1 to c1743c0 Compare May 20, 2024 23:04
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.7.0 chore(deps): update dependency axios to v1.7.1 May 20, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from c1743c0 to d788b5c Compare May 21, 2024 23:03
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.7.1 chore(deps): update dependency axios to v1.7.2 May 21, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from d788b5c to 2c1d199 Compare August 1, 2024 17:08
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.7.2 chore(deps): update dependency axios to v1.7.3 Aug 1, 2024
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.7.7 chore(deps): update dependency axios to v1.7.8 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from c44a397 to e32d10f Compare December 4, 2024 09:21
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.7.8 chore(deps): update dependency axios to v1.7.9 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from e32d10f to 82c8933 Compare February 27, 2025 08:01
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.7.9 chore(deps): update dependency axios to v1.8.1 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 82c8933 to 4948657 Compare March 7, 2025 12:02
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.8.1 chore(deps): update dependency axios to v1.8.2 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 4948657 to 57a2863 Compare March 12, 2025 11:52
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.8.2 chore(deps): update dependency axios to v1.8.3 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 57a2863 to a1db806 Compare March 19, 2025 19:47
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.8.3 chore(deps): update dependency axios to v1.8.4 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from a1db806 to e84a203 Compare April 25, 2025 00:01
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.8.4 chore(deps): update dependency axios to v1.9.0 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from e84a203 to fc5e6b6 Compare June 14, 2025 12:55
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.9.0 chore(deps): update dependency axios to v1.10.0 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from fc5e6b6 to 7478506 Compare July 23, 2025 08:54
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.10.0 chore(deps): update dependency axios to v1.11.0 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 7478506 to 3b5d6f0 Compare September 12, 2025 06:59
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.11.0 chore(deps): update dependency axios to v1.12.0 Sep 12, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 3b5d6f0 to e963e85 Compare September 13, 2025 23:08
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.12.0 chore(deps): update dependency axios to v1.12.1 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from e963e85 to df5b00b Compare September 14, 2025 16:53
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.12.1 chore(deps): update dependency axios to v1.12.2 Sep 14, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from df5b00b to dd93f0e Compare October 27, 2025 19:38
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.12.2 chore(deps): update dependency axios to v1.13.0 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from dd93f0e to 4da944b Compare October 28, 2025 22:35
@renovate renovate bot changed the title chore(deps): update dependency axios to v1.13.0 chore(deps): update dependency axios to v1.13.1 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 4da944b to 4889624 Compare November 4, 2025 20:29
@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 4, 2025
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