what stackpulse tracks
pnpm releases from GitHub
StackPulse watches pnpm release notes and keeps the original source link close to every summary.
Fast, disk space efficient package manager StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches pnpm release notes and keeps the original source link close to every summary.
upgrade risk
Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.
migration notes
Migration steps and recommended actions are only shown when the upstream release notes support them.
pnpm 12 RC 1 introduces significant changes to how Git dependencies are handled, treating them as identities rather than transport choices, and adds new features like interactive group selection for updates. It also includes various performance improvements and bug fixes.
Users relying on SSH URLs for Git dependencies from known hosts (GitHub, GitLab, Bitbucket) will need to configure global Git URL rewriting if they require SSH access.
Configure global Git URL rewriting if SSH access to private repositories is required.
This release addresses a critical security vulnerability in projects using `namedRegistries` by introducing registry-qualified keys in the lockfile. It also adds a built-in `npmjs:` alias and improves dependency resolution performance.
Projects using `namedRegistries` are affected by the security fix and lockfile format change.
Upgrade to pnpm v11.20.0 immediately if using `namedRegistries` to mitigate package substitution risks.
This release introduces a critical security fix for projects using `namedRegistries` in pnpm 11.1.0–11.19.x, addressing a package-substitution vulnerability. It also includes performance improvements for workspace installations and peer dependency resolution.
Projects using `namedRegistries` in pnpm 11.1.0–11.19.x are affected by the security fix and must upgrade.
Upgrade to pnpm 12 Beta 4 and perform a non-frozen install to re-key lockfile entries.