Skip to content

Commit d24d0d5

Browse files
committed
Drop dead pnpm.onlyBuiltDependencies from package.json
pnpm 11 reads the allowlist from pnpm-workspace.yaml#allowBuilds (added in the v11 bump). The package.json#pnpm.onlyBuiltDependencies key is silently ignored, so leaving it in invites future confusion when someone reads package.json looking for the live source.
1 parent 5572486 commit d24d0d5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,5 @@
4040
"typescript": "5.7.2",
4141
"vite": "6.0.7",
4242
"vitest": "2.1.8"
43-
},
44-
"pnpm": {
45-
"onlyBuiltDependencies": [
46-
"esbuild",
47-
"sharp"
48-
]
4943
}
5044
}

0 commit comments

Comments
 (0)