Skip to content

chore(deps): bump vite-plus to PR #1633 (pkg-pr-new)#5

Draft
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-prerelease-test-pr-1633
Draft

chore(deps): bump vite-plus to PR #1633 (pkg-pr-new)#5
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-prerelease-test-pr-1633

Conversation

@fengmk2
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented May 19, 2026

Summary

Bump vite-plus and related @voidzero-dev/* packages to the pkg-pr-new prerelease for vite-plus PR #1633.

Updated where applicable:

  • vite-plushttps://pkg.pr.new/voidzero-dev/vite-plus@1633
  • vite alias → @voidzero-dev/vite-plus-core pkg-pr-new URL
  • vitest alias → @voidzero-dev/vite-plus-test pkg-pr-new URL
  • overrides / resolutions / pnpm.overrides / pnpm-workspace.yaml catalogs

Also configured minimum-release-age with vite-plus / @voidzero-dev/* excluded for pnpm / bun / npm.

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this May 19, 2026
Copy link
Copy Markdown

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

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 to a specific preview version and modifies bunfig.toml to exclude several @voidzero-dev packages from the minimum release age requirement. Feedback was provided to simplify the bunfig.toml configuration by using a wildcard pattern for the @voidzero-dev scope, which would improve maintainability and ensure consistency with existing patterns.

Comment thread bunfig.toml
Comment on lines +3 to +17
minimumReleaseAgeExcludes = [
"vite-plus",
"@voidzero-dev/vite-plus-core",
"@voidzero-dev/vite-plus-test",
"@voidzero-dev/vite-plus-prompts",
"@voidzero-dev/vite-plus-darwin-arm64",
"@voidzero-dev/vite-plus-darwin-x64",
"@voidzero-dev/vite-plus-linux-arm64-gnu",
"@voidzero-dev/vite-plus-linux-arm64-musl",
"@voidzero-dev/vite-plus-linux-x64-gnu",
"@voidzero-dev/vite-plus-linux-x64-musl",
"@voidzero-dev/vite-plus-win32-arm64-msvc",
"@voidzero-dev/vite-plus-win32-x64-msvc",
"@zerobyte/*",
]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The list of excluded packages can be simplified by using a wildcard for the @voidzero-dev scope. Bun supports glob patterns in minimumReleaseAgeExcludes, so replacing the individual package names with "@voidzero-dev/*" improves maintainability and ensures any new packages added to this scope in the future are automatically covered. This approach is also consistent with the existing "@zerobyte/*" entry.

minimumReleaseAgeExcludes = [
	"vite-plus",
	"@voidzero-dev/*",
	"@zerobyte/*",
]

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