chore(deps-dev): bump axios from 0.27.2 to 0.31.0#393
chore(deps-dev): bump axios from 0.27.2 to 0.31.0#393dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.31.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v0.31.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.31.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Scope
Dependency-only change: axios moves from ^0.27.2 to ^0.31.0 in package.json with a matching yarn.lock update for this repo; no runtime dependencies or source edits.
CI
Required checks were still pending with no status rows in the snapshot used for this review; that does not change the dependency assessment, and branch protection should still enforce green checks before merge.
Regression risk
Low blast radius because axios is dev-only here; upstream 0.x notes include a narrow breaking change around deep-merging __proto__ into axios config, which is unlikely for ordinary test HTTP usage but is the main semantic footgun across this span of versions.
Upstream: axios/axios#10697
Bugbot: no blocking threads — no action.
Residual risks / follow-ups
- After checks finish, treat any unexpected axios-related failures as a signal to audit test helpers for exotic
mergeConfig/ prototype-touching patterns rather than application runtime code. - None beyond normal post-merge monitoring for a security-motivated 0.x jump—the diff scope is appropriately limited to the manifest and lockfile.
This review was generated by review-bot.
|
Automatically requested review from @jagoda because they were a top contributor. Feel free to reassign this to someone else who may be better able to review this PR. Please merge this PR after approving.
|
|
Superseded by #395. |
Bumps axios from 0.27.2 to 0.31.0.
Release notes
Sourced from axios's releases.
... (truncated)
Commits
5073ecachore: release v0.31.0 (#10697)b57eb1aci: update branch name (#10692)00ab2afrefactor: change name to have a unified workflow (#10691)9a66c09chore: added a versioning flow (#10690)03cdfc9fix: backport the fixes from the v1 branch (#10688)71be4e5fix: return types in AxiosInstance methods should be Promise<R> (#6253)62610f6fix: fixed performance issue in isEmptyObject() (#6484)68f97f7ci: require npm-publish environment for releases (#10667)58a6043ci: add zizmor and harden v0.x CI (#10638)b560d41ci: add OIDC publish workflow for v0.x (#10639)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
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.