Skip to content

chore(deps): bump vite-plus to v0.1.24#8

Draft
fengmk2 wants to merge 3 commits into
mainfrom
update-vite-plus-prerelease-test-0.1.24
Draft

chore(deps): bump vite-plus to v0.1.24#8
fengmk2 wants to merge 3 commits into
mainfrom
update-vite-plus-prerelease-test-0.1.24

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Summary

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

Updated where applicable:

  • vite-plus -> pkg.pr.new
  • vite / vitest aliases and overrides -> @voidzero-dev/vite-plus-core / @voidzero-dev/vite-plus-test
  • @voidzero-dev/vite-plus-* direct deps, overrides / resolutions / pnpm.overrides / catalogs
  • Enabled minimum-release-age with vite-plus stack excluded (pnpm / npm / bun / yarn as applicable)
  • Moved deprecated pnpm.* package.json fields into pnpm-workspace.yaml where present

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jun 1, 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 the pnpm-workspace.yaml file to use specific preview URLs for vite, vitest, and vite-plus in the catalog. It also introduces a minimumReleaseAge configuration set to 60, along with an exclusion list and blockExoticSubdeps set to false. Feedback on this change highlights that minimumReleaseAge is measured in seconds, meaning a value of 60 represents only one minute, which is insufficient for security purposes; it is recommended to increase this value.

Comment thread pnpm-workspace.yaml
allowedVersions:
vite: '*'
vitest: '*'
minimumReleaseAge: 60

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 minimumReleaseAge configuration in pnpm is specified in seconds. Setting it to 60 (1 minute) is too short to provide any effective protection against newly published malicious packages (supply chain attacks). If the intention was 60 minutes, it should be set to 3600. If it was 24 hours, it should be 86400.

minimumReleaseAge: 3600

@pkg-pr-new

pkg-pr-new Bot commented Jun 1, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/trpc-nuxt@8

commit: 0f72495

@fengmk2 fengmk2 changed the title chore(deps): bump vite-plus to v0.1.24 (pkg-pr-new PR #1738) chore(deps): bump vite-plus to v0.1.24 Jun 1, 2026
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