Skip to content

Commit de0cbdf

Browse files
committed
Migrate onlyBuiltDependencies to allowBuilds for pnpm v11
pnpm v11 removed onlyBuiltDependencies in favor of allowBuilds (a map of package name to boolean). Without this rename, pnpm 11 errors out with ERR_PNPM_IGNORED_BUILDS for dtrace-provider, esbuild, nx, and sqlite3.
1 parent 5d22f1c commit de0cbdf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pnpm-workspace.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ overrides:
44
node-loggly-bulk: ^4.0.2
55
axios: ^1.15.0
66
fast-xml-parser: ^5.7.0
7-
onlyBuiltDependencies:
8-
- dtrace-provider
9-
- esbuild
10-
- nx
11-
- sqlite3
7+
allowBuilds:
8+
dtrace-provider: true
9+
esbuild: true
10+
nx: true
11+
sqlite3: true
1212
minimumReleaseAge: 1440
1313
catalog:
1414
sinon: 22.0.0

0 commit comments

Comments
 (0)