You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@pega/commitlint-config

Package Overview
Dependencies
Maintainers
3
Versions
38
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

to
0.17.0

12

index.js

@@ -21,4 +21,4 @@ // @ts-check

mergePattern: /^merge/i,
revertPattern: /^revert/i
}
revertPattern: /^revert/i,
},
},

@@ -47,4 +47,4 @@

actions: ['AgileStudio:'],
caseSensitive: true
}
caseSensitive: true,
},
],

@@ -61,8 +61,8 @@ '@pega/reference-order': [2, 'always', { prefixes: agileStudioPrefixes }],

'@pega/merge-commit': [2, 'never'],
'@pega/revert-commit': [2, 'never']
'@pega/revert-commit': [2, 'never'],
},
plugins: [plugin]
plugins: [plugin],
};
export default config;
{
"name": "@pega/commitlint-config",
"version": "0.16.3",
"version": "0.17.0",
"description": "Pega front-end commitlint config.",

@@ -26,3 +26,3 @@ "keywords": [

"@commitlint/types": "^19.0.3",
"@pega/commitlint-plugin": "0.16.3"
"@pega/commitlint-plugin": "0.17.0"
},

@@ -29,0 +29,0 @@ "devDependencies": {

@@ -19,3 +19,3 @@ # @pega/commitlint-config

module.exports = {
extends: ['@pega/tsconfig/index.json']
extends: ['@pega/tsconfig/index.json'],
};

@@ -22,0 +22,0 @@ ```