Skip to content

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Mar 14, 2025

This PR contains the following updates:

Package Type Update Change
axios (source) dependencies minor 1.7.9 -> 1.13.2

Release Notes

axios/axios (axios)

v1.13.2

Compare Source

Bug Fixes
  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#​7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#​7196) (0588880)
Performance Improvements
Contributors to this release

v1.13.1

Compare Source

Bug Fixes
  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#​7193) (bcd5581)
Contributors to this release

v1.13.0

Compare Source

Bug Fixes
Features
Contributors to this release

1.12.2 (2025-09-14)

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

1.12.1 (2025-09-12)

Bug Fixes
Contributors to this release

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
  • 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

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 has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from 3b16cd5 to 9bf6d3d Compare March 21, 2025 06:44
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.8.3 Update dependency axios to v1.8.4 Mar 21, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from 9bf6d3d to c2dfb9a Compare April 25, 2025 13:41
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.8.4 Update dependency axios to v1.9.0 Apr 25, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch 2 times, most recently from 406b594 to 4125748 Compare June 15, 2025 04:22
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.9.0 Update dependency axios to v1.10.0 Jun 15, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from 4125748 to 9ce04c7 Compare July 25, 2025 00:09
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.10.0 Update dependency axios to v1.11.0 Jul 25, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from 9ce04c7 to 2f4cf14 Compare September 12, 2025 01:55
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.11.0 Update dependency axios to v1.12.0 Sep 12, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from 2f4cf14 to 2571604 Compare September 13, 2025 15:57
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.12.0 Update dependency axios to v1.12.1 Sep 13, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from 2571604 to 06c3dff Compare September 15, 2025 19:13
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.12.1 Update dependency axios to v1.12.2 Sep 15, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from 06c3dff to 585d4ed Compare September 20, 2025 11:09
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.12.2 Update dependency axios to v1.11.0 Sep 20, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch 2 times, most recently from c14ba3b to f143cd1 Compare September 27, 2025 03:35
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.11.0 Update dependency axios to v1.12.1 Sep 27, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from f143cd1 to a12835a Compare September 30, 2025 22:58
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.12.1 Update dependency axios to v1.12.2 Sep 30, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from a12835a to 62229c6 Compare November 11, 2025 08:30
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.12.2 Update dependency axios to v1.13.0 Nov 11, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from 62229c6 to bc24c23 Compare November 12, 2025 04:28
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.13.0 Update dependency axios to v1.13.1 Nov 12, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch 2 times, most recently from b80ac5c to 7c29e1e Compare November 19, 2025 00:40
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency axios to v1.13.1 Update dependency axios to v1.13.2 Nov 19, 2025
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/axios-1.x-lockfile branch from 7c29e1e to cbd9072 Compare November 20, 2025 01:29
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.

1 participant