Files
pnpm/cli/cli-utils
Zoltan Kochan 821b36ac20 feat: install config dependencies into the global virtual store (#10910)
* feat: install config dependencies into the global virtual store

Config dependencies are now imported into {storeDir}/links/ following the
same path convention as regular packages (@scope/name/version/hash), then
symlinked into node_modules/.pnpm-config/. When the package already exists
in the GVS, the fetch and import are skipped entirely.

* refactor: extract shared GVS path computation into @pnpm/calc-dep-state

Move the leaf node hash computation from config deps-installer into
calcLeafGlobalVirtualStorePath in @pnpm/calc-dep-state to avoid
duplicating the hash logic.
2026-03-08 13:49:26 +01:00
..
2025-10-28 17:35:21 +01:00
2026-02-18 14:54:09 +01:00
2025-03-31 08:08:32 +02:00

@pnpm/cli-utils

Utils for pnpm commands

npm version

Installation

pnpm add @pnpm/cli-utils

License

MIT