forked from baseballyama/rsvelte
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
19 lines (19 loc) · 927 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
19 lines (19 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
packages:
- 'apps/npm/*'
# Build scripts allowed to run on install (pnpm 11 blocks unlisted ones).
# Pulled in transitively by the `@rsvelte/vite-plugin-svelte` devDependency
# on vite; allowed so vite works if invoked locally. esbuild also backs the
# corpus pipeline's .svelte.ts TS-strip (scripts/compat-corpus/compile.mjs).
allowBuilds:
'@parcel/watcher': true
esbuild: true
# `svelte`, `vite`, and `oxlint` are Renovate-bumped tooling deps that get
# bumped the moment upstream publishes. The CI runner's global `minimumReleaseAge`
# gate then rejects the fresh lockfile entry until it ages out (~24h), red-flagging
# `pnpm install` on every PR (and main) in the interim — see the
# ERR_PNPM_MINIMUM_RELEASE_AGE_VIOLATION on svelte@5.56.4 / vite@8.1.0 / oxlint@1.75.0.
# Exclude them from the release-age gate; their upgrades are reviewed via Renovate PRs.
minimumReleaseAgeExclude:
- svelte
- vite
- oxlint