@pnpm/installing.deps-restorer 1102.1.3 → 1102.1.4

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 +6305 -0
  2. package/package.json +32 -32
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.4",
4
4
  "description": "Fast installation using only pnpm-lock.yaml",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -32,39 +32,39 @@
32
32
  "test": "test"
33
33
  },
34
34
  "dependencies": {
35
- "@zkochan/rimraf": "^4.0.0",
36
- "p-limit": "^7.3.0",
37
- "path-absolute": "^2.0.0",
38
- "path-exists": "^5.0.0",
39
- "ramda": "npm:@pnpm/ramda@0.28.1",
40
- "realpath-missing": "^2.0.0",
41
35
  "@pnpm/bins.linker": "1100.0.16",
42
- "@pnpm/building.during-install": "1102.0.4",
36
+ "@pnpm/building.during-install": "1102.0.5",
43
37
  "@pnpm/building.policy": "1100.0.12",
44
38
  "@pnpm/config.package-is-installable": "1100.0.12",
45
39
  "@pnpm/constants": "1100.0.0",
46
- "@pnpm/deps.graph-builder": "1100.0.20",
47
40
  "@pnpm/core-loggers": "1100.2.1",
41
+ "@pnpm/deps.graph-builder": "1100.0.21",
42
+ "@pnpm/deps.graph-hasher": "1100.2.9",
48
43
  "@pnpm/deps.path": "1100.0.8",
49
- "@pnpm/deps.graph-hasher": "1100.2.8",
50
44
  "@pnpm/error": "1100.0.1",
51
- "@pnpm/fs.symlink-dependency": "1100.0.10",
52
45
  "@pnpm/exec.lifecycle": "1100.1.2",
46
+ "@pnpm/fs.symlink-dependency": "1100.0.10",
53
47
  "@pnpm/installing.linking.direct-dep-linker": "1100.0.10",
54
48
  "@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",
49
+ "@pnpm/installing.linking.modules-cleaner": "1100.1.11",
50
+ "@pnpm/installing.linking.real-hoist": "1100.1.6",
51
+ "@pnpm/installing.modules-yaml": "1100.0.9",
52
+ "@pnpm/installing.package-requester": "1102.1.2",
53
+ "@pnpm/lockfile.filtering": "1100.1.10",
54
+ "@pnpm/lockfile.fs": "1100.1.10",
55
+ "@pnpm/lockfile.to-pnp": "1100.1.4",
56
+ "@pnpm/lockfile.utils": "1100.1.2",
62
57
  "@pnpm/patching.config": "1100.0.9",
63
- "@pnpm/workspace.project-manifest-reader": "1100.0.14",
58
+ "@pnpm/pkg-manifest.reader": "1100.0.9",
64
59
  "@pnpm/store.controller-types": "1100.1.7",
65
60
  "@pnpm/types": "1101.3.2",
66
- "@pnpm/installing.modules-yaml": "1100.0.9",
67
- "@pnpm/pkg-manifest.reader": "1100.0.9"
61
+ "@pnpm/workspace.project-manifest-reader": "1100.0.14",
62
+ "@zkochan/rimraf": "^4.0.0",
63
+ "p-limit": "^7.3.0",
64
+ "path-absolute": "^2.0.0",
65
+ "path-exists": "^5.0.0",
66
+ "ramda": "npm:@pnpm/ramda@0.28.1",
67
+ "realpath-missing": "^2.0.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@pnpm/logger": "^1100.0.0",
@@ -72,26 +72,26 @@
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
75
  "@pnpm/assert-project": "1100.0.18",
83
- "@pnpm/installing.deps-restorer": "1102.1.3",
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.4",
78
+ "@pnpm/installing.read-projects-context": "1100.0.20",
86
79
  "@pnpm/logger": "1100.0.0",
87
80
  "@pnpm/prepare": "1100.0.18",
81
+ "@pnpm/store.cafs": "1100.1.12",
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
86
  "@pnpm/testing.registry-mock": "1100.0.8",
94
- "@pnpm/testing.temp-store": "1100.1.13"
87
+ "@pnpm/testing.temp-store": "1100.1.14",
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"