Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 25, 2022

This PR contains the following updates:

Package Change Age Confidence
axios (source) 0.19.2 -> 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 - 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 force-pushed the renovate/axios-1.x branch 7 times, most recently from a402e69 to f68e0fe Compare October 28, 2022 06:26
@renovate renovate bot force-pushed the renovate/axios-1.x branch from f68e0fe to ef6024a Compare November 11, 2022 17:03
@renovate renovate bot force-pushed the renovate/axios-1.x branch from ef6024a to 8e3b7bd Compare November 22, 2022 21:03
@renovate renovate bot force-pushed the renovate/axios-1.x branch 3 times, most recently from c7bf7a0 to 236be74 Compare December 9, 2022 17:10
@renovate renovate bot changed the title chore(deps): update dependency axios to v1 Update dependency axios to v1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency axios to v1 chore(deps): update dependency axios to v1 Dec 17, 2022
@renovate renovate bot changed the title chore(deps): update dependency axios to v1 Update dependency axios to v1 Dec 20, 2022
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 236be74 to 568d9a7 Compare December 29, 2022 08:10
@renovate renovate bot changed the title Update dependency axios to v1 chore(deps): update dependency axios to v1 Jan 12, 2023
@renovate renovate bot changed the title chore(deps): update dependency axios to v1 Update dependency axios to v1 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 38412c8 to dc9c84e Compare January 24, 2023 19:20
@renovate renovate bot force-pushed the renovate/axios-1.x branch 4 times, most recently from fc0d198 to 60d7df3 Compare February 2, 2023 00:47
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 60d7df3 to 2ba9002 Compare February 3, 2023 20:58
@renovate renovate bot changed the title Update dependency axios to v1 chore(deps): update dependency axios to v1 Feb 3, 2023
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 2ba9002 to bd878af Compare February 13, 2023 21:03
@renovate renovate bot force-pushed the renovate/axios-1.x branch from bd878af to d29fea0 Compare February 22, 2023 22:06
@renovate renovate bot force-pushed the renovate/axios-1.x branch from d29fea0 to 58a290c Compare April 5, 2023 19:52
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 58a290c to 32d0380 Compare May 28, 2023 11:01
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 84ae16e to 8d28cd4 Compare November 14, 2023 22:34
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 8d28cd4 to 56c0012 Compare December 27, 2023 01:29
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 7de1f2a to a866ab5 Compare January 5, 2024 21:40
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from dd3d1ec to e17d864 Compare January 25, 2024 22:45
@renovate renovate bot force-pushed the renovate/axios-1.x branch from e17d864 to 686a318 Compare March 15, 2024 19:00
@renovate renovate bot force-pushed the renovate/axios-1.x branch 3 times, most recently from a6e2c7d to 46ecdb0 Compare May 21, 2024 18:52
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 46ecdb0 to 3e816a6 Compare August 1, 2024 18:44
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 3e816a6 to 794aefc Compare August 13, 2024 19:40
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 794aefc to 09550be Compare August 23, 2024 14:07
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 6c1f9a0 to db9aee9 Compare August 31, 2024 22:34
@renovate renovate bot force-pushed the renovate/axios-1.x branch from db9aee9 to 1d99ade Compare November 25, 2024 21:54
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1d99ade to 1a43de7 Compare December 4, 2024 09:41
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1a43de7 to 9796b18 Compare February 26, 2025 12:26
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 9796b18 to 83e4f7f Compare March 7, 2025 11:14
Copy link
Contributor Author

renovate bot commented Mar 7, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json

File name: mock-server/package-lock.json

@renovate renovate bot force-pushed the renovate/axios-1.x branch from 83e4f7f to 60dde81 Compare March 12, 2025 12:14
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 60dde81 to 52c8417 Compare March 19, 2025 19:47
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 52c8417 to b6e24ec Compare April 24, 2025 23:05
@renovate renovate bot force-pushed the renovate/axios-1.x branch from b6e24ec to 1a09abd Compare June 14, 2025 13:00
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1a09abd to 9662b68 Compare July 23, 2025 06:39
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 9772e36 to eab4321 Compare September 13, 2025 23:17
@renovate renovate bot force-pushed the renovate/axios-1.x branch from eab4321 to 449c553 Compare September 14, 2025 14:05
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