@pnpm/installing.deps-restorer 1101.1.9 → 1101.1.11

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/index.js CHANGED
@@ -649,7 +649,7 @@ async function linkAllPkgs(storeController, depNodes, opts) {
649
649
  depNode.requiresBuild = filesResponse.requiresBuild;
650
650
  let sideEffectsCacheKey;
651
651
  if (opts.sideEffectsCacheRead && filesResponse.sideEffectsMaps && !isEmpty(filesResponse.sideEffectsMaps)) {
652
- if (opts.allowBuild?.(depNode.name, depNode.version) === true) {
652
+ if (opts.allowBuild?.(depNode.depPath) === true) {
653
653
  sideEffectsCacheKey = calcDepState(opts.depGraph, opts.depsStateCache, depNode.dir, {
654
654
  includeDepGraphHash: !opts.ignoreScripts && depNode.requiresBuild, // true when is built
655
655
  patchFileHash: depNode.patch?.hash,
@@ -70,7 +70,7 @@ async function linkAllPkgsInOrder(storeController, graph, hierarchy, parentDir,
70
70
  depNode.requiresBuild = filesResponse.requiresBuild;
71
71
  let sideEffectsCacheKey;
72
72
  if (opts.sideEffectsCacheRead && filesResponse.sideEffectsMaps && !isEmpty(filesResponse.sideEffectsMaps)) {
73
- if (opts.allowBuild?.(depNode.name, depNode.version) === true) {
73
+ if (opts.allowBuild?.(depNode.depPath) === true) {
74
74
  sideEffectsCacheKey = calcDepState(graph, opts.depsStateCache, dir, {
75
75
  includeDepGraphHash: !opts.ignoreScripts && depNode.requiresBuild, // true when is built
76
76
  patchFileHash: depNode.patch?.hash,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.deps-restorer",
3
- "version": "1101.1.9",
3
+ "version": "1101.1.11",
4
4
  "description": "Fast installation using only pnpm-lock.yaml",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -38,37 +38,37 @@
38
38
  "path-exists": "^5.0.0",
39
39
  "ramda": "npm:@pnpm/ramda@0.28.1",
40
40
  "realpath-missing": "^2.0.0",
41
- "@pnpm/bins.linker": "1100.0.11",
42
- "@pnpm/config.package-is-installable": "1100.0.8",
43
- "@pnpm/building.policy": "1100.0.8",
44
- "@pnpm/core-loggers": "1100.1.3",
45
- "@pnpm/deps.graph-hasher": "1100.2.3",
41
+ "@pnpm/bins.linker": "1100.0.13",
42
+ "@pnpm/building.policy": "1100.0.9",
43
+ "@pnpm/building.during-install": "1101.0.18",
44
+ "@pnpm/config.package-is-installable": "1100.0.10",
46
45
  "@pnpm/constants": "1100.0.0",
46
+ "@pnpm/core-loggers": "1100.2.0",
47
+ "@pnpm/deps.path": "1100.0.7",
48
+ "@pnpm/deps.graph-builder": "1100.0.15",
47
49
  "@pnpm/error": "1100.0.0",
48
- "@pnpm/exec.lifecycle": "1100.0.15",
49
- "@pnpm/deps.graph-builder": "1100.0.13",
50
- "@pnpm/fs.symlink-dependency": "1100.0.7",
51
- "@pnpm/installing.linking.hoist": "1100.0.11",
52
- "@pnpm/deps.path": "1100.0.6",
53
- "@pnpm/installing.linking.modules-cleaner": "1100.1.5",
54
- "@pnpm/installing.modules-yaml": "1100.0.7",
55
- "@pnpm/installing.linking.real-hoist": "1100.1.1",
56
- "@pnpm/building.during-install": "1101.0.16",
57
- "@pnpm/installing.package-requester": "1101.0.11",
58
- "@pnpm/installing.linking.direct-dep-linker": "1100.0.7",
59
- "@pnpm/lockfile.fs": "1100.1.3",
60
- "@pnpm/lockfile.to-pnp": "1100.0.12",
61
- "@pnpm/lockfile.filtering": "1100.1.4",
62
- "@pnpm/patching.config": "1100.0.6",
63
- "@pnpm/pkg-manifest.reader": "1100.0.6",
64
- "@pnpm/lockfile.utils": "1100.0.11",
65
- "@pnpm/types": "1101.3.0",
66
- "@pnpm/store.controller-types": "1100.1.3",
67
- "@pnpm/workspace.project-manifest-reader": "1100.0.10"
50
+ "@pnpm/exec.lifecycle": "1100.0.17",
51
+ "@pnpm/fs.symlink-dependency": "1100.0.9",
52
+ "@pnpm/installing.linking.direct-dep-linker": "1100.0.9",
53
+ "@pnpm/installing.linking.hoist": "1100.0.13",
54
+ "@pnpm/installing.linking.real-hoist": "1100.1.2",
55
+ "@pnpm/installing.modules-yaml": "1100.0.8",
56
+ "@pnpm/lockfile.fs": "1100.1.4",
57
+ "@pnpm/lockfile.to-pnp": "1100.0.13",
58
+ "@pnpm/deps.graph-hasher": "1100.2.4",
59
+ "@pnpm/lockfile.utils": "1100.0.12",
60
+ "@pnpm/patching.config": "1100.0.7",
61
+ "@pnpm/lockfile.filtering": "1100.1.6",
62
+ "@pnpm/pkg-manifest.reader": "1100.0.7",
63
+ "@pnpm/store.controller-types": "1100.1.4",
64
+ "@pnpm/types": "1101.3.1",
65
+ "@pnpm/workspace.project-manifest-reader": "1100.0.12",
66
+ "@pnpm/installing.package-requester": "1101.1.0",
67
+ "@pnpm/installing.linking.modules-cleaner": "1100.1.7"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@pnpm/logger": "^1001.0.1",
71
- "@pnpm/worker": "^1100.1.9"
71
+ "@pnpm/worker": "^1100.1.11"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@jest/globals": "30.3.0",
@@ -79,19 +79,19 @@
79
79
  "load-json-file": "^7.0.1",
80
80
  "tempy": "3.0.0",
81
81
  "write-json-file": "^7.0.0",
82
- "@pnpm/assert-project": "1100.0.13",
82
+ "@pnpm/assert-project": "1100.0.15",
83
+ "@pnpm/installing.deps-restorer": "1101.1.11",
83
84
  "@pnpm/crypto.object-hasher": "1100.0.0",
84
- "@pnpm/installing.read-projects-context": "1100.0.13",
85
- "@pnpm/installing.deps-restorer": "1101.1.9",
86
- "@pnpm/prepare": "1100.0.13",
85
+ "@pnpm/installing.read-projects-context": "1100.0.14",
87
86
  "@pnpm/logger": "1100.0.0",
87
+ "@pnpm/prepare": "1100.0.15",
88
+ "@pnpm/store.cafs": "1100.1.9",
88
89
  "@pnpm/store.index": "1100.1.0",
89
- "@pnpm/store.cafs": "1100.1.8",
90
- "@pnpm/test-fixtures": "1100.0.0",
91
90
  "@pnpm/test-ipc-server": "1100.0.0",
92
- "@pnpm/testing.temp-store": "1100.1.6",
93
91
  "@pnpm/store.path": "1100.0.1",
94
- "@pnpm/testing.registry-mock": "1100.0.3"
92
+ "@pnpm/testing.registry-mock": "1100.0.5",
93
+ "@pnpm/test-fixtures": "1100.0.0",
94
+ "@pnpm/testing.temp-store": "1100.1.8"
95
95
  },
96
96
  "engines": {
97
97
  "node": ">=22.13"