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
12 changes: 10 additions & 2 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ allowBuilds:
puppeteer: false

minimumReleaseAgeExclude:
- '@rsbuild/*'
- '@rslib/*'
- '@rslint/*'
- '@rspack-canary/[email protected]'
- '@rspack-canary/[email protected]'
- '@rspack-canary/[email protected]'
Expand All @@ -21,9 +24,14 @@ minimumReleaseAgeExclude:
- '@rspack-canary/[email protected]'
- '@rspack-canary/[email protected]'
- '@rspack-canary/[email protected]'

- typescript
- '@rspack/*'
- '@rspress/*'
- '@rstackjs/*'
- '@rstest/*'
- '@typescript/*'
- 'rsbuild-plugin-*'
- rstack
- typescript
overrides:
"@rspack/cli": "npm:@rspack-canary/[email protected]"
"@rspack/core": "npm:@rspack-canary/[email protected]"
Expand Down