- Added experimental store‑inspection commands (`pnpm cat index`, `pnpm cat file`, `pnpm find hash`) to view index files, file contents by hash, and locate packages by hash.
- Introduced new config options: `dedupeInjectedDeps` for symlinking injected dependencies with matching peer deps, and `failIfNoMatch` to cause CLI failure when no packages match a command.
- Fixed bugs including duplicate listings in `pnpm list --parseable`, improved error messages, resolved occasional Windows EPERM rename errors, added support for boolean `bundleDependencies` values, and enhanced the update‑interactive UI f...