Skip to content

Latest commit

 

History

History
220 lines (111 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

220 lines (111 loc) · 10.9 KB

Changelog

6.4.0 (2023-10-06)

Features

  • ecda95a #6841 add npm sbom command (#6841) (@bdehamer)
  • 66ef765 #6776 Add --cpu and --os option to override platform specific install (#6776) (@yukukotani)

6.2.1 (2023-06-21)

Bug Fixes

  • e722439 #6497 move all definitions to @npmcli/config package (@lukekarrys)

6.2.0 (2023-05-31)

Features

  • a63a6d8 #6490 add provenanceFile option for libnpmpublish (@bdehamer)
  • 2a8f4f2 #6490 add new exclusive config item publish-file (@wraithgar)

6.1.7 (2023-05-17)

Bug Fixes

  • 7ade93d #6443 Remove duplicates in config warnings (#6443) (@kashyapkaki)

6.1.6 (2023-04-19)

Bug Fixes

  • c7fe1c7 #6328 save raw data to file, not parsed data (@wraithgar)
  • 667cff5 #6328 move to private attributes where possible (@wraithgar)

Dependencies

6.1.5 (2023-03-30)

Bug Fixes

6.1.4 (2023-03-14)

Bug Fixes

  • 968f63a #6236 parse date objects from config files (#6236) (@wraithgar)

6.1.3 (2023-02-07)

Dependencies

6.1.2 (2023-02-01)

Bug Fixes

  • 328c3d8 #6093 repair config items using raw values when possible (@nlf)

Dependencies

6.1.1 (2023-01-12)

Bug Fixes

  • 450e50f evaluate configs in command class (@lukekarrys)

6.1.0 (2022-11-02)

Features

  • 706b3d3 #5779 set --no-audit when installing outside of a project (like --global) (@fritzy)
  • 586e78d empty commit to trigger all workspace releases (@lukekarrys)

Dependencies

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