Skip to content

Commit

Permalink
fix: remove non-functional schema properties starting with "no" (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Apr 13, 2023
1 parent a971ca8 commit 43c2a48
Showing 1 changed file with 0 additions and 119 deletions.
119 changes: 0 additions & 119 deletions packages/lerna/schemas/lerna-schema.json
Expand Up @@ -43,9 +43,6 @@
"registry": {
"$ref": "#/$defs/commandOptions/shared/registry"
},
"noBootstrap": {
"$ref": "#/$defs/commandOptions/add/noBootstrap"
},
"bootstrap": {
"$ref": "#/$defs/commandOptions/add/bootstrap"
},
Expand Down Expand Up @@ -111,9 +108,6 @@
"hoist": {
"$ref": "#/$defs/commandOptions/bootstrap/hoist"
},
"nohoist": {
"$ref": "#/$defs/commandOptions/bootstrap/nohoist"
},
"mutex": {
"$ref": "#/$defs/commandOptions/bootstrap/mutex"
},
Expand Down Expand Up @@ -482,15 +476,9 @@
"parallel": {
"$ref": "#/$defs/commandOptions/shared/parallel"
},
"noBail": {
"$ref": "#/$defs/commandOptions/shared/noBail"
},
"bail": {
"$ref": "#/$defs/commandOptions/shared/bail"
},
"noPrefix": {
"$ref": "#/$defs/commandOptions/shared/noPrefix"
},
"prefix": {
"$ref": "#/$defs/commandOptions/shared/prefix"
},
Expand Down Expand Up @@ -792,9 +780,6 @@
"ignoreScripts": {
"$ref": "#/$defs/commandOptions/shared/ignoreScripts"
},
"noGranularPathspec": {
"$ref": "#/$defs/commandOptions/shared/noGranularPathspec"
},
"granularPathspec": {
"$ref": "#/$defs/commandOptions/shared/granularPathspec"
},
Expand All @@ -807,18 +792,12 @@
"requireScripts": {
"$ref": "#/$defs/commandOptions/publish/requireScripts"
},
"noGitReset": {
"$ref": "#/$defs/commandOptions/publish/noGitReset"
},
"gitReset": {
"$ref": "#/$defs/commandOptions/publish/gitReset"
},
"tempTag": {
"$ref": "#/$defs/commandOptions/publish/tempTag"
},
"noVerifyAccess": {
"$ref": "#/$defs/commandOptions/publish/noVerifyAccess"
},
"verifyAccess": {
"$ref": "#/$defs/commandOptions/publish/verifyAccess"
},
Expand Down Expand Up @@ -893,15 +872,9 @@
"parallel": {
"$ref": "#/$defs/commandOptions/shared/parallel"
},
"noBail": {
"$ref": "#/$defs/commandOptions/shared/noBail"
},
"bail": {
"$ref": "#/$defs/commandOptions/shared/bail"
},
"noPrefix": {
"$ref": "#/$defs/commandOptions/shared/noPrefix"
},
"prefix": {
"$ref": "#/$defs/commandOptions/shared/prefix"
},
Expand Down Expand Up @@ -1024,33 +997,18 @@
"message": {
"$ref": "#/$defs/commandOptions/version/message"
},
"noChangelog": {
"$ref": "#/$defs/commandOptions/version/noChangelog"
},
"changelog": {
"$ref": "#/$defs/commandOptions/version/changelog"
},
"noCommitHooks": {
"$ref": "#/$defs/commandOptions/version/noCommitHooks"
},
"commitHooks": {
"$ref": "#/$defs/commandOptions/version/commitHooks"
},
"noGitTagVersion": {
"$ref": "#/$defs/commandOptions/version/noGitTagVersion"
},
"gitTagVersion": {
"$ref": "#/$defs/commandOptions/version/gitTagVersion"
},
"noGranularPathspec": {
"$ref": "#/$defs/commandOptions/shared/noGranularPathspec"
},
"granularPathspec": {
"$ref": "#/$defs/commandOptions/shared/granularPathspec"
},
"noPush": {
"$ref": "#/$defs/commandOptions/version/noPush"
},
"push": {
"$ref": "#/$defs/commandOptions/version/push"
},
Expand Down Expand Up @@ -1218,18 +1176,12 @@
"peer": {
"$ref": "#/$defs/commandOptions/add/peer"
},
"noBootstrap": {
"$ref": "#/$defs/commandOptions/add/noBootstrap"
},
"bootstrap": {
"$ref": "#/$defs/commandOptions/add/bootstrap"
},
"hoist": {
"$ref": "#/$defs/commandOptions/bootstrap/hoist"
},
"nohoist": {
"$ref": "#/$defs/commandOptions/bootstrap/nohoist"
},
"mutex": {
"$ref": "#/$defs/commandOptions/bootstrap/mutex"
},
Expand Down Expand Up @@ -1306,18 +1258,12 @@
"requireScripts": {
"$ref": "#/$defs/commandOptions/publish/requireScripts"
},
"noGitReset": {
"$ref": "#/$defs/commandOptions/publish/noGitReset"
},
"gitReset": {
"$ref": "#/$defs/commandOptions/publish/gitReset"
},
"tempTag": {
"$ref": "#/$defs/commandOptions/publish/tempTag"
},
"noVerifyAccess": {
"$ref": "#/$defs/commandOptions/publish/noVerifyAccess"
},
"verifyAccess": {
"$ref": "#/$defs/commandOptions/publish/verifyAccess"
},
Expand Down Expand Up @@ -1350,27 +1296,15 @@
"message": {
"$ref": "#/$defs/commandOptions/version/message"
},
"noChangelog": {
"$ref": "#/$defs/commandOptions/version/noChangelog"
},
"changelog": {
"$ref": "#/$defs/commandOptions/version/changelog"
},
"noCommitHooks": {
"$ref": "#/$defs/commandOptions/version/noCommitHooks"
},
"commitHooks": {
"$ref": "#/$defs/commandOptions/version/commitHooks"
},
"noGitTagVersion": {
"$ref": "#/$defs/commandOptions/version/noGitTagVersion"
},
"gitTagVersion": {
"$ref": "#/$defs/commandOptions/version/gitTagVersion"
},
"noPush": {
"$ref": "#/$defs/commandOptions/version/noPush"
},
"push": {
"$ref": "#/$defs/commandOptions/version/push"
},
Expand Down Expand Up @@ -1411,15 +1345,9 @@
"parallel": {
"$ref": "#/$defs/commandOptions/shared/parallel"
},
"noBail": {
"$ref": "#/$defs/commandOptions/shared/noBail"
},
"bail": {
"$ref": "#/$defs/commandOptions/shared/bail"
},
"noPrefix": {
"$ref": "#/$defs/commandOptions/shared/noPrefix"
},
"prefix": {
"$ref": "#/$defs/commandOptions/shared/prefix"
},
Expand All @@ -1435,9 +1363,6 @@
"ignoreScripts": {
"$ref": "#/$defs/commandOptions/shared/ignoreScripts"
},
"noGranularPathspec": {
"$ref": "#/$defs/commandOptions/shared/noGranularPathspec"
},
"granularPathspec": {
"$ref": "#/$defs/commandOptions/shared/granularPathspec"
},
Expand Down Expand Up @@ -1552,10 +1477,6 @@
"type": "boolean",
"description": "During `lerna add`, save the newly added package to peerDependencies instead of dependencies."
},
"noBootstrap": {
"type": "boolean",
"description": "Do not automatically chain `lerna bootstrap` after `lerna add`."
},
"bootstrap": {
"type": "boolean",
"description": "Automatically chain `lerna bootstrap` after `lerna add`."
Expand All @@ -1566,10 +1487,6 @@
"type": "string",
"description": "During `lerna bootstrap`, install external dependencies matching [glob] to the repo root."
},
"nohoist": {
"type": "string",
"description": "During `lerna bootstrap`, don't hoist external dependencies matching [glob] to the repo root."
},
"mutex": {},
"strict": {
"type": "boolean",
Expand Down Expand Up @@ -1681,10 +1598,6 @@
"type": "boolean",
"description": "During `lerna publish`, when true, execute ./scripts/prepublish.js and ./scripts/postpublish.js, relative to package root."
},
"noGitReset": {
"type": "boolean",
"description": "During `lerna publish`, when true, do not reset changes to working tree after publishing is complete."
},
"gitReset": {
"type": "boolean",
"description": "During `lerna publish`, when true, reset changes to working tree after publishing is complete."
Expand All @@ -1693,10 +1606,6 @@
"type": "boolean",
"description": "During `lerna publish`, when true, create a temporary tag while publishing."
},
"noVerifyAccess": {
"type": "boolean",
"description": "During `lerna publish`, when true, do not verify package read-write access for current npm user."
},
"verifyAccess": {
"type": "boolean",
"description": "During `lerna publish`, when true, verify package read-write access for current npm user."
Expand Down Expand Up @@ -1777,34 +1686,18 @@
"type": "string",
"description": "For `lerna version`, the custom commit message to use when creating the version commit."
},
"noChangelog": {
"type": "boolean",
"description": "During `lerna version`, when true, do not generate CHANGELOG.md files when using --conventional-commits."
},
"changelog": {
"type": "boolean",
"description": "During `lerna version`, when true, generate CHANGELOG.md files when using --conventional-commits."
},
"noCommitHooks": {
"type": "boolean",
"description": "During `lerna version`, when true, do not run git commit hooks when committing version changes."
},
"commitHooks": {
"type": "boolean",
"description": "During `lerna version`, when true, run git commit hooks when committing version changes."
},
"noGitTagVersion": {
"type": "boolean",
"description": "During `lerna version`, when true, do not commit or tag version changes."
},
"gitTagVersion": {
"type": "boolean",
"description": "During `lerna version`, when true, commit and tag version changes."
},
"noPush": {
"type": "boolean",
"description": "During `lerna version`, when true, do not push tagged commit to git remote."
},
"push": {
"type": "boolean",
"description": "During `lerna version`, when true, push tagged commit to git remote."
Expand Down Expand Up @@ -1866,18 +1759,10 @@
"type": "boolean",
"description": "During `lerna exec` and `lerna run`, run commands with unlimited concurrency, streaming prefixed output."
},
"noBail": {
"type": "boolean",
"description": "During `lerna exec` and `lerna run`, when true, do not exit with non-zero status if a command fails."
},
"bail": {
"type": "boolean",
"description": "During `lerna exec` and `lerna run`, exit with non-zero status if any command fails."
},
"noPrefix": {
"type": "boolean",
"description": "During `lerna exec` and `lerna run`, when true, do not prefix output with originating package name."
},
"prefix": {
"type": "boolean",
"description": "During `lerna exec` and `lerna run`, prefix output with originating package name."
Expand All @@ -1898,10 +1783,6 @@
"type": "boolean",
"description": "During `lerna bootstrap`, `lerna publish`, and `lerna version`, don't run ANY lifecycle scripts in bootstrapped packages."
},
"noGranularPathspec": {
"type": "boolean",
"description": "During `lerna publish` and `lerna version`, when true, do not reset changes file-by-file, but globally."
},
"granularPathspec": {
"type": "boolean",
"description": "During `lerna publish` and `lerna version`, when true, reset changes file-by-file, not globally."
Expand Down

0 comments on commit 43c2a48

Please sign in to comment.