Skip to content

chore(deps): bump vite-plus to 0.1.21-alpha.7#10

Draft
fengmk2 wants to merge 2 commits into
masterfrom
update-vite-plus-alpha-0.1.21-alpha.7
Draft

chore(deps): bump vite-plus to 0.1.21-alpha.7#10
fengmk2 wants to merge 2 commits into
masterfrom
update-vite-plus-alpha-0.1.21-alpha.7

Conversation

@fengmk2

@fengmk2 fengmk2 commented May 13, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to alpha 0.1.21-alpha.7.

Updated where applicable:

  • vite-plus
  • vitest (alias to @voidzero-dev/vite-plus-test)
  • vite (alias to @voidzero-dev/vite-plus-core)
  • overrides / resolutions / pnpm.overrides / pnpm-workspace.yaml catalogs
  • minimumReleaseAgeExclude / minimumReleaseAgeExcludes configured for pnpm + bun

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this May 13, 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 versions of vite, vite-plus, and vitest to 0.1.21-alpha.7 and introduces a pnpm-workspace.yaml file. Feedback indicates that the minimumReleaseAgeExclude configuration is misplaced and should be moved to .npmrc, and that the new workspace file is missing the catalogs key and a packages definition.

Comment thread pnpm-workspace.yaml
Comment on lines +1 to +3
minimumReleaseAgeExclude:
- vite-plus
- "@voidzero-dev/*"

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 minimumReleaseAgeExclude key is not a standard top-level property for pnpm-workspace.yaml. For pnpm, this configuration (as minimum-release-age-exclude) should be placed in .npmrc. For Bun, it belongs in bunfig.toml. Additionally, pnpm's implementation typically requires exact package names and does not support globs like "@voidzero-dev/*". If this is intended to bypass security checks for these alpha releases, it will likely be ignored by the package managers in this file.

Comment thread pnpm-workspace.yaml
Comment on lines +1 to +3
minimumReleaseAgeExclude:
- vite-plus
- "@voidzero-dev/*"

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 PR summary mentions updating "catalogs" in pnpm-workspace.yaml, but the file is missing the catalogs key. Furthermore, adding this file turns the repository into a pnpm workspace; for a single-package project, it is recommended to explicitly define the workspace root (e.g., packages: ['.']) and define any catalogs here if you intend to use the catalog: protocol in package.json.

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