Skip to content

chore(deps): bump axios from 1.13.5 to 1.15.0 in /libs/logic-apps-shared#9048

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/libs/logic-apps-shared/axios-1.15.0
Open

chore(deps): bump axios from 1.13.5 to 1.15.0 in /libs/logic-apps-shared#9048
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/libs/logic-apps-shared/axios-1.15.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 11, 2026

Bumps axios from 1.13.5 to 1.15.0.

Release notes

Sourced from axios's releases.

v1.15.0

This release delivers two critical security patches, adds runtime support for Deno and Bun, and includes significant CI hardening, documentation improvements, and routine dependency updates.

⚠️ Important Changes

  • Deprecation: url.parse() usage has been replaced to address Node.js deprecation warnings. If you are on a recent version of Node.js, this resolves console warnings you may have been seeing. (#10625)

🔒 Security Fixes

  • Proxy Handling: Fixed a no_proxy hostname normalisation bypass that could lead to Server-Side Request Forgery (SSRF). (#10661)
  • Header Injection: Fixed an unrestricted cloud metadata exfiltration vulnerability via a header injection chain. (#10660)

🚀 New Features

  • Runtime Support: Added compatibility checks and documentation for Deno and Bun environments. (#10652, #10653)

🔧 Maintenance & Chores

  • CI Security: Hardened workflow permissions to least privilege, added the zizmor security scanner, pinned action versions, and gated npm publishing with OIDC and environment protection. (#10618, #10619, #10627, #10637, #10666)
  • Dependencies: Bumped serialize-javascript, handlebars, picomatch, vite, and denoland/setup-deno to latest versions. Added a 7-day Dependabot cooldown period. (#10574, #10572, #10568, #10663, #10664, #10665, #10669, #10670, #10616)
  • Documentation: Unified docs, improved beforeRedirect credential leakage example, clarified withCredentials/withXSRFToken behaviour, HTTP/2 support notes, async/await timeout error handling, header case preservation, and various typo fixes. (#10649, #10624, #7452, #7471, #10654, #10644, #10589)
  • Housekeeping: Removed stale files, regenerated lockfile, and updated sponsor scripts and blocks. (#10584, #10650, #10582, #10640, #10659, #10668)
  • Tests: Added regression coverage for urlencoded Content-Type casing. (#10573)

🌟 New Contributors

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

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. (#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)

... (truncated)

Changelog

Sourced from axios's changelog.

Changelog

1.13.3 (2026-01-20)

Bug Fixes

  • http2: Use port 443 for HTTPS connections by default. (#7256) (d7e6065)
  • interceptor: handle the error in the same interceptor (#6269) (5945e40)
  • main field in package.json should correspond to cjs artifacts (#5756) (7373fbf)
  • package.json: add 'bun' package.json 'exports' condition. Load the Node.js build in Bun instead of the browser build (#5754) (b89217e)
  • silentJSONParsing=false should throw on invalid JSON (#7253) (#7257) (7d19335)
  • turn AxiosError into a native error (#5394) (#5558) (1c6a86d)
  • types: add handlers to AxiosInterceptorManager interface (#5551) (8d1271b)
  • types: restore AxiosError.cause type from unknown to Error (#7327) (d8233d9)
  • unclear error message is thrown when specifying an empty proxy authorization (#6314) (6ef867e)

Features

Reverts

  • Revert "fix: silentJSONParsing=false should throw on invalid JSON (#7253) (#7…" (#7298) (a4230f5), closes #7253 #7 #7298
  • deps: bump peter-evans/create-pull-request from 7 to 8 in the github-actions group (#7334) (2d6ad5e)

Contributors to this release

... (truncated)

Commits
  • 772a4e5 chore(release): prepare release 1.15.0 (#10671)
  • 4b07137 chore(deps-dev): bump vite from 8.0.0 to 8.0.5 in /tests/smoke/esm (#10663)
  • 51e57b3 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 (#10664)
  • fba1a77 chore(deps-dev): bump vite from 8.0.2 to 8.0.5 in /tests/module/esm (#10665)
  • 0bf6e28 chore(deps): bump denoland/setup-deno in the github-actions group (#10669)
  • 8107157 chore(deps-dev): bump the development_dependencies group with 4 updates (#10670)
  • e66530e ci: require npm-publish environment for releases (#10666)
  • 49f23cb chore(sponsor): update sponsor block (#10668)
  • 3631854 fix: unrestricted cloud metadata exfiltration via header injection chain (#10...
  • fb3befb fix: no_proxy hostname normalization bypass leads to ssrf (#10661)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 11, 2026
@github-actions
Copy link
Copy Markdown

📊 Coverage check completed. See workflow run for details.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 11, 2026

🤖 AI PR Validation Report

PR Review Results

Thank you for your submission! Here's detailed feedback on your PR title and body compliance:

PR Title

  • Current: chore(deps): bump axios from 1.13.5 to 1.15.0 in /libs/logic-apps-shared
  • Issue: None — title is clear and follows the conventional format for a dependency bump.
  • Recommendation: Keep as-is. (Optional: you can append the short reason e.g. ... (security fixes) if you want to highlight the security nature of the bump.)

Commit Type

  • The PR body did not use the repository's required PR body template and therefore did not mark a Commit Type checkbox.
  • Note: From the title this is chore (dependency update). Please select exactly one commit type in the PR body: chore.

Risk Level

  • Assessment: Missing — this PR does not include a risk label (e.g. risk:low, risk:medium, risk:high) and the PR body did not select a Risk Level.
  • Recommendation: Add a repository label and select a Risk Level in the PR body. Based on the diff (only bumping axios in libs/logic-apps-shared/package.json), I advise: risk:medium.
    • Rationale: it's a dependency bump to a networking library (axios). The release includes security fixes (SSRF and header-injection fixes) and some CI/packaging changes. While the change is limited to one package.json and likely low surface area, network libraries can affect runtime behavior. If your automated tests and consumers show no regressions, you could reasonably mark risk:low; however, without tests or verification I'd recommend risk:medium.

What & Why

  • Current: (Missing — the PR body does not include the required What & Why section from the template.)
  • Issue: No brief explanation of what changed and why was provided in the required template format.
  • Recommendation: Add a short What & Why such as:
    • Bumps axios from 1.13.5 to 1.15.0 in libs/logic-apps-shared to pick up security fixes (SSRF and header-injection) and compatibility/CI improvements. No code changes beyond package.json.

⚠️ Impact of Change

  • Issue: The PR body did not include an Impact of Change section.
  • Recommendation: Add a concise impact section. Example entries:
    • Users: No direct user-facing UI changes. Runtime behavior around HTTP requests may be slightly affected (beneficial security fixes).
    • Developers: Dependencies updated; run yarn install/npm install in workspaces. If any calling code depended on axios internals that changed, run unit tests to verify.
    • System: No architecture changes. Verify CI that builds/publishes libs/logic-apps-shared (if applicable) and confirm pack/consume scenarios.

Test Plan

  • Assessment: Missing/insufficient. The diff shows only a package.json bump; there are no unit/E2E tests added or notes explaining why manual testing is sufficient.
  • Why this fails: The repository's PR template requires a Test Plan selection and we need to ensure the dependency bump is validated. Because this is a networking dependency, you should either add/confirm tests or provide a clear manual test plan.
  • Recommendation: At minimum, update the PR's Test Plan section with checked boxes appropriate to how you validated the bump, for example:
    • Manual testing completed — describe what was run (unit test suite, CI run, smoke tests, local flows exercising network calls).
    • Preferably also: run full unit tests and E2E pipelines and check-in that they passed. If you did add/modify tests, ensure the commit includes them and mention them here.

⚠️ Contributors

  • Assessment: Blank. This is optional but recommended.
  • Recommendation: If anyone else reviewed/verified the bump (QA, Security, Maintainer), tag them in the Contributors section for traceability.

Screenshots/Videos

  • Assessment: Not applicable for this change (dependency bump only).
  • Recommendation: No screenshots necessary.

Summary Table

Section Status Recommendation
Title Keep the current title or optionally add (security fixes)
Commit Type Select chore in the PR body commit type checkboxes
Risk Level Add risk:medium label (or risk:low only if tests/CI fully validate)
What & Why Add short explanation: why axios bumped and scope (only package.json)
Impact of Change ⚠️ Add Users/Developers/System bullets describing impact
Test Plan Document runs that validated the bump; ideally include unit/E2E results
Contributors ⚠️ Optional — tag reviewers/QA/security if applicable
Screenshots/Videos N/A for this change

Final message
This PR does not pass the PR-body compliance checks. The title is good. The failures are because the repository's PR template was not completed: specifically commit type, risk level, What & Why, Impact, and Test Plan are missing. The code diff shows a single package.json change (axios: 1.13.5 -> 1.15.0) — a dependency bump that includes security fixes. I advise labeling this PR risk:medium (please add the matching label to the PR) and completing the PR body with the suggested text above. Also confirm and document how you validated the bump (CI run, unit tests, smoke tests) — without tests or verification this check must fail.

Please update the PR body using the repo template with the recommended fields and re-submit. Thank you for keeping dependencies up-to-date — the axios update includes important security fixes, so please ensure CI/tests run and add the risk label before merge.


Last updated: Sat, 11 Apr 2026 09:46:38 GMT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code needs-pr-update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants