Skip to content

chore(deps): bump vite-plus to 0.1.21-alpha.6 - #16

Draft
fengmk2 wants to merge 2 commits into
minorfrom
update-vite-plus-alpha-0.1.21-alpha.6
Draft

chore(deps): bump vite-plus to 0.1.21-alpha.6#16
fengmk2 wants to merge 2 commits into
minorfrom
update-vite-plus-alpha-0.1.21-alpha.6

Conversation

@fengmk2

@fengmk2 fengmk2 commented May 12, 2026

Copy link
Copy Markdown
Owner

Summary

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

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

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this May 12, 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 vitest, vite-plus, and vite to a specific alpha release (0.1.21-alpha.6). The reviewer suggests moving these dependencies into the pnpm catalog within package.json and pnpm-workspace.yaml to ensure consistency and easier version management across the workspace.

Comment thread package.json
Comment on lines +91 to +92
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.6",
"vite-plus": "0.1.21-alpha.6"

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 project utilizes pnpm catalogs for several dependencies (e.g., vite, @babel/parser). To maintain consistency and simplify version management across the workspace, vitest and vite-plus should also be moved to the catalog. This ensures that all core vite-plus tools are synchronized.

Suggested change
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.6",
"vite-plus": "0.1.21-alpha.6"
"vitest": "catalog:",
"vite-plus": "catalog:"

Comment thread pnpm-workspace.yaml
'entities': '^7.0.1'
'estree-walker': ^2.0.2
'vite': npm:@voidzero-dev/vite-plus-core@latest
'vite': npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.6

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

To support the use of catalog: in package.json and ensure version consistency across the workspace, add vitest and vite-plus to the catalog alongside vite.

  'vite': npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.6
  'vitest': npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.6
  'vite-plus': 0.1.21-alpha.6

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