chore(deps): bump vite-plus to v0.2.0#9
Conversation
commit: |
There was a problem hiding this comment.
Code Review
This pull request updates the dependency versions and overrides for vite, vitest, and vite-plus in pnpm-workspace.yaml. It also introduces configuration options like minimumReleaseAge, minimumReleaseAgeExclude, and blockExoticSubdeps. However, these are .npmrc settings and are not supported inside pnpm-workspace.yaml, so they should be moved to the root .npmrc file to be properly applied.
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.
| minimumReleaseAge: 60 | ||
| minimumReleaseAgeExclude: | ||
| - '@voidzero-dev/*' | ||
| - vite-plus | ||
| - '@vitest/*' | ||
| - vite | ||
| - vitest | ||
| - '@oxc-project/*' | ||
| - '@oxlint/*' | ||
| - oxlint | ||
| - oxfmt | ||
| - oxlint-tsgolint | ||
| blockExoticSubdeps: false |
There was a problem hiding this comment.
The configuration options minimumReleaseAge, minimumReleaseAgeExclude, and blockExoticSubdeps are .npmrc settings and are not recognized or supported inside pnpm-workspace.yaml. Keeping them here will cause pnpm to ignore them, meaning the minimum release age checks and exclusions will not be applied.\n\nThese settings should be moved to your root .npmrc file using kebab-case:\n\nini\nminimum-release-age=60\nminimum-release-age-exclude[]=@voidzero-dev/*\nminimum-release-age-exclude[]=vite-plus\nminimum-release-age-exclude[]=@vitest/*\nminimum-release-age-exclude[]=vite\nminimum-release-age-exclude[]=vitest\nminimum-release-age-exclude[]=@oxc-project/*\nminimum-release-age-exclude[]=@oxlint/*\nminimum-release-age-exclude[]=oxlint\nminimum-release-age-exclude[]=oxfmt\nminimum-release-age-exclude[]=oxlint-tsgolint\nblock-exotic-subdeps=false\n
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)pnpm.overridesfield frompackage.jsonintopnpm-workspace.yaml(thepnpmfield is no longer read by pnpm)Test plan