Skip to content

Releases: tclindner/npm-package-json-lint

v4.5.0

15 Dec 23:39
435f033
Compare
Choose a tag to compare

🚀 Added

New rules:

👑 Changed

  • Bumped meow from 5.0.0 to 6.0.0. (#178).
  • Bumped semver from 6.3.0 to 7.0.0. (#181).

v4.4.0

05 Dec 03:57
9113996
Compare
Choose a tag to compare

🚀 Added

cli:

  • New allowEmptyTargets cli option. (#173).

Thank you @mrmlnc for adding the new cli option. 🙌

v4.3.0

05 Dec 02:55
a39ca63
Compare
Choose a tag to compare

🚀 Added

New rules:

👑 Changed

  • Bumped chalk from 2.4.2 to 3.0.0. (#161).

Thank you @miripiruni for creating the new rules 🙌 🎉

v4.2.0

17 Nov 00:12
6fe32e6
Compare
Choose a tag to compare

🚀 Added

New rules:

👑 Changed

Thank you @aaroncadrian for logging the enhancements 🙌

v4.1.1

15 Nov 02:32
9e52497
Compare
Choose a tag to compare

🙈 Fixed

  • Resolved an issue with description-format that caused the linter to error when the package.json description was an empty string. (#163).

Huge shout-out to @tomtomsen for identifying and fixing this issue 🎉

v4.1.0

10 Nov 04:50
928a1d3
Compare
Choose a tag to compare

v4.0.5

10 Nov 03:07
279c63f
Compare
Choose a tag to compare

🙈 Fixed

  • Resolved an issue with path separators after upgrading to globby v10.0.0. (#152) Reported by @mhohmeier.

v4.0.4

10 Nov 02:42
f026d1b
Compare
Choose a tag to compare

🙈 Fixed

  • Updated npmpackagejsonlint in prefer-property-order.

📖 Docs

v4.0.3

27 Oct 00:17
6f64b4f
Compare
Choose a tag to compare

🙈 Fixed

  • Resolved an issue where package.json files were not recursively scanned for when the CLI/API pattern was a directory. Ex: /packages would only detect the package.json file in /packages.

v4.0.2

19 Oct 20:16
8725cbb
Compare
Choose a tag to compare

🙈 Fixed

  • Resolved an issue with config schema validation that caused prefer-property-order to fail with valid config. (#142) Reported by @sakthivel-tw.