npm: arborist-v6.0.0-pre.0 Release

Release date:
November 3, 2022
Previous version:
arborist-v5.6.3 (released November 3, 2022)
Magnitude:
964 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in arborist-v6.0.0-pre.0

lukekarrys
wraithgar
dominikgorczyca
github-actions[bot]
npm-cli-bot

Directory Browser for arborist-v6.0.0-pre.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

6.0.0-pre.0 (2022-09-08)

⚠ BREAKING CHANGES

  • workspaces: all workspace packages are now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • e95017a #5485 feat(workspaces): update supported node engines in package.json (@lukekarrys)
  • 09c46e8 #5324 feat(arborist): allow for selectors and function names with :semver pseudo selector (@nlf)

Bug Fixes

  • fe926ed #5484 fix: don't mark workspaces as invalid if installing links (@wraithgar)
  • 548e70e #5376 fix: link.target setter (@wraithgar)
  • 2db6c08 #5376 fix: loadActual cleanup (@wraithgar)

Documentation

  • 285b39f #5324 docs: add documentation for expanded :semver selector (@nlf)