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 vite-plus stack to version 0.1.21-alpha.7 across the workspace and introduces a minimumReleaseAgeExclude configuration. The reviewer suggests using the vite-stack catalog reference in package.json to ensure version consistency and points out that minimumReleaseAgeExclude is not a standard top-level field for pnpm-workspace.yaml, suggesting it be moved to a more appropriate configuration file.

"@vscode/vsce": "3.9.1",
"typescript": "6.0.3",
"vite-plus": "0.1.19"
"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 vite-plus is already defined in the vite-stack catalog within pnpm-workspace.yaml, it is recommended to use the catalog reference here instead of a hardcoded version. This ensures that the version is managed in a single place across the entire workspace, maintaining consistency and simplifying future updates.

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

Comment thread pnpm-workspace.yaml
Comment on lines +111 to +113
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 minimumReleaseAgeExclude field is not a standard top-level configuration for pnpm-workspace.yaml in pnpm. For pnpm, this setting should typically be defined in .npmrc as minimum-release-age-exclude or in the root package.json under the pnpm key. If this configuration is intended for Bun, please note that Bun expects this setting in bunfig.toml rather than the pnpm workspace file.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 13, 2026

PR Benchmark

Base: 6a205cc3e5a52f6024d499015f3597d48be7c6d1 Head: 0f66c38083fd2b5338d5a31e14c4e31553234517 Input: 300 generated SFC files
Median of 5 measured run(s) after 1 warmup run(s). Lower is better. Regression threshold: 5%.

Task Base Head Change Result
Compile SFC 1.38s 1.39s +0.7% stable
Lint 1.05s 1.07s +2.0% stable
Type check 1.23s 1.23s +0.2% stable
Raw run times

Compile SFC

  • Base: 1.38s, 1.38s, 1.38s, 1.39s, 1.38s
  • Head: 1.38s, 1.39s, 1.41s, 1.40s, 1.39s

Lint

  • Base: 1.04s, 1.06s, 1.05s, 1.05s, 1.05s
  • Head: 1.07s, 1.08s, 1.08s, 1.07s, 1.06s

Type check

  • Base: 1.18s, 1.23s, 1.20s, 1.24s, 1.26s
  • Head: 1.29s, 1.24s, 1.23s, 1.22s, 1.20s

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