chore(deps): bump vite-plus to v0.2.0#9
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the vite-plus dependency and vite override to use temporary preview URLs from pkg.pr.new, alongside updating several lockfile snapshots and configuring release settings in pnpm-workspace.yaml. The review feedback correctly highlights a critical issue: using pkg.pr.new URLs is highly discouraged for merged code because these preview packages are automatically deleted after 30 days, which will inevitably break future installations and lockfile regenerations. It is recommended to publish and reference a proper pre-release version on npm instead.
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.
| "tailwindcss-animate": "^1.0.7", | ||
| "typescript": "^6.0.0", | ||
| "vite-plus": "0.1.24", | ||
| "vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1856", |
There was a problem hiding this comment.
Using pkg.pr.new URLs in package.json is highly discouraged for merged code. According to the pkg.pr.new documentation, published preview packages are temporary and are automatically deleted after 30 days. Once deleted, any fresh pnpm install or lockfile regeneration will fail. Please publish a proper pre-release version (e.g., 0.2.0-beta.x or 0.2.0-alpha.x) to npm and reference that instead.
| workerd: false | ||
| overrides: | ||
| esbuild: 0.28.0 | ||
| vite: "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1856" |
There was a problem hiding this comment.
Using pkg.pr.new URLs in pnpm-workspace.yaml overrides is highly discouraged for merged code. According to the pkg.pr.new documentation, published preview packages are temporary and are automatically deleted after 30 days. Once deleted, any fresh pnpm install or lockfile regeneration will fail. Please publish a proper pre-release version (e.g., 0.2.0-beta.x or 0.2.0-alpha.x) to npm and reference that instead.
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