vp migrate last!#23
Conversation
|
|
||
| - name: Setup Vite+ | ||
| uses: voidzero-dev/setup-vp@2dec1e33f4ab2c6d5bce1b0c4607961bb1a3f7a1 # v1 | ||
| uses: voidzero-dev/setup-vp@13e7afb99c66525824db54e107d667216e795d37 # v1 |
|
|
||
| - name: Setup Vite+ | ||
| uses: voidzero-dev/setup-vp@2dec1e33f4ab2c6d5bce1b0c4607961bb1a3f7a1 # v1 | ||
| uses: voidzero-dev/setup-vp@13e7afb99c66525824db54e107d667216e795d37 # v1 |
There was a problem hiding this comment.
Code Review
This pull request migrates the repository to use vite-plus and vite-plus/test instead of standard vite and vitest. This involves updating configuration files, package dependencies, and test imports across numerous files, as well as configuring a new registry bridge in .npmrc and adding several packages to minimumReleaseAgeExclude in pnpm-workspace.yaml. The review feedback recommends removing the redundant @oxlint-tsgolint/* exclusion pattern from pnpm-workspace.yaml because no scoped packages exist under that scope.
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.
| - oxlint-tsgolint | ||
| - "@oxlint-tsgolint/*" |
| "vitest": "catalog:" | ||
| }, | ||
| "packageManager": "pnpm@11.1.1" | ||
| "packageManager": "pnpm@11.1.2" |
No description provided.