Skip to content

Commit 09f6627

Browse files
authored
chore: remove allowBuildsOfTrustedDeps (SchemaStore#5509)
Co-authored-by: btea <btea@users.noreply.github.com>
1 parent 64f8ad8 commit 09f6627

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -843,10 +843,6 @@
843843
"dedupePeers": {
844844
"description": "When enabled, peer dependency suffixes use version-only identifiers (`name@version`) instead of full dep paths, eliminating nested suffixes like `(foo@1.0.0(bar@2.0.0))`. This dramatically reduces the number of package instances in projects with many recursive peer dependencies.",
845845
"type": "boolean"
846-
},
847-
"allowBuildsOfTrustedDeps": {
848-
"description": "Automatically loads a curated list of known-good packages from `@pnpm/plugin-trusted-deps` into `allowBuilds`. User-configured `allowBuilds` entries take precedence over the defaults. Set `allowBuildsOfTrustedDeps: false` to disable this behavior.",
849-
"type": "boolean"
850846
}
851847
},
852848
"additionalProperties": false

0 commit comments

Comments
 (0)