Commit 1f42b2b
committed
ci: migrate to allowBuilds and approve @parcel/watcher
onlyBuiltDependencies (and neverBuiltDependencies/ignoredBuiltDependencies/
ignoreDepScripts) were removed in pnpm v11, replaced by the allowBuilds
boolean map. pnpm auto-wrote a placeholder entry for @parcel/watcher during
local `pnpm approve-builds` that needed a real true/false value.
Without this, CI's frozen install hard-fails (strictDepBuilds defaults to
true in v11) on any build script pnpm hasn't seen approval for.1 parent c081a74 commit 1f42b2b
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
| |||
50 | 47 | | |
51 | 48 | | |
52 | 49 | | |
53 | | - | |
| 50 | + | |
54 | 51 | | |
55 | 52 | | |
56 | 53 | | |
| |||
0 commit comments