Skip to content

Latest commit

 

History

History
167 lines (91 loc) · 9.61 KB

CHANGELOG.md

File metadata and controls

167 lines (91 loc) · 9.61 KB

Changelog

5.0.7 (2024-05-04)

Bug Fixes

Chores

  • 3a54aa9 #186 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • ea26e3a #186 postinstall for dependabot template-oss PR (@lukekarrys)
  • b7ab170 #184 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

5.0.6 (2024-04-12)

Dependencies

5.0.5 (2024-04-08)

Bug Fixes

  • d9bf355 #180 use fs/promises instead of util.promisify (#180) (@lukekarrys)

5.0.4 (2023-12-19)

Bug Fixes

  • c398872 #176 lazy load of which module (#176) (@thecodrr)

Chores

  • 46192f5 #175 postinstall for dependabot template-oss PR (@lukekarrys)
  • 51011f8 #175 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • 8b1d897 #173 postinstall for dependabot template-oss PR (@lukekarrys)
  • 157ed48 #173 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
  • 0d06a9f #154 postinstall for dependabot template-oss PR (@lukekarrys)
  • b425d28 #154 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
  • ecc938a #152 postinstall for dependabot template-oss PR (@lukekarrys)
  • 72430ad #152 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])

5.0.3 (2023-08-30)

Dependencies

  • 5d5a6ed #150 bump @npmcli/promise-spawn from 6.0.2 to 7.0.0

5.0.2 (2023-08-30)

Dependencies

5.0.1 (2023-08-15)

Dependencies

  • 25fb1d1 #146 bump npm-pick-manifest from 8.0.2 to 9.0.0

5.0.0 (2023-08-14)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

4.1.0 (2023-06-06)

Features

  • f73ed8d #135 add option to stop git.find at a directory (#135) (@lukekarrys)

Bug Fixes

  • d5a99e3 #137 dont default find root option to anything (@lukekarrys)

4.0.4 (2023-03-08)

Dependencies

4.0.3 (2022-11-01)

Dependencies

  • 1d9ca2a #105 bump @npmcli/promise-spawn from 5.0.0 to 6.0.0 (#105)
  • 1103697 #104 bump which from 2.0.2 to 3.0.0 (#104)

4.0.2 (2022-10-26)

Dependencies

  • 96c168e #100 bump @npmcli/promise-spawn from 4.0.0 to 5.0.0 (#100)

4.0.1 (2022-10-17)

Dependencies

  • 4eff9fe #94 bump @npmcli/promise-spawn from 3.0.0 to 4.0.0 (#94)
  • 496d1cb #96 bump npm-pick-manifest from 7.0.2 to 8.0.0 (#96)

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)