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.
This release addresses a critical security vulnerability (GHSA-3qhv-2rgh-x77r) by preventing environment variable expansion in repository-controlled `.npmrc` files to avoid potential secret leaks. It also introduces several security enhancements, including verification of npm registry signatures and OpenPGP signatures for Node.js runtimes.
Users relying on environment variables in repository-controlled `.npmrc` files for authentication may be affected.
Move authentication tokens to user-level `~/.npmrc` or use `pnpm config set` to configure them.
This release introduces stricter integrity checks for tarballs and enhances security by addressing several vulnerabilities related to lockfile integrity, git resolutions, and patch files.
Users relying on tarball integrity checks or using unscoped per-registry settings may be affected by the new stricter defaults.
Review and update your lockfile integrity checks and registry settings to comply with the new security measures.
This release introduces stricter integrity checks for tarballs and fixes credential disclosure vulnerabilities. It also improves security by rejecting malicious lockfile entries and patch files.
Users relying on unscoped credentials or encountering tarball-integrity mismatches are affected.
Update credentials to be URL-scoped and use `--update-checksums` for tarball-integrity mismatches.