@pnpm/installing.deps-installer 1100.0.3 → 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.
@@ -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": "1100.0.3",
3
+ "version": "1101.0.1",
4
4
  "description": "Fast, disk space efficient installation engine",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -61,60 +61,60 @@
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": "0.0.1",
65
- "@pnpm/bins.remover": "1100.0.1",
66
- "@pnpm/building.after-install": "1100.0.3",
67
- "@pnpm/building.during-install": "1100.0.3",
64
+ "@pnpm/agent.client": "1.0.0",
68
65
  "@pnpm/bins.linker": "1100.0.2",
66
+ "@pnpm/bins.remover": "1100.0.1",
67
+ "@pnpm/building.during-install": "1101.0.0",
69
68
  "@pnpm/building.policy": "1100.0.1",
70
- "@pnpm/catalogs.protocol-parser": "1100.0.0",
69
+ "@pnpm/building.after-install": "1101.0.1",
71
70
  "@pnpm/catalogs.resolver": "1100.0.0",
72
71
  "@pnpm/config.matcher": "1100.0.0",
73
- "@pnpm/config.parse-overrides": "1100.0.0",
74
72
  "@pnpm/config.normalize-registries": "1100.0.1",
75
73
  "@pnpm/catalogs.types": "1100.0.0",
76
- "@pnpm/constants": "1100.0.0",
77
- "@pnpm/crypto.hash": "1100.0.0",
74
+ "@pnpm/catalogs.protocol-parser": "1100.0.0",
75
+ "@pnpm/config.parse-overrides": "1100.0.0",
78
76
  "@pnpm/core-loggers": "1100.0.1",
77
+ "@pnpm/constants": "1100.0.0",
79
78
  "@pnpm/crypto.object-hasher": "1100.0.0",
80
- "@pnpm/deps.graph-hasher": "1100.1.0",
79
+ "@pnpm/deps.graph-hasher": "1100.1.1",
80
+ "@pnpm/crypto.hash": "1100.0.0",
81
81
  "@pnpm/deps.graph-sequencer": "1100.0.0",
82
82
  "@pnpm/deps.path": "1100.0.1",
83
- "@pnpm/exec.lifecycle": "1100.0.3",
84
- "@pnpm/fs.read-modules-dir": "1100.0.0",
85
- "@pnpm/fs.symlink-dependency": "1100.0.1",
86
- "@pnpm/hooks.types": "1100.0.2",
83
+ "@pnpm/exec.lifecycle": "1100.0.4",
87
84
  "@pnpm/error": "1100.0.0",
85
+ "@pnpm/fs.read-modules-dir": "1100.0.0",
88
86
  "@pnpm/hooks.read-package-hook": "1100.0.1",
89
- "@pnpm/installing.context": "1100.0.2",
90
- "@pnpm/installing.deps-resolver": "1100.0.3",
91
- "@pnpm/installing.deps-restorer": "1100.0.3",
92
- "@pnpm/installing.linking.hoist": "1100.0.2",
93
- "@pnpm/installing.linking.modules-cleaner": "1100.0.2",
87
+ "@pnpm/fs.symlink-dependency": "1100.0.1",
88
+ "@pnpm/hooks.types": "1100.0.3",
89
+ "@pnpm/installing.context": "1100.0.3",
90
+ "@pnpm/installing.deps-resolver": "1100.0.4",
91
+ "@pnpm/installing.deps-restorer": "1101.0.0",
94
92
  "@pnpm/installing.linking.direct-dep-linker": "1100.0.1",
93
+ "@pnpm/installing.linking.modules-cleaner": "1100.0.3",
94
+ "@pnpm/installing.linking.hoist": "1100.0.2",
95
+ "@pnpm/installing.package-requester": "1101.0.0",
95
96
  "@pnpm/installing.modules-yaml": "1100.0.1",
96
- "@pnpm/lockfile.filtering": "1100.0.2",
97
- "@pnpm/lockfile.fs": "1100.0.2",
98
- "@pnpm/lockfile.preferred-versions": "1100.0.3",
99
- "@pnpm/lockfile.settings-checker": "1100.0.2",
97
+ "@pnpm/lockfile.filtering": "1100.0.3",
98
+ "@pnpm/lockfile.preferred-versions": "1100.0.4",
99
+ "@pnpm/lockfile.fs": "1100.0.3",
100
+ "@pnpm/lockfile.settings-checker": "1100.0.3",
100
101
  "@pnpm/lockfile.pruner": "1100.0.2",
101
- "@pnpm/installing.package-requester": "1100.0.2",
102
- "@pnpm/lockfile.to-pnp": "1100.0.2",
103
- "@pnpm/lockfile.utils": "1100.0.2",
102
+ "@pnpm/lockfile.to-pnp": "1100.0.3",
104
103
  "@pnpm/lockfile.walker": "1100.0.2",
104
+ "@pnpm/lockfile.utils": "1100.0.3",
105
105
  "@pnpm/patching.config": "1100.0.1",
106
- "@pnpm/resolving.resolver-base": "1100.1.0",
107
- "@pnpm/lockfile.verification": "1100.0.2",
108
- "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
109
- "@pnpm/store.controller-types": "1100.0.2",
110
106
  "@pnpm/pkg-manifest.utils": "1100.1.0",
107
+ "@pnpm/lockfile.verification": "1100.0.3",
111
108
  "@pnpm/store.index": "1100.0.0",
109
+ "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
110
+ "@pnpm/resolving.resolver-base": "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
  },
115
115
  "peerDependencies": {
116
116
  "@pnpm/logger": ">=1001.0.0 <1002.0.0",
117
- "@pnpm/worker": "^1100.0.2"
117
+ "@pnpm/worker": "^1100.1.0"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@jest/globals": "30.3.0",
@@ -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.2",
141
- "@pnpm/installing.deps-installer": "1100.0.3",
142
- "@pnpm/assert-store": "1100.0.2",
143
- "@pnpm/logger": "1100.0.0",
140
+ "@pnpm/assert-project": "1100.0.3",
141
+ "@pnpm/installing.deps-installer": "1101.0.1",
142
+ "@pnpm/assert-store": "1100.0.3",
144
143
  "@pnpm/lockfile.types": "1100.0.2",
145
- "@pnpm/prepare": "1100.0.2",
146
- "@pnpm/resolving.registry.types": "1100.0.1",
147
- "@pnpm/network.git-utils": "1100.0.0",
144
+ "@pnpm/logger": "1100.0.0",
148
145
  "@pnpm/pkg-manifest.reader": "1100.0.1",
149
- "@pnpm/store.cafs": "1100.0.2",
146
+ "@pnpm/prepare": "1100.0.3",
147
+ "@pnpm/network.git-utils": "1100.0.0",
148
+ "@pnpm/resolving.registry.types": "1100.0.1",
149
+ "@pnpm/store.cafs": "1100.1.0",
150
150
  "@pnpm/store.path": "1100.0.0",
151
151
  "@pnpm/test-ipc-server": "1100.0.0",
152
152
  "@pnpm/test-fixtures": "1100.0.0",
153
153
  "@pnpm/testing.mock-agent": "1100.0.1",
154
- "@pnpm/testing.temp-store": "1100.0.3"
154
+ "@pnpm/testing.temp-store": "1100.0.5"
155
155
  },
156
156
  "engines": {
157
157
  "node": ">=22.13"