@pega/commitlint-config
Advanced tools
Comparing version 0.4.0 to 0.5.0
11
index.js
@@ -14,5 +14,6 @@ 'use strict'; | ||
headerCorrespondence: ['type', 'scope', 'subject'], | ||
referenceActions: 'AgileStudio:', | ||
referenceActions: ['AgileStudio:'], | ||
issuePrefixes, | ||
issuePrefixesCaseSensitive: true, | ||
noteKeywords: ['BREAKING CHANGE'], | ||
// cSpell:disable | ||
@@ -25,2 +26,4 @@ mergePattern: /^[Mm]erge/, | ||
defaultIgnores: false, | ||
rules: { | ||
@@ -51,3 +54,7 @@ 'type-empty': [2, 'never'], | ||
'@pega/spellcheck': [2, 'always'] | ||
'@pega/spellcheck': [2, 'always'], | ||
'@pega/merge-commit': [2, 'never'], | ||
'@pega/revert-commit': [2, 'never'] | ||
}, | ||
@@ -54,0 +61,0 @@ |
{ | ||
"name": "@pega/commitlint-config", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "Pega front-end commitlint config.", | ||
@@ -12,10 +12,13 @@ "keywords": [ | ||
"main": "index.js", | ||
"dependencies": { | ||
"@commitlint/types": "^11.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@pega/commitlint-plugin": "0.4.0", | ||
"@pega/commitlint-plugin": "0.5.0", | ||
"commitlint": ">=11.0.0" | ||
}, | ||
"devDependencies": { | ||
"@pega/commitlint-plugin": "0.4.0", | ||
"@pega/commitlint-plugin": "0.5.0", | ||
"commitlint": "^11.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13646
47
3
+ Added@commitlint/types@^11.0.0
+ Added@commitlint/types@11.0.0(transitive)
+ Added@pega/commitlint-plugin@0.5.0(transitive)
- Removed@pega/commitlint-plugin@0.4.0(transitive)