Skip to content

chore(deps): bump vite-plus to v0.1.24#8

Draft
fengmk2 wants to merge 4 commits into
mainfrom
update-vite-plus-prerelease-test-0.1.24
Draft

chore(deps): bump vite-plus to v0.1.24#8
fengmk2 wants to merge 4 commits into
mainfrom
update-vite-plus-prerelease-test-0.1.24

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Summary

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

Updated where applicable:

  • vite-plus -> pkg.pr.new
  • vite / vitest aliases and overrides -> @voidzero-dev/vite-plus-core / @voidzero-dev/vite-plus-test
  • @voidzero-dev/vite-plus-* direct deps, overrides / resolutions / pnpm.overrides / catalogs
  • Enabled minimum-release-age with vite-plus stack excluded (pnpm / npm / bun / yarn as applicable)
  • Moved deprecated pnpm.* package.json fields into pnpm-workspace.yaml where present

Test plan

  • CI passes

fengmk2 added 3 commits June 1, 2026 20:20
…owngrade

pkg.pr.new entries lack time metadata, which trustPolicy: no-downgrade rejects.
Add the vite-plus stack to trustPolicyExclude so the supply-chain check passes.
@fengmk2 fengmk2 self-assigned this Jun 1, 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 related @voidzero-dev packages to use temporary pkg.pr.new builds across the workspace, lockfile, and templates, alongside adjusting release age and trust policy exclusions in pnpm-workspace.yaml. Feedback highlights a critical issue where hardcoding a temporary, short-lived pkg.pr.new URL in the default template's package.json will lead to installation failures for end-users once the build expires, suggesting a stable version range instead.

"@typescript/native-preview": "^7.0.0-dev.20260527.2",
"tailwindcss": "^4.3.0",
"vite-plus": "^0.1.23"
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1738"

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

Hardcoding a temporary pkg.pr.new URL in a template package.json is problematic because these builds are short-lived and can be deleted or expire. When end-users use create-rari-app to bootstrap a new project, their installation will fail once this temporary build is no longer available. Please use a stable version range instead.

Suggested change
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1738"
"vite-plus": "^0.1.24"

@fengmk2 fengmk2 changed the title chore(deps): bump vite-plus to v0.1.24 (pkg-pr-new PR #1738) chore(deps): bump vite-plus to v0.1.24 Jun 1, 2026
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