Skip to content

v3.7.0

Compare
Choose a tag to compare
@zkochan zkochan released this 14 Aug 22:50

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)