npm: arborist-v10.0.0 Release

Release date:
July 8, 2026
Previous version:
arborist-v10.0.0-pre.2 (released June 29, 2026)
Magnitude:
20 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in arborist-v10.0.0

manzoorwanijk

Directory Browser for arborist-v10.0.0

All files are compared to previous version, arborist-v10.0.0-pre.2. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

10.0.0 (2026-07-08)

โš ๏ธ BREAKING CHANGES

  • npm shrinkwrap is removed, the shrinkwrap config alias is removed, and npm-shrinkwrap.json is no longer loaded or honored at the project root or from inside dependency tarballs. Rename project-root npm-shrinkwrap.json to package-lock.json; use bundleDependencies if you need to ship a locked dependency tree.
  • Preserve https protocol when working with git (#8703)
  • npm now supports node ^22.22.2 || ^24.15.0 || >=26.0.0 ### Features
  • 5b83698 #9737 trigger release process (#9737) (@reggi)