Skip to content

v6.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 11:19
· 2304 commits to main since this release

Minor Changes

  • New command added for running packages in a tempory environment: pnpm dlx <command> ... #3652. This command is replacing pnpx. In pnpm v7 pnpx will be removed, so please use pnpm exec and pnpm dlx instead of pnpx.

Patch Changes

  • Link the package's own binaries before running its lifecycle scripts #3662.
  • Resolve peer dependencies from the root of the workspace when adding a new dependency or updating #3667.
  • Ignore empty shasum in entries in package metadata #3666.
  • Throw a meaningful error if a package has invalid shasum in its metadata #3666.
  • Add run to NO_SCRIPT error example #3660.