build(deps): bump axios from 1.15.2 to 1.16.1 in /tests/functional#2426
build(deps): bump axios from 1.15.2 to 1.16.1 in /tests/functional#2426dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.15.2...v1.16.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Hello dependabot[bot],My role is to assist you with the merge of this Available options
Available commands
Status report is not available. The following options are set: bypass_author_approval, bypass_jira_check |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: bypass_author_approval, bypass_jira_check |
There was a problem hiding this comment.
Dependency Bump Evaluation
Version change: 1.15.2 -> 1.16.1 (minor, spanning v1.16.0 + v1.16.1)
Semver bump type: minor
Changes (v1.16.0):
- QUERY HTTP method support added
ECONNREFUSEDerror constant exposed- Fetch adapter now enforces
maxBodyLength/maxContentLength - URL-embedded auth credentials are now URL-decoded
parseProtocolnow requires a colon (stricter)- Deprecated
unescape()replaced with modern UTF-8 encoding - Stale headers cleared on redirects, redirect listener stacking fixed
- Abort reason preserved in fetch adapter
Changes (v1.16.1):
- Prototype pollution defence-in-depth in
formDataToJSON - Proxy cleartext leak fix (HTTPS data to HTTP proxy)
- Data URI parsing stricter per RFC 2397
- Unicode header values preserved through interceptors
- XHR upload progress guard for malformed events
- Webpack 4 fetch adapter compatibility restored
- URL object as config.url reverted (no net change from v1.15.2)
Breaking changes: None
Security concerns: None for this codebase. Security fixes (prototype pollution in formDataToJSON, proxy cleartext leak) are positive improvements but do not affect features used here.
Impact on codebase: Axios is used in a single file (tests/functional/ctst/world/Zenko.ts) with basic patterns only: axios.create(), request interceptors (aws4-axios), simple method/url/headers/data config, and response .status/.data access. None of the changed features are used — no proxy config, no formDataToJSON, no fromDataURI, no URL objects as config.url, no abort signals, no progress events, no URL-embedded credentials. This is a test-only dependency (not shipped in production).
Recommendation: SAFE TO MERGE
— Claude Code
Bumps axios from 1.15.2 to 1.16.1.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
1337d6bchore(release): prepare release 1.16.1 (#10877)858a790fix: remove all caches (#10882)34adfd9revert: "fix: support URL object as config.url input (#10866)" (#10874)847d89bfix: support URL object as config.url input (#10866)4094886fix(progress): guard malformed XHR upload events (#10868)44f0c5bchore: change sponsorship link and add Twicsy advertisement (#10869)64e1095chore: update PR and issue template to use h2 (#10865)3e6b4e1fix: error unexpected token in fetch JS compatibility issue with Webpack 4 (#...c4453bafix: add the ability to add additional sponsors to the process sponsors scrip...caa00a9fix: https data in cleartext to proxy (#10858)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.