Files
pnpm/.changeset/fix-list-oom.md
2026-02-11 00:38:35 +01:00

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.