pnpm 7.0.0-beta.0 → 7.0.0-beta.1

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.
@@ -7,11 +7,11 @@ included:
7
7
  injectedDeps: {}
8
8
  layoutVersion: 5
9
9
  nodeLinker: hoisted
10
- packageManager: pnpm@7.0.0-alpha.4
10
+ packageManager: pnpm@7.0.0-beta.0
11
11
  pendingBuilds:
12
12
  - /node-gyp/8.4.1
13
13
  - /encoding/0.1.13
14
- prunedAt: Tue, 15 Mar 2022 22:58:50 GMT
14
+ prunedAt: Sat, 19 Mar 2022 19:16:03 GMT
15
15
  publicHoistPattern:
16
16
  - '*types*'
17
17
  - '*eslint*'
@@ -45,7 +45,7 @@ packages:
45
45
  resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
46
46
  engines: {node: '>= 6.0.0'}
47
47
  dependencies:
48
- debug: 4.3.3
48
+ debug: 4.3.4
49
49
  transitivePeerDependencies:
50
50
  - supports-color
51
51
  dev: false
@@ -55,7 +55,7 @@ packages:
55
55
  resolution: {integrity: sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==}
56
56
  engines: {node: '>= 8.0.0'}
57
57
  dependencies:
58
- debug: 4.3.3
58
+ debug: 4.3.4
59
59
  depd: 1.1.2
60
60
  humanize-ms: 1.2.1
61
61
  transitivePeerDependencies:
@@ -158,8 +158,8 @@ packages:
158
158
  dev: false
159
159
  optional: true
160
160
 
161
- /debug/4.3.3:
162
- resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==}
161
+ /debug/4.3.4:
162
+ resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==}
163
163
  engines: {node: '>=6.0'}
164
164
  peerDependencies:
165
165
  supports-color: '*'
@@ -267,7 +267,7 @@ packages:
267
267
  dependencies:
268
268
  '@tootallnate/once': 1.1.2
269
269
  agent-base: 6.0.2
270
- debug: 4.3.3
270
+ debug: 4.3.4
271
271
  transitivePeerDependencies:
272
272
  - supports-color
273
273
  dev: false
@@ -278,7 +278,7 @@ packages:
278
278
  engines: {node: '>= 6'}
279
279
  dependencies:
280
280
  agent-base: 6.0.2
281
- debug: 4.3.3
281
+ debug: 4.3.4
282
282
  transitivePeerDependencies:
283
283
  - supports-color
284
284
  dev: false
@@ -614,7 +614,7 @@ packages:
614
614
  engines: {node: '>= 10'}
615
615
  dependencies:
616
616
  agent-base: 6.0.2
617
- debug: 4.3.3
617
+ debug: 4.3.4
618
618
  socks: 2.6.2
619
619
  transitivePeerDependencies:
