What’s New

pnpm

Developer Tools

Fast, disk-space-efficient package manager for JavaScript.

Latest · by pnpmWebsite

Changelog

pnpm 12 Alpha 21

Minor Changes pnpm setup now appends PNPM_HOME and the global bin directory to the GitHub Actions environment files ( GITHUB_ENV and GITHUB_PATH ), so later steps in the same job can run pnpm add --gl…

Changed
  • pnpm setup now appends PNPM_HOME and the global bin directory to the GitHub Actions environment files (GITHUB_ENV and GITHUB_PATH) so later steps in the same job can run pnpm add --global and other commands

pnpm 12 Alpha 20

Patch Changes Close three CLI parity gaps with the TypeScript pnpm CLI: --registry is now accepted on every command as a universal rc-option, not only through --config.registry= ( pnpm view pnpm dist-…

Added
  • --registry is now accepted on every command as a universal rc-option, not only through --config.registry=

pnpm 12 Alpha 19

Minor Changes Added a new setting, update.githubActionsServer , for specifying the base URL of the GitHub server that hosts the repositories of the GitHub Actions referenced by the workflow files (for…

Added
  • Add a new setting update.githubActionsServer for specifying the base URL of the GitHub server that hosts the repositories of the GitHub Actions referenced by the workflow files

pnpm 11.17

Minor Changes Added a new setting, update.githubActionsServer , for specifying the base URL of the GitHub server that hosts the repositories of the GitHub Actions referenced by the workflow files (for…

Added
  • Add a new setting, update.githubActionsServer, for specifying the base URL of the GitHub server that hosts the repositories of the GitHub Actions referenced by the workflow files

pnpr 0.1.0-alpha.5

Patch Changes Fixed catalog: references in dependencies and overrides failing to resolve when installing through a pnpr server, which errored with "No catalog entry '' was found for catalog 'default'.…

Fixed
  • Fix catalog references in dependencies and overrides failing to resolve when installing through a pnpr server with error "No catalog entry '' was found for catalog 'default'

pnpm 11.16

Minor Changes The first release of a package now publishes the version written in its manifest verbatim, instead of bumping off it. pnpm version -r and pnpm change status check the registry for each r…

Changed
  • The first release of a package now publishes the version written in its manifest verbatim, instead of bumping off it

pnpm 12 Alpha 18

Minor Changes The first release of a package now publishes the version written in its manifest verbatim, instead of bumping off it. pnpm version -r and pnpm change status check the registry for each r…

Changed
  • The first release of a package now publishes the version written in its manifest verbatim, instead of bumping off it

pnpm 12 Alpha 17

Minor Changes Added support for alias-less Git dependency adds, preserved locked Git commits during unrelated dependency changes, and reported Git package versions in install logs. pnpm list and pnpm…

Added
  • Support for alias-less Git dependency adds
  • Report Git package versions in install logs
Changed
  • Preserve locked Git commits during unrelated dependency changes

pnpm 12 Alpha 16

Minor Changes Completed pnpm runtime installation parity for Node.js, Deno, and Bun, including runtime failure policy, target architecture selection, and dependency runtime engines. Runtime failure ov…

Added
  • Complete pnpm runtime installation parity for Node.js, Deno, and Bun, including runtime failure policy, target architecture selection, and dependency runtime engines