Bump axios from 0.30.3 to 0.32.0#12447
Conversation
Bumps [axios](https://github.com/axios/axios) from 0.30.3 to 0.32.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.30.3...v0.32.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.32.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
Automated tests are failing due to an incompatibility between axios 0.32.0 and axios-mock-adapter 2.1.0. Root cause: axios 0.32 changed Upstream issue: ctimmerm/axios-mock-adapter#415 — opened 2026-06-02, no fix or PR yet. axios-mock-adapter 2.1.0 is the latest release (published 2024-10-09). Workaround options:
I'd wait a little, before introducing a library to patch. |
|
@offtherailz we should move on with this asap for 2026.02 series. |
…tions - postInstall.js: patch axios-mock-adapter handle_request.js to use optional chaining on config.headers.constructor, which is null-prototype in axios 0.32.0 (fixes TypeError crash in 373 tests) - RuleService tests: spread config.params before toEqual comparison to convert null-prototype object to plain object (fixes 7 test failures) - RuleService tests: add .catch(e => done(e)) to tests missing it to surface failures as errors instead of silent timeouts Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…sCatalog tests
Spread config.params/{data.params} before toEqual to convert null-prototype
objects (introduced by axios 0.32.0) to plain objects for expect@1.20.1 compatibility.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@allyoucanmap I updated axios and fixed the axios-mock-adapter issue with latest versions of axios. The project is in stale, so we should evaluate to pass to something more modern (created this issue for this ) |
Bumps axios from 0.30.3 to 0.32.0.
Release notes
Sourced from axios's releases.
... (truncated)
Commits
8db2d44chore: bump version to v0.32.0 (#10840)2af6116chore: backport fixes from the v1x branch (#10838)a589dc5chore: bump version to v0.31.1 (#10766)b0c632ffix: backport security issues (#10764)b52187ffix: harden config merging (#10752)e3ddeb4fix: header security issues (#10750)f4f2d76chore: stop committing dist/ and remove bower (#10747)1f2f644chore: add CODEOWNERS (#10740)44bca90fix: improve regex in AxiosURLSearchParams (#10737)4c4f07ffix: form data recursion (#10728)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.