chore: upgrade vite-plus to v0.2.0#828
Conversation
v0.2.0 consumes upstream Vitest directly and raises the minimum Node version. - Bump vite-plus and the vite -> @voidzero-dev/vite-plus-core override to ^0.2.0 - Drop the @voidzero-dev/vite-plus-test wrapper; vitest now arrives transitively via vite-plus, pinned to upstream 4.1.9 (and its override is removed) - Bump @vitest/coverage-v8 to 4.1.9 to match the single vitest version - Raise engines.node to ^22.18.0 || >=24.11.0
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
commit: |
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies, upgrading vite (via @voidzero-dev/vite-plus-core) and vite-plus to ^0.2.0, and updating vitest and @vitest/coverage-v8 to version 4.1.9. Additionally, the supported Node.js engine range has been adjusted to ^22.18.0 || >=24.11.0, and corresponding updates have been made to the lockfile and workspace configuration. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #828 +/- ##
=======================================
Coverage 94.91% 94.91%
=======================================
Files 10 10
Lines 747 747
Branches 235 235
=======================================
Hits 709 709
Misses 35 35
Partials 3 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Upgrade the Vite+ toolchain from v0.1.x to v0.2.0.
v0.2.0 has two breaking changes, both handled here:
@voidzero-dev/vite-plus-testwrapper is removed andvitestnow arrives transitively throughvite-plus.^22.18.0 || >=24.11.0.Changes
vite-plusand thevite->@voidzero-dev/vite-plus-coreoverride bumped to^0.2.0@voidzero-dev/vite-plus-testwrapper alias (package.json + pnpm-workspace.yaml override); pinnedvitestto upstream4.1.9, the version bundled with v0.2.0@vitest/coverage-v8to4.1.9so the tree resolves a single vitest copyengines.nodeto^22.18.0 || >=24.11.0Verification
@voidzero-dev/vite-plus-testreference remains outside node_modulesvitest@4.1.9vp test: 229 passed, 6 skipped (native Vitest bannerRUN v4.1.9)vp check: pass (format + lint + types)