Skip to content

Commit 1c2650a

Browse files
authored
add allowUnusedPatches to pnpm-workspace.json (SchemaStore#4659)
I wasn't sure of the convention for marking a property as deprecated, so I left `allowNonAppliedPatches` as is. I was tempted to include in the description the version number in which the property was added, but I didn't see that as a convention. I think it would be helpful though!
1 parent db1a4f6 commit 1c2650a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@
177177
"description": "When true, installation won't fail if some of the patches from the \"patchedDependencies\" field were not applied.",
178178
"type": "boolean"
179179
},
180+
"ignorePatchFailures": {
181+
"description": "When true, installation won't fail if some of the patches from the \"patchedDependencies\" field were not applied. (Previously named \"allowNonAppliedPatches\")",
182+
"type": "boolean"
183+
},
180184
"updateConfig": {
181185
"type": "object",
182186
"properties": {

0 commit comments

Comments
 (0)