Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2023

This PR contains the following updates:

Package Change Age Confidence
axios (source) 1.4.0 -> 1.12.2 age confidence

Release Notes

axios/axios (axios)

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
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
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
Features
Reverts
BREAKING CHANGES
  • code relying on the above will now combine the URLs instead of prefer request URL

  • feat: add config option for allowing absolute URLs

  • fix: add default value for allowAbsoluteUrls in buildFullPath

  • fix: typo in flow control when setting allowAbsoluteUrls

Contributors to this release

1.7.9 (2024-12-04)

Reverts
Contributors to this release

1.7.8 (2024-11-25)

Bug Fixes
Contributors to this release

1.7.7 (2024-08-31)

Bug Fixes
  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#​6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#​5731) (364993f)
Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes
Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes
  • adapter: fix undefined reference to hasBrowserEnv (#​6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#​6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#​6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#​6533) (550d885)
Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes
Contributors to this release

1.7.3 (2024-08-01)

Bug Fixes
Contributors to this release

1.7.2 (2024-05-21)

Bug Fixes
Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every 3 months on the first day of the month" (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.


  • 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 Update dependency axios to v1.5.0 Update dependency axios to v1.5.1 Sep 26, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from b425bec to 9b8ffe0 Compare September 26, 2023 18:49
@renovate renovate bot changed the title Update dependency axios to v1.5.1 Update dependency axios to v1.6.0 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 9b8ffe0 to fc695aa Compare October 26, 2023 22:44
@renovate renovate bot changed the title Update dependency axios to v1.6.0 Update dependency axios to v1.6.1 Nov 8, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from fc695aa to 2022876 Compare November 8, 2023 15:17
@renovate renovate bot changed the title Update dependency axios to v1.6.1 Update dependency axios to v1.6.2 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 2022876 to 327595d Compare November 14, 2023 23:01
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 327595d to 6acc983 Compare December 27, 2023 01:10
@renovate renovate bot changed the title Update dependency axios to v1.6.2 Update dependency axios to v1.6.3 Dec 27, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 6acc983 to 218f665 Compare January 3, 2024 22:24
@renovate renovate bot changed the title Update dependency axios to v1.6.3 Update dependency axios to v1.6.4 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 218f665 to aac4260 Compare January 5, 2024 20:09
@renovate renovate bot changed the title Update dependency axios to v1.6.4 Update dependency axios to v1.6.5 Jan 5, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from aac4260 to 771a560 Compare January 25, 2024 00:52
@renovate renovate bot changed the title Update dependency axios to v1.6.5 Update dependency axios to v1.6.6 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 771a560 to 4ab1e39 Compare January 25, 2024 21:17
@renovate renovate bot changed the title Update dependency axios to v1.6.6 Update dependency axios to v1.6.7 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 4ab1e39 to 29fd5d0 Compare March 15, 2024 18:56
@renovate renovate bot changed the title Update dependency axios to v1.6.7 Update dependency axios to v1.6.8 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 29fd5d0 to 18c90cc Compare May 19, 2024 21:04
@renovate renovate bot changed the title Update dependency axios to v1.6.8 Update dependency axios to v1.7.0 May 19, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 18c90cc to 2a61120 Compare May 20, 2024 15:43
@renovate renovate bot changed the title Update dependency axios to v1.7.0 Update dependency axios to v1.7.1 May 20, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 2a61120 to cef68dd Compare May 21, 2024 23:13
@renovate renovate bot changed the title Update dependency axios to v1.7.1 Update dependency axios to v1.7.2 May 21, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from cef68dd to 2580787 Compare August 1, 2024 16:41
@renovate renovate bot changed the title Update dependency axios to v1.7.2 Update dependency axios to v1.7.3 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 2580787 to 9f019dd Compare August 13, 2024 22:05
@renovate renovate bot changed the title Update dependency axios to v1.7.3 Update dependency axios to v1.7.4 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from fc5b7ce to 8919f85 Compare August 31, 2024 23:00
@renovate renovate bot changed the title Update dependency axios to v1.7.6 Update dependency axios to v1.7.7 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 8919f85 to 135a722 Compare November 25, 2024 22:18
@renovate renovate bot changed the title Update dependency axios to v1.7.7 Update dependency axios to v1.7.8 Nov 25, 2024
@renovate renovate bot changed the title Update dependency axios to v1.7.8 Update dependency axios to v1.7.9 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 135a722 to e667533 Compare December 4, 2024 11:06
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from e667533 to f729846 Compare February 26, 2025 06:46
@renovate renovate bot changed the title Update dependency axios to v1.7.9 Update dependency axios to v1.8.0 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from f729846 to f017664 Compare February 26, 2025 10:32
@renovate renovate bot changed the title Update dependency axios to v1.8.0 Update dependency axios to v1.8.1 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from f017664 to 43c6ff7 Compare March 7, 2025 11:37
@renovate renovate bot changed the title Update dependency axios to v1.8.1 Update dependency axios to v1.8.2 Mar 7, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 43c6ff7 to 7554490 Compare March 12, 2025 12:20
@renovate renovate bot changed the title Update dependency axios to v1.8.2 Update dependency axios to v1.8.3 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 7554490 to 2c255be Compare March 19, 2025 21:49
@renovate renovate bot changed the title Update dependency axios to v1.8.3 Update dependency axios to v1.8.4 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 2c255be to 9eb6b82 Compare April 24, 2025 23:58
@renovate renovate bot changed the title Update dependency axios to v1.8.4 Update dependency axios to v1.9.0 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 9eb6b82 to 1294a53 Compare June 14, 2025 14:33
@renovate renovate bot changed the title Update dependency axios to v1.9.0 Update dependency axios to v1.10.0 Jun 14, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 1294a53 to e18b02d Compare July 23, 2025 08:56
@renovate renovate bot changed the title Update dependency axios to v1.10.0 Update dependency axios to v1.11.0 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from e18b02d to d719e91 Compare August 10, 2025 13:38
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from d719e91 to 5207512 Compare September 12, 2025 03:10
@renovate renovate bot changed the title Update dependency axios to v1.11.0 Update dependency axios to v1.12.0 Sep 12, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 5207512 to 93a094f Compare September 13, 2025 22:45
@renovate renovate bot changed the title Update dependency axios to v1.12.0 Update dependency axios to v1.12.1 Sep 13, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x-lockfile branch from 93a094f to e864ac5 Compare September 14, 2025 17:59
@renovate renovate bot changed the title Update dependency axios to v1.12.1 Update dependency axios to v1.12.2 Sep 14, 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.

0 participants