npm pnpm 7.6.0
v7.6.0

latest releases: 9.11.0, 9.10.0, 9.9.0...
2 years ago

Minor Changes

  • A new setting supported: prefer-symlinked-executables. When true, pnpm will create symlinks to executables in
    node_modules/.bin instead of command shims (but on POSIX systems only).

    This setting is true by default when node-linker is set to hoisted.

    Related issue: #4782.

  • When lockfile-include-tarball-url is set to true, every entry in pnpm-lock.yaml will contain the full URL to the package's tarball #5054.

Patch Changes

  • pnpm deploy should include all dependencies by default #5035.

  • Don't print warnings about file verifications. Just print info messages instead.

  • pnpm publish --help should print the --recursive and --filter options #5019.

  • It should be possible to run exec/run/dlx with the --use-node-version option.

  • pnpm deploy should not modify the lockfile #5071

  • pnpm deploy should not fail in CI #5071

  • When auto-install-peers is set to true, automatically install direct peer dependencies #5028.

    So if your project the next manifest:

    {
      "dependencies": {
        "lodash": "^4.17.21"
      },
      "peerDependencies": {
        "react": "^18.2.0"
      }
    }

    pnpm will install both lodash and react as a regular dependencies.

Our Gold Sponsors

Our Silver Sponsors

What's Changed

New Contributors

Full Changelog: v7.5.2...v7.6.0

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.