Skip to content

fix(deps): update dependency axios to v1.9.0 #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) 1.7.4 -> 1.9.0 age adoption passing confidence

Release Notes

axios/axios (axios)

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
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
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
  • 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

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release

v1.7.7

Compare Source

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

v1.7.6

Compare Source

Bug Fixes
Contributors to this release

v1.7.5

Compare Source

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

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.5 fix(deps): update dependency axios to v1.7.6 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 36cd437 to 5cb16f3 Compare August 30, 2024 20:04
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.6 fix(deps): update dependency axios to v1.7.7 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 5cb16f3 to cce6c42 Compare September 1, 2024 03:25
@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 cce6c42 to ded3c46 Compare November 25, 2024 23:08
@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 ded3c46 to 8332467 Compare December 4, 2024 10:27
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.9 fix(deps): update dependency axios to v1.7.9 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/axios-1.x branch December 8, 2024 18:57
@renovate renovate bot changed the title fix(deps): update dependency axios to v1.7.9 - autoclosed fix(deps): update dependency axios to v1.7.9 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from f724789 to 8332467 Compare December 9, 2024 09:46
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 8332467 to 9331fe3 Compare February 26, 2025 11:26
@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 force-pushed the renovate/axios-1.x branch from 9331fe3 to 43a55e3 Compare March 7, 2025 10:29
@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 from 43a55e3 to 0eadb31 Compare March 12, 2025 10:56
@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 0eadb31 to 8568d19 Compare March 19, 2025 19:38
@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 8568d19 to 85ab33b Compare April 24, 2025 20:36
@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
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