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 pins the version of vite-plus to 0.1.21-alpha.7 across multiple packages and updates pnpm-workspace.yaml to exclude vite-plus and @voidzero-dev/* from minimum release age checks. The reviewer suggests centralizing the vite-plus version and its aliases within a pnpm catalog in pnpm-workspace.yaml to improve maintainability and ensure consistency across the monorepo, rather than hardcoding the version in each individual package.json file.

Comment thread pnpm-workspace.yaml
Comment on lines +4 to +6
minimumReleaseAgeExclude:
- vite-plus
- "@voidzero-dev/*"
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, but no catalog section is present in the file. Since vite-plus is being updated to the same version across multiple packages, it is more maintainable to define it in a centralized pnpm catalog. This also provides a clear place to manage the vite and vitest aliases mentioned in the summary.

catalog:
  vite-plus: 0.1.21-alpha.7
  vite: npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.7
  vitest: npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.7
minimumReleaseAgeExclude:
  - vite-plus
  - "@voidzero-dev/*"

Comment thread package.json
"@changesets/cli": "^2.30.0",
"sherif": "^1.2.0",
"vite-plus": "latest"
"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

Use the centralized version from the pnpm catalog for better maintainability across the monorepo.

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

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

Use the centralized version from the pnpm catalog for better maintainability across the monorepo.

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

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

Use the centralized version from the pnpm catalog for better maintainability across the monorepo.

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

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

Use the centralized version from the pnpm catalog for better maintainability across the monorepo.

Suggested change
"vite-plus": "0.1.21-alpha.7"
"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@4

commit: d5600fc

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