Skip to content

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

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

chore(deps): bump vite-plus to 0.1.21-alpha.6#2
fengmk2 wants to merge 2 commits into
developmentfrom
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 vite, vite-plus, and vitest to 0.1.21-alpha.6 across multiple package.json files in the repository. The reviewer suggests adopting pnpm's catalog: protocol to centralize version management for these dependencies, which would simplify future updates and ensure consistency across the workspace.

Comment thread src/frontend/package.json
Comment on lines +127 to +130
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.6",
"vite-plugin-mkcert": "^1.17.10",
"vite-plus": "0.1.20",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.20"
"vite-plus": "0.1.21-alpha.6",
"vitest": "npm:@voidzero-dev/vite-plus-test@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

Since the PR description mentions updating pnpm-workspace.yaml catalogs, consider using the catalog: protocol for these dependencies. This would centralize version management for vite, vite-plus, and vitest, avoiding the need to manually update multiple package.json files across the repository for each release.

Suggested change
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.6",
"vite-plugin-mkcert": "^1.17.10",
"vite-plus": "0.1.20",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.20"
"vite-plus": "0.1.21-alpha.6",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.6"
"vite": "catalog:",
"vite-plugin-mkcert": "^1.17.10",
"vite-plus": "catalog:",
"vitest": "catalog:"

Comment thread src/frontend/package.json
Comment on lines +154 to +155
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.6",
"vitest": "npm:@voidzero-dev/vite-plus-test@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 overrides section can also leverage pnpm catalogs to ensure version consistency across the entire workspace without hardcoding the alpha version in every package.

Suggested change
"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": "catalog:",
"vitest": "catalog:"

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