Skip to content

deps: upgrade npm to 10.0.0-pre.0

Rodrigo Muino Tomonari requested to merge github/fork/npm/npm-v10.0.0-pre.0 into main

🚨 This is a draft PR to do integration tests between the latest npm v10 release candidate and Node.js. Please feel free to leave any comments in this PR or https://github.com/nodejs/Release/issues/884 🚨

10.0.0-pre.0 (2023-07-26)

️ BREAKING CHANGES

  • the "ci-name" config has been removed
  • npm no longer treats missing scripts as a special case in workspace mode. Use if-present to ignore missing scripts.
  • npm now supports node ^18.17.0 || >=20.5.0

Features

Bug Fixes

  • e0d3edd #6641 remove "ci-name" config (@wraithgar)
  • 0318f44 #6641 remove implicit if-present logic from run-script workspaces (@wraithgar)

Documentation

  • e5338af #6672 remove link to deprecated npm set-script command (#6672) (@emmanuel-ferdman)

Dependencies

Merge request reports

Loading