@pnpm/exec.commands 1100.2.1 → 1100.2.3
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/lib/runDepsStatusCheck.js +3 -1
- package/package.json +30 -27
|
@@ -9,7 +9,9 @@ export async function runDepsStatusCheck(opts) {
|
|
|
9
9
|
const ignoredWorkspaceStateSettings = ['dev', 'optional', 'production'];
|
|
10
10
|
opts.ignoredWorkspaceStateSettings = ignoredWorkspaceStateSettings;
|
|
11
11
|
const { upToDate, issue, workspaceState } = await checkDepsStatus(opts);
|
|
12
|
-
if (upToDate)
|
|
12
|
+
if (upToDate === true)
|
|
13
|
+
return;
|
|
14
|
+
if (upToDate === undefined && opts.allProjects == null && opts.rootProjectManifest == null)
|
|
13
15
|
return;
|
|
14
16
|
const command = ['install', ...createInstallArgs(workspaceState?.settings)];
|
|
15
17
|
const install = runPnpmCli.bind(null, command, { cwd: opts.dir, reporter: opts.reporter });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/exec.commands",
|
|
3
|
-
"version": "1100.2.
|
|
3
|
+
"version": "1100.2.3",
|
|
4
4
|
"description": "Commands for running scripts",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
],
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"funding": "https://opencollective.com/pnpm",
|
|
12
|
-
"repository":
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "https://github.com/pnpm/pnpm/tree/main/exec/commands"
|
|
15
|
+
},
|
|
13
16
|
"homepage": "https://github.com/pnpm/pnpm/tree/main/exec/commands#readme",
|
|
14
17
|
"bugs": {
|
|
15
18
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
@@ -38,31 +41,31 @@
|
|
|
38
41
|
"symlink-dir": "^10.0.1",
|
|
39
42
|
"which": "npm:@pnpm/which@^3.0.1",
|
|
40
43
|
"write-json-file": "^7.0.0",
|
|
41
|
-
"@pnpm/building.commands": "1100.1.
|
|
42
|
-
"@pnpm/bins.resolver": "1100.0.
|
|
44
|
+
"@pnpm/building.commands": "1100.1.3",
|
|
45
|
+
"@pnpm/bins.resolver": "1100.0.7",
|
|
43
46
|
"@pnpm/catalogs.resolver": "1100.0.0",
|
|
44
47
|
"@pnpm/cli.command": "1100.0.1",
|
|
45
|
-
"@pnpm/cli.common-cli-options-help": "1100.0.
|
|
46
|
-
"@pnpm/cli.utils": "1101.0.
|
|
47
|
-
"@pnpm/config.reader": "1101.
|
|
48
|
-
"@pnpm/config.version-policy": "1100.1.
|
|
49
|
-
"@pnpm/core-loggers": "1100.1.
|
|
48
|
+
"@pnpm/cli.common-cli-options-help": "1100.0.2",
|
|
49
|
+
"@pnpm/cli.utils": "1101.0.10",
|
|
50
|
+
"@pnpm/config.reader": "1101.7.0",
|
|
51
|
+
"@pnpm/config.version-policy": "1100.1.4",
|
|
52
|
+
"@pnpm/core-loggers": "1100.1.4",
|
|
53
|
+
"@pnpm/deps.status": "1100.0.23",
|
|
50
54
|
"@pnpm/crypto.hash": "1100.0.1",
|
|
51
|
-
"@pnpm/
|
|
55
|
+
"@pnpm/engine.runtime.commands": "1100.1.3",
|
|
52
56
|
"@pnpm/error": "1100.0.0",
|
|
53
|
-
"@pnpm/
|
|
54
|
-
"@pnpm/exec.lifecycle": "1100.0.14",
|
|
57
|
+
"@pnpm/installing.client": "1100.2.6",
|
|
55
58
|
"@pnpm/exec.pnpm-cli-runner": "1100.0.1",
|
|
56
|
-
"@pnpm/
|
|
57
|
-
"@pnpm/
|
|
58
|
-
"@pnpm/pkg-manifest.reader": "1100.0.5",
|
|
59
|
-
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
59
|
+
"@pnpm/exec.lifecycle": "1100.0.16",
|
|
60
|
+
"@pnpm/pkg-manifest.reader": "1100.0.7",
|
|
60
61
|
"@pnpm/shell.path": "1100.0.1",
|
|
61
|
-
"@pnpm/
|
|
62
|
-
"@pnpm/
|
|
63
|
-
"@pnpm/
|
|
64
|
-
"@pnpm/
|
|
65
|
-
"@pnpm/
|
|
62
|
+
"@pnpm/store.path": "1100.0.1",
|
|
63
|
+
"@pnpm/installing.commands": "1100.7.3",
|
|
64
|
+
"@pnpm/types": "1101.3.1",
|
|
65
|
+
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
66
|
+
"@pnpm/workspace.projects-sorter": "1100.0.6",
|
|
67
|
+
"@pnpm/workspace.injected-deps-syncer": "1100.0.17",
|
|
68
|
+
"@pnpm/workspace.project-manifest-reader": "1100.0.11"
|
|
66
69
|
},
|
|
67
70
|
"peerDependencies": {
|
|
68
71
|
"@pnpm/logger": "^1001.0.1"
|
|
@@ -74,13 +77,13 @@
|
|
|
74
77
|
"@types/which": "^3.0.4",
|
|
75
78
|
"is-windows": "^1.0.2",
|
|
76
79
|
"write-yaml-file": "^6.0.0",
|
|
77
|
-
"@pnpm/
|
|
80
|
+
"@pnpm/engine.runtime.system-version": "1100.0.2",
|
|
81
|
+
"@pnpm/prepare": "1100.0.14",
|
|
82
|
+
"@pnpm/exec.commands": "1100.2.3",
|
|
78
83
|
"@pnpm/logger": "1100.0.0",
|
|
79
|
-
"@pnpm/
|
|
80
|
-
"@pnpm/testing.command-defaults": "1100.0.
|
|
81
|
-
"@pnpm/workspace.projects-filter": "1100.0.
|
|
82
|
-
"@pnpm/prepare": "1100.0.12",
|
|
83
|
-
"@pnpm/test-ipc-server": "1100.0.0"
|
|
84
|
+
"@pnpm/test-ipc-server": "1100.0.0",
|
|
85
|
+
"@pnpm/testing.command-defaults": "1100.0.4",
|
|
86
|
+
"@pnpm/workspace.projects-filter": "1100.0.19"
|
|
84
87
|
},
|
|
85
88
|
"engines": {
|
|
86
89
|
"node": ">=22.13"
|