Skip to content

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

Draft
fengmk2 wants to merge 2 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 2 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 pnpm-workspace.yaml file by pinning vite, vitest, and vite-plus to specific alpha versions within the catalog and adding a minimumReleaseAgeExclude section for vite-plus and @voidzero-dev/* packages. The reviewer suggests adding vitest to the overrides section to ensure consistency with the vite override and recommends including rolldown in the minimumReleaseAgeExclude list to prevent it from being blocked by release age checks.

Comment thread pnpm-workspace.yaml
vitest: npm:@voidzero-dev/vite-plus-test@latest
vite-plus: latest
vite: npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.7
vitest: npm:@voidzero-dev/vite-plus-test@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

Since vitest is aliased to @voidzero-dev/vite-plus-test in the catalog, consider also adding vitest: 'catalog:' to the overrides section. This ensures that all transitive dependencies in the workspace use the aliased version, maintaining consistency with the vite override on line 27.

Comment thread pnpm-workspace.yaml
Comment on lines +23 to +24
- 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

Given that rolldown is also a voidzero package and is pinned to an RC version (1.0.0-rc.9) in the overrides section, it should be added to the minimumReleaseAgeExclude list to prevent it from being blocked by release age checks, similar to vite-plus.

  - vite-plus
  - rolldown
  - '@voidzero-dev/*'

@pkg-pr-new

pkg-pr-new Bot commented May 13, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/trpc-nuxt@4

commit: 0b1c323

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