chore(deps): bump vite-plus to v0.2.0#8
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the dependencies for vite and vite-plus to specific PR preview builds, configures package release age exclusions in pnpm-workspace.yaml, and reformats hook configurations in prek.toml. Feedback on the changes suggests adding @oxfmt/* and @oxlint-tsgolint/* to the minimumReleaseAgeExclude list to prevent potential installation failures for newly published companion packages.
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 exclusions for the scoped binary packages under @oxfmt/* and @oxlint-tsgolint/*. Since these packages are updated and published alongside oxfmt and oxlint-tsgolint, they are highly likely to trigger installation failures if they were published within the last 60 minutes. Adding these scopes to the exclusion list ensures a reliable installation process.
minimumReleaseAgeExclude:
- "@voidzero-dev/*"
- vite-plus
- "@vitest/*"
- vite
- vitest
- "@oxc-project/*"
- "@oxlint/*"
- oxlint
- oxfmt
- oxlint-tsgolint
- "@oxfmt/*"
- "@oxlint-tsgolint/*"
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