build(deps): manual bumps from the closed minor-and-patch group - #18
Merged
Merged
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
The dependency bumps are consistent between package.json and package-lock.json, and the updated peer constraints (e.g., vite >=6) are satisfied by the existing dev dependency set.
Pull request overview
Updates a handful of remaining minor/patch dependency versions (originally part of the now-closed “minor-and-patch” group), keeping the repo’s tooling and runtime libraries current after the earlier eslint 9 migration.
Changes:
- Bump
@tanstack/react-virtualto^3.14.10. - Bump
@testing-library/reactto^16.3.3. - Bump
vite-plugin-electronto^1.1.2andvitestto^4.1.11, with corresponding lockfile updates.
File summaries
| File | Description |
|---|---|
| package.json | Updates the declared dependency ranges for the four packages being bumped. |
| package-lock.json | Updates resolved versions/integrities to match the new package ranges (including updated transitive versions like @tanstack/virtual-core and vitest subpackages). |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 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.
Applies the remaining bumps from #14, which is now closed (superseded by #17's eslint 9 migration).
postcss and eslint-plugin-react-refresh were already at/above this PR's targets after #15 and #17. autoprefixer's bump is moot — removed entirely in #6.
npm run lint && npm run typecheck && npm test && npm run buildall pass.