Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
catalog:
vite: npm:@voidzero-dev/vite-plus-core@latest
vitest: npm:@voidzero-dev/vite-plus-test@latest
vite-plus: latest
vite: npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.7
vitest: npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.7
vite-plus: 0.1.21-alpha.7
overrides:
vite: "catalog:"
vitest: "catalog:"
Expand All @@ -12,3 +12,6 @@ peerDependencyRules:
allowedVersions:
vite: "*"
vitest: "*"
minimumReleaseAgeExclude:

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 field name minimumReleaseAgeExclude is singular, while other collection keys in this file (such as overrides, peerDependencyRules, and allowedVersions) follow a plural naming convention. The PR description also mentions both minimumReleaseAgeExclude and minimumReleaseAgeExcludes. For consistency and to match common configuration patterns, consider using the plural form. Additionally, please verify if pnpm-workspace.yaml is the correct location for this setting; typically, pnpm configurations of this nature belong in .npmrc or the pnpm field of package.json, and Bun configurations belong in bunfig.toml.

minimumReleaseAgeExcludes:

- vite-plus
- "@voidzero-dev/*"
Loading