Skip to content
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

Update dependency axios to v1.8.4 #14

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2024

This PR contains the following updates:

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

Release Notes

axios/axios (axios)

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

v1.7.4

Compare Source

Bug Fixes
Contributors to this release

v1.7.3

Compare Source

Bug Fixes
Contributors to this release

v1.7.2

Compare Source

Bug Fixes
Contributors to this release

v1.7.1

Compare Source

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.0

Compare Source

Features
Bug Fixes
Contributors to this release

v1.6.8

Compare Source

Bug Fixes
  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#​6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#​6300) (8786e0f)
Contributors to this release

v1.6.7

Compare Source

Bug Fixes
  • capture async stack only for rejections with native error objects; (#​6203) (1a08f90)
Contributors to this release

v1.6.6

Compare Source

Bug Fixes
Contributors to this release

v1.6.5

Compare Source

Bug Fixes
Contributors to this release

v1.6.4

Compare Source

Bug Fixes
  • security: fixed formToJSON prototype pollution vulnerability; (#​6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#​6163) (75af1cd)
Contributors to this release

v1.6.3

Compare Source

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 changed the title Update dependency axios to v1.6.8 Update dependency axios to v1.7.2 May 23, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 862683e to 6882f84 Compare May 23, 2024 02:26
@renovate renovate bot changed the title Update dependency axios to v1.7.2 Update dependency axios to v1.7.3 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 6882f84 to 64e74c6 Compare August 2, 2024 05:41
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 64e74c6 to ce3d62d Compare August 14, 2024 03:01
@renovate renovate bot changed the title Update dependency axios to v1.7.3 Update dependency axios to v1.7.4 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from ce3d62d to dcffb0b Compare August 24, 2024 20:52
@renovate renovate bot changed the title Update dependency axios to v1.7.4 Update dependency axios to v1.7.5 Aug 24, 2024
@renovate renovate bot changed the title Update dependency axios to v1.7.5 Update dependency axios to v1.7.6 Aug 31, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from d4ad9e0 to 4e5d239 Compare September 1, 2024 05:27
@renovate renovate bot changed the title Update dependency axios to v1.7.6 Update dependency axios to v1.7.7 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 4e5d239 to 591c540 Compare November 27, 2024 02:40
@renovate renovate bot changed the title Update dependency axios to v1.7.7 Update dependency axios to v1.7.8 Nov 27, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 591c540 to 679804a Compare December 4, 2024 23:59
@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 branch from 679804a to ac7de81 Compare February 26, 2025 07:42
@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 changed the title Update dependency axios to v1.8.0 Update dependency axios to v1.8.1 Mar 1, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from ac7de81 to 4934834 Compare March 1, 2025 04:17
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 4934834 to 6aa2be1 Compare March 9, 2025 04:04
@renovate renovate bot changed the title Update dependency axios to v1.8.1 Update dependency axios to v1.8.2 Mar 9, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 6aa2be1 to 6ec13f5 Compare March 13, 2025 03:37
@renovate renovate bot changed the title Update dependency axios to v1.8.2 Update dependency axios to v1.8.3 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 6ec13f5 to f07f1a6 Compare March 21, 2025 07:48
@renovate renovate bot changed the title Update dependency axios to v1.8.3 Update dependency axios to v1.8.4 Mar 21, 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