chore(gui): update dashboard dependencies - #1251
Merged
Merged
Conversation
Bump in-range packages: - react / react-dom 19.2.7 -> 19.2.8 (RSC decode perf) - @tanstack/react-virtual 3.14.5 -> 3.14.9 (directDomUpdates prepend gap fix) - vite 8.1.0 -> 8.2.1 (fs.allow input, bundled-dev reload/HMR fixes) - eslint 10.5.0 -> 10.8.1 (rule fixes incl. prefer-template quadratic regex) - typescript-eslint 8.61.1 -> 8.66.0 (import defer parsing, TS7 warning) - globals 17.6.0 -> 17.9.0 (global list syncs) - @vitejs/plugin-react 6.0.3 -> 6.0.5 (RefreshSig NODE_ENV=production fix, linear compiler filter) [already at 6.0.5 in manifest, lockfile sync] - @types/node 24.13.2 -> 24.13.3, @types/react 19.2.17 -> 19.2.18, @types/react-dom 19.2.3 -> 19.2.4 - happy-dom 20.11.1 -> 20.11.2 (MutationObserver WeakRef GC fix) Security: - postcss override 8.5.18 -> 8.5.26 (source-map disclosure advisories GHSA-fxqj-rqcc-2cmp, GHSA-r28c-9q8g-f849) TypeScript stays on ~6.0.2; the 7.0 major is a separate decision.
Contributor
|
✅ Deterministic PR hygiene checks passed. |
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe GUI package manifest updates React, React Virtual, type packages, linting tools, test environment packages, Vite-related tooling, and the PostCSS override. ChangesGUI dependency updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
7 tasks
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.
Summary
~6.0.2; the 7.0 major is a separate decision.gui/package.json+gui/bun.lockonly, so no screenshot is applicable.Validation
bun run build(gui) — pass (tsc -b + vite build)bun run lint(gui) — passbun test tests(gui) — pass, 676 tests / 0 failbun audit(gui) — pass, 0 vulnerabilities after the postcss bumpReview notes
directDomUpdatesmode.Summary by CodeRabbit