620
620
  - supports-color
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "debug",
3
- "version": "4.3.3",
3
+ "version": "4.3.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git://github.com/debug-js/debug.git"
@@ -179,7 +179,7 @@ function setup(env) {
179
179
  namespaces = split[i].replace(/\*/g, '.*?');
180
180
 
181
181
  if (namespaces[0] === '-') {
182
- createDebug.skips.push(new RegExp('^' + namespaces.substr(1) + '$'));
182
+ createDebug.skips.push(new RegExp('^' + namespaces.slice(1) + '$'));
183
183
  } else {
184
184
  createDebug.names.push(new RegExp('^' + namespaces + '$'));
185
185
  }
package/dist/pnpm.cjs CHANGED
@@ -3167,7 +3167,7 @@ var require_lib4 = __commonJS({
3167
3167
  var load_json_file_1 = __importDefault(require_load_json_file());
3168
3168
  var defaultManifest = {
3169
3169
  name: "pnpm" != null && true ? "pnpm" : "pnpm",
3170
- version: "7.0.0-beta.0" != null && true ? "7.0.0-beta.0" : "0.0.0"
3170
+ version: "7.0.0-beta.1" != null && true ? "7.0.0-beta.1" : "0.0.0"
3171
3171
  };
3172
3172
  var pkgJson;
3173
3173
  if (require.main == null) {
@@ -73477,9 +73477,7 @@ var require_lib34 = __commonJS({
73477
73477
  Object.defineProperty(exports2, "__esModule", { value: true });
73478
73478
  exports2.depPathToFilename = exports2.parse = exports2.refToRelative = exports2.relative = exports2.getRegistryByPackageName = exports2.refToAbsolute = exports2.tryGetPackageId = exports2.resolve = exports2.isAbsolute = void 0;
73479
73479
  var crypto_1 = __importDefault(require("crypto"));
73480
- var path_1 = __importDefault(require("path"));
73481
73480
  var encode_registry_1 = __importDefault(require_encode_registry());
73482
- var normalize_path_1 = __importDefault(require_normalize_path());
73483
73481
  var semver_12 = __importDefault(require_semver2());
73484
73482
  function isAbsolute(dependencyPath) {
73485
73483
  return dependencyPath[0] !== "/";
@@ -73589,15 +73587,15 @@ var require_lib34 = __commonJS({
73589
73587
  };
73590
73588
  }
73591
73589
  exports2.parse = parse;
73592
- function depPathToFilename(depPath, lockfileDir) {
73593
- const filename = depPathToFilenameUnescaped(depPath, lockfileDir).replace(/\//g, "+");
73594
- if (filename.length > 120 || filename !== filename.toLowerCase() && !filename.startsWith("local+")) {
73590
+ function depPathToFilename(depPath) {
73591
+ const filename = depPathToFilenameUnescaped(depPath).replace(/\//g, "+");
73592
+ if (filename.length > 120 || filename !== filename.toLowerCase() && !filename.startsWith("file+")) {
73595
73593
  return `${filename.substring(0, 50)}_${crypto_1.default.createHash("md5").update(filename).digest("hex")}`;
73596
73594
  }
73597
73595
  return filename;
73598
73596
  }
73599
73597
  exports2.depPathToFilename = depPathToFilename;
73600
- function depPathToFilenameUnescaped(depPath, lockfileDir) {
73598
+ function depPathToFilenameUnescaped(depPath) {
73601
73599
  if (depPath.indexOf("file:") !== 0) {
73602
73600
  if (depPath.startsWith("/")) {
73603
73601
  depPath = depPath.substring(1);
@@ -73605,8 +73603,7 @@ var require_lib34 = __commonJS({
73605
73603
  const index = depPath.lastIndexOf("/");
73606
73604
  return `${depPath.substring(0, index)}@${depPath.substr(index + 1)}`;
73607
73605
  }
73608
- const absolutePath = (0, normalize_path_1.default)(path_1.default.join(lockfileDir, depPath.slice(5)));
73609
- return `local+${absolutePath.replace(":", "+")}`;
73606
+ return depPath.replace(":", "+");
73610
73607
  }
73611
73608
  }
73612
73609
  });
@@ -74434,7 +74431,7 @@ var require_packageRequester = __commonJS({
74434
74431
  if (!opts.pkg.name) {
74435
74432
  opts.fetchRawManifest = true;
74436
74433
  }
74437
- const targetRelative = (0, dependency_path_1.depPathToFilename)(opts.pkg.id, opts.lockfileDir);
74434
+ const targetRelative = (0, dependency_path_1.depPathToFilename)(opts.pkg.id);
74438
74435
  const target = path_1.default.join(ctx.storeDir, targetRelative);
74439
74436
  if (!ctx.fetchingLocker.has(opts.pkg.id)) {
74440
74437
  const bundledManifest = (0, p_defer_1.default)();
@@ -85356,6 +85353,7 @@ var require_pickPackage = __commonJS({
85356
85353
  pickedPackage: (0, pickPackageFromMeta_1.default)(spec, opts.preferredVersionSelectors, meta)
85357
85354
  };
85358
85355
  } catch (err) {
85356
+ err.spec = spec;
85359
85357
  const meta = await loadMeta(pkgMirror);
85360
85358
  if (meta == null)
85361
85359
  throw err;
@@ -87124,7 +87122,7 @@ var require_extendProjectsWithTargetDirs = __commonJS({
87124
87122
  var dependency_path_1 = require_lib34();
87125
87123
  var fromPairs_1 = __importDefault(require_fromPairs());
87126
87124
  function extendProjectsWithTargetDirs(projects, lockfile, ctx) {
87127
- const getLocalLocation = ctx.pkgLocationByDepPath != null ? (depPath) => ctx.pkgLocationByDepPath[depPath] : (depPath, pkgName) => path_1.default.join(ctx.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(depPath, ctx.lockfileDir), "node_modules", pkgName);
87125
+ const getLocalLocation = ctx.pkgLocationByDepPath != null ? (depPath) => ctx.pkgLocationByDepPath[depPath] : (depPath, pkgName) => path_1.default.join(ctx.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(depPath), "node_modules", pkgName);
87128
87126
  const projectsById = (0, fromPairs_1.default)(projects.map((project) => [project.id, { ...project, targetDirs: [] }]));
87129
87127
  Object.entries(lockfile.packages ?? {}).forEach(([depPath, pkg]) => {
87130
87128
  if (pkg.resolution?.["type"] !== "directory")
@@ -109087,9 +109085,9 @@ var require_implementation4 = __commonJS({
109087
109085
  const groups = chunks.map((chunk) => chunk.filter((depPath) => ctx.pkgsToRebuild.has(depPath)).map((depPath) => async () => {
109088
109086
  const pkgSnapshot = pkgSnapshots[depPath];
109089
109087
  const pkgInfo = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(depPath, pkgSnapshot);
109090
- const pkgRoot = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules", pkgInfo.name);
109088
+ const pkgRoot = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules", pkgInfo.name);
109091
109089
  try {
109092
- const modules = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules");
109090
+ const modules = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules");
109093
109091
  const binPath = path_1.default.join(pkgRoot, "node_modules", ".bin");
109094
109092
  await (0, link_bins_1.default)(modules, binPath, { warn });
109095
109093
  await (0, lifecycle_1.runPostinstallHooks)({
@@ -109125,7 +109123,7 @@ var require_implementation4 = __commonJS({
109125
109123
  await Promise.all(Object.keys(pkgSnapshots).filter((depPath) => !(0, lockfile_utils_1.packageIsIndependent)(pkgSnapshots[depPath])).map(async (depPath) => limitLinking(async () => {
109126
109124
  const pkgSnapshot = pkgSnapshots[depPath];
109127
109125
  const pkgInfo = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(depPath, pkgSnapshot);
109128
- const modules = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules");
109126
+ const modules = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules");
109129
109127
  const binPath = path_1.default.join(modules, pkgInfo.name, "node_modules", ".bin");
109130
109128
  return (0, link_bins_1.default)(modules, binPath, { warn });
109131
109129
  })));
@@ -110413,12 +110411,12 @@ var require_prune2 = __commonJS({
110413
110411
  }
110414
110412
  if (opts.pruneVirtualStore !== false) {
110415
110413
  const _tryRemovePkg = tryRemovePkg.bind(null, opts.lockfileDir, opts.virtualStoreDir);
110416
- await Promise.all(orphanDepPaths.map((orphanDepPath) => (0, dependency_path_1.depPathToFilename)(orphanDepPath, opts.lockfileDir)).map(async (orphanDepPath) => _tryRemovePkg(orphanDepPath)));
110414
+ await Promise.all(orphanDepPaths.map((orphanDepPath) => (0, dependency_path_1.depPathToFilename)(orphanDepPath)).map(async (orphanDepPath) => _tryRemovePkg(orphanDepPath)));
110417
110415
  const neededPkgs = /* @__PURE__ */ new Set();
110418
110416
  for (const depPath of Object.keys(opts.wantedLockfile.packages ?? {})) {
110419
110417
  if (opts.skipped.has(depPath))
110420
110418
  continue;
110421
- neededPkgs.add((0, dependency_path_1.depPathToFilename)(depPath, opts.lockfileDir));
110419
+ neededPkgs.add((0, dependency_path_1.depPathToFilename)(depPath));
110422
110420
  }
110423
110421
  const availablePkgs = await readVirtualStoreDir(opts.virtualStoreDir, opts.lockfileDir);
110424
110422
  await Promise.all(availablePkgs.filter((availablePkg) => !neededPkgs.has(availablePkg)).map(async (orphanDepPath) => _tryRemovePkg(orphanDepPath)));
@@ -111420,7 +111418,6 @@ var require_lib90 = __commonJS({
111420
111418
  });
111421
111419
  await symlinkHoistedDependencies(hoistedDependencies, {
111422
111420
  lockfile: opts.lockfile,
111423
- lockfileDir: opts.lockfileDir,
111424
111421
  privateHoistedModulesDir: opts.privateHoistedModulesDir,
111425
111422
  publicHoistedModulesDir: opts.publicHoistedModulesDir,
111426
111423
  virtualStoreDir: opts.virtualStoreDir
@@ -111507,7 +111504,7 @@ var require_lib90 = __commonJS({
111507
111504
  return;
111508
111505
  }
111509
111506
  const pkgName = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(depPath, pkgSnapshot).name;
111510
- const modules = path_1.default.join(opts.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules");
111507
+ const modules = path_1.default.join(opts.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules");
111511
111508
  const depLocation = path_1.default.join(modules, pkgName);
111512
111509
  await Promise.all(Object.entries(pkgAliases).map(async ([pkgAlias, hoistType]) => {
111513
111510
  const targetDir = hoistType === "public" ? opts.publicHoistedModulesDir : opts.privateHoistedModulesDir;
@@ -114075,7 +114072,7 @@ var require_lib92 = __commonJS({
114075
114072
  packageStore = /* @__PURE__ */ new Map();
114076
114073
  packageRegistry.set(name, packageStore);
114077
114074
  }
114078
- let packageLocation = (0, normalize_path_1.default)(path_1.default.relative(opts.lockfileDir, path_1.default.join(opts.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(relDepPath, opts.lockfileDir), "node_modules", name)));
114075
+ let packageLocation = (0, normalize_path_1.default)(path_1.default.relative(opts.lockfileDir, path_1.default.join(opts.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(relDepPath), "node_modules", name)));
114079
114076
  if (!packageLocation.startsWith("../")) {
114080
114077
  packageLocation = `./${packageLocation}`;
114081
114078
  }
@@ -114440,7 +114437,7 @@ var require_lockfileToDepGraph = __commonJS({
114440
114437
  return;
114441
114438
  const pkgSnapshot = lockfile.packages[depPath];
114442
114439
  const { name: pkgName, version: pkgVersion } = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(depPath, pkgSnapshot);
114443
- const modules = path_1.default.join(opts.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules");
114440
+ const modules = path_1.default.join(opts.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules");
114444
114441
  const packageId = (0, lockfile_utils_1.packageIdFromSnapshot)(depPath, pkgSnapshot, opts.registries);
114445
114442
  const pkg = {
114446
114443
  name: pkgName,
@@ -114563,7 +114560,7 @@ var require_lockfileToDepGraph = __commonJS({
114563
114560
  if (ctx.skipped.has(childRelDepPath))
114564
114561
  continue;
114565
114562
  const pkgName = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(childRelDepPath, childPkgSnapshot).name;
114566
- children[alias] = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(childRelDepPath, ctx.lockfileDir), "node_modules", pkgName);
114563
+ children[alias] = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(childRelDepPath), "node_modules", pkgName);
114567
114564
  } else if (allDeps[alias].indexOf("file:") === 0) {
114568
114565
  children[alias] = path_1.default.resolve(ctx.lockfileDir, allDeps[alias].substr(5));
114569
114566
  } else if (!ctx.skipped.has(childRelDepPath) && (peerDeps == null || !peerDeps.has(alias))) {
@@ -115853,7 +115850,6 @@ var require_lib94 = __commonJS({
115853
115850
  newHoistedDependencies = await (0, hoist_1.default)({
115854
115851
  lockfile: hoistLockfile,
115855
115852
  importerIds,
115856
- lockfileDir,
115857
115853
  privateHoistedModulesDir: hoistedModulesDir,
115858
115854
  privateHoistPattern: opts.hoistPattern ?? [],
115859
115855
  publicHoistedModulesDir,
@@ -115919,7 +115915,6 @@ var require_lib94 = __commonJS({
115919
115915
  });
115920
115916
  }
115921
115917
  const projectsToBeBuilt = (0, lockfile_utils_1.extendProjectsWithTargetDirs)(opts.projects, wantedLockfile, {
115922
- lockfileDir: opts.lockfileDir,
115923
115918
  pkgLocationByDepPath,
115924
115919
  virtualStoreDir
115925
115920
  });
@@ -116755,7 +116750,7 @@ var require_resolveDependencies = __commonJS({
116755
116750
  async function resolveDependency(wantedDependency, ctx, options) {
116756
116751
  const currentPkg = options.currentPkg ?? {};
116757
116752
  const currentLockfileContainsTheDep = currentPkg.depPath ? Boolean(ctx.currentLockfile.packages?.[currentPkg.depPath]) : void 0;
116758
- const depIsLinked = Boolean(currentLockfileContainsTheDep && currentPkg.depPath && currentPkg.dependencyLockfile && await (0, path_exists_1.default)(path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(currentPkg.depPath, ctx.prefix), "node_modules", currentPkg.name, "package.json")));
116753
+ const depIsLinked = Boolean(currentLockfileContainsTheDep && currentPkg.depPath && currentPkg.dependencyLockfile && await (0, path_exists_1.default)(path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(currentPkg.depPath), "node_modules", currentPkg.name, "package.json")));
116759
116754
  if (!options.update && !options.proceed && currentPkg.resolution != null && depIsLinked) {
116760
116755
  return null;
116761
116756
  }
@@ -117913,7 +117908,7 @@ var require_resolvePeers = __commonJS({
117913
117908
  const peersFolderSuffix = createPeersFolderSuffix(Object.keys(allResolvedPeers).map((alias) => ctx.dependenciesTree[allResolvedPeers[alias]].resolvedPackage).map(({ name, version }) => ({ name, version })));
117914
117909
  depPath = `${resolvedPackage.depPath}${peersFolderSuffix}`;
117915
117910
  }
117916
- const localLocation = path_1.default.join(ctx.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(depPath, ctx.lockfileDir));
117911
+ const localLocation = path_1.default.join(ctx.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(depPath));
117917
117912
  const modules = path_1.default.join(localLocation, "node_modules");
117918
117913
  const isPure = (0, isEmpty_1.default)(allResolvedPeers) && allMissingPeers.length === 0;
117919
117914
  if (isPure) {
@@ -119479,7 +119474,7 @@ var require_extendInstallOptions = __commonJS({
119479
119474
  preferFrozenLockfile: true,
119480
119475
  preferWorkspacePackages: false,
119481
119476
  preserveWorkspaceProtocol: true,
119482
- pruneLockfileImporters: false,
119477
+ pruneLockfileImporters: true,
119483
119478
  pruneStore: false,
119484
119479
  rawConfig: {},
119485
119480
  registries: normalize_registries_1.DEFAULT_REGISTRIES,
@@ -119781,7 +119776,6 @@ var require_link2 = __commonJS({
119781
119776
  newHoistedDependencies = await (0, hoist_1.default)({
119782
119777
  lockfile: hoistLockfile,
119783
119778
  importerIds: projectIds,
119784
- lockfileDir: opts.lockfileDir,
119785
119779
  privateHoistedModulesDir: opts.hoistedModulesDir,
119786
119780
  privateHoistPattern: opts.hoistPattern ?? [],
119787
119781
  publicHoistedModulesDir: opts.rootModulesDir,
@@ -169047,7 +169041,7 @@ var require_lib109 = __commonJS({
169047
169041
  isPeer: Boolean(opts.peers?.has(opts.alias)),
169048
169042
  isSkipped,
169049
169043
  name,
169050
- path: depPath ? path_1.default.join(opts.modulesDir, ".pnpm", (0, dependency_path_1.depPathToFilename)(depPath, opts.lockfileDir)) : path_1.default.join(opts.modulesDir, "..", opts.ref.substr(5)),
169044
+ path: depPath ? path_1.default.join(opts.modulesDir, ".pnpm", (0, dependency_path_1.depPathToFilename)(depPath)) : path_1.default.join(opts.modulesDir, "..", opts.ref.substr(5)),
169051
169045
  version
169052
169046
  };
169053
169047
  if (resolved) {
@@ -173311,9 +173305,9 @@ var require_storeStatus = __commonJS({
173311
173305
  });
173312
173306
  const cafsDir = path_1.default.join(storeDir, "files");
173313
173307
  const modified = await (0, p_filter_1.default)(pkgs, async ({ id, integrity, depPath, name }) => {
173314
- const pkgIndexFilePath = integrity ? (0, cafs_1.getFilePathInCafs)(cafsDir, integrity, "index") : path_1.default.join(storeDir, dp.depPathToFilename(id, opts.dir), "integrity.json");
173308
+ const pkgIndexFilePath = integrity ? (0, cafs_1.getFilePathInCafs)(cafsDir, integrity, "index") : path_1.default.join(storeDir, dp.depPathToFilename(id), "integrity.json");
173315
173309
  const { files } = await (0, load_json_file_1.default)(pkgIndexFilePath);
173316
- return await dint_1.default.check(path_1.default.join(virtualStoreDir, dp.depPathToFilename(depPath, opts.dir), "node_modules", name), files) === false;
173310
+ return await dint_1.default.check(path_1.default.join(virtualStoreDir, dp.depPathToFilename(depPath), "node_modules", name), files) === false;
173317
173311
  }, { concurrency: 8 });
173318
173312
  if (reporter != null && typeof reporter === "function") {
173319
173313
  logger_1.streamParser.removeListener("data", reporter);
package/dist/pnpx.cjs CHANGED
@@ -68474,9 +68474,7 @@ var require_lib33 = __commonJS({
68474
68474
  Object.defineProperty(exports2, "__esModule", { value: true });
68475
68475
  exports2.depPathToFilename = exports2.parse = exports2.refToRelative = exports2.relative = exports2.getRegistryByPackageName = exports2.refToAbsolute = exports2.tryGetPackageId = exports2.resolve = exports2.isAbsolute = void 0;
68476
68476
  var crypto_1 = __importDefault2(require("crypto"));
68477
- var path_1 = __importDefault2(require("path"));
68478
68477
  var encode_registry_1 = __importDefault2(require_encode_registry());
68479
- var normalize_path_1 = __importDefault2(require_normalize_path());
68480
68478
  var semver_12 = __importDefault2(require_semver2());
68481
68479
  function isAbsolute(dependencyPath) {
68482
68480
  return dependencyPath[0] !== "/";
@@ -68586,15 +68584,15 @@ var require_lib33 = __commonJS({
68586
68584
  };
68587
68585
  }
68588
68586
  exports2.parse = parse;
68589
- function depPathToFilename(depPath, lockfileDir) {
68590
- const filename = depPathToFilenameUnescaped(depPath, lockfileDir).replace(/\//g, "+");
68591
- if (filename.length > 120 || filename !== filename.toLowerCase() && !filename.startsWith("local+")) {
68587
+ function depPathToFilename(depPath) {
68588
+ const filename = depPathToFilenameUnescaped(depPath).replace(/\//g, "+");
68589
+ if (filename.length > 120 || filename !== filename.toLowerCase() && !filename.startsWith("file+")) {
68592
68590
  return `${filename.substring(0, 50)}_${crypto_1.default.createHash("md5").update(filename).digest("hex")}`;
68593
68591
  }
68594
68592
  return filename;
68595
68593
  }
68596
68594
  exports2.depPathToFilename = depPathToFilename;
68597
- function depPathToFilenameUnescaped(depPath, lockfileDir) {
68595
+ function depPathToFilenameUnescaped(depPath) {
68598
68596
  if (depPath.indexOf("file:") !== 0) {
68599
68597
  if (depPath.startsWith("/")) {
68600
68598
  depPath = depPath.substring(1);
@@ -68602,8 +68600,7 @@ var require_lib33 = __commonJS({
68602
68600
  const index = depPath.lastIndexOf("/");
68603
68601
  return `${depPath.substring(0, index)}@${depPath.substr(index + 1)}`;
68604
68602
  }
68605
- const absolutePath = (0, normalize_path_1.default)(path_1.default.join(lockfileDir, depPath.slice(5)));
68606
- return `local+${absolutePath.replace(":", "+")}`;
68603
+ return depPath.replace(":", "+");
68607
68604
  }
68608
68605
  }
68609
68606
  });
@@ -69431,7 +69428,7 @@ var require_packageRequester = __commonJS({
69431
69428
  if (!opts.pkg.name) {
69432
69429
  opts.fetchRawManifest = true;
69433
69430
  }
69434
- const targetRelative = (0, dependency_path_1.depPathToFilename)(opts.pkg.id, opts.lockfileDir);
69431
+ const targetRelative = (0, dependency_path_1.depPathToFilename)(opts.pkg.id);
69435
69432
  const target = path_1.default.join(ctx.storeDir, targetRelative);
69436
69433
  if (!ctx.fetchingLocker.has(opts.pkg.id)) {
69437
69434
  const bundledManifest = (0, p_defer_1.default)();
@@ -80353,6 +80350,7 @@ var require_pickPackage = __commonJS({
80353
80350
  pickedPackage: (0, pickPackageFromMeta_1.default)(spec, opts.preferredVersionSelectors, meta)
80354
80351
  };
80355
80352
  } catch (err) {
80353
+ err.spec = spec;
80356
80354
  const meta = await loadMeta(pkgMirror);
80357
80355
  if (meta == null)
80358
80356
  throw err;
@@ -82121,7 +82119,7 @@ var require_extendProjectsWithTargetDirs = __commonJS({
82121
82119
  var dependency_path_1 = require_lib33();
82122
82120
  var fromPairs_1 = __importDefault2(require_fromPairs());
82123
82121
  function extendProjectsWithTargetDirs(projects, lockfile, ctx) {
82124
- const getLocalLocation = ctx.pkgLocationByDepPath != null ? (depPath) => ctx.pkgLocationByDepPath[depPath] : (depPath, pkgName) => path_1.default.join(ctx.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(depPath, ctx.lockfileDir), "node_modules", pkgName);
82122
+ const getLocalLocation = ctx.pkgLocationByDepPath != null ? (depPath) => ctx.pkgLocationByDepPath[depPath] : (depPath, pkgName) => path_1.default.join(ctx.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(depPath), "node_modules", pkgName);
82125
82123
  const projectsById = (0, fromPairs_1.default)(projects.map((project) => [project.id, { ...project, targetDirs: [] }]));
82126
82124
  Object.entries(lockfile.packages ?? {}).forEach(([depPath, pkg]) => {
82127
82125
  if (pkg.resolution?.["type"] !== "directory")
@@ -104084,9 +104082,9 @@ var require_implementation4 = __commonJS({
104084
104082
  const groups = chunks.map((chunk) => chunk.filter((depPath) => ctx.pkgsToRebuild.has(depPath)).map((depPath) => async () => {
104085
104083
  const pkgSnapshot = pkgSnapshots[depPath];
104086
104084
  const pkgInfo = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(depPath, pkgSnapshot);
104087
- const pkgRoot = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules", pkgInfo.name);
104085
+ const pkgRoot = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules", pkgInfo.name);
104088
104086
  try {
104089
- const modules = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules");
104087
+ const modules = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules");
104090
104088
  const binPath = path_1.default.join(pkgRoot, "node_modules", ".bin");
104091
104089
  await (0, link_bins_1.default)(modules, binPath, { warn });
104092
104090
  await (0, lifecycle_1.runPostinstallHooks)({
@@ -104122,7 +104120,7 @@ var require_implementation4 = __commonJS({
104122
104120
  await Promise.all(Object.keys(pkgSnapshots).filter((depPath) => !(0, lockfile_utils_1.packageIsIndependent)(pkgSnapshots[depPath])).map(async (depPath) => limitLinking(async () => {
104123
104121
  const pkgSnapshot = pkgSnapshots[depPath];
104124
104122
  const pkgInfo = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(depPath, pkgSnapshot);
104125
- const modules = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules");
104123
+ const modules = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules");
104126
104124
  const binPath = path_1.default.join(modules, pkgInfo.name, "node_modules", ".bin");
104127
104125
  return (0, link_bins_1.default)(modules, binPath, { warn });
104128
104126
  })));
@@ -105410,12 +105408,12 @@ var require_prune2 = __commonJS({
105410
105408
  }
105411
105409
  if (opts.pruneVirtualStore !== false) {
105412
105410
  const _tryRemovePkg = tryRemovePkg.bind(null, opts.lockfileDir, opts.virtualStoreDir);
105413
- await Promise.all(orphanDepPaths.map((orphanDepPath) => (0, dependency_path_1.depPathToFilename)(orphanDepPath, opts.lockfileDir)).map(async (orphanDepPath) => _tryRemovePkg(orphanDepPath)));
105411
+ await Promise.all(orphanDepPaths.map((orphanDepPath) => (0, dependency_path_1.depPathToFilename)(orphanDepPath)).map(async (orphanDepPath) => _tryRemovePkg(orphanDepPath)));
105414
105412
  const neededPkgs = /* @__PURE__ */ new Set();
105415
105413
  for (const depPath of Object.keys(opts.wantedLockfile.packages ?? {})) {
105416
105414
  if (opts.skipped.has(depPath))
105417
105415
  continue;
105418
- neededPkgs.add((0, dependency_path_1.depPathToFilename)(depPath, opts.lockfileDir));
105416
+ neededPkgs.add((0, dependency_path_1.depPathToFilename)(depPath));
105419
105417
  }
105420
105418
  const availablePkgs = await readVirtualStoreDir(opts.virtualStoreDir, opts.lockfileDir);
105421
105419
  await Promise.all(availablePkgs.filter((availablePkg) => !neededPkgs.has(availablePkg)).map(async (orphanDepPath) => _tryRemovePkg(orphanDepPath)));
@@ -106417,7 +106415,6 @@ var require_lib89 = __commonJS({
106417
106415
  });
106418
106416
  await symlinkHoistedDependencies(hoistedDependencies, {
106419
106417
  lockfile: opts.lockfile,
106420
- lockfileDir: opts.lockfileDir,
106421
106418
  privateHoistedModulesDir: opts.privateHoistedModulesDir,
106422
106419
  publicHoistedModulesDir: opts.publicHoistedModulesDir,
106423
106420
  virtualStoreDir: opts.virtualStoreDir
@@ -106504,7 +106501,7 @@ var require_lib89 = __commonJS({
106504
106501
  return;
106505
106502
  }
106506
106503
  const pkgName = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(depPath, pkgSnapshot).name;
106507
- const modules = path_1.default.join(opts.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules");
106504
+ const modules = path_1.default.join(opts.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules");
106508
106505
  const depLocation = path_1.default.join(modules, pkgName);
106509
106506
  await Promise.all(Object.entries(pkgAliases).map(async ([pkgAlias, hoistType]) => {
106510
106507
  const targetDir = hoistType === "public" ? opts.publicHoistedModulesDir : opts.privateHoistedModulesDir;
@@ -109072,7 +109069,7 @@ var require_lib91 = __commonJS({
109072
109069
  packageStore = /* @__PURE__ */ new Map();
109073
109070
  packageRegistry.set(name, packageStore);
109074
109071
  }
109075
- let packageLocation = (0, normalize_path_1.default)(path_1.default.relative(opts.lockfileDir, path_1.default.join(opts.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(relDepPath, opts.lockfileDir), "node_modules", name)));
109072
+ let packageLocation = (0, normalize_path_1.default)(path_1.default.relative(opts.lockfileDir, path_1.default.join(opts.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(relDepPath), "node_modules", name)));
109076
109073
  if (!packageLocation.startsWith("../")) {
109077
109074
  packageLocation = `./${packageLocation}`;
109078
109075
  }
@@ -109437,7 +109434,7 @@ var require_lockfileToDepGraph = __commonJS({
109437
109434
  return;
109438
109435
  const pkgSnapshot = lockfile.packages[depPath];
109439
109436
  const { name: pkgName, version: pkgVersion } = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(depPath, pkgSnapshot);
109440
- const modules = path_1.default.join(opts.virtualStoreDir, dp.depPathToFilename(depPath, opts.lockfileDir), "node_modules");
109437
+ const modules = path_1.default.join(opts.virtualStoreDir, dp.depPathToFilename(depPath), "node_modules");
109441
109438
  const packageId = (0, lockfile_utils_1.packageIdFromSnapshot)(depPath, pkgSnapshot, opts.registries);
109442
109439
  const pkg = {
109443
109440
  name: pkgName,
@@ -109560,7 +109557,7 @@ var require_lockfileToDepGraph = __commonJS({
109560
109557
  if (ctx.skipped.has(childRelDepPath))
109561
109558
  continue;
109562
109559
  const pkgName = (0, lockfile_utils_1.nameVerFromPkgSnapshot)(childRelDepPath, childPkgSnapshot).name;
109563
- children[alias] = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(childRelDepPath, ctx.lockfileDir), "node_modules", pkgName);
109560
+ children[alias] = path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(childRelDepPath), "node_modules", pkgName);
109564
109561
  } else if (allDeps[alias].indexOf("file:") === 0) {
109565
109562
  children[alias] = path_1.default.resolve(ctx.lockfileDir, allDeps[alias].substr(5));
109566
109563
  } else if (!ctx.skipped.has(childRelDepPath) && (peerDeps == null || !peerDeps.has(alias))) {
@@ -110850,7 +110847,6 @@ var require_lib93 = __commonJS({
110850
110847
  newHoistedDependencies = await (0, hoist_1.default)({
110851
110848
  lockfile: hoistLockfile,
110852
110849
  importerIds,
110853
- lockfileDir,
110854
110850
  privateHoistedModulesDir: hoistedModulesDir,
110855
110851
  privateHoistPattern: opts.hoistPattern ?? [],
110856
110852
  publicHoistedModulesDir,
@@ -110916,7 +110912,6 @@ var require_lib93 = __commonJS({
110916
110912
  });
110917
110913
  }
110918
110914
  const projectsToBeBuilt = (0, lockfile_utils_1.extendProjectsWithTargetDirs)(opts.projects, wantedLockfile, {
110919
- lockfileDir: opts.lockfileDir,
110920
110915
  pkgLocationByDepPath,
110921
110916
  virtualStoreDir
110922
110917
  });
@@ -111752,7 +111747,7 @@ var require_resolveDependencies = __commonJS({
111752
111747
  async function resolveDependency(wantedDependency, ctx, options) {
111753
111748
  const currentPkg = options.currentPkg ?? {};
111754
111749
  const currentLockfileContainsTheDep = currentPkg.depPath ? Boolean(ctx.currentLockfile.packages?.[currentPkg.depPath]) : void 0;
111755
- const depIsLinked = Boolean(currentLockfileContainsTheDep && currentPkg.depPath && currentPkg.dependencyLockfile && await (0, path_exists_1.default)(path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(currentPkg.depPath, ctx.prefix), "node_modules", currentPkg.name, "package.json")));
111750
+ const depIsLinked = Boolean(currentLockfileContainsTheDep && currentPkg.depPath && currentPkg.dependencyLockfile && await (0, path_exists_1.default)(path_1.default.join(ctx.virtualStoreDir, dp.depPathToFilename(currentPkg.depPath), "node_modules", currentPkg.name, "package.json")));
111756
111751
  if (!options.update && !options.proceed && currentPkg.resolution != null && depIsLinked) {
111757
111752
  return null;
111758
111753
  }
@@ -112910,7 +112905,7 @@ var require_resolvePeers = __commonJS({
112910
112905
  const peersFolderSuffix = createPeersFolderSuffix(Object.keys(allResolvedPeers).map((alias) => ctx.dependenciesTree[allResolvedPeers[alias]].resolvedPackage).map(({ name, version }) => ({ name, version })));
112911
112906
  depPath = `${resolvedPackage.depPath}${peersFolderSuffix}`;
112912
112907
  }
112913
- const localLocation = path_1.default.join(ctx.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(depPath, ctx.lockfileDir));
112908
+ const localLocation = path_1.default.join(ctx.virtualStoreDir, (0, dependency_path_1.depPathToFilename)(depPath));
112914
112909
  const modules = path_1.default.join(localLocation, "node_modules");
112915
112910
  const isPure = (0, isEmpty_1.default)(allResolvedPeers) && allMissingPeers.length === 0;
112916
112911
  if (isPure) {
@@ -114476,7 +114471,7 @@ var require_extendInstallOptions = __commonJS({
114476
114471
  preferFrozenLockfile: true,
114477
114472
  preferWorkspacePackages: false,
114478
114473
  preserveWorkspaceProtocol: true,
114479
- pruneLockfileImporters: false,
114474
+ pruneLockfileImporters: true,
114480
114475
  pruneStore: false,
114481
114476
  rawConfig: {},
114482
114477
  registries: normalize_registries_1.DEFAULT_REGISTRIES,
@@ -114778,7 +114773,6 @@ var require_link2 = __commonJS({
114778
114773
  newHoistedDependencies = await (0, hoist_1.default)({
114779
114774
  lockfile: hoistLockfile,
114780
114775
  importerIds: projectIds,
114781
- lockfileDir: opts.lockfileDir,
114782
114776
  privateHoistedModulesDir: opts.hoistedModulesDir,
114783
114777
  privateHoistPattern: opts.hoistPattern ?? [],
114784
114778
  publicHoistedModulesDir: opts.rootModulesDir,
@@ -168522,7 +168516,7 @@ var require_lib108 = __commonJS({
168522
168516
  isPeer: Boolean(opts.peers?.has(opts.alias)),
168523
168517
  isSkipped,
168524
168518
  name,
168525
- path: depPath ? path_1.default.join(opts.modulesDir, ".pnpm", (0, dependency_path_1.depPathToFilename)(depPath, opts.lockfileDir)) : path_1.default.join(opts.modulesDir, "..", opts.ref.substr(5)),
168519
+ path: depPath ? path_1.default.join(opts.modulesDir, ".pnpm", (0, dependency_path_1.depPathToFilename)(depPath)) : path_1.default.join(opts.modulesDir, "..", opts.ref.substr(5)),
168526
168520
  version
168527
168521
  };
168528
168522
  if (resolved) {
@@ -172786,9 +172780,9 @@ var require_storeStatus = __commonJS({
172786
172780
  });
172787
172781
  const cafsDir = path_1.default.join(storeDir, "files");
172788
172782
  const modified = await (0, p_filter_1.default)(pkgs, async ({ id, integrity, depPath, name }) => {
172789
- const pkgIndexFilePath = integrity ? (0, cafs_1.getFilePathInCafs)(cafsDir, integrity, "index") : path_1.default.join(storeDir, dp.depPathToFilename(id, opts.dir), "integrity.json");
172783
+ const pkgIndexFilePath = integrity ? (0, cafs_1.getFilePathInCafs)(cafsDir, integrity, "index") : path_1.default.join(storeDir, dp.depPathToFilename(id), "integrity.json");
172790
172784
  const { files } = await (0, load_json_file_1.default)(pkgIndexFilePath);
172791
- return await dint_1.default.check(path_1.default.join(virtualStoreDir, dp.depPathToFilename(depPath, opts.dir), "node_modules", name), files) === false;
172785
+ return await dint_1.default.check(path_1.default.join(virtualStoreDir, dp.depPathToFilename(depPath), "node_modules", name), files) === false;
172792
172786
  }, { concurrency: 8 });
172793
172787
  if (reporter != null && typeof reporter === "function") {
172794
172788
  logger_1.streamParser.removeListener("data", reporter);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pnpm",
3
3
  "description": "Fast, disk space efficient package manager",
4
- "version": "7.0.0-beta.0",
4
+ "version": "7.0.0-beta.1",
5
5
  "bin": {
6
6
  "pnpm": "bin/pnpm.cjs",
7
7
  "pnpx": "bin/pnpx.cjs"
@@ -21,46 +21,46 @@
21
21
  "__devDependencies": {
22
22
  "@pnpm/assert-project": "workspace:*",
23
23
  "@pnpm/byline": "^1.0.0",
24
- "@pnpm/cli-meta": "workspace:2.0.2",
25
- "@pnpm/cli-utils": "workspace:0.6.50",
26
- "@pnpm/client": "workspace:6.1.3",
27
- "@pnpm/command": "workspace:2.0.0",
28
- "@pnpm/common-cli-options-help": "workspace:0.8.0",
29
- "@pnpm/config": "workspace:13.13.2",
30
- "@pnpm/constants": "workspace:5.0.0",
31
- "@pnpm/core-loggers": "workspace:6.1.4",
32
- "@pnpm/default-reporter": "workspace:8.5.13",
33
- "@pnpm/file-reporter": "workspace:2.0.0",
34
- "@pnpm/filter-workspace-packages": "workspace:4.4.22",
35
- "@pnpm/find-workspace-dir": "workspace:3.0.2",
36
- "@pnpm/find-workspace-packages": "workspace:3.1.42",
37
- "@pnpm/lockfile-types": "workspace:3.2.0",
24
+ "@pnpm/cli-meta": "workspace:3.0.0",
25
+ "@pnpm/cli-utils": "workspace:0.7.0",
26
+ "@pnpm/client": "workspace:7.0.0",
27
+ "@pnpm/command": "workspace:3.0.0",
28
+ "@pnpm/common-cli-options-help": "workspace:0.9.0",
29
+ "@pnpm/config": "workspace:14.0.0",
30
+ "@pnpm/constants": "workspace:6.0.0",
31
+ "@pnpm/core-loggers": "workspace:7.0.0",
32
+ "@pnpm/default-reporter": "workspace:9.0.0",
33
+ "@pnpm/file-reporter": "workspace:3.0.0",
34
+ "@pnpm/filter-workspace-packages": "workspace:5.0.0",
35
+ "@pnpm/find-workspace-dir": "workspace:4.0.0",
36
+ "@pnpm/find-workspace-packages": "workspace:4.0.0",
37
+ "@pnpm/lockfile-types": "workspace:4.0.0",
38
38
  "@pnpm/logger": "^4.0.0",
39
- "@pnpm/modules-yaml": "workspace:9.1.1",
39
+ "@pnpm/modules-yaml": "workspace:10.0.0",
40
40
  "@pnpm/nopt": "^0.2.1",
41
- "@pnpm/parse-cli-args": "workspace:4.4.1",
42
- "@pnpm/pick-registry-for-package": "workspace:2.0.11",
43
- "@pnpm/plugin-commands-audit": "workspace:5.1.42",
44
- "@pnpm/plugin-commands-env": "workspace:1.4.14",
45
- "@pnpm/plugin-commands-init": "workspace:0.0.0",
46
- "@pnpm/plugin-commands-installation": "workspace:8.4.4",
47
- "@pnpm/plugin-commands-listing": "workspace:4.1.11",
48
- "@pnpm/plugin-commands-outdated": "workspace:5.1.10",
49
- "@pnpm/plugin-commands-publishing": "workspace:4.5.2",
50
- "@pnpm/plugin-commands-rebuild": "workspace:5.4.14",
51
- "@pnpm/plugin-commands-script-runners": "workspace:4.6.2",
52
- "@pnpm/plugin-commands-server": "workspace:3.0.70",
53
- "@pnpm/plugin-commands-setup": "workspace:1.1.35",
54
- "@pnpm/plugin-commands-store": "workspace:4.1.13",
41
+ "@pnpm/parse-cli-args": "workspace:5.0.0",
42
+ "@pnpm/pick-registry-for-package": "workspace:3.0.0",
43
+ "@pnpm/plugin-commands-audit": "workspace:6.0.0",
44
+ "@pnpm/plugin-commands-env": "workspace:2.0.0",
45
+ "@pnpm/plugin-commands-init": "workspace:1.0.0",
46
+ "@pnpm/plugin-commands-installation": "workspace:9.0.0",
47
+ "@pnpm/plugin-commands-listing": "workspace:5.0.0",
48
+ "@pnpm/plugin-commands-outdated": "workspace:6.0.0",
49
+ "@pnpm/plugin-commands-publishing": "workspace:5.0.0",
50
+ "@pnpm/plugin-commands-rebuild": "workspace:6.0.0",
51
+ "@pnpm/plugin-commands-script-runners": "workspace:5.0.0",
52
+ "@pnpm/plugin-commands-server": "workspace:4.0.0",
53
+ "@pnpm/plugin-commands-setup": "workspace:2.0.0",
54
+ "@pnpm/plugin-commands-store": "workspace:5.0.0",
55
55
  "@pnpm/prepare": "workspace:*",
56
- "@pnpm/read-package-json": "workspace:5.0.12",
57
- "@pnpm/read-project-manifest": "workspace:2.0.13",
56
+ "@pnpm/read-package-json": "workspace:6.0.0",
57
+ "@pnpm/read-project-manifest": "workspace:3.0.0",
58
58
  "@pnpm/registry-mock": "2.15.1",
59
- "@pnpm/run-npm": "workspace:3.1.0",
59
+ "@pnpm/run-npm": "workspace:4.0.0",
60
60
  "@pnpm/tabtab": "^0.1.2",
61
61
  "@pnpm/ts-execution-runtime": "workspace:*",
62
- "@pnpm/types": "workspace:7.10.0",
63
- "@pnpm/write-project-manifest": "workspace:2.0.11",
62
+ "@pnpm/types": "workspace:8.0.0",
63
+ "@pnpm/write-project-manifest": "workspace:3.0.0",
64
64
  "@types/cross-spawn": "^6.0.2",
65
65
  "@types/is-ci": "^3.0.0",
66
66
  "@types/is-windows": "^1.0.0",
@@ -89,7 +89,7 @@
89
89
  "p-defer": "^3.0.0",
90
90
  "path-exists": "^4.0.0",
91
91
  "path-name": "^1.0.0",
92
- "pkgs-graph": "workspace:6.1.3",
92
+ "pkgs-graph": "workspace:7.0.0",
93
93
  "ps-list": "^7.2.0",
94
94
  "ramda": "^0.27.1",
95
95
  "read-yaml-file": "^2.1.0",