Socket
Socket
Sign inDemoInstall

@commitlint/format

Package Overview
Dependencies
10
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.0 to 7.5.0

34

CHANGELOG.md

@@ -6,4 +6,18 @@ # Change Log

<a name="7.5.0"></a>
# [7.5.0](https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0) (2019-01-31)
### Bug Fixes
* all broken website references ([#564](https://github.com/conventional-changelog/commitlint/issues/564)) ([82eeb5a](https://github.com/conventional-changelog/commitlint/commit/82eeb5a))
* cleanup message for input with no config ([#519](https://github.com/conventional-changelog/commitlint/issues/519)) ([7d9e760](https://github.com/conventional-changelog/commitlint/commit/7d9e760))
* replace all repository references with conventional changelog ([#561](https://github.com/conventional-changelog/commitlint/issues/561)) ([6c3afcd](https://github.com/conventional-changelog/commitlint/commit/6c3afcd))
* replace all website references with conventional changelog ([#563](https://github.com/conventional-changelog/commitlint/issues/563)) ([6b86fb1](https://github.com/conventional-changelog/commitlint/commit/6b86fb1))
<a name="7.4.0"></a>
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
# [7.4.0](https://github.com/conventional-changelog/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)

@@ -13,3 +27,3 @@

* correction to need help link ([#540](https://github.com/marionebl/commitlint/issues/540)) ([fa6168a](https://github.com/marionebl/commitlint/commit/fa6168a))
* correction to need help link ([#540](https://github.com/conventional-changelog/commitlint/issues/540)) ([fa6168a](https://github.com/conventional-changelog/commitlint/commit/fa6168a))

@@ -20,3 +34,3 @@

<a name="7.3.1"></a>
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
## [7.3.1](https://github.com/conventional-changelog/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)

@@ -29,3 +43,3 @@

<a name="7.3.0"></a>
# [7.3.0](https://github.com/marionebl/commitlint/compare/v7.2.1...v7.3.0) (2019-01-11)
# [7.3.0](https://github.com/conventional-changelog/commitlint/compare/v7.2.1...v7.3.0) (2019-01-11)

@@ -35,4 +49,4 @@

* **format:** add new line to result ([#518](https://github.com/marionebl/commitlint/issues/518)) ([f1d443b](https://github.com/marionebl/commitlint/commit/f1d443b)), closes [#504](https://github.com/marionebl/commitlint/issues/504)
* update to security-patched dependency versions ([97c033b](https://github.com/marionebl/commitlint/commit/97c033b))
* **format:** add new line to result ([#518](https://github.com/conventional-changelog/commitlint/issues/518)) ([f1d443b](https://github.com/conventional-changelog/commitlint/commit/f1d443b)), closes [#504](https://github.com/conventional-changelog/commitlint/issues/504)
* update to security-patched dependency versions ([97c033b](https://github.com/conventional-changelog/commitlint/commit/97c033b))

@@ -43,3 +57,3 @@

<a name="7.2.1"></a>
## [7.2.1](https://github.com/marionebl/commitlint/compare/v7.2.0...v7.2.1) (2018-10-11)
## [7.2.1](https://github.com/conventional-changelog/commitlint/compare/v7.2.0...v7.2.1) (2018-10-11)

@@ -52,3 +66,3 @@

<a name="7.2.0"></a>
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
# [7.2.0](https://github.com/conventional-changelog/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)

@@ -61,3 +75,3 @@

<a name="7.1.2"></a>
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
## [7.1.2](https://github.com/conventional-changelog/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)

@@ -70,3 +84,3 @@

<a name="6.1.1"></a>
## [6.1.1](https://github.com/marionebl/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
## [6.1.1](https://github.com/conventional-changelog/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)

@@ -73,0 +87,0 @@

@@ -45,3 +45,3 @@ 'use strict';

const decoration = enabled ? _chalk2.default.gray(sign) : sign;
const commitText = errors.length > 0 ? `\n${input}\n` : input.split('\n')[0];
const commitText = errors.length > 0 ? input : input.split('\n')[0];

@@ -78,3 +78,3 @@ const decoratedInput = enabled ? _chalk2.default.bold(commitText) : commitText;

const decoration = enabled ? _chalk2.default[color](sign) : sign;
const summary = `${decoration} found ${errors.length} problems, ${warnings.length} warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint )\n\n`;
const summary = `${decoration} found ${errors.length} problems, ${warnings.length} warnings \n (Need help? -> https://github.com/conventional-changelog/commitlint#what-is-commitlint )\n\n`;
return [...problems, enabled ? _chalk2.default.bold(summary) : summary];

@@ -81,0 +81,0 @@ }

@@ -19,3 +19,3 @@ 'use strict';

const ok = _chalk2.default.bold(`${_chalk2.default.green('✔')} found 0 problems, 0 warnings \n (Need help? -> https://github.com/marionebl/commitlint#what-is-commitlint )\n\n`);
const ok = _chalk2.default.bold(`${_chalk2.default.green('✔')} found 0 problems, 0 warnings \n (Need help? -> https://github.com/conventional-changelog/commitlint#what-is-commitlint )\n\n`);

@@ -22,0 +22,0 @@ (0, _ava2.default)('does nothing without arguments', t => {

{
"name": "@commitlint/format",
"version": "7.4.0",
"version": "7.5.0",
"description": "Format commitlint reports",

@@ -14,3 +14,2 @@ "main": "lib/index.js",

"pkg": "pkg-check --skip-import",
"lint": "xo",
"start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"",

@@ -39,3 +38,2 @@ "test": "ava -c 4 --verbose",

},
"xo": false,
"engines": {

@@ -46,8 +44,8 @@ "node": ">=4"

"type": "git",
"url": "https://github.com/marionebl/commitlint.git"
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"bugs": {
"url": "https://github.com/marionebl/commitlint/issues"
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"keywords": [

@@ -65,7 +63,7 @@ "conventional-changelog",

"devDependencies": {
"@commitlint/test": "^7.3.1",
"@commitlint/utils": "^7.3.1",
"@commitlint/test": "^7.5.0",
"@commitlint/utils": "^7.5.0",
"ava": "0.22.0",
"babel-cli": "6.26.0",
"babel-preset-commitlint": "^7.3.1",
"babel-preset-commitlint": "^7.5.0",
"babel-register": "6.26.0",

@@ -75,4 +73,3 @@ "concurrently": "3.5.1",

"lodash": "4.17.11",
"rimraf": "2.6.1",
"xo": "0.20.3"
"rimraf": "2.6.1"
},

@@ -79,0 +76,0 @@ "dependencies": {

@@ -62,3 +62,3 @@ > Format commitlint reports

Consult [docs/api](http://marionebl.github.io/commitlint/#/reference-api) for comprehensive documentation.
Consult [docs/api](https://conventional-changelog.github.io/commitlint/#/reference-api) for comprehensive documentation.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc