v10.30.0
📦 pnpmView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release updates pnpm why to display a reverse dependency tree for better readability and reverts a dependency pruning change in pnpm why to ensure correctness. Performance for pnpm why and pnpm list in large workspaces has also been improved.
✨ New Features
- pnpm why now shows a reverse dependency tree, where the searched package is the root and dependents are branches walking back to workspace roots.
🐛 Bug Fixes
- Reverted pnpm why dependency pruning to prioritize correctness over memory consumption.