what stackpulse tracks
npm releases from GitHub
StackPulse watches npm release notes and keeps the original source link close to every summary.
The package manager for JavaScript StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.
what stackpulse tracks
StackPulse watches npm 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.
Updated dependency to @npmcli/arborist for compatibility.
Users relying on libnpmpack with specific arborist versions may need to update.
Update @npmcli/arborist to version 10.0.1 if not already using it.
This release removes npm shrinkwrap and updates Node.js version support. It also includes improvements to the release process.
Users relying on shrinkwrap functionality or running unsupported Node.js versions are affected.
Migrate from shrinkwrap to package-lock.json and verify Node.js version compatibility.
This major release introduces significant breaking changes including JSON output format changes, removal of legacy commands, and updated default behaviors. Key changes involve package management, git handling, and dependency resolution.
All users of npm CLI are affected, particularly those using JSON output, shrinkwrap files, man pages, or legacy commands.
Review breaking changes and update your npm workflows accordingly before upgrading.