chore(deps): bump axios from 0.27.2 to 0.32.0#4152
Conversation
|
|
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
3001ddf to
53cc1df
Compare
1e08701 to
1e02ba4
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1e02ba4. Configure here.
| "@octokit/request": "^5.6.3", | ||
| "@octokit/rest": "^22.0.0", | ||
| "axios": "^1.13.1", | ||
| "axios": "^0.32.0", |
There was a problem hiding this comment.
Axios semver downgrade from 1.x
Medium Severity
This PR retargets multiple workspaces from axios 1.x ranges to ^0.32.0, which is a semver downgrade because major 1 sorts above 0. The stated goal is 0.27.2→0.32.0 on the legacy line; services already on 1.x should move to a current 1.x release, not 0.32.0.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 1e02ba4. Configure here.
b1cd1f0 to
3b77921
Compare
Bumps [axios](https://github.com/axios/axios) from 0.27.2 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.27.2...v0.32.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
3b77921 to
1bc94cd
Compare


Bumps axios from 0.27.2 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)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
Note
Medium Risk
axios drives outbound HTTP across the API and workers; 0.32.0 includes breaking merge/config behavior and error redaction changes that could affect integrations or logging if relied on implicitly.
Overview
Standardizes
axioson^0.32.0across the monorepo:backendmoves from0.27.2, and multiple workers/libs that previously pinned axios 1.x now declare0.32.0so first-party packages resolve to a single version.pnpm-lock.yamlis regenerated accordingly—fewer duplicate axios trees, updated transitive pins (follow-redirects,form-data, clearbitneedlegit URL), while some third-party packages (e.g. SendGrid, Slack) still pull axios 1.17.0 on their own.There are no application source changes; behavior shifts come from axios 0.32 security/hardening backports, including null-prototype merged config/headers (a documented breaking change for code that assumes normal object prototypes).
Reviewed by Cursor Bugbot for commit 1bc94cd. Bugbot is set up for automated code reviews on this repo. Configure here.