@pnpm/installing.deps-restorer 1102.1.3 → 1102.1.5

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 +6336 -0
  2. package/package.json +44 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.deps-restorer",
3
- "version": "1102.1.3",
3
+ "version": "1102.1.5",
4
4
  "description": "Fast installation using only pnpm-lock.yaml",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -32,66 +32,66 @@
32
32
  "test": "test"
33
33
  },
34
34
  "dependencies": {
35
+ "@pnpm/bins.linker": "1100.0.17",
36
+ "@pnpm/building.during-install": "1102.0.6",
37
+ "@pnpm/building.policy": "1100.0.13",
38
+ "@pnpm/config.package-is-installable": "1100.0.13",
39
+ "@pnpm/constants": "1100.0.0",
40
+ "@pnpm/core-loggers": "1100.2.2",
41
+ "@pnpm/deps.graph-builder": "1100.0.22",
42
+ "@pnpm/deps.graph-hasher": "1100.2.10",
43
+ "@pnpm/deps.path": "1100.0.9",
44
+ "@pnpm/error": "1100.0.1",
45
+ "@pnpm/exec.lifecycle": "1100.1.3",
46
+ "@pnpm/fs.symlink-dependency": "1100.0.11",
47
+ "@pnpm/installing.linking.direct-dep-linker": "1100.0.11",
48
+ "@pnpm/installing.linking.hoist": "1100.0.17",
49
+ "@pnpm/installing.linking.modules-cleaner": "1100.1.12",
50
+ "@pnpm/installing.linking.real-hoist": "1100.1.7",
51
+ "@pnpm/installing.modules-yaml": "1100.0.10",
52
+ "@pnpm/installing.package-requester": "1102.1.3",
53
+ "@pnpm/lockfile.filtering": "1100.1.11",
54
+ "@pnpm/lockfile.fs": "1100.1.11",
55
+ "@pnpm/lockfile.to-pnp": "1100.1.5",
56
+ "@pnpm/lockfile.utils": "1100.1.3",
57
+ "@pnpm/patching.config": "1100.0.10",
58
+ "@pnpm/pkg-manifest.reader": "1100.0.10",
59
+ "@pnpm/store.controller-types": "1100.1.8",
60
+ "@pnpm/types": "1101.4.0",
61
+ "@pnpm/workspace.project-manifest-reader": "1100.0.15",
35
62
  "@zkochan/rimraf": "^4.0.0",
36
63
  "p-limit": "^7.3.0",
37
64
  "path-absolute": "^2.0.0",
38
65
  "path-exists": "^5.0.0",
39
66
  "ramda": "npm:@pnpm/ramda@0.28.1",
40
- "realpath-missing": "^2.0.0",
41
- "@pnpm/bins.linker": "1100.0.16",
42
- "@pnpm/building.during-install": "1102.0.4",
43
- "@pnpm/building.policy": "1100.0.12",
44
- "@pnpm/config.package-is-installable": "1100.0.12",
45
- "@pnpm/constants": "1100.0.0",
46
- "@pnpm/deps.graph-builder": "1100.0.20",
47
- "@pnpm/core-loggers": "1100.2.1",
48
- "@pnpm/deps.path": "1100.0.8",
49
- "@pnpm/deps.graph-hasher": "1100.2.8",
50
- "@pnpm/error": "1100.0.1",
51
- "@pnpm/fs.symlink-dependency": "1100.0.10",
52
- "@pnpm/exec.lifecycle": "1100.1.2",
53
- "@pnpm/installing.linking.direct-dep-linker": "1100.0.10",
54
- "@pnpm/installing.linking.hoist": "1100.0.16",
55
- "@pnpm/installing.linking.modules-cleaner": "1100.1.10",
56
- "@pnpm/installing.package-requester": "1102.1.1",
57
- "@pnpm/lockfile.filtering": "1100.1.9",
58
- "@pnpm/installing.linking.real-hoist": "1100.1.5",
59
- "@pnpm/lockfile.fs": "1100.1.9",
60
- "@pnpm/lockfile.to-pnp": "1100.1.3",
61
- "@pnpm/lockfile.utils": "1100.1.1",
62
- "@pnpm/patching.config": "1100.0.9",
63
- "@pnpm/workspace.project-manifest-reader": "1100.0.14",
64
- "@pnpm/store.controller-types": "1100.1.7",
65
- "@pnpm/types": "1101.3.2",
66
- "@pnpm/installing.modules-yaml": "1100.0.9",
67
- "@pnpm/pkg-manifest.reader": "1100.0.9"
67
+ "realpath-missing": "^2.0.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@pnpm/logger": "^1100.0.0",
71
- "@pnpm/worker": "^1100.2.3"
71
+ "@pnpm/worker": "^1100.2.4"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@jest/globals": "30.4.1",
75
- "@types/fs-extra": "^11.0.4",
76
- "@types/ramda": "0.31.1",
77
- "concurrently": "10.0.3",
78
- "isexe": "4.0.0",
79
- "load-json-file": "^7.0.1",
80
- "tempy": "3.0.0",
81
- "write-json-file": "^7.0.0",
82
- "@pnpm/assert-project": "1100.0.18",
83
- "@pnpm/installing.deps-restorer": "1102.1.3",
75
+ "@pnpm/assert-project": "1100.0.19",
84
76
  "@pnpm/crypto.object-hasher": "1100.0.0",
85
- "@pnpm/installing.read-projects-context": "1100.0.19",
77
+ "@pnpm/installing.deps-restorer": "1102.1.5",
78
+ "@pnpm/installing.read-projects-context": "1100.0.21",
86
79
  "@pnpm/logger": "1100.0.0",
87
- "@pnpm/prepare": "1100.0.18",
80
+ "@pnpm/prepare": "1100.0.19",
81
+ "@pnpm/store.cafs": "1100.1.13",
88
82
  "@pnpm/store.index": "1100.2.1",
89
83
  "@pnpm/store.path": "1100.0.2",
90
- "@pnpm/store.cafs": "1100.1.12",
91
84
  "@pnpm/test-fixtures": "1100.0.0",
92
85
  "@pnpm/test-ipc-server": "1100.0.0",
93
- "@pnpm/testing.registry-mock": "1100.0.8",
94
- "@pnpm/testing.temp-store": "1100.1.13"
86
+ "@pnpm/testing.registry-mock": "1100.0.9",
87
+ "@pnpm/testing.temp-store": "1100.1.15",
88
+ "@types/fs-extra": "^11.0.4",
89
+ "@types/ramda": "0.31.1",
90
+ "concurrently": "10.0.3",
91
+ "isexe": "4.0.0",
92
+ "load-json-file": "^7.0.1",
93
+ "tempy": "3.0.0",
94
+ "write-json-file": "^7.0.0"
95
95
  },
96
96
  "engines": {
97
97
  "node": ">=22.13"