Skip to content

Commit 43c2a48

Browse files
authoredApr 13, 2023
fix: remove non-functional schema properties starting with "no" (#3645)
1 parent a971ca8 commit 43c2a48

File tree

1 file changed

+0
-119
lines changed

1 file changed

+0
-119
lines changed
 

‎packages/lerna/schemas/lerna-schema.json

-119
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
"registry": {
4444
"$ref": "#/$defs/commandOptions/shared/registry"
4545
},
46-
"noBootstrap": {
47-
"$ref": "#/$defs/commandOptions/add/noBootstrap"
48-
},
4946
"bootstrap": {
5047
"$ref": "#/$defs/commandOptions/add/bootstrap"
5148
},
@@ -111,9 +108,6 @@
111108
"hoist": {
112109
"$ref": "#/$defs/commandOptions/bootstrap/hoist"
113110
},
114-
"nohoist": {
115-
"$ref": "#/$defs/commandOptions/bootstrap/nohoist"
116-
},
117111
"mutex": {
118112
"$ref": "#/$defs/commandOptions/bootstrap/mutex"
119113
},
@@ -482,15 +476,9 @@
482476
"parallel": {
483477
"$ref": "#/$defs/commandOptions/shared/parallel"
484478
},
485-
"noBail": {
486-
"$ref": "#/$defs/commandOptions/shared/noBail"
487-
},
488479
"bail": {
489480
"$ref": "#/$defs/commandOptions/shared/bail"
490481
},
491-
"noPrefix": {
492-
"$ref": "#/$defs/commandOptions/shared/noPrefix"
493-
},
494482
"prefix": {
495483
"$ref": "#/$defs/commandOptions/shared/prefix"
496484
},
@@ -792,9 +780,6 @@
792780
"ignoreScripts": {
793781
"$ref": "#/$defs/commandOptions/shared/ignoreScripts"
794782
},
795-
"noGranularPathspec": {
796-
"$ref": "#/$defs/commandOptions/shared/noGranularPathspec"
797-
},
798783
"granularPathspec": {
799784
"$ref": "#/$defs/commandOptions/shared/granularPathspec"
800785
},
@@ -807,18 +792,12 @@
807792
"requireScripts": {
808793
"$ref": "#/$defs/commandOptions/publish/requireScripts"
809794
},
810-
"noGitReset": {
811-
"$ref": "#/$defs/commandOptions/publish/noGitReset"
812-
},
813795
"gitReset": {
814796
"$ref": "#/$defs/commandOptions/publish/gitReset"
815797
},
816798
"tempTag": {
817799
"$ref": "#/$defs/commandOptions/publish/tempTag"
818800
},
819-
"noVerifyAccess": {
820-
"$ref": "#/$defs/commandOptions/publish/noVerifyAccess"
821-
},
822801
"verifyAccess": {
823802
"$ref": "#/$defs/commandOptions/publish/verifyAccess"
824803
},
@@ -893,15 +872,9 @@
893872
"parallel": {
894873
"$ref": "#/$defs/commandOptions/shared/parallel"
895874
},
896-
"noBail": {
897-
"$ref": "#/$defs/commandOptions/shared/noBail"
898-
},
899875
"bail": {
900876
"$ref": "#/$defs/commandOptions/shared/bail"
901877
},
902-
"noPrefix": {
903-
"$ref": "#/$defs/commandOptions/shared/noPrefix"
904-
},
905878
"prefix": {
906879
"$ref": "#/$defs/commandOptions/shared/prefix"
907880
},
@@ -1024,33 +997,18 @@
1024997
"message": {
1025998
"$ref": "#/$defs/commandOptions/version/message"
1026999
},
1027-
"noChangelog": {
1028-
"$ref": "#/$defs/commandOptions/version/noChangelog"
1029-
},
10301000
"changelog": {
10311001
"$ref": "#/$defs/commandOptions/version/changelog"
10321002
},
1033-
"noCommitHooks": {
1034-
"$ref": "#/$defs/commandOptions/version/noCommitHooks"
1035-
},
10361003
"commitHooks": {
10371004
"$ref": "#/$defs/commandOptions/version/commitHooks"
10381005
},
1039-
"noGitTagVersion": {
1040-
"$ref": "#/$defs/commandOptions/version/noGitTagVersion"
1041-
},
10421006
"gitTagVersion": {
10431007
"$ref": "#/$defs/commandOptions/version/gitTagVersion"
10441008
},
1045-
"noGranularPathspec": {
1046-
"$ref": "#/$defs/commandOptions/shared/noGranularPathspec"
1047-
},
10481009
"granularPathspec": {
10491010
"$ref": "#/$defs/commandOptions/shared/granularPathspec"
10501011
},
1051-
"noPush": {
1052-
"$ref": "#/$defs/commandOptions/version/noPush"
1053-
},
10541012
"push": {
10551013
"$ref": "#/$defs/commandOptions/version/push"
10561014
},
@@ -1218,18 +1176,12 @@
12181176
"peer": {
12191177
"$ref": "#/$defs/commandOptions/add/peer"
12201178
},
1221-
"noBootstrap": {
1222-
"$ref": "#/$defs/commandOptions/add/noBootstrap"
1223-
},
12241179
"bootstrap": {
12251180
"$ref": "#/$defs/commandOptions/add/bootstrap"
12261181
},
12271182
"hoist": {
12281183
"$ref": "#/$defs/commandOptions/bootstrap/hoist"
12291184
},
1230-
"nohoist": {
1231-
"$ref": "#/$defs/commandOptions/bootstrap/nohoist"
1232-
},
12331185
"mutex": {
12341186
"$ref": "#/$defs/commandOptions/bootstrap/mutex"
12351187
},
@@ -1306,18 +1258,12 @@
13061258
"requireScripts": {
13071259
"$ref": "#/$defs/commandOptions/publish/requireScripts"
13081260
},
1309-
"noGitReset": {
1310-
"$ref": "#/$defs/commandOptions/publish/noGitReset"
1311-
},
13121261
"gitReset": {
13131262
"$ref": "#/$defs/commandOptions/publish/gitReset"
13141263
},
13151264
"tempTag": {
13161265
"$ref": "#/$defs/commandOptions/publish/tempTag"
13171266
},
1318-
"noVerifyAccess": {
1319-
"$ref": "#/$defs/commandOptions/publish/noVerifyAccess"
1320-
},
13211267
"verifyAccess": {
13221268
"$ref": "#/$defs/commandOptions/publish/verifyAccess"
13231269
},
@@ -1350,27 +1296,15 @@
13501296
"message": {
13511297
"$ref": "#/$defs/commandOptions/version/message"
13521298
},
1353-
"noChangelog": {
1354-
"$ref": "#/$defs/commandOptions/version/noChangelog"
1355-
},
13561299
"changelog": {
13571300
"$ref": "#/$defs/commandOptions/version/changelog"
13581301
},
1359-
"noCommitHooks": {
1360-
"$ref": "#/$defs/commandOptions/version/noCommitHooks"
1361-
},
13621302
"commitHooks": {
13631303
"$ref": "#/$defs/commandOptions/version/commitHooks"
13641304
},
1365-
"noGitTagVersion": {
1366-
"$ref": "#/$defs/commandOptions/version/noGitTagVersion"
1367-
},
13681305
"gitTagVersion": {
13691306
"$ref": "#/$defs/commandOptions/version/gitTagVersion"
13701307
},
1371-
"noPush": {
1372-
"$ref": "#/$defs/commandOptions/version/noPush"
1373-
},
13741308
"push": {
13751309
"$ref": "#/$defs/commandOptions/version/push"
13761310
},
@@ -1411,15 +1345,9 @@
14111345
"parallel": {
14121346
"$ref": "#/$defs/commandOptions/shared/parallel"
14131347
},
1414-
"noBail": {
1415-
"$ref": "#/$defs/commandOptions/shared/noBail"
1416-
},
14171348
"bail": {
14181349
"$ref": "#/$defs/commandOptions/shared/bail"
14191350
},
1420-
"noPrefix": {
1421-
"$ref": "#/$defs/commandOptions/shared/noPrefix"
1422-
},
14231351
"prefix": {
14241352
"$ref": "#/$defs/commandOptions/shared/prefix"
14251353
},
@@ -1435,9 +1363,6 @@
14351363
"ignoreScripts": {
14361364
"$ref": "#/$defs/commandOptions/shared/ignoreScripts"
14371365
},
1438-
"noGranularPathspec": {
1439-
"$ref": "#/$defs/commandOptions/shared/noGranularPathspec"
1440-
},
14411366
"granularPathspec": {
14421367
"$ref": "#/$defs/commandOptions/shared/granularPathspec"
14431368
},
@@ -1552,10 +1477,6 @@
15521477
"type": "boolean",
15531478
"description": "During `lerna add`, save the newly added package to peerDependencies instead of dependencies."
15541479
},
1555-
"noBootstrap": {
1556-
"type": "boolean",
1557-
"description": "Do not automatically chain `lerna bootstrap` after `lerna add`."
1558-
},
15591480
"bootstrap": {
15601481
"type": "boolean",
15611482
"description": "Automatically chain `lerna bootstrap` after `lerna add`."
@@ -1566,10 +1487,6 @@
15661487
"type": "string",
15671488
"description": "During `lerna bootstrap`, install external dependencies matching [glob] to the repo root."
15681489
},
1569-
"nohoist": {
1570-
"type": "string",
1571-
"description": "During `lerna bootstrap`, don't hoist external dependencies matching [glob] to the repo root."
1572-
},
15731490
"mutex": {},
15741491
"strict": {
15751492
"type": "boolean",
@@ -1681,10 +1598,6 @@
16811598
"type": "boolean",
16821599
"description": "During `lerna publish`, when true, execute ./scripts/prepublish.js and ./scripts/postpublish.js, relative to package root."
16831600
},
1684-
"noGitReset": {
1685-
"type": "boolean",
1686-
"description": "During `lerna publish`, when true, do not reset changes to working tree after publishing is complete."
1687-
},
16881601
"gitReset": {
16891602
"type": "boolean",
16901603
"description": "During `lerna publish`, when true, reset changes to working tree after publishing is complete."
@@ -1693,10 +1606,6 @@
16931606
"type": "boolean",
16941607
"description": "During `lerna publish`, when true, create a temporary tag while publishing."
16951608
},
1696-
"noVerifyAccess": {
1697-
"type": "boolean",
1698-
"description": "During `lerna publish`, when true, do not verify package read-write access for current npm user."
1699-
},
17001609
"verifyAccess": {
17011610
"type": "boolean",
17021611
"description": "During `lerna publish`, when true, verify package read-write access for current npm user."
@@ -1777,34 +1686,18 @@
17771686
"type": "string",
17781687
"description": "For `lerna version`, the custom commit message to use when creating the version commit."
17791688
},
1780-
"noChangelog": {
1781-
"type": "boolean",
1782-
"description": "During `lerna version`, when true, do not generate CHANGELOG.md files when using --conventional-commits."
1783-
},
17841689
"changelog": {
17851690
"type": "boolean",
17861691
"description": "During `lerna version`, when true, generate CHANGELOG.md files when using --conventional-commits."
17871692
},
1788-
"noCommitHooks": {
1789-
"type": "boolean",
1790-
"description": "During `lerna version`, when true, do not run git commit hooks when committing version changes."
1791-
},
17921693
"commitHooks": {
17931694
"type": "boolean",
17941695
"description": "During `lerna version`, when true, run git commit hooks when committing version changes."
17951696
},
1796-
"noGitTagVersion": {
1797-
"type": "boolean",
1798-
"description": "During `lerna version`, when true, do not commit or tag version changes."
1799-
},
18001697
"gitTagVersion": {
18011698
"type": "boolean",
18021699
"description": "During `lerna version`, when true, commit and tag version changes."
18031700
},
1804-
"noPush": {
1805-
"type": "boolean",
1806-
"description": "During `lerna version`, when true, do not push tagged commit to git remote."
1807-
},
18081701
"push": {
18091702
"type": "boolean",
18101703
"description": "During `lerna version`, when true, push tagged commit to git remote."
@@ -1866,18 +1759,10 @@
18661759
"type": "boolean",
18671760
"description": "During `lerna exec` and `lerna run`, run commands with unlimited concurrency, streaming prefixed output."
18681761
},
1869-
"noBail": {
1870-
"type": "boolean",
1871-
"description": "During `lerna exec` and `lerna run`, when true, do not exit with non-zero status if a command fails."
1872-
},
18731762
"bail": {
18741763
"type": "boolean",
18751764
"description": "During `lerna exec` and `lerna run`, exit with non-zero status if any command fails."
18761765
},
1877-
"noPrefix": {
1878-
"type": "boolean",
1879-
"description": "During `lerna exec` and `lerna run`, when true, do not prefix output with originating package name."
1880-
},
18811766
"prefix": {
18821767
"type": "boolean",
18831768
"description": "During `lerna exec` and `lerna run`, prefix output with originating package name."
@@ -1898,10 +1783,6 @@
18981783
"type": "boolean",
18991784
"description": "During `lerna bootstrap`, `lerna publish`, and `lerna version`, don't run ANY lifecycle scripts in bootstrapped packages."
19001785
},
1901-
"noGranularPathspec": {
1902-
"type": "boolean",
1903-
"description": "During `lerna publish` and `lerna version`, when true, do not reset changes file-by-file, but globally."
1904-
},
19051786
"granularPathspec": {
19061787
"type": "boolean",
19071788
"description": "During `lerna publish` and `lerna version`, when true, reset changes file-by-file, not globally."

0 commit comments

Comments
 (0)
Please sign in to comment.