Skip to content

Releases: tclindner/npm-package-json-lint

v5.3.0

10 Oct 01:47
229429e
Compare
Choose a tag to compare

What's Changed

๐Ÿ‘‘ Changed

๐Ÿ”’ Security

๐Ÿงน Chores

  • GitHub releases config, version based on release tag, dependabot for GitHub actions by @tclindner in #494

New Contributors

  • @shaneog made their first contribution in #493 ๐ŸŽ‰ Thank you!

Full Changelog: v5.2.4...v5.3.0

v5.2.4

18 Sep 16:01
6bb12b9
Compare
Choose a tag to compare

๐Ÿ™ˆ Fixed

  • chore: update type definition for config (#490) - Thank you @xboy2012!!

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 ๐Ÿ’ก