Skip to content

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

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

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

Conversation

@fengmk2
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented May 12, 2026

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
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 vite-plus dependency to version 0.1.21-alpha.6 in both the root and apps/docs package files. Feedback indicates that the changes are incomplete based on the pull request description, which also mentioned updates for vite, vitest, and the overrides section. It is recommended to update these related dependencies to their corresponding versions to maintain consistency and prevent potential compatibility issues.

Comment thread package.json
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vite-plus": "^0.1.20",
"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 PR description states that vite, vitest, and the overrides section were updated where applicable. However, in this file, only vite-plus has been modified. Since vite (line 130), vitest (line 132), and an overrides block (line 135) are present and directly related to the vite-plus ecosystem, they should likely be updated to their corresponding alpha versions to ensure compatibility and fulfill the PR's stated intent.

Comment thread apps/docs/package.json
"vite": "^8.0.10",
"vite-plugin-killer-instincts": "^1.1.0",
"vite-plus": "^0.1.20",
"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

Similar to the root package.json, the dependencies for vite (line 53) and vitest (line 56) remain unchanged here despite the PR description indicating they would be updated. To maintain consistency across the workspace and avoid potential version mismatches with the new vite-plus alpha, these should be updated to their respective versions as part of this dependency bump.

Add vite-plus and @voidzero-dev/vite-plus-* to bun's minimumReleaseAgeExcludes
so the alpha can be installed while the global 24h min-age policy stays on.
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