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
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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 009bab7. Configure here.
| "@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.
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>
009bab7 to
21f636a
Compare


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
High Risk
High risk because it changes the resolved
axiosversion across many production workers/libs (including replacing several previously-resolvedaxios@1.xinstances), which can alter HTTP request/response behavior and dependency resolution at runtime.Overview
Updates the monorepo to consistently use
axios@0.31.1acrossbackendand multiple worker/lib packages, replacing prioraxios@0.27.2(and severalaxios@1.xresolutions) in package manifests.Regenerates
pnpm-lock.yamlaccordingly, updating transitive networking deps (e.g.,follow-redirects,form-data,proxy-from-env) and adjusting the Clearbitneedlesource entry.Reviewed by Cursor Bugbot for commit 21f636a. Bugbot is set up for automated code reviews on this repo. Configure here.