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
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented May 13, 2026

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
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

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 a specific alpha release (0.1.21-alpha.7) within the Yarn catalog and package.json. The reviewer recommends utilizing the Yarn 4 catalog: protocol in the package.json dependencies and resolutions block to centralize version management and improve maintainability.

Comment thread package.json
"prettier": "^3.8.3",
"typescript": "^6.0.3",
"vite-plus": "^0.1.18",
"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

Since you have defined vite-plus in the Yarn 4 catalog within .yarnrc.yml, you should use the catalog: protocol here. This centralizes version management and ensures consistency across the workspace. Additionally, consider updating the vitest dependency on line 41 to use the catalog as well, as the current version (^4.1.4) appears inconsistent with the alpha versioning scheme.

Suggested change
"vite-plus": "0.1.21-alpha.7",
"vite-plus": "catalog:",

Comment thread package.json
Comment on lines +44 to +45
"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

The resolutions block can also leverage the catalog entries. This avoids duplicating the npm: alias and version string, making the configuration more maintainable.

Suggested change
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.7",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.7"
"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