mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-17 19:22:20 -04:00
* feat(self-update): point users at the migration guide across major bumps When `pnpm self-update <version>` crosses a pnpm major (upward) from the version being upgraded from, print a one-line pointer to the versioned migration guide on pnpm.io. The "from" version is the project's `packageManager` pin when present (via the existing `managePackageManagerVersions` gate), falling back to the running binary's version otherwise. No-op updates (target === previous) are silent. v11 points at https://pnpm.io/11.x/migration. Future majors register an entry in the in-file `MAJOR_UPGRADE_HINTS` table. This is the v10-line backport of the corresponding main-branch change in #11354. * fix: update lockfile