pnpmChangelogHigh3 days ago
Patch Changes Globally-installed bins no longer fail with ERR_PNPM_NO_IMPORTER_MANIFEST_FOUND when pnpm was installed via the standalone @pnpm/exe binary (e.g. curl -fsSL https://get.pnpm.io/install.sh | sh -) on a system without a separat…
apitoolingdeveloper-workflow53
pnpmChangelogMedium4 days ago
Patch Changes When a project's packageManager field selects pnpm v11 or newer, commands that v10 would have passed through to npm (version, login, logout, publish, unpublish, deprecate, dist-tag, docs, ping, search, star, stars, unstar, wh…
apitoolingdeveloper-workflow48
pnpmChangelogMedium4 days ago
Patch Changes Fix the @pnpm/exe SEA executable crashing at startup on Node.js v25.7+. Two separate regressions in @pnpm/exe@11.0.0-rc.4 are addressed: pnpm pack-app now pins the Node.js used to write the SEA blob to the exact embedded runt…
apitoolingdeveloper-workflow48
pnpmChangelogMedium5 days ago
Major Changes Installing a Node.js runtime via node@runtime: (including pnpm env use and pnpm runtime set node) no longer extracts the bundled npm, npx, and corepack from the Node.js archive. This cuts roughly half of the files pnpm has to…
apitoolingdeveloper-workflow48
pnpmChangelogMedium5 days ago
Minor Changes Added a new pnpm pack-app command that packs a CommonJS entry file into a standalone executable for one or more target platforms, using the Node.js Single Executable Applications API under the hood. Targets are specified as -…
apitoolingdeveloper-workflow48
pnpmChangelogMedium8 days ago
Major Changes Breaking: removed the managePackageManagerVersions, packageManagerStrict, and packageManagerStrictVersion settings. They existed only to derive the onFail behavior for the legacy packageManager field, and the pmOnFail setting…
apitoolingdeveloper-workflow43
pnpmChangelogMedium10 days ago
Major Changes pnpm audit now calls npm's /-/npm/v1/security/advisories/bulk endpoint. The legacy /-/npm/v1/security/audits{,/quick} endpoints have been retired by the registry, so the legacy request/response contract is no longer supported…
apitoolingdeveloper-workflow43
pnpmChangelogMedium15 days ago
Highlights Major Node.js 22+ required — support for Node 18, 19, 20, and 21 is dropped, pnpm itself is now pure ESM, and the standalone exe requires glibc 2.27. Supply-chain protection on by default — minimumReleaseAge defaults to 1 day (n…
apitoolingdeveloper-workflow43
pnpmChangelogMedium18 days ago
Major Changes CLI Output Use cleaner output for script execution. Print $ command instead of > pkg@version stage path\n> command. Show project name and path only when running in a different directory. The $ command line is printed to stder…
apitoolingdeveloper-workflow43
pnpmChangelogMedium20 days ago
Major Changes CLI Output Use cleaner output for script execution. Print $ command instead of > pkg@version stage path\n> command. Show project name and path only when running in a different directory. The $ command line is printed to stder…
apitoolingdeveloper-workflow43