chore: upgrade vite-plus to 0.2.0#24
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors app/components/Input/Base.vue and app/components/Tooltip/Base.vue by aliasing imported utilities and middleware to prevent naming conflicts with component props. It also updates several project dependencies, including upgrading vite-plus to ^0.2.0, transitioning vitest to version 4.1.9, and adding @vitest/browser-playwright. Since all of the reviewer's comments concerned dependency version numbers, which are non-code changes, they have been filtered out, and there is 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.
📊 Dependency Size ChangesWarning This PR adds 12.1 MB of new dependencies, which exceeds the threshold of 200 kB.
Total size change: 12.1 MB |
vite-plus 0.2.0 consumes upstream Vitest directly and drops the @voidzero-dev/vite-plus-test wrapper. - bump vite-plus 0.1.20 -> ^0.2.0 - replace the vitest wrapper alias with upstream vitest 4.1.9 - bump @vitest/coverage-v8 to 4.1.9; add @vitest/browser-playwright 4.1.9 (now an optional peer required for the playwright browser provider) - point the vite override at @voidzero-dev/vite-plus-core@^0.2.0 and drop the vitest override - fix vue/no-dupe-keys errors (renamed colliding imports) surfaced by the bundled oxlint bump 1.61 -> 1.70
b129a3c to
4b7161c
Compare
What
Upgrade Vite+ (
vp) from 0.1.20 to 0.2.0. v0.2.0 consumes upstream Vitest directly and removes the@voidzero-dev/vite-plus-testwrapper.Changes
vite-plus0.1.20 ->0.2.0vitestwrapper alias (npm:@voidzero-dev/vite-plus-test@0.1.20) with upstreamvitest4.1.9@vitest/coverage-v84.1.6 -> 4.1.9@vitest/browser-playwright4.1.9 (now an optional peer of vite-plus, required for the playwright browser provider used invite.config.ts; previously came in transitively via the wrapper)viteoverride atnpm:@voidzero-dev/vite-plus-core@0.2.0and drop the now-unneededvitestoverridevue/no-dupe-keyserrors (renamed colliding imports inInput/Base.vueandTooltip/Base.vue) surfaced by the bundled oxlint bump (1.61 -> 1.70)engines.nodeis left unchanged: the existing range already excludes Node < 22.18.0.Verification
vitest4.1.9 in the tree, no@voidzero-dev/vite-plus-testreferences remainvp test: 135 files, 2724 passed, 5 skipped (native Vitest bannerRUN v4.1.9)vp check: passes (format clean, 0 errors)