Skip to content

chore(deps): bump vite-plus to v0.2.0#9

Draft
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0
Draft

chore(deps): bump vite-plus to v0.2.0#9
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to the pkg.pr.new prerelease build for v0.2.0.

Updated where applicable:

  • vite-plus -> pkg.pr.new build
  • vite (alias/override -> @voidzero-dev/vite-plus-core)
  • vitest pinned to bundled 4.1.9 (the @voidzero-dev/vite-plus-test wrapper was removed upstream; vitest is now plain upstream)
  • minimumReleaseAge enabled with vite-plus packages excluded (pnpm/bun/npm as applicable)

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jun 17, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

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 dependency versions across the project, notably upgrading vitest to 4.1.9 and switching vite-plus to a specific PR build URL. Corresponding lockfile updates include upgrading oxlint to 1.70.0, oxfmt to 0.55.0, and adding new Vitest browser testing packages. Additionally, .npmrc is updated to lower the minimum release age and exclude certain packages from this rule. Feedback on these changes highlights that the @oxfmt/* scoped packages are missing from the min-release-age-exclude list, which could cause installation or runtime failures.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread .npmrc
ignore-scripts=true
min-release-age=3
min-release-age=1
min-release-age-exclude=vite-plus,@voidzero-dev/*,@oxc-project/*,@oxlint/*,oxlint,oxfmt,oxlint-tsgolint

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The @oxfmt/* scoped packages (which contain the platform-specific binary bindings for oxfmt, such as @oxfmt/binding-darwin-arm64) are missing from the min-release-age-exclude list.

Since oxfmt and its platform bindings are published together, if a new version is installed within the minimum release age window, the main oxfmt package will be allowed, but its required binary bindings under @oxfmt/* will be blocked. This will lead to installation or runtime failures.

Please add @oxfmt/* to the exclusion list.

min-release-age-exclude=vite-plus,@voidzero-dev/*,@oxc-project/*,@oxlint/*,@oxfmt/*,oxlint,oxfmt,oxlint-tsgolint

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