Skip to content

chore(deps): bump vite-plus to v0.2.0#9

Draft
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0
Draft

chore(deps): bump vite-plus to v0.2.0#9
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to the pkg.pr.new prerelease build for v0.2.0.

Updated where applicable:

  • vite-plus -> pkg.pr.new build
  • vite (alias/override -> @voidzero-dev/vite-plus-core)
  • vitest pinned to bundled 4.1.9 (the @voidzero-dev/vite-plus-test wrapper was removed upstream; vitest is now plain upstream)
  • minimumReleaseAge enabled with vite-plus packages excluded (pnpm/bun/npm as applicable)

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jun 17, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread package.json
"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",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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.

Comment thread pnpm-workspace.yaml
workerd: false
overrides:
esbuild: 0.28.0
vite: "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1856"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant