@pnpm/installing.deps-installer 1101.0.2 → 1101.0.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @pnpm/core
1
+ # @pnpm/installing.deps-installer
2
2
 
3
3
  > Fast, disk space efficient installation engine. Used by [pnpm](https://github.com/pnpm/pnpm)
4
4
 
@@ -7,7 +7,7 @@
7
7
  Install it via npm.
8
8
 
9
9
  ```
10
- pnpm add @pnpm/core
10
+ pnpm add @pnpm/installing.deps-installer
11
11
  ```
12
12
 
13
13
  It also depends on `@pnpm/logger` version `1`, so install it as well via:
@@ -75,7 +75,7 @@ Hooks are functions that can step into the installation process. All hooks can b
75
75
  ### `readPackage(pkg: Manifest, context): Manifest | Promise<Manifest>`
76
76
 
77
77
  This hook is called with every dependency's manifest information.
78
- The modified manifest returned by this hook is then used by `@pnpm/core` during installation.
78
+ The modified manifest returned by this hook is then used by `@pnpm/installing.deps-installer` during installation.
79
79
  An async function is supported.
80
80
 
81
81
  **Arguments:**
@@ -86,7 +86,7 @@ An async function is supported.
86
86
  **Example:**
87
87
 
88
88
  ```js
89
- const { installPkgs } = require('@pnpm/core')
89
+ const { installPkgs } = require('@pnpm/installing.deps-installer')
90
90
 
91
91
  installPkgs({
92
92
  hooks: {
@@ -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: path.join(opts.lockfileDir, opts.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.2",
3
+ "version": "1101.0.4",
4
4
  "description": "Fast, disk space efficient installation engine",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -57,64 +57,65 @@
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/bins.linker": "1100.0.2",
65
- "@pnpm/agent.client": "1.0.0",
66
- "@pnpm/bins.remover": "1100.0.1",
67
- "@pnpm/building.during-install": "1101.0.1",
68
- "@pnpm/building.after-install": "1101.0.2",
69
- "@pnpm/building.policy": "1100.0.1",
70
- "@pnpm/catalogs.protocol-parser": "1100.0.0",
65
+ "@pnpm/agent.client": "1.0.1",
66
+ "@pnpm/bins.linker": "1100.0.3",
67
+ "@pnpm/building.after-install": "1101.0.4",
68
+ "@pnpm/building.during-install": "1101.0.2",
69
+ "@pnpm/building.policy": "1100.0.2",
70
+ "@pnpm/bins.remover": "1100.0.2",
71
71
  "@pnpm/catalogs.resolver": "1100.0.0",
72
- "@pnpm/config.matcher": "1100.0.0",
72
+ "@pnpm/catalogs.protocol-parser": "1100.0.0",
73
+ "@pnpm/config.matcher": "1100.0.1",
74
+ "@pnpm/config.normalize-registries": "1100.0.2",
73
75
  "@pnpm/catalogs.types": "1100.0.0",
74
- "@pnpm/config.normalize-registries": "1100.0.1",
75
- "@pnpm/config.parse-overrides": "1100.0.0",
76
76
  "@pnpm/constants": "1100.0.0",
77
+ "@pnpm/config.parse-overrides": "1100.0.1",
78
+ "@pnpm/crypto.hash": "1100.0.1",
79
+ "@pnpm/crypto.object-hasher": "1100.0.0",
80
+ "@pnpm/deps.graph-hasher": "1100.1.2",
77
81
  "@pnpm/core-loggers": "1100.0.1",
78
- "@pnpm/crypto.hash": "1100.0.0",
79
- "@pnpm/deps.graph-hasher": "1100.1.1",
80
- "@pnpm/deps.path": "1100.0.1",
82
+ "@pnpm/deps.path": "1100.0.2",
81
83
  "@pnpm/deps.graph-sequencer": "1100.0.0",
82
- "@pnpm/crypto.object-hasher": "1100.0.0",
84
+ "@pnpm/exec.lifecycle": "1100.0.5",
85
+ "@pnpm/fs.read-modules-dir": "1100.0.1",
83
86
  "@pnpm/error": "1100.0.0",
84
- "@pnpm/exec.lifecycle": "1100.0.4",
85
- "@pnpm/fs.read-modules-dir": "1100.0.0",
86
- "@pnpm/fs.symlink-dependency": "1100.0.1",
87
- "@pnpm/hooks.read-package-hook": "1100.0.1",
88
- "@pnpm/hooks.types": "1100.0.3",
89
- "@pnpm/installing.deps-resolver": "1100.0.4",
90
- "@pnpm/installing.context": "1100.0.3",
91
- "@pnpm/installing.linking.direct-dep-linker": "1100.0.1",
92
- "@pnpm/installing.deps-restorer": "1101.0.1",
93
- "@pnpm/installing.modules-yaml": "1100.0.1",
94
- "@pnpm/installing.linking.modules-cleaner": "1100.0.3",
95
- "@pnpm/installing.package-requester": "1101.0.0",
96
- "@pnpm/installing.linking.hoist": "1100.0.2",
97
- "@pnpm/lockfile.filtering": "1100.0.3",
98
- "@pnpm/lockfile.fs": "1100.0.3",
99
- "@pnpm/lockfile.settings-checker": "1100.0.3",
100
- "@pnpm/lockfile.preferred-versions": "1100.0.4",
101
- "@pnpm/lockfile.pruner": "1100.0.2",
102
- "@pnpm/lockfile.utils": "1100.0.3",
103
- "@pnpm/lockfile.to-pnp": "1100.0.3",
104
- "@pnpm/lockfile.verification": "1100.0.3",
105
- "@pnpm/patching.config": "1100.0.1",
106
- "@pnpm/lockfile.walker": "1100.0.2",
107
- "@pnpm/resolving.parse-wanted-dependency": "1100.0.0",
87
+ "@pnpm/fs.symlink-dependency": "1100.0.2",
88
+ "@pnpm/hooks.read-package-hook": "1100.0.2",
89
+ "@pnpm/hooks.types": "1100.0.4",
90
+ "@pnpm/installing.deps-resolver": "1100.0.5",
91
+ "@pnpm/installing.deps-restorer": "1101.0.3",
92
+ "@pnpm/installing.linking.direct-dep-linker": "1100.0.2",
93
+ "@pnpm/installing.linking.hoist": "1100.0.3",
94
+ "@pnpm/installing.context": "1100.0.5",
95
+ "@pnpm/installing.linking.modules-cleaner": "1100.0.5",
96
+ "@pnpm/installing.modules-yaml": "1100.0.2",
97
+ "@pnpm/installing.package-requester": "1101.0.2",
98
+ "@pnpm/lockfile.filtering": "1100.0.5",
99
+ "@pnpm/lockfile.fs": "1100.0.4",
100
+ "@pnpm/lockfile.preferred-versions": "1100.0.5",
101
+ "@pnpm/lockfile.pruner": "1100.0.3",
102
+ "@pnpm/lockfile.utils": "1100.0.4",
103
+ "@pnpm/lockfile.to-pnp": "1100.0.4",
104
+ "@pnpm/lockfile.settings-checker": "1100.0.5",
105
+ "@pnpm/lockfile.verification": "1100.0.5",
106
+ "@pnpm/lockfile.walker": "1100.0.3",
107
+ "@pnpm/patching.config": "1100.0.2",
108
+ "@pnpm/pkg-manifest.utils": "1100.1.1",
109
+ "@pnpm/resolving.parse-wanted-dependency": "1100.0.1",
110
+ "@pnpm/store.controller-types": "1100.0.4",
108
111
  "@pnpm/store.index": "1100.0.0",
109
- "@pnpm/resolving.resolver-base": "1100.1.0",
110
- "@pnpm/pkg-manifest.utils": "1100.1.0",
111
- "@pnpm/store.controller-types": "1100.0.3",
112
- "@pnpm/types": "1101.0.0",
113
- "@pnpm/workspace.project-manifest-reader": "1100.0.2"
112
+ "@pnpm/resolving.resolver-base": "1100.1.1",
113
+ "@pnpm/workspace.project-manifest-reader": "1100.0.3",
114
+ "@pnpm/types": "1101.0.0"
114
115
  },
115
116
  "peerDependencies": {
116
117
  "@pnpm/logger": ">=1001.0.0 <1002.0.0",
117
- "@pnpm/worker": "^1100.1.0"
118
+ "@pnpm/worker": "^1100.1.1"
118
119
  },
119
120
  "devDependencies": {
120
121
  "@jest/globals": "30.3.0",
@@ -137,21 +138,21 @@
137
138
  "symlink-dir": "^10.0.1",
138
139
  "write-json-file": "^7.0.0",
139
140
  "write-yaml-file": "^6.0.0",
140
- "@pnpm/assert-store": "1100.0.3",
141
- "@pnpm/assert-project": "1100.0.3",
142
- "@pnpm/installing.deps-installer": "1101.0.2",
143
- "@pnpm/lockfile.types": "1100.0.2",
141
+ "@pnpm/assert-project": "1100.0.4",
142
+ "@pnpm/lockfile.types": "1100.0.3",
143
+ "@pnpm/assert-store": "1100.0.4",
144
144
  "@pnpm/logger": "1100.0.0",
145
- "@pnpm/pkg-manifest.reader": "1100.0.1",
146
- "@pnpm/network.git-utils": "1100.0.0",
147
- "@pnpm/prepare": "1100.0.3",
148
- "@pnpm/store.path": "1100.0.0",
145
+ "@pnpm/installing.deps-installer": "1101.0.4",
146
+ "@pnpm/network.git-utils": "1100.0.1",
147
+ "@pnpm/pkg-manifest.reader": "1100.0.2",
148
+ "@pnpm/resolving.registry.types": "1100.0.2",
149
+ "@pnpm/store.cafs": "1100.1.1",
150
+ "@pnpm/prepare": "1100.0.4",
149
151
  "@pnpm/test-fixtures": "1100.0.0",
150
- "@pnpm/testing.mock-agent": "1100.0.1",
151
- "@pnpm/store.cafs": "1100.1.0",
152
- "@pnpm/resolving.registry.types": "1100.0.1",
153
152
  "@pnpm/test-ipc-server": "1100.0.0",
154
- "@pnpm/testing.temp-store": "1100.0.6"
153
+ "@pnpm/store.path": "1100.0.1",
154
+ "@pnpm/testing.mock-agent": "1100.0.2",
155
+ "@pnpm/testing.temp-store": "1100.0.8"
155
156
  },
156
157
  "engines": {
157
158
  "node": ">=22.13"