Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@commitlint/config-angular

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@commitlint/config-angular - npm Package Versions

1
79

7.0.0

Diff

Changelog

Source

17.0.1 (2022-05-25)

Bug Fixes

  • cli: use core.commentChar from git config with --edit flag (#3191) (e5fee05), closes #3190 #3190 #3190
marionebl
published 6.1.3 •

Changelog

Source

6.2.0 (2018-05-01)

Features

  • print commit message when the message is invalid (86c34f1), closes #222
  • rules: support array for scope-case and type-case (#312) (1f46b9f), closes #307

<a name="6.1.1"></a>

marionebl
published 6.1.2 •

marionebl
published 6.1.0 •

Changelog

Source

6.1.0 (2018-02-03)

Bug Fixes

  • parse: default to angular preset for empty parserOpts (#265) (ccb03b4), closes #262

Features

<a name="6.0.5"></a>

marionebl
published 6.0.4 •

Changelog

Source

6.0.4 (2018-01-31)

Bug Fixes

<a name="6.0.3"></a>

marionebl
published 6.0.3 •

Changelog

Source

6.0.3 (2018-01-31)

Bug Fixes

<a name="6.0.2"></a>

marionebl
published 6.0.2 •

Changelog

Source

6.0.2 (2018-01-12)

Bug Fixes

  • ignore branch merges with multiple newlines (#227) (1f0c5ca)
  • remove typo in error message of type-case (cb577cb)

<a name="6.0.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>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc