Socket
Socket
Sign inDemoInstall

@lmc-eu/commitlint-config

Package Overview
Dependencies
7
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.12 to 1.0.13

14

CHANGELOG.md

@@ -6,2 +6,16 @@ # Change Log

<a name="1.0.13"></a>
## [1.0.13](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/commitlint-config@1.0.12...@lmc-eu/commitlint-config@1.0.13) (2022-09-23)
### Bug Fixes
- **commitlint-config:** Should depend on more general `conventional-changelog-lmc` (fixes [#46](https://github.com/lmc-eu/code-quality-tools/issues/46)) ([715a536](https://github.com/lmc-eu/code-quality-tools/commit/715a536))
### Dependencies
- Update dependency @commitlint/config-conventional to v17 ([8b35fc4](https://github.com/lmc-eu/code-quality-tools/commit/8b35fc4))
**Note:** Version bump only for package @lmc-eu/commitlint-config
<a name="1.0.12"></a>

@@ -8,0 +22,0 @@

2

index.js
module.exports = {
extends: ['@commitlint/config-conventional'],
parserPreset: '@lmc-eu/conventional-changelog-lmc-bitbucket',
parserPreset: '@lmc-eu/conventional-changelog-lmc',
ignores: [(commit) => commit.includes('[CI-SKIP]')],

@@ -5,0 +5,0 @@ rules: {

{
"name": "@lmc-eu/commitlint-config",
"version": "1.0.12",
"version": "1.0.13",
"description": "LMC's configuration for commitlint",

@@ -25,6 +25,6 @@ "keywords": [

"dependencies": {
"@commitlint/config-conventional": "^16.0.0",
"@lmc-eu/conventional-changelog-lmc-bitbucket": "^1.3.7"
"@commitlint/config-conventional": "^17.0.0",
"@lmc-eu/conventional-changelog-lmc": "^1.0.1"
},
"gitHead": "d9948d3b403667cb3e7576f22b87a7521917835c"
"gitHead": "9f12273b60c0a130cc9569fe19207a3b4dc39e35"
}
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