Skip to content
Merged
Changes from all commits
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
11 changes: 10 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,14 @@ allowBuilds:
simple-git-hooks: false

minimumReleaseAgeExclude:
- typescript
- '@rsbuild/*'
- '@rslib/*'
- '@rslint/*'
- '@rspack/*'
- '@rspress/*'
- '@rstackjs/*'
- '@rstest/*'
- '@typescript/*'
- 'rsbuild-plugin-*'
- rstack

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Exclude rslog instead of the unrelated rstack package

pnpm documents minimumReleaseAgeExclude as applying by package name/pattern (docs), so this exact rstack entry does not match the repo's direct rslog devDependency (package.json line 41) or the resolved rslog@2.2.0 in pnpm-lock.yaml. With pnpm 11 configured in package.json, a freshly published rslog update matching ^2.2.0 remains subject to the default release-age gate while the rest of the Rstack packages are exempted; add rslog or a matching pattern here instead.

Useful? React with 👍 / 👎.

- typescript