chore(deps): update dependency axios to v1.14.0 #87

Merged
Doridian merged 1 commit from renovate/axios-1.x-lockfile into main 2026-03-27 17:22:34 -07:00
Member

This PR contains the following updates:

Package Change Age Confidence
axios (source) 1.13.61.14.0 age confidence

Release Notes

axios/axios (axios)

v1.14.0

Compare Source

This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation.

⚠️ Important Changes

  • Breaking Changes: None identified in this release.
  • Action Required: If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably proxy-from-env v2 alignment and main entry compatibility fix).

🚀 New Features

  • Runtime Features: No new end-user features were introduced in this release.
  • Test Coverage Expansion: Added broader smoke/module test coverage for CJS and ESM package usage. (#​7510)

🐛 Bug Fixes

  • Headers: Trim trailing CRLF in normalised header values. (#​7456)
  • HTTP/2: Close detached HTTP/2 sessions on timeout to avoid lingering sessions. (#​7457)
  • Fetch Adapter: Cancel ReadableStream created during request-stream capability probing to prevent async resource leaks. (#​7515)
  • Proxy Handling: Fixed env proxy behavior with proxy-from-env v2 usage. (#​7499)
  • CommonJS Compatibility: Fixed package main entry regression affecting CJS consumers. (#​7532)

🔧 Maintenance & Chores

🌟 New Contributors

We are thrilled to welcome our new contributors. Thank you for helping improve Axios:

Full Changelog: v1.13.6...v1.14.0


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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.13.6` → `1.14.0`](https://renovatebot.com/diffs/npm/axios/1.13.6/1.14.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.14.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/1.13.6/1.14.0?slim=true) | --- ### Release Notes <details> <summary>axios/axios (axios)</summary> ### [`v1.14.0`](https://github.com/axios/axios/releases/tag/v1.14.0) [Compare Source](https://github.com/axios/axios/compare/v1.13.6...v1.14.0) This release focuses on compatibility fixes, adapter stability improvements, and test/tooling modernisation. #### ⚠️ Important Changes - **Breaking Changes:** None identified in this release. - **Action Required:** If you rely on env-based proxy behaviour or CJS resolution edge-cases, validate your integration after upgrade (notably `proxy-from-env` v2 alignment and `main` entry compatibility fix). #### 🚀 New Features - **Runtime Features:** No new end-user features were introduced in this release. - **Test Coverage Expansion:** Added broader smoke/module test coverage for CJS and ESM package usage. ([#&#8203;7510](https://github.com/axios/axios/pull/7510)) #### 🐛 Bug Fixes - **Headers:** Trim trailing CRLF in normalised header values. ([#&#8203;7456](https://github.com/axios/axios/pull/7456)) - **HTTP/2:** Close detached HTTP/2 sessions on timeout to avoid lingering sessions. ([#&#8203;7457](https://github.com/axios/axios/pull/7457)) - **Fetch Adapter:** Cancel `ReadableStream` created during request-stream capability probing to prevent async resource leaks. ([#&#8203;7515](https://github.com/axios/axios/pull/7515)) - **Proxy Handling:** Fixed env proxy behavior with `proxy-from-env` v2 usage. ([#&#8203;7499](https://github.com/axios/axios/pull/7499)) - **CommonJS Compatibility:** Fixed package `main` entry regression affecting CJS consumers. ([#&#8203;7532](https://github.com/axios/axios/pull/7532)) #### 🔧 Maintenance & Chores - **Security/Dependencies:** Updated `formidable` and refreshed package set to newer versions. ([#&#8203;7533](https://github.com/axios/axios/pull/7533), [#&#8203;10556](https://github.com/axios/axios/pull/10556)) - **Tooling:** Continued migration to Vitest and modernised CI/test harnesses. ([#&#8203;7484](https://github.com/axios/axios/pull/7484), [#&#8203;7489](https://github.com/axios/axios/pull/7489), [#&#8203;7498](https://github.com/axios/axios/pull/7498)) - **Build/Lint Stack:** Rollup, ESLint, TypeScript, and related dev-dependency updates. ([#&#8203;7508](https://github.com/axios/axios/pull/7508), [#&#8203;7509](https://github.com/axios/axios/pull/7509), [#&#8203;7522](https://github.com/axios/axios/pull/7522)) - **Documentation:** Clarified JSON parsing and adapter-related docs/comments. ([#&#8203;7398](https://github.com/axios/axios/pull/7398), [#&#8203;7460](https://github.com/axios/axios/pull/7460), [#&#8203;7478](https://github.com/axios/axios/pull/7478)) #### 🌟 New Contributors We are thrilled to welcome our new contributors. Thank you for helping improve Axios: - [@&#8203;aviu16](https://github.com/aviu16) ([#&#8203;7456](https://github.com/axios/axios/pull/7456)) - [@&#8203;NETIZEN-11](https://github.com/NETIZEN-11) ([#&#8203;7460](https://github.com/axios/axios/pull/7460)) - [@&#8203;fedotov](https://github.com/fedotov) ([#&#8203;7457](https://github.com/axios/axios/pull/7457)) - [@&#8203;nthbotast](https://github.com/nthbotast) ([#&#8203;7478](https://github.com/axios/axios/pull/7478)) - [@&#8203;veeceey](https://github.com/veeceey) ([#&#8203;7398](https://github.com/axios/axios/pull/7398)) - [@&#8203;penkzhou](https://github.com/penkzhou) ([#&#8203;7515](https://github.com/axios/axios/pull/7515)) *Full Changelog: [v1.13.6...v1.14.0](https://github.com/axios/axios/compare/v1.13.6...v1.14.0)* </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency axios to v1.14.0
All checks were successful
NodeJS check / check-nodejs (pull_request) Successful in 1m2s
Nix check / check-nix (pull_request) Successful in 2m25s
76b8132fb3
Doridian deleted branch renovate/axios-1.x-lockfile 2026-03-27 17:22:34 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
FoxDen/fadumper!87
No description provided.