npm pnpm 3.7.0

latest releases: 8.15.8, 9.1.0-0, 9.0.6...
4 years ago

Features

  • the workspace: protocol (like in Yarn v2). When this protocol is used pnpm will refuse to resolve to anything else than a local workspace package. The workspace protocol should be followed by a semver range. For instance, "foo": "workspace:^1.2.3"
    (via #1920)
  • pnpm list improvements:
    • the dev-only and optional-only dependencies are colored (#1094, #1937)
      image
    • search by pattern is supported. For example: pnpm ls babel-* (#1303)
    • added support for the --json flag (#1915, #1900)
  • pnpm outdated: selection by pattern is supported. For instance: pnpm outdated @types/* (#1949, #1950)

Bug Fixes

  • pnpm run cmd -- -h should pass -h to cmd (#1956)

Don't miss a new pnpm release

NewReleases is sending notifications on new releases.