Minor Changes
- New setting added:
changed-files-ignore-pattern
. It allows to ignore changed files by glob patterns when filtering for changed projects since the specified commit/branch #3797. - New setting added:
extend-node-path
. When it is set tofalse
, pnpm does not set theNODE_PATH
environment variable in the command shims #3799.
Patch Changes
- Pick the right extension for command files. It is important to write files with .CMD extension on case sensitive Windows drives #3804.