Skip to content

Latest commit

 

History

History
133 lines (63 loc) · 5.96 KB

CHANGELOG.md

File metadata and controls

133 lines (63 loc) · 5.96 KB

Changelog

6.0.1 (2022-10-17)

Dependencies

  • dca20cc #99 bump @npmcli/map-workspaces from 2.0.4 to 3.0.0
  • fc42456 #100 bump proc-log from 2.0.1 to 3.0.0

6.0.0 (2022-10-13)

⚠️ BREAKING CHANGES

  • this module no longer attempts to change file ownership automatically

Features

  • 805535f #96 do not alter file ownership (#96) (@nlf)

Dependencies

  • c62c19c #95 bump read-package-json-fast from 2.0.3 to 3.0.0

5.0.0 (2022-10-06)

⚠️ BREAKING CHANGES

  • unscoped auth configuration is no longer automatically scoped to a registry. the validate method is no longer called automatically. the _auth configuration key is no longer split into username and _password. errors will be thrown by validate() if problems are found.
  • @npmcli/config is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 344ccd3 #92 throw errors for invalid auth configuration (#92) (@nlf)
  • aa25682 #87 postinstall for dependabot template-oss PR (@lukekarrys)

4.2.2 (2022-08-25)

Bug Fixes

  • warn on bare auth related configs (#78) (d4e582a)

4.2.1 (2022-08-09)

Bug Fixes

Dependencies

4.2.0 (2022-07-18)

Features

  • detect registry-scoped certfile and keyfile options (#69) (e58a4f1)

4.1.0 (2022-04-13)

Features

4.0.2 (2022-04-05)

Bug Fixes

  • replace deprecated String.prototype.substr() (#59) (43893b6)

Dependencies

  • bump ini from 2.0.0 to 3.0.0 (#60) (965e2a4)
  • update @npmcli/map-workspaces requirement from ^2.0.1 to ^2.0.2 (#49) (9a0f182)

4.0.1 (2022-03-02)

Bug Fixes

  • skip workspace detection when in global mode (#47) (bedff61)

Dependencies

  • update @npmcli/map-workspaces requirement from ^2.0.0 to ^2.0.1 (#43) (c397ab8)

4.0.0 (2022-02-14)

⚠ BREAKING CHANGES

  • drop support for the log option

Features

Bug Fixes

3.0.1 (2022-02-10)

Dependencies

  • update semver requirement from ^7.3.4 to ^7.3.5 (2cb225a)
  • use proc-log instead of process.emit (fd4cd42)

3.0.0 (2022-02-01)

⚠ BREAKING CHANGES

  • this drops support for node10 and non-LTS versions of node12 and node14

Features

  • automatically detect workspace roots (#28) (a3dc623)

Bug Fixes