🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@commitlint/prompt

Package Overview
Dependencies
Maintainers
4
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/prompt - npm Package Versions

1
10111314

5.2.6

Diff
marionebl
published 5.2.6 •

Changelog

Source

5.2.6 (2017-12-21)

Bug Fixes

  • ignore semver commits with chore type (cdbb085), closes #198

<a name="5.2.5"></a>

marionebl
published 5.2.5 •

Changelog

Source

5.2.5 (2017-12-08)

Bug Fixes

<a name="5.2.4"></a>

marionebl
published 5.2.4 •

Changelog

Source

5.2.4 (2017-12-08)

Note: Version bump only for package @commitlint/root

<a name="5.2.3"></a>

marionebl
published 5.3.0-0 •
marionebl
published 5.2.0 •

Changelog

Source

5.2.0 (2017-11-30)

Bug Fixes

  • consider pull requests from forks (4653c2c)

Features

  • babel-preset-commitlint: add jsx tranform (#163) (5190241)

<a name="5.1.3"></a>

marionebl
published 5.1.2 •

Changelog

Source

5.1.2 (2017-11-24)

Bug Fixes

  • prompt: apply forced cases properly (3a569a7), closes #145

<a name="5.1.1"></a>

marionebl
published 5.1.1 •

Changelog

Source

5.1.1 (2017-11-24)

Bug Fixes

<a name="5.1.0"></a>

marionebl
published 5.0.1 •

Changelog

Source

5.0.1 (2017-11-19)

Bug Fixes

  • core: fall back to globally installed config if available (#127) (8612eb3)

<a name="5.0.0"></a>

marionebl
published 5.0.0 •

Changelog

Source

5.0.0 (2017-11-18)

Bug fixes

  • core: interprets array values for subject-case correctly

Features

  • config-angular: disallow subject with uppercase first character, #114
  • config-angular-type-enum: remove chore type

BREAKING CHANGE

TL;DR

  • chore is no longer a valid commit type
  • subject with leading capitalized letter are forbidden now

Angular has removed the chore type from their conventions as of January 2017

See angular/angular@dff6ee for reference

This removes the previous chore type from the list of allowed types.

Projects using the Angular commit convention will identify commits with chore type as faulty.

Also, formerly working commit messages are now considered problems:

  • type: SOME MESSAGE
  • type: SomeMessage
  • type: Some Message

<a name="4.3.0"></a>

marionebl
published 4.3.0 •

Changelog

Source

4.3.0 (2017-11-08)

Bug Fixes

Features

  • add references-empty rule (4fc8d5d)