Skip to content

Latest commit

 

History

History
97 lines (50 loc) · 5.27 KB

CHANGELOG.md

File metadata and controls

97 lines (50 loc) · 5.27 KB

Changelog

5.0.0 (2024-08-26)

⚠️ BREAKING CHANGES

  • @npmcli/eslint-config now supports node ^18.17.0 || >=20.5.0

Bug Fixes

  • 043dafe #123 align to npm 10 node engine range (@hashtagchris)

Dependencies

Chores

  • 963a8f7 #123 run template-oss-apply (@hashtagchris)
  • f20c1be #119 bump @npmcli/template-oss from 4.22.0 to 4.23.1 (#119) (@dependabot[bot], @hashtagchris)

4.0.5 (2024-07-01)

Bug Fixes

  • 975e40c #114 remove import/no-unresolved (#114) (@wraithgar)

Chores

  • 567d258 #108 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • a92c2a3 #108 postinstall for dependabot template-oss PR (@lukekarrys)

4.0.4 (2024-05-02)

Bug Fixes

  • 0a04d04 #105 set no-console rule in all lib/ files (@lukekarrys)

4.0.3 (2024-04-21)

Bug Fixes

  • acd463d #103 set args to after-used for no-unused-vars rule (#103) (@lukekarrys)
  • 436f26c #102 don't enforce max-len on comments (#102) (@wraithgar)

Chores

  • f2706f7 #104 postinstall for dependabot template-oss PR (@lukekarrys)
  • 511b2b7 #104 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

4.0.2 (2023-05-09)

Bug Fixes

  • 653976f #67 do not allow importing dev deps from lib/bin (#67) (@tjenkinson)

4.0.1 (2022-11-03)

Dependencies

4.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

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

Features

  • aacbd69 #47 postinstall for dependabot template-oss PR (@lukekarrys)

3.1.0 (2022-07-21)

Features

  • add import, promise, and recommended rules (#34) (e1c01fd)

3.0.1 (2022-03-14)

Bug Fixes

  • ignore tap-snapshots from linting (#21) (eb127fc)

3.0.0 (2022-02-14)

⚠ BREAKING CHANGES

  • this will report lint errors for all variable shadowing except for the common case of t used in tap tests

Features

  • add no-shadow rule as an error (#11) (7af16a8)
  • allow global/native extensions in tests (#9) (5ddad11)