From 408ef044b52f2f5c221a78627c93e0cea76bc048 Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Mon, 26 Dec 2022 01:34:46 +0300 Subject: [PATCH 1/3] Fix typo in definitions.js --- lib/utils/config/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js index 0f401d6572a59..963f5ed94470f 100644 --- a/lib/utils/config/definitions.js +++ b/lib/utils/config/definitions.js @@ -163,7 +163,7 @@ define('access', { `, type: [null, 'restricted', 'public'], description: ` - If do not want your scoped package to be publicly viewable (and + If you do not want your scoped package to be publicly viewable (and installable) set \`--access=restricted\`. Unscoped packages can not be set to \`restricted\`. From 1ca237f7b52fb875fb1a3aa7d111c59fdd968aaa Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Sat, 31 Dec 2022 04:48:43 +0300 Subject: [PATCH 2/3] Fix another typo in definitions.js --- lib/utils/config/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js index 963f5ed94470f..6a0429b99644e 100644 --- a/lib/utils/config/definitions.js +++ b/lib/utils/config/definitions.js @@ -2021,7 +2021,7 @@ define('strict-peer-deps', { even if doing so will result in some packages receiving a peer dependency outside the range set in their package's \`peerDependencies\` object. - When such and override is performed, a warning is printed, explaining the + When such an override is performed, a warning is printed, explaining the conflict and the packages involved. If \`--strict-peer-deps\` is set, then this warning is treated as a failure. `, From 05a5f5b870a16c162577e318b2cd0b8536cb1932 Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Sat, 31 Dec 2022 05:15:13 +0300 Subject: [PATCH 3/3] Fix yet another typo in definitions.js --- lib/utils/config/definitions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/config/definitions.js b/lib/utils/config/definitions.js index 6a0429b99644e..3788b4cc65e91 100644 --- a/lib/utils/config/definitions.js +++ b/lib/utils/config/definitions.js @@ -848,7 +848,7 @@ define('global-style', { type: Boolean, description: ` Only install direct dependencies in the top level \`node_modules\`, - but hoist on deeper dependendencies. + but hoist on deeper dependencies. Sets \`--install-strategy=shallow\`. `, deprecated: `