Files
pnpm/tools/plugin-commands-self-updater
Zoltan Kochan bebe10647c feat(self-update): point users at the migration guide across major bumps (v10) (#11355)
* 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
2026-04-28 01:21:13 +02:00
..
2025-08-19 00:16:25 +02:00
2026-04-23 13:39:20 +02:00
2024-08-19 14:26:17 +02:00

@pnpm/tools.plugin-commands-self-updater

A command for updating pnpm itself

npm version

Installation

pnpm add @pnpm/tools.plugin-commands-self-updater

License

MIT