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 pins the vite-plus dependency to version 0.1.21-alpha.6 across several packages in the monorepo. The reviewer recommends adopting the pnpm 10 catalog: protocol to centralize version management and points out that changes to pnpm-workspace.yaml mentioned in the PR description are missing from the current diff.

Comment thread package.json
"@changesets/cli": "^2.30.0",
"sherif": "^1.2.0",
"vite-plus": "latest"
"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 mentions updating pnpm-workspace.yaml catalogs and pnpm.overrides for vite and vitest aliases, but these changes are missing from the diff. Please ensure all intended files are included to avoid inconsistencies or build issues with the alpha release. Additionally, since the project uses pnpm 10, consider using the catalog: protocol for vite-plus to centralize its version management across the monorepo.

Suggested change
"vite-plus": "0.1.21-alpha.6"
"vite-plus": "catalog:"

"terser": "^5.36.0",
"tsx": "^4.21.0",
"vite-plus": "latest"
"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

Since the project uses pnpm 10 and this dependency is shared across multiple packages, consider using the catalog: protocol. This centralizes the version management in pnpm-workspace.yaml and avoids manual updates in each package.json. This assumes vite-plus has been added to the workspace catalog as mentioned in the PR description.

Suggested change
"vite-plus": "0.1.21-alpha.6"
"vite-plus": "catalog:"

"tailwindcss": "4.0.0-beta.8",
"typescript": "^5.7.3",
"vite-plus": "latest"
"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

Consider using the catalog: protocol for vite-plus to maintain consistency across the monorepo and leverage pnpm 10 catalogs as mentioned in the PR description.

Suggested change
"vite-plus": "0.1.21-alpha.6"
"vite-plus": "catalog:"

"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vite-plus": "latest"
"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

Consider using the catalog: protocol for vite-plus to maintain consistency across the monorepo and leverage pnpm 10 catalogs as mentioned in the PR description.

Suggested change
"vite-plus": "0.1.21-alpha.6"
"vite-plus": "catalog:"

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 13, 2026

Open in StackBlitz

npm i https://pkg.pr.new/bippy@3

commit: 164e2be

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