chore(deps): roll up dependabot npm bumps - #17
Merged
Merged
Conversation
a-ok123
approved these changes
Aug 28, 2026
There was a problem hiding this comment.
Pull request overview
This PR rolls up several Dependabot-driven npm dependency bumps, primarily updating the HTTP client (undici) and the test tooling stack (Vitest / @vitest/browser), along with the corresponding pnpm-lock.yaml resolution updates.
Changes:
- Bump
undicito^6.28.0. - Upgrade
vitestand@vitest/browserto^3.2.7. - Refresh
pnpm-lock.yamlto reflect the new dependency graph (notably pulling in newervite,esbuild, androlluptrees).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates direct dependency and devDependency versions for undici + vitest tooling. |
| pnpm-lock.yaml | Updates resolved versions/transitive graph to match the bumped dependencies. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
Suppressed comments (1)
package.json:112
vitest/@vitest/browserupgrade pulls invite@7.3.6, which requires Node^20.19.0 || >=22.12.0(seepnpm-lock.yamlentries). At the same time, the runtime dependencyundici@6.28.0requires Node>=18.17, but this package still advertises"engines": { "node": ">=18" }, which allows unsupported Node 18 minors (and suggests contributors can runpnpm teston Node 18).
At minimum, bump engines.node to >=18.17.0 to match undici; also consider raising it further (or documenting a higher dev/test Node requirement) since Vite 7 won’t run on Node 18.
"vitest": "^3.2.7"
},
"engines": {
"node": ">=18"
},
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.