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:
- pnpm outdated: selection by pattern is supported. For instance:
pnpm outdated @types/*
(#1949, #1950)
Bug Fixes
pnpm run cmd -- -h
should pass-h
tocmd
(#1956)