npm-check-updates 16.3.13 → 16.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/build/package.json +3 -3
- package/build/src/cli-options.js +1 -1
- package/build/src/types/RunOptions.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -238,7 +238,7 @@ ncu "/^(?!react-).*$/" # windows
|
|
|
238
238
|
-w, --workspace <s> Run on one or more specified workspaces. Add
|
|
239
239
|
--root to also upgrade the root project. (default:
|
|
240
240
|
[])
|
|
241
|
-
-ws, --workspaces Run on all workspaces.
|
|
241
|
+
-ws, --workspaces Run on all workspaces. Add --root to also upgrade
|
|
242
242
|
the root project.
|
|
243
243
|
-V, --version output the version number
|
|
244
244
|
-h, --help display help for command
|
package/build/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-check-updates",
|
|
3
|
-
"version": "16.3.
|
|
3
|
+
"version": "16.3.15",
|
|
4
4
|
"author": "Tomas Junnonen <tomas1@gmail.com>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"contributors": [
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"lodash": "^4.17.21",
|
|
70
70
|
"minimatch": "^5.1.0",
|
|
71
71
|
"p-map": "^4.0.0",
|
|
72
|
-
"pacote": "
|
|
72
|
+
"pacote": "15.0.0",
|
|
73
73
|
"parse-github-url": "^1.0.2",
|
|
74
74
|
"progress": "^2.0.3",
|
|
75
75
|
"prompts-ncu": "^2.5.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"semver": "^7.3.8",
|
|
80
80
|
"semver-utils": "^1.1.4",
|
|
81
81
|
"source-map-support": "^0.5.21",
|
|
82
|
-
"spawn-please": "^
|
|
82
|
+
"spawn-please": "^2.0.1",
|
|
83
83
|
"untildify": "^4.0.0",
|
|
84
84
|
"update-notifier": "^6.0.2",
|
|
85
85
|
"yaml": "^2.1.3"
|
package/build/src/cli-options.js
CHANGED
|
@@ -555,7 +555,7 @@ When --packageManager staticRegistry is set, --registry must specify a path to a
|
|
|
555
555
|
{
|
|
556
556
|
long: 'workspaces',
|
|
557
557
|
short: 'ws',
|
|
558
|
-
description: 'Run on all workspaces.
|
|
558
|
+
description: 'Run on all workspaces. Add --root to also upgrade the root project.',
|
|
559
559
|
type: 'boolean',
|
|
560
560
|
},
|
|
561
561
|
];
|
|
@@ -99,6 +99,6 @@ export interface RunOptions {
|
|
|
99
99
|
verbose?: boolean;
|
|
100
100
|
/** Run on one or more specified workspaces. Add --root to also upgrade the root project. */
|
|
101
101
|
workspace?: string[];
|
|
102
|
-
/** Run on all workspaces.
|
|
102
|
+
/** Run on all workspaces. Add --root to also upgrade the root project. */
|
|
103
103
|
workspaces?: boolean;
|
|
104
104
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-check-updates",
|
|
3
|
-
"version": "16.3.
|
|
3
|
+
"version": "16.3.15",
|
|
4
4
|
"author": "Tomas Junnonen <tomas1@gmail.com>",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"contributors": [
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"lodash": "^4.17.21",
|
|
70
70
|
"minimatch": "^5.1.0",
|
|
71
71
|
"p-map": "^4.0.0",
|
|
72
|
-
"pacote": "
|
|
72
|
+
"pacote": "15.0.0",
|
|
73
73
|
"parse-github-url": "^1.0.2",
|
|
74
74
|
"progress": "^2.0.3",
|
|
75
75
|
"prompts-ncu": "^2.5.1",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"semver": "^7.3.8",
|
|
80
80
|
"semver-utils": "^1.1.4",
|
|
81
81
|
"source-map-support": "^0.5.21",
|
|
82
|
-
"spawn-please": "^
|
|
82
|
+
"spawn-please": "^2.0.1",
|
|
83
83
|
"untildify": "^4.0.0",
|
|
84
84
|
"update-notifier": "^6.0.2",
|
|
85
85
|
"yaml": "^2.1.3"
|