blog/releases/10.23.md
Added --lockfile-only option to pnpm list and various improvements to pnpm self-update.
pnpm list --lockfile-onlyAdded --lockfile-only option to pnpm list #10020.
When specified, pnpm list will read package information from the lockfile instead of checking the actual node_modules directory. This is useful for quickly inspecting what would be installed without requiring a full installation.
pnpm self-update should download pnpm from the configured npm registry #10205.pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #10190.pnpm add, if there's a engines.runtime setting declared in package.json #10209.pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., foo npm:[email protected]) #8660.pnpm store prune should not fail if the store contains Node.js packages #10131.