- pnpm why now displays a reverse dependency tree with the queried package at the root and its dependents as branches
- Dependency pruning in pnpm why is reverted to prioritize correctness over memory usage (reverts PR 7122)
- Performance of pnpm why and pnpm list in large workspaces is improved by sharing the dependency graph and materialization cache across importers