chore(deps): bump the minor-and-patch group with 2 updates#40
chore(deps): bump the minor-and-patch group with 2 updates#40dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-and-patch group with 2 updates: [axios](https://github.com/axios/axios) and [zustand](https://github.com/pmndrs/zustand). Updates `axios` from 1.14.0 to 1.16.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.14.0...v1.16.1) Updates `zustand` from 5.0.12 to 5.0.13 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.12...v5.0.13) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: zustand dependency-version: 5.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Dependency Changes DetectedThis PR modifies dependency files. Please review whether these changes are intentional. Changed files:
Maintainer checklist:
|
lml2468
left a comment
There was a problem hiding this comment.
[APPROVE β self-review, posting as COMMENT] Safe minor/patch bumps.
axios 1.9.0 β 1.16.1:
β
Minor version bump, backwards compatible.
π΅ New transitive dependency: https-proxy-agent@5.0.1 + agent-base@6.0.2 β adds proxy support. Not a concern for frontend use but worth noting.
β
follow-redirects bumped to ^1.16.0 (security patch track).
β
debug moved from devOnly to runtime dep (axios transitive) β expected.
zustand 5.0.3 β 5.0.13:
β
Patch bump, no breaking changes.
Ready to merge.
Jerry-Xin
left a comment
There was a problem hiding this comment.
Dependency-only PR is in scope for octo-admin; it updates runtime libraries already used by the app and I found no blocking issues.
π¬ Non-blocking
- π΅ Suggestion:
npm cireports 8 total audit findings in the full dependency tree, butnpm audit --omit=devreports 0 runtime vulnerabilities. This does not block this PR, but dev dependency audit cleanup can be handled separately.
β Highlights
axiosis updated consistently in package.json and package-lock.json, including its new runtime transitivesfollow-redirectsandhttps-proxy-agent.zustandis updated consistently in package.json and package-lock.json.- Project usage is low risk: Axios is centralized in
src/api/index.ts, and Zustand usage is limited topersiststores withoutdevtools, which is the main area changed by Zustand 5.0.13. - Verification passed:
npm ci,npm run build,npm test, andnpm audit --omit=dev.
lml2468
left a comment
There was a problem hiding this comment.
[APPROVE β COMMENT due to self-review restriction] Independent cross-review.
Changes: Dependabot grouped minor-and-patch bump:
axios: ^1.9.0 β ^1.16.1 (minor)zustand: ^5.0.3 β ^5.0.13 (patch)
Verified:
- Scope β Both are runtime deps, same major version, semver-compatible. β
- No peer conflicts β Unlike #41/#42/#44, these are within-range bumps with no cross-package peer dependencies. β
- CI β Build (Node 18 + 20) green, CodeQL green, all checks pass. β
- Dependabot grouping working β This is the
minor-and-patchgroup from the dependabot.yml config doing exactly what it should: batching non-breaking bumps into a single PR. β
No blocking issues. Clean auto-bump, ready to merge.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the minor-and-patch group with 2 updates: axios and zustand.
Updates
axiosfrom 1.14.0 to 1.16.1Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
1337d6bchore(release): prepare release 1.16.1 (#10877)858a790fix: remove all caches (#10882)34adfd9revert: "fix: support URL object as config.url input (#10866)" (#10874)847d89bfix: support URL object as config.url input (#10866)4094886fix(progress): guard malformed XHR upload events (#10868)44f0c5bchore: change sponsorship link and add Twicsy advertisement (#10869)64e1095chore: update PR and issue template to use h2 (#10865)3e6b4e1fix: error unexpected token in fetch JS compatibility issue with Webpack 4 (#...c4453bafix: add the ability to add additional sponsors to the process sponsors scrip...caa00a9fix: https data in cleartext to proxy (#10858)Updates
zustandfrom 5.0.12 to 5.0.13Release notes
Sourced from zustand's releases.
Commits
6bc451e5.0.138ec2169chore(deps): update dev dependencies (#3486)4e9bcf0fix(devtools): support Firefox/Safari stack format in findCallerName (#3469)4b96f4efix(docs): correct react-dom test utils import path (#3474)c7516c1fix(tests): change parameters for 'expect' in test (#3483)1b04af1docs(persist): fix signature to require persistOptions (#3477)95d3f33test(middleware/immer): add runtime tests for immer middleware (#3471)3201328Update TypeScript guide links in README.md (#3466)00f96a3chore(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 (#3447)6330044test: expand React subscribe test coverage (#3442)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions