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

@pega/commitlint-config

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pega/commitlint-config - npm Package Compare versions

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 @@

9

package.json
{
"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"
}
}
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