pnpm v12.0.0-rc.3

v12.0.0-rc.3Pre-release

pnpm 12 RC 3

Fixed 1
  • Command shims on POSIX now exec a target that has no interpreter instead of waiting on it, fixing incorrect exit codes when a target is killed by a signal
Patch Changes
  • Command shims on POSIX again exec a target that has no interpreter — a runtime binary such as the managed Node.js, or any bin without a shebang — instead of waiting on it. A shim that waited reported a target killed by a signal as exit code 128+N (for example 137 for SIGKILL), so callers that distinguish a signal death from an exit code, such as CI runners and process supervisors, saw the wrong outcome.
View original

Upgraded? How did it go?

Discussion