chore(deps): bump vite-plus to v0.2.2#11
Conversation
…-project#384) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…oject#386) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: camc314 <18101008+camc314@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request configures a registry bridge for vite-plus preview builds, migrates vite and vite-plus dependencies to use a pnpm catalog with specific commit-based versions, and updates metadata for several generated linter rules. Feedback was provided to restore the alphabetical sorting of the minimumReleaseAgeExclude list in pnpm-workspace.yaml to maintain readability and prevent duplicate entries.
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.
| - vite-plus | ||
| - "@voidzero-dev/*" | ||
| - "@oxc-project/*" | ||
| - "@oxlint/*" | ||
| - "@oxfmt/*" | ||
| - "@oxlint-tsgolint/*" | ||
| - "@oxlint/*" | ||
| - "@rolldown/*" | ||
| - "@tsdown/*" | ||
| - "@vitejs/devtools" | ||
| - "@vitest/*" | ||
| - "@voidzero-dev/*" | ||
| - oxc-parser | ||
| - oxfmt | ||
| - oxlint | ||
| - oxfmt | ||
| - oxlint-tsgolint | ||
| - rolldown | ||
| - tsdown | ||
| - rolldown | ||
| - "@oxc-parser/*" | ||
| - "@vitejs/devtools" | ||
| - "@vitest/*" | ||
| - oxc-parser | ||
| - vite | ||
| - vite-plus | ||
| - vitest |
There was a problem hiding this comment.
The list of excluded packages in minimumReleaseAgeExclude was previously sorted alphabetically. In this change, the order of the items has been scrambled. Restoring the alphabetical sorting improves readability and makes it easier to maintain and avoid duplicate entries in the future.
- "@oxc-parser/*"
- "@oxc-project/*"
- "@oxfmt/*"
- "@oxlint-tsgolint/*"
- "@oxlint/*"
- "@rolldown/*"
- "@tsdown/*"
- "@vitejs/devtools"
- "@vitest/*"
- "@voidzero-dev/*"
- oxc-parser
- oxfmt
- oxlint
- oxlint-tsgolint
- rolldown
- tsdown
- vite
- vite-plus
- vitest
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