chore(deps): bump axios from 1.13.5 to 1.15.0#9053
chore(deps): bump axios from 1.13.5 to 1.15.0#9053dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
❌ Commit Type
❌ Risk Level
❌ What & Why
❌ Impact of Change
❌ Test Plan
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | Title is good; keep as-is. |
| Commit Type | ❌ | Add the template Commit Type selection (check only chore). |
| Risk Level | ❌ | Add label risk:medium and mark Medium in the template; explain reasons. |
| What & Why | ❌ | Add a concise What & Why summary (1-2 sentences). |
| Impact of Change | ❌ | Add Users/Developers/System bullet list describing impact. |
| Test Plan | ❌ | Add CI run + smoke tests + validation steps; run them. |
| Contributors | Optional: list contributors if any. | |
| Screenshots/Videos | Not applicable. |
Final message:
Please update the PR body to use the repository PR template. Specifically:
- Add the Commit Type section and mark
chore. - Add the Risk Level selection and apply the GitHub label
risk:medium(advised: Medium — see reasoning above). If you disagree, explain why and provide validation evidence. - Add a concise "What & Why" summary at the top (one or two sentences).
- Fill the Impact of Change section with Users/Developers/System bullets.
- Update the Test Plan: run CI, run local smoke tests that exercise axios requests (including header-setting paths and proxy/no_proxy usage), and include results/links.
- Optionally add Contributors if relevant.
Because the PR body currently does not follow the required template and is missing a risk label and test plan, this review cannot pass. After you update the PR body and add the risk:medium label and the test plan / validation results, please re-request review.
Notes on technical risk (why Medium):
- axios 1.15.0 includes security fixes (header injection/SSRF) and behavior changes: values containing CR/LF now throw an error and proxy/no_proxy hostname normalization changed. These can cause runtime failures if any code relied on the previous behavior. The lockfile also upgrades proxy-from-env to 2.x — review any proxy-related assumptions.
If you want, here's a minimal block you can paste at the top of the PR body to satisfy the template quickly:
Commit Type
- chore - Maintenance/tooling
Risk Level
- Medium - Moderate changes, some user impact
What & Why
Bumps axios from 1.13.5 to 1.15.0 to pull in security fixes (header injection and SSRF fixes) and dependency updates. This reduces risk of metadata exfiltration and improves proxy hostname normalization.
Impact of Change
- Users: No UI changes expected; possible runtime errors if any code sets headers containing CR/LF.
- Developers: Validate HTTP client utilities and any header-setting code. Validate proxy/no_proxy behavior.
- System: Lockfile and dependency updates; run CI to ensure no regressions.
Test Plan
- Unit tests: run
pnpm -w test(or repo equivalent) and ensure all tests pass. - E2E tests: run smoke/e2e pipelines that exercise network requests.
- Manual/CI checks: run local smoke scenarios that set headers and use proxies; confirm no unexpected errors.
Thank you — once you update the PR body and add the requested label and test results I will re-review.
Last updated: Mon, 13 Apr 2026 18:07:17 GMT
📊 Coverage CheckNo source files changed in this PR. |
Bumps axios from 1.13.5 to 1.15.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
772a4e5chore(release): prepare release 1.15.0 (#10671)4b07137chore(deps-dev): bump vite from 8.0.0 to 8.0.5 in /tests/smoke/esm (#10663)51e57b3chore(deps-dev): bump vite from 8.0.2 to 8.0.5 (#10664)fba1a77chore(deps-dev): bump vite from 8.0.2 to 8.0.5 in /tests/module/esm (#10665)0bf6e28chore(deps): bump denoland/setup-deno in the github-actions group (#10669)8107157chore(deps-dev): bump the development_dependencies group with 4 updates (#10670)e66530eci: require npm-publish environment for releases (#10666)49f23cbchore(sponsor): update sponsor block (#10668)3631854fix: unrestricted cloud metadata exfiltration via header injection chain (#10...fb3befbfix: no_proxy hostname normalization bypass leads to ssrf (#10661)Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.