build(deps): bump axios from 1.12.2 to 1.16.0#504
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
| Filename | Overview |
|---|---|
| package.json | Bumps axios from 1.12.2 to 1.16.0 in both dependencies and resolutions; no other changes. |
| yarn.lock | Lockfile updated to reflect new checksums for axios 1.16.0 and its updated transitive deps (follow-redirects 1.16.0, form-data 4.0.5, proxy-from-env 2.1.0). |
Sequence Diagram
sequenceDiagram
participant App as React App (Browser)
participant Axios as axios 1.16.0
participant API as API Endpoints
App->>Axios: "axios.get(apiRoute, { params })"
Axios->>API: HTTP GET request
API-->>Axios: JSON response
Axios-->>App: response.data
App->>Axios: axios.post(apiRoute, body)
Axios->>API: HTTP POST request
API-->>Axios: JSON response
Axios-->>App: response.data
Reviews (1): Last reviewed commit: "build(deps): bump axios from 1.12.2 to 1..." | Re-trigger Greptile
Bumps [axios](https://github.com/axios/axios) from 1.12.2 to 1.16.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.12.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
083ef88 to
2bebd2c
Compare
Bumps axios from 1.12.2 to 1.16.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
df53d7dchore(release): prepare release 1.16.0 (#10834)9d92bcdfix: gadgets and smaller issues (#10833)5107ee6fix: prevent undefined error codes in settle (#7276)e573499fix(fetch): defer global access in fetch adapter (#7260)ad68e1afix(http): honor timeout during connect without redirects (#10819)2a51828fix(http): decode URL basic auth credentials (#10825)0e8b6bbfix(http): preserve user-supplied Host header when forwarding through a proxy...79f39e1docs: document paramsSerializer.encode for strict RFC 3986 query encoding (#1...0fe3a5f[Docs/Types] UpdateparseReviverTypeScript definitions for ES2023 and add ...cd6737fchore: matches the sibling responseStream.on(aborted) handler and added tests...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for axios since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.