Skip to content

v3.0.0-beta.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@evocateur evocateur released this 29 Mar 01:43
· 1716 commits to main since this release

Bug Fixes

  • exec: Clarify --no-bail option (6e4c6fd)
  • publish: Write temporary annotations once, not repeatedly (6abae76)

Features

  • bootstrap: Inherit stdio during root-only install (fd8c391)
  • bootstrap: Short-circuit when local file: specifiers are detected in the root (d8a8f03)
  • child-process: Allow exec() opts.stdio override (fd84013)
  • npm-install: Allow opts.stdio override (4ba5e74)
  • publish: Execute atomic prepare/prepublishOnly/postpublish lifecycle (#1348) (45efa24)
  • bootstrap: Support optionalDependencies (b73e19d), closes #121
  • npm-run-script: Accept opts.reject (7c5a791)
  • run: Add --no-bail option (893fcc8), closes #1351