Skip to content

Commit 1f42b2b

Browse files
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

File tree

pnpm-workspace.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ packages:
33
- cookbooks/*
44
- vue-press
55

6-
onlyBuiltDependencies:
7-
- keytar
8-
96
# @changesets/cli and @changesets/write were published <24h ago (still inside pnpm 11's
107
# default minimumReleaseAge window) but are already-vetted devDependency-only build tooling
118
# from the changesets v2->v3 migration (PR #5337) — exempt them so installs aren't blocked.
@@ -50,7 +47,7 @@ overrides:
5047

5148
allowBuilds:
5249
'@azure/msal-node-extensions': true
53-
'@parcel/watcher': set this to true or false
50+
'@parcel/watcher': true
5451
'@vscode/vsce-sign': true
5552
agent-browser: true
5653
esbuild: true

0 commit comments

Comments
 (0)