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
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=
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
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
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'
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
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
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