chore(deps): bump vite-plus to v0.2.2 - #24
Conversation
There was a problem hiding this comment.
Code Review
This pull request transitions the repository's testing and build configuration from Vitest and Vite to Vite Plus, updating package scripts, workspace catalogs, and test imports across multiple packages. The review feedback suggests combining duplicate imports in vite.config.ts and explicitly declaring vite-plus as a dependency in packages-private/vapor-e2e-test/package.json and packages/vue/package.json to ensure correct monorepo dependency resolution.
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.
| import { configDefaults } from 'vite-plus' | ||
| import { playwright } from 'vite-plus/test/browser-playwright' |
There was a problem hiding this comment.
To avoid duplicate imports from 'vite-plus', we can combine configDefaults and defineConfig into a single import statement. Please also remember to remove the duplicate import { defineConfig } from 'vite-plus' on line 3.
| import { configDefaults } from 'vite-plus' | |
| import { playwright } from 'vite-plus/test/browser-playwright' | |
| import { configDefaults, defineConfig } from 'vite-plus' | |
| import { playwright } from 'vite-plus/test/browser-playwright' |
| "vite": "catalog:", | ||
| "vue": "workspace:*" | ||
| "vue": "workspace:*", | ||
| "vitest": "catalog:" |
There was a problem hiding this comment.
| } | ||
| }, | ||
| "devDependencies": { | ||
| "vitest": "catalog:" |
There was a problem hiding this comment.
5475106 to
715b989
Compare
Summary
Bump
vite-plusand related packages to the pkg.pr.new prerelease build for v0.2.2 (registry-bridge commit build) to smoke-test the prerelease.vite-plus+vite(alias to@voidzero-dev/vite-plus-core) andvitestpinned to the commit build across deps / overrides / catalogsminimumReleaseAgeenabled with thevite-plus/@voidzero-dev/*/ oxc / oxlint stack excluded.npmrc(or.yarnrc.yml) points the package manager at the registry bridge (prerelease scaffolding)Test plan