@pnpm/installing.deps-installer 1101.0.1 → 1101.0.3
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/install/validateModules.js +2 -1
- package/package.json +34 -33
|
@@ -5,6 +5,7 @@ import { logger } from '@pnpm/logger';
|
|
|
5
5
|
import { DEPENDENCIES_FIELDS, } from '@pnpm/types';
|
|
6
6
|
import { rimraf } from '@zkochan/rimraf';
|
|
7
7
|
import enquirer from 'enquirer';
|
|
8
|
+
import { pathAbsolute } from 'path-absolute';
|
|
8
9
|
import { equals } from 'ramda';
|
|
9
10
|
import { checkCompatibility } from './checkCompatibility/index.js';
|
|
10
11
|
export async function validateModules(modules, projects, opts) {
|
|
@@ -63,7 +64,7 @@ export async function validateModules(modules, projects, opts) {
|
|
|
63
64
|
}
|
|
64
65
|
if (importersToPurge.length > 0 && (rootProject == null)) {
|
|
65
66
|
importersToPurge.push({
|
|
66
|
-
modulesDir:
|
|
67
|
+
modulesDir: pathAbsolute(opts.modulesDir, opts.lockfileDir),
|
|
67
68
|
rootDir: opts.lockfileDir,
|
|
68
69
|
});
|
|
69
70
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/installing.deps-installer",
|
|
3
|
-
"version": "1101.0.
|
|
3
|
+
"version": "1101.0.3",
|
|
4
4
|
"description": "Fast, disk space efficient installation engine",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -57,58 +57,59 @@
|
|
|
57
57
|
"normalize-path": "^3.0.0",
|
|
58
58
|
"p-filter": "^4.1.0",
|
|
59
59
|
"p-limit": "^7.1.0",
|
|
60
|
+
"path-absolute": "^2.0.0",
|
|
60
61
|
"path-exists": "^5.0.0",
|
|
61
62
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
62
63
|
"run-groups": "^5.0.0",
|
|
63
64
|
"semver": "^7.7.2",
|
|
64
|
-
"@pnpm/agent.client": "1.0.0",
|
|
65
65
|
"@pnpm/bins.linker": "1100.0.2",
|
|
66
|
+
"@pnpm/agent.client": "1.0.0",
|
|
66
67
|
"@pnpm/bins.remover": "1100.0.1",
|
|
67
|
-
"@pnpm/building.during-install": "1101.0.
|
|
68
|
+
"@pnpm/building.during-install": "1101.0.1",
|
|
69
|
+
"@pnpm/building.after-install": "1101.0.3",
|
|
68
70
|
"@pnpm/building.policy": "1100.0.1",
|
|
69
|
-
"@pnpm/
|
|
71
|
+
"@pnpm/catalogs.protocol-parser": "1100.0.0",
|
|
70
72
|
"@pnpm/catalogs.resolver": "1100.0.0",
|
|
73
|
+
"@pnpm/catalogs.types": "1100.0.0",
|
|
71
74
|
"@pnpm/config.matcher": "1100.0.0",
|
|
72
75
|
"@pnpm/config.normalize-registries": "1100.0.1",
|
|
73
|
-
"@pnpm/
|
|
74
|
-
"@pnpm/catalogs.protocol-parser": "1100.0.0",
|
|
76
|
+
"@pnpm/constants": "1100.0.0",
|
|
75
77
|
"@pnpm/config.parse-overrides": "1100.0.0",
|
|
76
78
|
"@pnpm/core-loggers": "1100.0.1",
|
|
77
|
-
"@pnpm/constants": "1100.0.0",
|
|
78
|
-
"@pnpm/crypto.object-hasher": "1100.0.0",
|
|
79
|
-
"@pnpm/deps.graph-hasher": "1100.1.1",
|
|
80
79
|
"@pnpm/crypto.hash": "1100.0.0",
|
|
81
|
-
"@pnpm/
|
|
80
|
+
"@pnpm/crypto.object-hasher": "1100.0.0",
|
|
81
|
+
"@pnpm/error": "1100.0.0",
|
|
82
82
|
"@pnpm/deps.path": "1100.0.1",
|
|
83
|
+
"@pnpm/deps.graph-sequencer": "1100.0.0",
|
|
84
|
+
"@pnpm/deps.graph-hasher": "1100.1.1",
|
|
83
85
|
"@pnpm/exec.lifecycle": "1100.0.4",
|
|
84
|
-
"@pnpm/error": "1100.0.0",
|
|
85
|
-
"@pnpm/fs.read-modules-dir": "1100.0.0",
|
|
86
|
-
"@pnpm/hooks.read-package-hook": "1100.0.1",
|
|
87
86
|
"@pnpm/fs.symlink-dependency": "1100.0.1",
|
|
87
|
+
"@pnpm/fs.read-modules-dir": "1100.0.0",
|
|
88
88
|
"@pnpm/hooks.types": "1100.0.3",
|
|
89
|
-
"@pnpm/installing.context": "1100.0.
|
|
89
|
+
"@pnpm/installing.context": "1100.0.4",
|
|
90
90
|
"@pnpm/installing.deps-resolver": "1100.0.4",
|
|
91
|
-
"@pnpm/installing.deps-restorer": "1101.0.
|
|
92
|
-
"@pnpm/
|
|
93
|
-
"@pnpm/installing.linking.modules-cleaner": "1100.0.3",
|
|
91
|
+
"@pnpm/installing.deps-restorer": "1101.0.2",
|
|
92
|
+
"@pnpm/hooks.read-package-hook": "1100.0.1",
|
|
94
93
|
"@pnpm/installing.linking.hoist": "1100.0.2",
|
|
95
|
-
"@pnpm/installing.
|
|
94
|
+
"@pnpm/installing.linking.modules-cleaner": "1100.0.4",
|
|
96
95
|
"@pnpm/installing.modules-yaml": "1100.0.1",
|
|
97
|
-
"@pnpm/lockfile.filtering": "1100.0.
|
|
98
|
-
"@pnpm/
|
|
96
|
+
"@pnpm/lockfile.filtering": "1100.0.4",
|
|
97
|
+
"@pnpm/installing.package-requester": "1101.0.1",
|
|
99
98
|
"@pnpm/lockfile.fs": "1100.0.3",
|
|
100
|
-
"@pnpm/
|
|
99
|
+
"@pnpm/installing.linking.direct-dep-linker": "1100.0.1",
|
|
100
|
+
"@pnpm/lockfile.preferred-versions": "1100.0.4",
|
|
101
|
+
"@pnpm/lockfile.settings-checker": "1100.0.4",
|
|
101
102
|
"@pnpm/lockfile.pruner": "1100.0.2",
|
|
102
103
|
"@pnpm/lockfile.to-pnp": "1100.0.3",
|
|
103
|
-
"@pnpm/lockfile.walker": "1100.0.2",
|
|
104
104
|
"@pnpm/lockfile.utils": "1100.0.3",
|
|
105
|
-
"@pnpm/
|
|
105
|
+
"@pnpm/lockfile.verification": "1100.0.4",
|
|
106
|
+
"@pnpm/lockfile.walker": "1100.0.2",
|
|
106
107
|
"@pnpm/pkg-manifest.utils": "1100.1.0",
|
|
107
|
-
"@pnpm/
|
|
108
|
-
"@pnpm/store.index": "1100.0.0",
|
|
109
|
-
"@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
|
|
110
|
-
"@pnpm/resolving.resolver-base": "1100.1.0",
|
|
108
|
+
"@pnpm/patching.config": "1100.0.1",
|
|
111
109
|
"@pnpm/store.controller-types": "1100.0.3",
|
|
110
|
+
"@pnpm/resolving.resolver-base": "1100.1.0",
|
|
111
|
+
"@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
|
|
112
|
+
"@pnpm/store.index": "1100.0.0",
|
|
112
113
|
"@pnpm/types": "1101.0.0",
|
|
113
114
|
"@pnpm/workspace.project-manifest-reader": "1100.0.2"
|
|
114
115
|
},
|
|
@@ -138,20 +139,20 @@
|
|
|
138
139
|
"write-json-file": "^7.0.0",
|
|
139
140
|
"write-yaml-file": "^6.0.0",
|
|
140
141
|
"@pnpm/assert-project": "1100.0.3",
|
|
141
|
-
"@pnpm/installing.deps-installer": "1101.0.1",
|
|
142
142
|
"@pnpm/assert-store": "1100.0.3",
|
|
143
|
-
"@pnpm/
|
|
143
|
+
"@pnpm/installing.deps-installer": "1101.0.3",
|
|
144
144
|
"@pnpm/logger": "1100.0.0",
|
|
145
|
+
"@pnpm/lockfile.types": "1100.0.2",
|
|
145
146
|
"@pnpm/pkg-manifest.reader": "1100.0.1",
|
|
146
|
-
"@pnpm/prepare": "1100.0.3",
|
|
147
147
|
"@pnpm/network.git-utils": "1100.0.0",
|
|
148
|
-
"@pnpm/resolving.registry.types": "1100.0.1",
|
|
149
148
|
"@pnpm/store.cafs": "1100.1.0",
|
|
149
|
+
"@pnpm/prepare": "1100.0.3",
|
|
150
|
+
"@pnpm/resolving.registry.types": "1100.0.1",
|
|
150
151
|
"@pnpm/store.path": "1100.0.0",
|
|
151
152
|
"@pnpm/test-ipc-server": "1100.0.0",
|
|
152
153
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
153
|
-
"@pnpm/testing.
|
|
154
|
-
"@pnpm/testing.
|
|
154
|
+
"@pnpm/testing.temp-store": "1100.0.7",
|
|
155
|
+
"@pnpm/testing.mock-agent": "1100.0.1"
|
|
155
156
|
},
|
|
156
157
|
"engines": {
|
|
157
158
|
"node": ">=22.13"
|