Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2022

This PR contains the following updates:

Package Change Age Confidence
axios (source) 0.27.2 -> 1.11.0 age confidence

Release Notes

axios/axios (axios)

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
  • http-adapter: add allowAbsoluteUrls to path building (#​6810) (fb8eec2)
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
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.9

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

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 force-pushed the renovate/axios-1.x branch from 10ff460 to 4601b0c Compare December 29, 2022 07:28
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from f051a3d to b689869 Compare January 24, 2023 20:17
@renovate renovate bot force-pushed the renovate/axios-1.x branch 4 times, most recently from aaebf41 to 1b18be7 Compare February 2, 2023 03:30
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1b18be7 to 0b73d87 Compare February 3, 2023 21:44
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 0b73d87 to f1ae217 Compare February 13, 2023 22:16
@renovate renovate bot force-pushed the renovate/axios-1.x branch from f1ae217 to 17f8374 Compare March 9, 2023 06:23
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 17f8374 to 38747fb Compare April 5, 2023 20:17
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 38747fb to 4aed282 Compare April 19, 2023 21:10
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 4aed282 to e1669ee Compare April 28, 2023 04:26
@renovate renovate bot force-pushed the renovate/axios-1.x branch from e1669ee to f19c173 Compare August 26, 2023 23:46
@renovate renovate bot force-pushed the renovate/axios-1.x branch from f19c173 to 5ea3f5d Compare September 27, 2023 02:13
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 5ea3f5d to e7d9095 Compare October 27, 2023 02:33
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from f5718e1 to 9829122 Compare November 14, 2023 20:51
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 9829122 to 57f0606 Compare December 27, 2023 02:20
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from c42ab38 to eab5039 Compare January 6, 2024 14:58
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 8e3860f to 413b2f5 Compare January 30, 2024 05:32
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 413b2f5 to f8e5d06 Compare March 15, 2024 20:46
@renovate renovate bot force-pushed the renovate/axios-1.x branch from f8e5d06 to b4aeac5 Compare May 23, 2024 05:56
@renovate renovate bot force-pushed the renovate/axios-1.x branch from b4aeac5 to 8ef40cd Compare August 2, 2024 11:51
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 8ef40cd to 0e398de Compare August 14, 2024 05:39
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from ac60d43 to 664c6e1 Compare August 31, 2024 05:43
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 664c6e1 to fde8a97 Compare September 1, 2024 08:32
@renovate renovate bot force-pushed the renovate/axios-1.x branch from fde8a97 to a664441 Compare November 28, 2024 05:57
@renovate renovate bot force-pushed the renovate/axios-1.x branch from a664441 to de56b7a Compare December 6, 2024 02:46
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 69a8da0 to ec057a1 Compare March 7, 2025 23:38
@renovate renovate bot force-pushed the renovate/axios-1.x branch from ec057a1 to fb0d350 Compare March 13, 2025 04:20
@renovate renovate bot force-pushed the renovate/axios-1.x branch from fb0d350 to 1a78c02 Compare March 22, 2025 15:22
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1a78c02 to cded11a Compare April 26, 2025 04:12
@renovate renovate bot force-pushed the renovate/axios-1.x branch from cded11a to 8920c72 Compare June 14, 2025 15:57
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 8920c72 to 30dc31c Compare July 26, 2025 20:10
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