@pnpm/installing.deps-installer 1101.0.0 → 1101.0.2

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.
@@ -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 ? {} : getAllDependenciesFromManifest(project.manifest);
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.0",
3
+ "version": "1101.0.2",
4
4
  "description": "Fast, disk space efficient installation engine",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -61,54 +61,54 @@
61
61
  "ramda": "npm:@pnpm/ramda@0.28.1",
62
62
  "run-groups": "^5.0.0",
63
63
  "semver": "^7.7.2",
64
- "@pnpm/agent.client": "1.0.0",
65
64
  "@pnpm/bins.linker": "1100.0.2",
66
- "@pnpm/building.during-install": "1101.0.0",
67
- "@pnpm/building.after-install": "1101.0.0",
65
+ "@pnpm/agent.client": "1.0.0",
68
66
  "@pnpm/bins.remover": "1100.0.1",
67
+ "@pnpm/building.during-install": "1101.0.1",
68
+ "@pnpm/building.after-install": "1101.0.2",
69
+ "@pnpm/building.policy": "1100.0.1",
69
70
  "@pnpm/catalogs.protocol-parser": "1100.0.0",
70
71
  "@pnpm/catalogs.resolver": "1100.0.0",
71
- "@pnpm/catalogs.types": "1100.0.0",
72
72
  "@pnpm/config.matcher": "1100.0.0",
73
+ "@pnpm/catalogs.types": "1100.0.0",
73
74
  "@pnpm/config.normalize-registries": "1100.0.1",
74
75
  "@pnpm/config.parse-overrides": "1100.0.0",
75
76
  "@pnpm/constants": "1100.0.0",
76
- "@pnpm/building.policy": "1100.0.1",
77
+ "@pnpm/core-loggers": "1100.0.1",
77
78
  "@pnpm/crypto.hash": "1100.0.0",
78
- "@pnpm/crypto.object-hasher": "1100.0.0",
79
- "@pnpm/deps.graph-sequencer": "1100.0.0",
80
- "@pnpm/deps.path": "1100.0.1",
81
79
  "@pnpm/deps.graph-hasher": "1100.1.1",
80
+ "@pnpm/deps.path": "1100.0.1",
81
+ "@pnpm/deps.graph-sequencer": "1100.0.0",
82
+ "@pnpm/crypto.object-hasher": "1100.0.0",
82
83
  "@pnpm/error": "1100.0.0",
83
84
  "@pnpm/exec.lifecycle": "1100.0.4",
84
85
  "@pnpm/fs.read-modules-dir": "1100.0.0",
85
86
  "@pnpm/fs.symlink-dependency": "1100.0.1",
86
87
  "@pnpm/hooks.read-package-hook": "1100.0.1",
87
88
  "@pnpm/hooks.types": "1100.0.3",
88
- "@pnpm/installing.context": "1100.0.3",
89
- "@pnpm/installing.deps-restorer": "1101.0.0",
90
89
  "@pnpm/installing.deps-resolver": "1100.0.4",
91
- "@pnpm/core-loggers": "1100.0.1",
92
- "@pnpm/installing.linking.hoist": "1100.0.2",
90
+ "@pnpm/installing.context": "1100.0.3",
93
91
  "@pnpm/installing.linking.direct-dep-linker": "1100.0.1",
92
+ "@pnpm/installing.deps-restorer": "1101.0.1",
94
93
  "@pnpm/installing.modules-yaml": "1100.0.1",
95
- "@pnpm/lockfile.filtering": "1100.0.3",
96
94
  "@pnpm/installing.linking.modules-cleaner": "1100.0.3",
97
95
  "@pnpm/installing.package-requester": "1101.0.0",
98
- "@pnpm/lockfile.preferred-versions": "1100.0.4",
96
+ "@pnpm/installing.linking.hoist": "1100.0.2",
97
+ "@pnpm/lockfile.filtering": "1100.0.3",
99
98
  "@pnpm/lockfile.fs": "1100.0.3",
100
- "@pnpm/lockfile.pruner": "1100.0.2",
101
99
  "@pnpm/lockfile.settings-checker": "1100.0.3",
100
+ "@pnpm/lockfile.preferred-versions": "1100.0.4",
101
+ "@pnpm/lockfile.pruner": "1100.0.2",
102
+ "@pnpm/lockfile.utils": "1100.0.3",
102
103
  "@pnpm/lockfile.to-pnp": "1100.0.3",
103
104
  "@pnpm/lockfile.verification": "1100.0.3",
104
- "@pnpm/lockfile.utils": "1100.0.3",
105
105
  "@pnpm/patching.config": "1100.0.1",
106
106
  "@pnpm/lockfile.walker": "1100.0.2",
107
- "@pnpm/pkg-manifest.utils": "1100.1.0",
108
- "@pnpm/resolving.resolver-base": "1100.1.0",
109
- "@pnpm/store.controller-types": "1100.0.3",
110
107
  "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
111
108
  "@pnpm/store.index": "1100.0.0",
109
+ "@pnpm/resolving.resolver-base": "1100.1.0",
110
+ "@pnpm/pkg-manifest.utils": "1100.1.0",
111
+ "@pnpm/store.controller-types": "1100.0.3",
112
112
  "@pnpm/types": "1101.0.0",
113
113
  "@pnpm/workspace.project-manifest-reader": "1100.0.2"
114
114
  },
@@ -137,21 +137,21 @@
137
137
  "symlink-dir": "^10.0.1",
138
138
  "write-json-file": "^7.0.0",
139
139
  "write-yaml-file": "^6.0.0",
140
- "@pnpm/assert-project": "1100.0.3",
141
- "@pnpm/installing.deps-installer": "1101.0.0",
142
140
  "@pnpm/assert-store": "1100.0.3",
141
+ "@pnpm/assert-project": "1100.0.3",
142
+ "@pnpm/installing.deps-installer": "1101.0.2",
143
143
  "@pnpm/lockfile.types": "1100.0.2",
144
- "@pnpm/network.git-utils": "1100.0.0",
145
144
  "@pnpm/logger": "1100.0.0",
146
- "@pnpm/prepare": "1100.0.3",
147
- "@pnpm/resolving.registry.types": "1100.0.1",
148
- "@pnpm/store.cafs": "1100.1.0",
149
145
  "@pnpm/pkg-manifest.reader": "1100.0.1",
146
+ "@pnpm/network.git-utils": "1100.0.0",
147
+ "@pnpm/prepare": "1100.0.3",
150
148
  "@pnpm/store.path": "1100.0.0",
151
149
  "@pnpm/test-fixtures": "1100.0.0",
152
- "@pnpm/test-ipc-server": "1100.0.0",
153
150
  "@pnpm/testing.mock-agent": "1100.0.1",
154
- "@pnpm/testing.temp-store": "1100.0.4"
151
+ "@pnpm/store.cafs": "1100.1.0",
152
+ "@pnpm/resolving.registry.types": "1100.0.1",
153
+ "@pnpm/test-ipc-server": "1100.0.0",
154
+ "@pnpm/testing.temp-store": "1100.0.6"
155
155
  },
156
156
  "engines": {
157
157
  "node": ">=22.13"