@pnpm/installing.deps-installer 1101.0.0 → 1101.0.1
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/install/index.js +4 -2
- package/package.json +25 -25
package/lib/install/index.js
CHANGED
|
@@ -443,7 +443,9 @@ export async function mutateModules(projects, maybeOpts) {
|
|
|
443
443
|
});
|
|
444
444
|
}
|
|
445
445
|
async function installSome(project) {
|
|
446
|
-
const currentBareSpecifiers = opts.ignoreCurrentSpecifiers
|
|
446
|
+
const currentBareSpecifiers = opts.ignoreCurrentSpecifiers
|
|
447
|
+
? {}
|
|
448
|
+
: getAllDependenciesFromManifest(project.manifest, { autoInstallPeers: opts.autoInstallPeers });
|
|
447
449
|
const optionalDependencies = project.targetDependenciesField ? {} : project.manifest.optionalDependencies ?? {};
|
|
448
450
|
const devDependencies = project.targetDependenciesField ? {} : project.manifest.devDependencies ?? {};
|
|
449
451
|
if (preferredSpecs == null) {
|
|
@@ -1357,7 +1359,7 @@ const installInContext = async (projects, ctx, opts) => {
|
|
|
1357
1359
|
};
|
|
1358
1360
|
const limitLinking = pLimit(16);
|
|
1359
1361
|
async function linkAllBins(depNodes, depGraph, opts) {
|
|
1360
|
-
await Promise.all(depNodes.map(async depNode => limitLinking(async () => linkBinsOfDependencies(depNode, depGraph, opts))));
|
|
1362
|
+
await Promise.all(depNodes.map(async (depNode) => limitLinking(async () => linkBinsOfDependencies(depNode, depGraph, opts))));
|
|
1361
1363
|
}
|
|
1362
1364
|
export class IgnoredBuildsError extends PnpmError {
|
|
1363
1365
|
constructor(ignoredBuilds) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/installing.deps-installer",
|
|
3
|
-
"version": "1101.0.
|
|
3
|
+
"version": "1101.0.1",
|
|
4
4
|
"description": "Fast, disk space efficient installation engine",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -63,52 +63,52 @@
|
|
|
63
63
|
"semver": "^7.7.2",
|
|
64
64
|
"@pnpm/agent.client": "1.0.0",
|
|
65
65
|
"@pnpm/bins.linker": "1100.0.2",
|
|
66
|
-
"@pnpm/building.during-install": "1101.0.0",
|
|
67
|
-
"@pnpm/building.after-install": "1101.0.0",
|
|
68
66
|
"@pnpm/bins.remover": "1100.0.1",
|
|
69
|
-
"@pnpm/
|
|
67
|
+
"@pnpm/building.during-install": "1101.0.0",
|
|
68
|
+
"@pnpm/building.policy": "1100.0.1",
|
|
69
|
+
"@pnpm/building.after-install": "1101.0.1",
|
|
70
70
|
"@pnpm/catalogs.resolver": "1100.0.0",
|
|
71
|
-
"@pnpm/catalogs.types": "1100.0.0",
|
|
72
71
|
"@pnpm/config.matcher": "1100.0.0",
|
|
73
72
|
"@pnpm/config.normalize-registries": "1100.0.1",
|
|
73
|
+
"@pnpm/catalogs.types": "1100.0.0",
|
|
74
|
+
"@pnpm/catalogs.protocol-parser": "1100.0.0",
|
|
74
75
|
"@pnpm/config.parse-overrides": "1100.0.0",
|
|
76
|
+
"@pnpm/core-loggers": "1100.0.1",
|
|
75
77
|
"@pnpm/constants": "1100.0.0",
|
|
76
|
-
"@pnpm/building.policy": "1100.0.1",
|
|
77
|
-
"@pnpm/crypto.hash": "1100.0.0",
|
|
78
78
|
"@pnpm/crypto.object-hasher": "1100.0.0",
|
|
79
|
+
"@pnpm/deps.graph-hasher": "1100.1.1",
|
|
80
|
+
"@pnpm/crypto.hash": "1100.0.0",
|
|
79
81
|
"@pnpm/deps.graph-sequencer": "1100.0.0",
|
|
80
82
|
"@pnpm/deps.path": "1100.0.1",
|
|
81
|
-
"@pnpm/deps.graph-hasher": "1100.1.1",
|
|
82
|
-
"@pnpm/error": "1100.0.0",
|
|
83
83
|
"@pnpm/exec.lifecycle": "1100.0.4",
|
|
84
|
+
"@pnpm/error": "1100.0.0",
|
|
84
85
|
"@pnpm/fs.read-modules-dir": "1100.0.0",
|
|
85
|
-
"@pnpm/fs.symlink-dependency": "1100.0.1",
|
|
86
86
|
"@pnpm/hooks.read-package-hook": "1100.0.1",
|
|
87
|
+
"@pnpm/fs.symlink-dependency": "1100.0.1",
|
|
87
88
|
"@pnpm/hooks.types": "1100.0.3",
|
|
88
89
|
"@pnpm/installing.context": "1100.0.3",
|
|
89
|
-
"@pnpm/installing.deps-restorer": "1101.0.0",
|
|
90
90
|
"@pnpm/installing.deps-resolver": "1100.0.4",
|
|
91
|
-
"@pnpm/
|
|
92
|
-
"@pnpm/installing.linking.hoist": "1100.0.2",
|
|
91
|
+
"@pnpm/installing.deps-restorer": "1101.0.0",
|
|
93
92
|
"@pnpm/installing.linking.direct-dep-linker": "1100.0.1",
|
|
94
|
-
"@pnpm/installing.modules-yaml": "1100.0.1",
|
|
95
|
-
"@pnpm/lockfile.filtering": "1100.0.3",
|
|
96
93
|
"@pnpm/installing.linking.modules-cleaner": "1100.0.3",
|
|
94
|
+
"@pnpm/installing.linking.hoist": "1100.0.2",
|
|
97
95
|
"@pnpm/installing.package-requester": "1101.0.0",
|
|
96
|
+
"@pnpm/installing.modules-yaml": "1100.0.1",
|
|
97
|
+
"@pnpm/lockfile.filtering": "1100.0.3",
|
|
98
98
|
"@pnpm/lockfile.preferred-versions": "1100.0.4",
|
|
99
99
|
"@pnpm/lockfile.fs": "1100.0.3",
|
|
100
|
-
"@pnpm/lockfile.pruner": "1100.0.2",
|
|
101
100
|
"@pnpm/lockfile.settings-checker": "1100.0.3",
|
|
101
|
+
"@pnpm/lockfile.pruner": "1100.0.2",
|
|
102
102
|
"@pnpm/lockfile.to-pnp": "1100.0.3",
|
|
103
|
-
"@pnpm/lockfile.
|
|
103
|
+
"@pnpm/lockfile.walker": "1100.0.2",
|
|
104
104
|
"@pnpm/lockfile.utils": "1100.0.3",
|
|
105
105
|
"@pnpm/patching.config": "1100.0.1",
|
|
106
|
-
"@pnpm/lockfile.walker": "1100.0.2",
|
|
107
106
|
"@pnpm/pkg-manifest.utils": "1100.1.0",
|
|
107
|
+
"@pnpm/lockfile.verification": "1100.0.3",
|
|
108
|
+
"@pnpm/store.index": "1100.0.0",
|
|
109
|
+
"@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
|
|
108
110
|
"@pnpm/resolving.resolver-base": "1100.1.0",
|
|
109
111
|
"@pnpm/store.controller-types": "1100.0.3",
|
|
110
|
-
"@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
|
|
111
|
-
"@pnpm/store.index": "1100.0.0",
|
|
112
112
|
"@pnpm/types": "1101.0.0",
|
|
113
113
|
"@pnpm/workspace.project-manifest-reader": "1100.0.2"
|
|
114
114
|
},
|
|
@@ -138,20 +138,20 @@
|
|
|
138
138
|
"write-json-file": "^7.0.0",
|
|
139
139
|
"write-yaml-file": "^6.0.0",
|
|
140
140
|
"@pnpm/assert-project": "1100.0.3",
|
|
141
|
-
"@pnpm/installing.deps-installer": "1101.0.
|
|
141
|
+
"@pnpm/installing.deps-installer": "1101.0.1",
|
|
142
142
|
"@pnpm/assert-store": "1100.0.3",
|
|
143
143
|
"@pnpm/lockfile.types": "1100.0.2",
|
|
144
|
-
"@pnpm/network.git-utils": "1100.0.0",
|
|
145
144
|
"@pnpm/logger": "1100.0.0",
|
|
145
|
+
"@pnpm/pkg-manifest.reader": "1100.0.1",
|
|
146
146
|
"@pnpm/prepare": "1100.0.3",
|
|
147
|
+
"@pnpm/network.git-utils": "1100.0.0",
|
|
147
148
|
"@pnpm/resolving.registry.types": "1100.0.1",
|
|
148
149
|
"@pnpm/store.cafs": "1100.1.0",
|
|
149
|
-
"@pnpm/pkg-manifest.reader": "1100.0.1",
|
|
150
150
|
"@pnpm/store.path": "1100.0.0",
|
|
151
|
-
"@pnpm/test-fixtures": "1100.0.0",
|
|
152
151
|
"@pnpm/test-ipc-server": "1100.0.0",
|
|
152
|
+
"@pnpm/test-fixtures": "1100.0.0",
|
|
153
153
|
"@pnpm/testing.mock-agent": "1100.0.1",
|
|
154
|
-
"@pnpm/testing.temp-store": "1100.0.
|
|
154
|
+
"@pnpm/testing.temp-store": "1100.0.5"
|
|
155
155
|
},
|
|
156
156
|
"engines": {
|
|
157
157
|
"node": ">=22.13"
|