Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

57 lines (30 loc) · 3.05 KB

Changelog

4.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • @npmcli/git is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 84d1268 #85 postinstall for dependabot template-oss PR (@lukekarrys)

Dependencies

3.0.2 (2022-08-15)

Bug Fixes

3.0.1 (2022-04-05)

Bug Fixes

  • replace deprecated String.prototype.substr() (#68) (b146f20)

Dependencies

  • bump @npmcli/promise-spawn from 1.3.2 to 3.0.0 (#69) (d8f4488)
  • update lru-cache requirement from ^7.3.1 to ^7.4.0 (#50) (3beb9a2)
  • update lru-cache requirement from ^7.4.0 to ^7.4.1 (#55) (17c1e8a)
  • update lru-cache requirement from ^7.4.1 to ^7.4.2 (#56) (eeb67f4)
  • update lru-cache requirement from ^7.4.2 to ^7.4.4 (#57) (24dff2f)

3.0.0 (2022-02-16)

⚠ BREAKING CHANGES

  • this drops support for the log property and all logs are now emitted on the process object via proc-log.
  • this drops support for node10 and non-LTS versions of node12 and node14.

Features

  • use proc-log instead of process.emit and drop support for log property (#41) (70fc3c4)

Dependencies

  • @npmcli/template-oss@2.7.1 (#39) (2f4154a)
  • bump lru-cache from 6.0.0 to 7.3.1 (#45) (ca9ccde)
  • bump npm-pick-manifest from 6.1.1 to 7.0.0 (#46) (294da31)