mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-25 15:07:06 -04:00
451 B
451 B
@pnpm/reviewing.dependencies-hierarchy, @pnpm/list, pnpm
| @pnpm/reviewing.dependencies-hierarchy | @pnpm/list | pnpm |
|---|---|---|
| patch | patch | patch |
Fixed an out-of-memory error in pnpm list (and pnpm why) on large dependency graphs by replacing the recursive tree builder with a two-phase approach: a BFS dependency graph followed by cached tree materialization. Duplicate subtrees are now deduplicated in the output, shown as "deduped (N deps hidden)" #10586.