chore(deps): bump axios from 0.27.2 to 0.31.1#4072
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. |
2 similar comments
|
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. |
|
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. |
|
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. |
4d0cd33 to
009bab7
Compare
| "@crowd/redis": "workspace:*", | ||
| "@crowd/types": "workspace:*", | ||
| "axios": "^1.6.8", | ||
| "axios": "^0.31.1", |
There was a problem hiding this comment.
Services downgraded from axios 1.x to 0.x
High Severity
This PR downgrades 12+ service packages from axios 1.x (e.g. ^1.6.8, ~1.6.2, ^1.13.1) to ^0.31.1 / ~0.31.1. While the PR title describes a bump for the backend package (0.27.2 → 0.31.1), the services were independently on 1.x. Axios 1.x has documented behavioral differences from 0.x — including stricter error throwing for non-2xx responses, different header handling internals, and changed parameter serialization — which could cause subtle regressions in error handling and request behavior across all affected services.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 009bab7. Configure here.
009bab7 to
21f636a
Compare
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.31.1. - [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.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
21f636a to
8bbb237
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 8bbb237. Configure here.
| "@octokit/request": "^5.6.3", | ||
| "@octokit/rest": "^22.0.0", | ||
| "axios": "^1.13.1", | ||
| "axios": "^0.31.1", |
There was a problem hiding this comment.
Axios downgraded from 1.x to 0.x in services
High Severity
Multiple service packages are being downgraded from axios 1.x (1.4.0–1.13.1) to 0.31.1, despite the PR title claiming a "bump." Axios 1.x has different runtime behavior for error handling, response transformation defaults, header handling (class-based AxiosHeaders vs plain objects), and proxy support. These services were developed and tested against 1.x semantics, so this downgrade risks subtle runtime failures in production — especially around error response structure and default configuration merging.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 8bbb237. Configure here.


Bumps axios from 0.27.2 to 0.31.1.
Release notes
Sourced from axios's releases.
... (truncated)
Commits
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)5073ecachore: release v0.31.0 (#10697)b57eb1aci: update branch name (#10692)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
Note
Medium Risk
Touches many packages and changes HTTP client versions (including switching several modules from
axios@1.xto0.31.1), which can introduce subtle runtime/typing differences in request/response handling despite being a dependency-only change.Overview
Dependency update: bumps
axiosto0.31.1inbackendand multiple worker/lib packages, updating the lockfile accordingly.This also normalizes transitive networking deps in
pnpm-lock.yaml(e.g.,follow-redirects,form-data,proxy-from-env) and adjusts theclearbitneedlesource reference, with new deprecation metadata captured in the lockfile.Reviewed by Cursor Bugbot for commit 8bbb237. Bugbot is set up for automated code reviews on this repo. Configure here.