@pnpm/installing.commands 1100.10.3 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9118 -0
  2. package/package.json +60 -60
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.commands",
3
- "version": "1100.10.3",
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/colorize-semver-diff": "^2.0.0",
32
- "@pnpm/semver-diff": "^2.0.0",
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/catalogs.types": "1100.0.0",
51
- "@pnpm/catalogs.config": "1100.0.2",
31
+ "@pnpm/building.after-install": "1102.0.5",
52
32
  "@pnpm/building.policy": "1100.0.12",
53
- "@pnpm/building.after-install": "1102.0.4",
33
+ "@pnpm/catalogs.config": "1100.0.2",
34
+ "@pnpm/catalogs.types": "1100.0.0",
35
+ "@pnpm/cli.command": "1100.0.1",
54
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",
55
39
  "@pnpm/config.matcher": "1100.0.1",
56
40
  "@pnpm/config.pick-registry-for-package": "1100.0.9",
57
- "@pnpm/config.reader": "1101.11.1",
41
+ "@pnpm/config.reader": "1101.11.2",
58
42
  "@pnpm/config.version-policy": "1100.1.6",
59
43
  "@pnpm/config.writer": "1100.0.15",
60
- "@pnpm/cli.utils": "1101.0.13",
61
44
  "@pnpm/constants": "1100.0.0",
45
+ "@pnpm/deps.inspection.outdated": "1100.1.13",
62
46
  "@pnpm/deps.path": "1100.0.8",
63
47
  "@pnpm/deps.security.signatures": "1101.2.3",
64
- "@pnpm/deps.inspection.outdated": "1100.1.12",
48
+ "@pnpm/deps.status": "1100.1.6",
49
+ "@pnpm/error": "1100.0.1",
65
50
  "@pnpm/fs.graceful-fs": "1100.1.0",
66
51
  "@pnpm/fs.read-modules-dir": "1100.0.1",
67
- "@pnpm/global.commands": "1100.0.32",
68
- "@pnpm/hooks.pnpmfile": "1100.0.17",
69
- "@pnpm/installing.context": "1100.0.22",
52
+ "@pnpm/global.commands": "1100.0.33",
53
+ "@pnpm/hooks.pnpmfile": "1100.0.18",
54
+ "@pnpm/installing.context": "1100.0.23",
70
55
  "@pnpm/installing.dedupe.check": "1100.1.2",
71
- "@pnpm/deps.status": "1100.1.5",
72
- "@pnpm/installing.deps-installer": "1102.2.1",
73
- "@pnpm/installing.env-installer": "1102.0.4",
74
- "@pnpm/lockfile.fs": "1100.1.9",
75
56
  "@pnpm/installing.dedupe.issues-renderer": "1100.0.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",
76
61
  "@pnpm/network.auth-header": "1101.1.3",
77
62
  "@pnpm/network.fetch": "1100.1.4",
78
- "@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
79
63
  "@pnpm/pkg-manifest.reader": "1100.0.9",
80
64
  "@pnpm/pkg-manifest.utils": "1100.2.6",
81
- "@pnpm/store.connection-manager": "1100.3.4",
82
- "@pnpm/store.controller": "1102.0.3",
83
- "@pnpm/lockfile.types": "1100.0.13",
65
+ "@pnpm/resolving.npm-resolver": "1102.1.2",
66
+ "@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
67
+ "@pnpm/resolving.resolver-base": "1100.5.1",
68
+ "@pnpm/semver-diff": "^2.0.0",
69
+ "@pnpm/store.connection-manager": "1100.3.5",
70
+ "@pnpm/store.controller": "1102.0.4",
71
+ "@pnpm/types": "1101.3.2",
72
+ "@pnpm/util.lex-comparator": "^4.0.1",
84
73
  "@pnpm/workspace.project-manifest-reader": "1100.0.14",
85
74
  "@pnpm/workspace.project-manifest-writer": "1100.0.8",
86
- "@pnpm/workspace.projects-filter": "1100.0.25",
87
- "@pnpm/resolving.resolver-base": "1100.5.1",
75
+ "@pnpm/workspace.projects-filter": "1100.0.26",
76
+ "@pnpm/workspace.projects-graph": "1100.0.22",
77
+ "@pnpm/workspace.projects-reader": "1101.0.13",
88
78
  "@pnpm/workspace.projects-sorter": "1100.0.8",
89
- "@pnpm/resolving.npm-resolver": "1102.1.2",
90
79
  "@pnpm/workspace.root-finder": "1100.0.3",
91
- "@pnpm/types": "1101.3.2",
92
- "@pnpm/workspace.projects-reader": "1101.0.13",
93
- "@pnpm/workspace.state": "1100.0.26",
94
- "@pnpm/error": "1100.0.1",
80
+ "@pnpm/workspace.state": "1100.0.27",
95
81
  "@pnpm/workspace.workspace-manifest-writer": "1100.0.15",
96
- "@pnpm/cli.command": "1100.0.1",
97
- "@pnpm/workspace.projects-graph": "1100.0.22"
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/store.index": "1100.2.1",
123
- "@pnpm/prepare": "1100.0.18",
124
- "@pnpm/installing.commands": "1100.10.3",
125
- "@pnpm/testing.command-defaults": "1100.0.8",
126
- "@pnpm/test-ipc-server": "1100.0.0",
127
- "@pnpm/test-fixtures": "1100.0.0",
128
- "@pnpm/testing.mock-agent": "1101.0.4",
129
- "@pnpm/worker": "1100.2.3",
130
- "@pnpm/testing.registry-mock": "1100.0.8",
131
- "@pnpm/workspace.projects-filter": "1100.0.25",
132
- "@pnpm/installing.modules-yaml": "1100.0.9"
132
+ "write-yaml-file": "^6.0.0"
133
133
  },
134
134
  "engines": {
135
135
  "node": ">=22.13"