Skip to content

Releases: tclindner/npm-package-json-lint

v5.2.3

16 Aug 15:52
e59afea
Compare
Choose a tag to compare

🙈 Fixed

  • fix: fix some type errors and follow best practice (#484) Thank you, @xboy2012

🔒 Security

  • Bump path-parse from 1.0.6 to 1.0.7 (#483)

🧹 Chores

  • Bump chalk from 4.1.1 to 4.1.2 (#479)

v5.2.2

23 Jul 17:30
7ae8077
Compare
Choose a tag to compare

🙈 Fixed

v5.2.1

23 Jul 04:20
75559fd
Compare
Choose a tag to compare

🙈 Fixed

  • Fix node_modules folders not getting ignored (#345) Thank you @kenrick95 🎉

v5.2.0

23 Jul 04:14
2aaa72b
Compare
Choose a tag to compare

🚀 Added

  • Add type definitions. (#469) Shout out to @yeldiRium for adding them.

👑 Changed

  • Bump ignore from 5.1.4 to 5.1.8 (#277, #278, #281, & #282)
  • Bump globby from 11.0.0 to 11.0.4 (#283, #384, #407, & #455)
  • Bump chalk from 4.0.0 to 4.1.1 (#288 & #422)
  • Bump lodash from 4.17.15 to 4.17.21 (#310 & #428)
  • Bump ajv from 6.12.2 to 6.12.6 (#305, #326, #336, & #349)
  • Bump strip-json-comments from 3.1.0 to 3.1.1 (#309)
  • Bump jsonc-parser from 2.2.1 to 2.3.1 (#306 & #339)
  • Bump is-plain-obj from 2.1.0 to 3.0.0 (#352)
  • Bump semver from 7.3.2 to 7.3.5 (#370 & #406)
  • Bump node-notifier from 8.0.0 to 8.0.1 (#379)
  • Bump log-symbols from 4.0.0 to 4.1.0 (#404)
  • Bump y18n from 4.0.0 to 4.0.1 (#410)
  • Bump hosted-git-info from 2.8.5 to 2.8.9 (#430)
  • Bump trim-newlines from 3.0.0 to 3.0.1 (#451)
  • Bump glob-parent from 5.1.0 to 5.1.2 (#452)

v5.1.0

26 Apr 23:57
de4115c
Compare
Choose a tag to compare

🚀 Added

New rule:

👑 Changes

  • Bump semver from 7.3.0 to 7.3.2 (#250 & #251)
  • Bump ajv from 6.12.0 to 6.12.2 (#253 & #255)
  • Bump log-symbols from 3.0.0 to 4.0.0 (#257)

v5.0.0

12 Apr 16:09
1b623c8
Compare
Choose a tag to compare

Primarily focused on maintenance and Node.js v8 and v9 deprecation.

💥 Breaking Changes

👑 Changes

  • Bump semver from 7.1.2 to 7.2.2 (#210)
  • Bump meow from 6.0.0 to 6.1.0 (#211)
  • Bump ajv from 6.11.0 to 6.12.0 (#215)
  • Bump jsonc-parser from 2.2.0 to 2.2.1 (#214)
  • Bump strip-json-comments from 3.0.1 to 3.1.0 (#233)
  • Bump chalk from 3.0.0 to 4.0.0 (#230)
  • Bump plur from 3.1.1 to 4.0.0 (#212)
  • Bump globby from 10.0.1 to 11.0.0 (#191)

🚀 Added

New rule:

v5.0.0-beta.1

12 Apr 15:50
6eeea85
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

Primarily focused on maintenance and Node.js v8 and v9 deprecation.

💥 Breaking Changes

👑 Changes

  • Bump semver from 7.1.2 to 7.2.2 (#210)
  • Bump meow from 6.0.0 to 6.1.0 (#211)
  • Bump ajv from 6.11.0 to 6.12.0 (#215)
  • Bump jsonc-parser from 2.2.0 to 2.2.1 (#214)
  • Bump strip-json-comments from 3.0.1 to 3.1.0 (#233)
  • Bump chalk from 3.0.0 to 4.0.0 (#230)
  • Bump plur from 3.1.1 to 4.0.0 (#212)
  • Bump globby from 10.0.1 to 11.0.0 (#191)

🚀 Added

New rule:

v4.6.0

03 Feb 03:34
972f673
Compare
Choose a tag to compare

🚀 Added

  • New forbidEndingPeriod option for description-format (see #196). (#207)

Thank you @piranna for suggesting the idea 💡

v4.5.2

03 Feb 01:44
b27e135
Compare
Choose a tag to compare

🙈 Fixed

  • Ignore node_modules during file globbing (see #168). (#206)

Thank you @geoffdutton for reporting this issue 🙌

👑 Changed

  • Bump semver from 7.1.1 to 7.1.2 (#204)

v4.5.1

30 Jan 03:50
a4d6e7c
Compare
Choose a tag to compare

🙈 Fixed

  • Resolved an issue with file path slashes on Windows (#201)

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

👑 Changed

  • Bumped semver from 7.0.0 to 7.1.1 (#186)
  • Bumped ajv from 6.10.2 to 6.11.0 (#197)
  • Bumped is-plain-obj from 2.0.0 to 2.1.0 (#198)