New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

commitlint

Package Overview
Dependencies
Maintainers
4
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commitlint - npm Package Versions

1
911
13

8.0.0

Diff
marionebl
published 8.0.0 •

Changelog

Source

8.0.0

Breaking Changes

  • fix: avoid excessive help text #606 (#637) The commitlint default formatter is now silent for reports without warnings or errors. Scripts relying on the success output of commitlint can restore the former output by specifying the --verbose flag.
marionebl
published 7.6.1 •

Changelog

Source

7.6.1 (2019-05-09)

Bug Fixes

  • ensure format() is available as commonjs default export #645 (ec3da92)
  • handle absolute config paths correctly #647 (49b3a77)
marionebl
published 7.6.0 •

Changelog

Source

7.6.0 (2019-05-06)

Bug Fixes

Features

bycedric
published 7.5.2 •

Changelog

Source

7.5.2 (2019-02-11)

Bug Fixes

  • failing sentence-case for subjects with slashes (#574) (48a8602)
  • cli: replace old links with new organisation links (#578) (4075903)
bycedric
published 7.5.1 •

Changelog

Source

7.5.1 (2019-02-09)

Bug Fixes

  • is-ignored: ignore bitbuckets automatic merge (#573) (e5bdc5c)

<a name="7.5.0"></a>

marionebl
published 7.5.0 •

Changelog

Source

7.5.0 (2019-01-31)

Bug Fixes

  • sentence-case allow upper-case characters in first word (#531) (5a6a4a8), closes #211
  • resolve-extends: override array on extending rules (#470) (#539) (b35000c)
  • all broken website references (#564) (82eeb5a)
  • cleanup message for input with no config (#519) (7d9e760)
  • cli: avoid linebreak in empty input (#523) (3141882)
  • mark optional parameter with undefined (#553) (6720284)
  • replace all repository references with conventional changelog (#561) (6c3afcd)
  • replace all website references with conventional changelog (#563) (6b86fb1)
  • replace old require-uncached with import-fresh (#533) (b636e8c)
  • resolve path to commit message for git submodules (83b1a47)
  • slash in scope #291 (#529) (b2b63e5)
  • store concatenated array to problems variable (#551) (434a70f)

Features

  • add support for git submodules (cc575fa)
  • rule-header-length: show current header length (6d61c4f)

<a name="7.4.0"></a>

bycedric
published 7.4.0 •

Changelog

Source

7.4.0 (2019-01-27)

Bug Fixes

Features

  • rules: create header-case and header-full-stop rules (#547) (4c36cbd)

<a name="7.3.2"></a>

marionebl
published 7.3.2 •

Changelog

Source

7.3.2 (2019-01-15)

Bug Fixes

  • move loadsh to dependencies (1bb66a4)

<a name="7.3.1"></a>

bycedric
published 7.3.1 •

Changelog

Source

7.3.1 (2019-01-11)

Note: Version bump only for package @commitlint/root

<a name="7.3.0"></a>

marionebl
published 7.2.1 •

Changelog

Source

7.2.1 (2018-10-11)

Bug Fixes

<a name="7.2.0"></a>