npm: v10.0.0-pre.0 Release

Release date:
February 26, 2024
Previous version:
v9.9.3 (released February 28, 2024)
Magnitude:
2,037 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

37 Features Released with v10.0.0-pre.0

Top Contributors in v10.0.0-pre.0

lukekarrys
wraithgar
bdehamer
github-actions[bot]
yukukotani
fvilers
Eomm

Directory Browser for v10.0.0-pre.0

All files are compared to previous version, v9.9.3. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

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

  • b6cf113 #6674 set engines and prerelease for npm 10 (#6674) (@lukekarrys)

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