chore(deps): bump vite-plus to v0.2.0#5
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates workspace dependencies, transitioning vite-plus and vite (core) to pre-release pkg.pr.new builds, and upgrading vitest to version 4.1.9. It also configures new workspace settings in pnpm-workspace.yaml, including blockExoticSubdeps and a minimumReleaseAge policy of 60 days with exclusions for several ecosystem packages. The review feedback suggests adding @tsdown/* and @blazediff/* to the minimumReleaseAgeExclude list to prevent installation blocks on newly published releases of these tightly coupled dependencies.
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.
| minimumReleaseAgeExclude: | ||
| - "@voidzero-dev/*" | ||
| - vite-plus | ||
| - "@vitest/*" | ||
| - vite | ||
| - vitest | ||
| - "@oxc-project/*" | ||
| - "@oxlint/*" | ||
| - oxlint | ||
| - oxfmt | ||
| - oxlint-tsgolint |
There was a problem hiding this comment.
The minimumReleaseAgeExclude list is missing @tsdown/* and @blazediff/* (or @blazediff/core), which are new or updated dependencies in the VoidZero/Vitest ecosystem introduced in this PR (e.g., @tsdown/css, @tsdown/exe, and @blazediff/core). Since these packages are frequently updated in lockstep with vite-plus and vitest, they should be excluded to prevent installation blocks on newly published releases.
minimumReleaseAgeExclude:
- "@voidzero-dev/*"
- vite-plus
- "@vitest/*"
- vite
- vitest
- "@oxc-project/*"
- "@oxlint/*"
- oxlint
- oxfmt
- oxlint-tsgolint
- "@tsdown/*"
- "@blazediff/*"
Summary
Bump
vite-plusand related packages to the pkg.pr.new prerelease build for v0.2.0.Updated where applicable:
vite-plus-> pkg.pr.new buildvite(alias/override ->@voidzero-dev/vite-plus-core)vitestpinned to bundled4.1.9(the@voidzero-dev/vite-plus-testwrapper was removed upstream; vitest is now plain upstream)minimumReleaseAgeenabled with vite-plus packages excluded (pnpm/bun/npm as applicable)Test plan