Skip to content

Update dependency axios to v1 #644

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
Open

Update dependency axios to v1 #644

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 16, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
axios (source) 0.27.2 -> 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

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

v1.6.2

Compare Source

Features
  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#​6046) (cff9967)
PRs
  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #​6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.
Contributors to this release

v1.6.1

Compare Source

Bug Fixes
  • formdata: fixed content-type header normalization for non-standard browser environments; (#​6056) (dd465ab)
  • platform: fixed emulated browser detection in node.js environment; (#​6055) (3dc8369)
Contributors to this release
PRs
  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #​6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

v1.6.0

Compare Source

Bug Fixes
PRs

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459
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 c1ea09a to 30d2546 Compare November 22, 2022 20:29
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 30d2546 to 7d4bb01 Compare December 5, 2022 21:07
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 7d4bb01 to a4daec0 Compare December 29, 2022 08:35
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 7c56d45 to 2a9b07e Compare January 24, 2023 19:21
@renovate renovate bot force-pushed the renovate/axios-1.x branch 4 times, most recently from facde66 to 4aff5df Compare February 2, 2023 00:15
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 4aff5df to ad350f5 Compare February 3, 2023 19:21
@renovate renovate bot force-pushed the renovate/axios-1.x branch from ad350f5 to fea38e2 Compare March 19, 2023 02:12
@renovate renovate bot force-pushed the renovate/axios-1.x branch from fea38e2 to e7f4d27 Compare April 17, 2023 12:58
@renovate renovate bot force-pushed the renovate/axios-1.x branch from e7f4d27 to a5c4322 Compare May 28, 2023 10:25
@renovate renovate bot force-pushed the renovate/axios-1.x branch from a5c4322 to 020aa3a Compare August 26, 2023 23:14
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 020aa3a to 0c3b9f7 Compare September 26, 2023 22:19
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 0c3b9f7 to 80baac7 Compare October 26, 2023 23:03
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from ddd8667 to 1345439 Compare November 14, 2023 22:15
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1345439 to bfc52cc Compare December 27, 2023 01:17
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from cd03573 to b9056f3 Compare January 5, 2024 21:15
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 85d4667 to 10b19b5 Compare January 25, 2024 22:46
@renovate renovate bot changed the title Update dependency axios to v1 Update dependency axios to v1 - autoclosed Feb 12, 2024
@renovate renovate bot closed this Feb 12, 2024
@renovate renovate bot deleted the renovate/axios-1.x branch February 12, 2024 18:57
@renovate renovate bot restored the renovate/axios-1.x branch February 12, 2024 21:19
@renovate renovate bot changed the title Update dependency axios to v1 - autoclosed Update dependency axios to v1 Feb 12, 2024
@renovate renovate bot reopened this Feb 12, 2024
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 10b19b5 to 5f8123f Compare March 15, 2024 20:26
@renovate renovate bot force-pushed the renovate/axios-1.x branch 3 times, most recently from ee3e8fa to 3a72333 Compare May 21, 2024 22:50
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 3a72333 to 75cd3ec Compare August 1, 2024 18:12
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 75cd3ec to 6c62f20 Compare August 13, 2024 22:06
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 6c62f20 to 181ad57 Compare August 23, 2024 13:40
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 901ebb1 to 8357f11 Compare August 31, 2024 22:58
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 8357f11 to 1549ac5 Compare November 25, 2024 23:03
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 1549ac5 to 065649e Compare December 4, 2024 09:14
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from 0f3a30b to 8d19fd3 Compare February 26, 2025 11:47
@renovate renovate bot force-pushed the renovate/axios-1.x branch 2 times, most recently from e8d0647 to 8a52376 Compare March 12, 2025 07:31
@renovate renovate bot force-pushed the renovate/axios-1.x branch from 8a52376 to fcca081 Compare March 19, 2025 20:02
@renovate renovate bot force-pushed the renovate/axios-1.x branch from fcca081 to 0ed24ab Compare April 24, 2025 23:25
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