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

Release date:
October 19, 2022
Previous version:
arborist-v6.0.0-pre.4 (released October 5, 2022)
Magnitude:
3,557 Diff Delta
Contributors:
10 total committers
Data confidence:
Commits:

32 Features Released with arborist-v6.0.0-pre.5

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

nlf
lukekarrys
wraithgar
github-actions[bot]
darcyclarke
winterqt
fritzy
shalvah
gennadiygashev
hbrls

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

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.5 (2022-10-19)

⚠️ BREAKING CHANGES

  • deprecate boolean install flags in favor of --install-strategy
    • deprecate --global-style, --global now sets --install-strategy=shallow
    • deprecate --legacy-bundling, now sets --install-strategy=nested
  • this package no longer attempts to change file ownership automatically

Features

  • de2d33f add --install-strategy=hoisted|nested|shallow, deprecate --global-style, --legacy-bundling (#5709) (@fritzy)
  • 475e9b6 #5703 do not alter file ownership (@nlf)

Bug Fixes

  • 1afe5ba account for new npm-package-arg behavior (@wraithgar)

Dependencies