build(deps): manual bumps from the closed minor-and-patch group - #15
Merged
Merged
Conversation
@tanstack/react-virtual 3.14.4->3.14.9, postcss 8.4.38->8.5.26, vite-plugin-electron 1.1.0->1.1.1, vitest 4.1.9->4.1.10. eslint-plugin-react-refresh stays at 0.4.6 — 0.5.3 requires eslint ^9||^10 and this repo is still on eslint 8 with .eslintrc.cjs; that's a separate migration. autoprefixer's bump is moot, dropped in #6.
There was a problem hiding this comment.
🟢 Approval recommended
The dependency/version bumps are internally consistent between package.json and package-lock.json with no apparent contract or configuration breakage in the reviewed changes.
Pull request overview
Updates a subset of dependency versions from the previously closed minor/patch bump PR (#5), keeping the project’s toolchain and runtime dependencies current while preserving the repo’s existing eslint v8 setup and Tailwind v4 PostCSS configuration.
Changes:
- Bumped
@tanstack/react-virtualto^3.14.9. - Bumped tooling deps:
postcssto^8.5.26,vite-plugin-electronto^1.1.1, andvitestto^4.1.10. - Regenerated
package-lock.jsonto reflect the updated direct and transitive resolutions (e.g.,@tanstack/virtual-core,nanoid,tinyrainbow).
File summaries
| File | Description |
|---|---|
| package.json | Updates the direct dependency/version ranges for the four selected packages. |
| package-lock.json | Aligns the lockfile with the updated dependency graph and resolved artifact integrity entries. |
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 4 of the 6 bumps from #5, which is now closed.
Not included:
eslint-plugin-react-refreshstays at 0.4.6 — 0.5.3 requireseslint ^9||^10, and this repo is still on eslint 8 with the legacy.eslintrc.cjsformat. That's a separate, larger migration.autoprefixer's bump is moot — it was removed entirely in build(deps-dev): bump tailwindcss from 3.4.19 to 4.3.3 #6 (tailwindcss v4's PostCSS plugin no longer needs it).npm run lint && npm run typecheck && npm test && npm run buildall pass on this branch.