Skip to content

chore: upgrade vite-plus to 0.1.19-alpha.3#8

Draft
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-alpha-0.1.19-alpha.3
Draft

chore: upgrade vite-plus to 0.1.19-alpha.3#8
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-alpha-0.1.19-alpha.3

Conversation

@fengmk2
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented Apr 21, 2026

Upgrade vite-plus and related packages to 0.1.19-alpha.3 alpha version.

@fengmk2 fengmk2 self-assigned this Apr 21, 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 ecosystem to version 0.1.19-alpha.3 and adds several packages to the minimumReleaseAgeExclude list in pnpm-workspace.yaml. Feedback indicates that the package names for @oxlint-tsgolint in the exclusion list are incorrect because they include platform-specific suffixes that do not match the actual package names in the lockfile, which will prevent the exclusion from working as intended.

Comment thread pnpm-workspace.yaml
Comment on lines +24 to +29
- "@oxlint-tsgolint/linux-x64-gnu"
- "@oxlint-tsgolint/linux-arm64-gnu"
- "@oxlint-tsgolint/linux-x64-musl"
- "@oxlint-tsgolint/linux-arm64-musl"
- "@oxlint-tsgolint/win32-x64-msvc"
- "@oxlint-tsgolint/win32-arm64-msvc"
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 package names for @oxlint-tsgolint in the minimumReleaseAgeExclude list do not match the actual package names found in the lockfile. Based on the pnpm-lock.yaml changes (diff 50), these packages do not use the -gnu, -musl, or -msvc suffixes. This mismatch will prevent these packages from being correctly excluded from the minimum release age requirement during the automated release process.

  - "@oxlint-tsgolint/linux-x64"
  - "@oxlint-tsgolint/linux-arm64"
  - "@oxlint-tsgolint/win32-x64"
  - "@oxlint-tsgolint/win32-arm64"

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