Skip to content

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

Draft
fengmk2 wants to merge 3 commits into
mainfrom
update-vite-plus-alpha-0.1.21-alpha.7
Draft

chore(deps): bump vite-plus to 0.1.21-alpha.7#4
fengmk2 wants to merge 3 commits into
mainfrom
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 vite-plus dependency to version 0.1.21-alpha.7 in the default template and the workspace catalog. It also introduces a minimumReleaseAgeExclude section in the pnpm-workspace.yaml file. Feedback indicates that the vite dependency in the build catalog might also need an update for consistency and suggests that the wildcard pattern used for @voidzero-dev may not be supported by Bun, potentially requiring explicit package names.

Comment thread pnpm-workspace.yaml
rolldown: ^1.0.0
vite: ^8.0.11
vite-plus: ^0.1.20
vite-plus: 0.1.21-alpha.7

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 pull request description mentions that vite (aliased to @voidzero-dev/vite-plus-core) was updated where applicable, including catalogs. However, the vite entry in the build catalog (line 22) remains at ^8.0.11. If vite is part of the 0.1.21-alpha.7 release cycle, it should likely be updated here to a corresponding alpha version to ensure consistency across the workspace.

Comment thread pnpm-workspace.yaml
protobufjs: true
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 wildcard pattern "@voidzero-dev/*" may not be supported by all tools mentioned in the PR description. Specifically, Bun's minimumReleaseAgeExclude configuration expects a list of literal package names and does not natively support glob patterns. To ensure this works correctly for Bun, you should list the specific packages under the @voidzero-dev scope that need to be excluded.

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