@pnpm/installing.commands 1100.10.2 → 1100.10.4
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/CHANGELOG.md +9118 -0
- package/lib/runPacquet.js +11 -8
- package/package.json +59 -59
package/lib/runPacquet.js
CHANGED
|
@@ -198,16 +198,19 @@ function pacquetSupportsResolution(version) {
|
|
|
198
198
|
* surface pnpm itself accepts on `install`, so the flags don't need
|
|
199
199
|
* reshaping.
|
|
200
200
|
*
|
|
201
|
-
* Flags we
|
|
201
|
+
* Flags we manage ourselves (`--frozen-lockfile`,
|
|
202
202
|
* `--ignore-manifest-check`) are dropped in every form the user can
|
|
203
203
|
* type them — positive (`--frozen-lockfile`), negated
|
|
204
|
-
* (`--no-frozen-lockfile`), and any `=value` form.
|
|
205
|
-
*
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
*
|
|
209
|
-
*
|
|
210
|
-
*
|
|
204
|
+
* (`--no-frozen-lockfile`), and any `=value` form. pnpm resolves the
|
|
205
|
+
* frozen-lockfile setting itself and encodes the decision in the mode
|
|
206
|
+
* it hands pacquet: a resolving install (pacquet resolves and writes
|
|
207
|
+
* the lockfile, no `--frozen-lockfile` injected) or a frozen
|
|
208
|
+
* materialization (pacquet is pinned to the lockfile via an injected
|
|
209
|
+
* `--frozen-lockfile`) — see `frozenArgs` in `makeRun`. Forwarding the
|
|
210
|
+
* user's own token would contradict that choice: pacquet accepts a
|
|
211
|
+
* `--no-<flag>` negation for every boolean flag with last-one-wins
|
|
212
|
+
* override semantics, so a user `--no-frozen-lockfile` sitting next to
|
|
213
|
+
* our injected `--frozen-lockfile` would flip the pinning back off.
|
|
211
214
|
*
|
|
212
215
|
* `--reporter` is stripped in any form (`--reporter=foo`,
|
|
213
216
|
* `--reporter foo`): pacquet's `reporter` is a clap value option
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/installing.commands",
|
|
3
|
-
"version": "1100.10.
|
|
3
|
+
"version": "1100.10.4",
|
|
4
4
|
"description": "Commands for installation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -28,79 +28,92 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@inquirer/prompts": "^8.4.3",
|
|
31
|
-
"@pnpm/
|
|
32
|
-
"@pnpm/
|
|
33
|
-
"@pnpm/util.lex-comparator": "^4.0.1",
|
|
34
|
-
"@yarnpkg/core": "4.8.0",
|
|
35
|
-
"@yarnpkg/lockfile": "^1.1.0",
|
|
36
|
-
"@zkochan/rimraf": "^4.0.0",
|
|
37
|
-
"@zkochan/table": "^2.0.1",
|
|
38
|
-
"chalk": "^5.6.2",
|
|
39
|
-
"ci-info": "^4.4.0",
|
|
40
|
-
"detect-libc": "^2.1.2",
|
|
41
|
-
"is-subdir": "^2.0.0",
|
|
42
|
-
"js-yaml": "npm:@zkochan/js-yaml@0.0.11",
|
|
43
|
-
"load-json-file": "^7.0.1",
|
|
44
|
-
"normalize-path": "^3.0.0",
|
|
45
|
-
"p-filter": "^4.1.0",
|
|
46
|
-
"p-limit": "^7.3.0",
|
|
47
|
-
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
48
|
-
"render-help": "^2.0.0",
|
|
49
|
-
"version-selector-type": "^3.0.0",
|
|
50
|
-
"@pnpm/building.policy": "1100.0.11",
|
|
31
|
+
"@pnpm/building.after-install": "1102.0.5",
|
|
32
|
+
"@pnpm/building.policy": "1100.0.12",
|
|
51
33
|
"@pnpm/catalogs.config": "1100.0.2",
|
|
52
|
-
"@pnpm/cli.command": "1100.0.1",
|
|
53
|
-
"@pnpm/building.after-install": "1102.0.3",
|
|
54
34
|
"@pnpm/catalogs.types": "1100.0.0",
|
|
55
|
-
"@pnpm/cli.
|
|
35
|
+
"@pnpm/cli.command": "1100.0.1",
|
|
56
36
|
"@pnpm/cli.common-cli-options-help": "1100.0.2",
|
|
37
|
+
"@pnpm/cli.utils": "1101.0.13",
|
|
38
|
+
"@pnpm/colorize-semver-diff": "^2.0.0",
|
|
57
39
|
"@pnpm/config.matcher": "1100.0.1",
|
|
58
40
|
"@pnpm/config.pick-registry-for-package": "1100.0.9",
|
|
59
|
-
"@pnpm/config.reader": "1101.11.
|
|
41
|
+
"@pnpm/config.reader": "1101.11.2",
|
|
42
|
+
"@pnpm/config.version-policy": "1100.1.6",
|
|
60
43
|
"@pnpm/config.writer": "1100.0.15",
|
|
61
44
|
"@pnpm/constants": "1100.0.0",
|
|
62
|
-
"@pnpm/deps.
|
|
63
|
-
"@pnpm/config.version-policy": "1100.1.6",
|
|
45
|
+
"@pnpm/deps.inspection.outdated": "1100.1.13",
|
|
64
46
|
"@pnpm/deps.path": "1100.0.8",
|
|
47
|
+
"@pnpm/deps.security.signatures": "1101.2.3",
|
|
48
|
+
"@pnpm/deps.status": "1100.1.6",
|
|
65
49
|
"@pnpm/error": "1100.0.1",
|
|
66
|
-
"@pnpm/fs.read-modules-dir": "1100.0.1",
|
|
67
|
-
"@pnpm/deps.status": "1100.1.4",
|
|
68
|
-
"@pnpm/deps.inspection.outdated": "1100.1.11",
|
|
69
50
|
"@pnpm/fs.graceful-fs": "1100.1.0",
|
|
70
|
-
"@pnpm/
|
|
71
|
-
"@pnpm/global.commands": "1100.0.
|
|
51
|
+
"@pnpm/fs.read-modules-dir": "1100.0.1",
|
|
52
|
+
"@pnpm/global.commands": "1100.0.33",
|
|
53
|
+
"@pnpm/hooks.pnpmfile": "1100.0.18",
|
|
54
|
+
"@pnpm/installing.context": "1100.0.23",
|
|
72
55
|
"@pnpm/installing.dedupe.check": "1100.1.2",
|
|
73
56
|
"@pnpm/installing.dedupe.issues-renderer": "1100.0.1",
|
|
74
|
-
"@pnpm/installing.
|
|
75
|
-
"@pnpm/installing.
|
|
76
|
-
"@pnpm/lockfile.fs": "1100.1.
|
|
57
|
+
"@pnpm/installing.deps-installer": "1102.2.2",
|
|
58
|
+
"@pnpm/installing.env-installer": "1102.0.5",
|
|
59
|
+
"@pnpm/lockfile.fs": "1100.1.10",
|
|
60
|
+
"@pnpm/lockfile.types": "1100.0.13",
|
|
77
61
|
"@pnpm/network.auth-header": "1101.1.3",
|
|
78
|
-
"@pnpm/installing.env-installer": "1102.0.3",
|
|
79
62
|
"@pnpm/network.fetch": "1100.1.4",
|
|
80
|
-
"@pnpm/lockfile.types": "1100.0.13",
|
|
81
63
|
"@pnpm/pkg-manifest.reader": "1100.0.9",
|
|
82
64
|
"@pnpm/pkg-manifest.utils": "1100.2.6",
|
|
65
|
+
"@pnpm/resolving.npm-resolver": "1102.1.2",
|
|
83
66
|
"@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
|
|
84
|
-
"@pnpm/store.connection-manager": "1100.3.3",
|
|
85
|
-
"@pnpm/resolving.npm-resolver": "1102.1.1",
|
|
86
67
|
"@pnpm/resolving.resolver-base": "1100.5.1",
|
|
87
|
-
"@pnpm/
|
|
68
|
+
"@pnpm/semver-diff": "^2.0.0",
|
|
69
|
+
"@pnpm/store.connection-manager": "1100.3.5",
|
|
70
|
+
"@pnpm/store.controller": "1102.0.4",
|
|
88
71
|
"@pnpm/types": "1101.3.2",
|
|
72
|
+
"@pnpm/util.lex-comparator": "^4.0.1",
|
|
89
73
|
"@pnpm/workspace.project-manifest-reader": "1100.0.14",
|
|
90
74
|
"@pnpm/workspace.project-manifest-writer": "1100.0.8",
|
|
91
|
-
"@pnpm/workspace.projects-filter": "1100.0.
|
|
92
|
-
"@pnpm/workspace.projects-graph": "1100.0.
|
|
75
|
+
"@pnpm/workspace.projects-filter": "1100.0.26",
|
|
76
|
+
"@pnpm/workspace.projects-graph": "1100.0.22",
|
|
93
77
|
"@pnpm/workspace.projects-reader": "1101.0.13",
|
|
94
|
-
"@pnpm/workspace.root-finder": "1100.0.3",
|
|
95
78
|
"@pnpm/workspace.projects-sorter": "1100.0.8",
|
|
96
|
-
"@pnpm/workspace.
|
|
97
|
-
"@pnpm/workspace.
|
|
79
|
+
"@pnpm/workspace.root-finder": "1100.0.3",
|
|
80
|
+
"@pnpm/workspace.state": "1100.0.27",
|
|
81
|
+
"@pnpm/workspace.workspace-manifest-writer": "1100.0.15",
|
|
82
|
+
"@yarnpkg/core": "4.8.0",
|
|
83
|
+
"@yarnpkg/lockfile": "^1.1.0",
|
|
84
|
+
"@zkochan/rimraf": "^4.0.0",
|
|
85
|
+
"@zkochan/table": "^2.0.1",
|
|
86
|
+
"chalk": "^5.6.2",
|
|
87
|
+
"ci-info": "^4.4.0",
|
|
88
|
+
"detect-libc": "^2.1.2",
|
|
89
|
+
"is-subdir": "^2.0.0",
|
|
90
|
+
"js-yaml": "npm:@zkochan/js-yaml@0.0.11",
|
|
91
|
+
"load-json-file": "^7.0.1",
|
|
92
|
+
"normalize-path": "^3.0.0",
|
|
93
|
+
"p-filter": "^4.1.0",
|
|
94
|
+
"p-limit": "^7.3.0",
|
|
95
|
+
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
96
|
+
"render-help": "^2.0.0",
|
|
97
|
+
"version-selector-type": "^3.0.0"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"@pnpm/logger": "^1100.0.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@jest/globals": "30.4.1",
|
|
104
|
+
"@pnpm/assert-project": "1100.0.18",
|
|
105
|
+
"@pnpm/installing.commands": "1100.10.4",
|
|
106
|
+
"@pnpm/installing.modules-yaml": "1100.0.9",
|
|
107
|
+
"@pnpm/logger": "1100.0.0",
|
|
108
|
+
"@pnpm/prepare": "1100.0.18",
|
|
109
|
+
"@pnpm/store.index": "1100.2.1",
|
|
110
|
+
"@pnpm/test-fixtures": "1100.0.0",
|
|
111
|
+
"@pnpm/test-ipc-server": "1100.0.0",
|
|
112
|
+
"@pnpm/testing.command-defaults": "1100.0.8",
|
|
113
|
+
"@pnpm/testing.mock-agent": "1101.0.4",
|
|
114
|
+
"@pnpm/testing.registry-mock": "1100.0.8",
|
|
115
|
+
"@pnpm/worker": "1100.2.3",
|
|
116
|
+
"@pnpm/workspace.projects-filter": "1100.0.26",
|
|
104
117
|
"@types/js-yaml": "^4.0.9",
|
|
105
118
|
"@types/normalize-path": "^3.0.2",
|
|
106
119
|
"@types/proxyquire": "^1.3.31",
|
|
@@ -116,20 +129,7 @@
|
|
|
116
129
|
"tempy": "3.0.0",
|
|
117
130
|
"write-json-file": "^7.0.0",
|
|
118
131
|
"write-package": "7.2.0",
|
|
119
|
-
"write-yaml-file": "^6.0.0"
|
|
120
|
-
"@pnpm/assert-project": "1100.0.18",
|
|
121
|
-
"@pnpm/logger": "1100.0.0",
|
|
122
|
-
"@pnpm/installing.modules-yaml": "1100.0.9",
|
|
123
|
-
"@pnpm/installing.commands": "1100.10.2",
|
|
124
|
-
"@pnpm/store.index": "1100.2.1",
|
|
125
|
-
"@pnpm/prepare": "1100.0.18",
|
|
126
|
-
"@pnpm/test-fixtures": "1100.0.0",
|
|
127
|
-
"@pnpm/testing.command-defaults": "1100.0.8",
|
|
128
|
-
"@pnpm/testing.mock-agent": "1101.0.4",
|
|
129
|
-
"@pnpm/testing.registry-mock": "1100.0.8",
|
|
130
|
-
"@pnpm/test-ipc-server": "1100.0.0",
|
|
131
|
-
"@pnpm/worker": "1100.2.3",
|
|
132
|
-
"@pnpm/workspace.projects-filter": "1100.0.24"
|
|
132
|
+
"write-yaml-file": "^6.0.0"
|
|
133
133
|
},
|
|
134
134
|
"engines": {
|
|
135
135
|
"node": ">=22.13"
|