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.
9cdc015 to
b1cd1f0
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>
b1cd1f0 to
3b77921
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
Wide HTTP-client upgrade with axios 0.32 security/breaking behavior (null-prototype merges, error redaction) affecting backend and many workers; no code changes to validate compatibility.
Overview
Standardizes
axioson^0.32.0(~0.32.0where pinned) across the monorepo, replacing a mix of0.27.2on the backend and several1.6.x–1.13.xranges on workers and shared libs (common_services,database,integrations,nango,opensearch, etc.).pnpm-lock.yamlis regenerated so workspace packages resolve toaxios@0.32.0, dropping multiple prioraxios@1.xlock entries. Third-party packages (e.g.@sendgrid/client,@slack/web-api,peopledatalabs,snowflake-sdk) still pullaxios@1.17.0as their own dependency. Minor lockfile churn also includes clearbitneedlegit URL formatting, AWS SDK client peer wiring, and small transitive bumps (follow-redirects,form-data,hasown).No application source changes—only dependency manifests and the lockfile. Reviewers should note 0.32.0’s breaking null-prototype merged config/headers and default
AxiosErrorredaction if any code introspects merged axios config objects or logs full errors.Reviewed by Cursor Bugbot for commit 3b77921. Bugbot is set up for automated code reviews on this repo. Configure here.