chore(deps): bump axios from 0.30.2 to 1.13.5#137
chore(deps): bump axios from 0.30.2 to 1.13.5#137dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps [axios](https://github.com/axios/axios) from 0.30.2 to 1.13.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.30.2...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
1 similar comment
|
|
Greptile OverviewGreptile SummaryThis PR upgrades Because this is a major-version bump, consumers of axios in other workspaces (not modified by this PR) should be re-validated; there are existing interceptor implementations that currently swallow request errors (missing Confidence Score: 3/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PNPM as pnpm
participant API as apps/api
participant Ext as apps/extensions
participant Lock as pnpm-lock.yaml
participant Ax as axios@1.13.5
Dev->>PNPM: pnpm install
PNPM->>API: Resolve apps/api dependencies
API->>Ax: Require axios ^1.13.5
PNPM->>Ext: Resolve apps/extensions dependencies
Ext->>Ax: Require axios ^1.13.5
PNPM->>Lock: Write resolved versions
Lock-->>Dev: axios pinned to 1.13.5
Dev->>API: Run API code/tests
API->>Ax: axios.create() + interceptors
Ax-->>API: Requests/responses/errors flow
Dev->>Ext: Run Extension code/build
Ext->>Ax: axios.create() + interceptors
Ax-->>Ext: Requests/responses/errors flow
|
Additional Comments (3)
The request interceptor error handler doesn’t
Same issue as the portal API client: the request interceptor error handler calls
Prefer sending the plain object so axios applies JSON transform consistently. |
|



Bumps axios from 0.30.2 to 1.13.5.
Release notes
Sourced from axios's releases.
... (truncated)
Commits
29f7542chore(release): prepare release 1.13.5 (#7379)431c3a3ci: fix run condition (#7373)9ff3a78ci: update ymls (#7372)265b712docs: fix deprecated Buffer constructor and formatting issues in README (#7371)475e75afeat: add input validation to isAbsoluteURL (#7326)28c7215fix: Denial of Service via proto Key in mergeConfig (#7369)04cf019docs: clarify object check comment (#7323)696fa75fix: status is missing in AxiosError on and after v1.13.3 (#7368)569f028fix: added a option to choose between legacy and the new request/response int...44b7c9fchore(deps-dev): bump karma-sourcemap-loader (#7360)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for axios since your current version.
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.
Summary by cubic
Upgrade axios to 1.13.5 in API and Extensions to pick up security fixes and v1.x improvements. This mitigates a DoS risk in mergeConfig and keeps our HTTP stack current.
Dependencies
Migration
Written for commit bbd7a78. Summary will update on new commits.