Skip to content

arborist: v10.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 21:21

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