@commitlint/config-conventional
Advanced tools
Comparing version 17.8.1 to 18.4.3
{ | ||
"name": "@commitlint/config-conventional", | ||
"version": "17.8.1", | ||
"version": "18.4.3", | ||
"description": "Shareable commitlint config enforcing conventional commits", | ||
@@ -33,12 +33,12 @@ "files": [ | ||
"engines": { | ||
"node": ">=v14" | ||
"node": ">=v18" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/lint": "^17.8.1", | ||
"@commitlint/utils": "^17.8.1" | ||
"@commitlint/lint": "^18.4.3", | ||
"@commitlint/utils": "^18.4.3" | ||
}, | ||
"dependencies": { | ||
"conventional-changelog-conventionalcommits": "^6.1.0" | ||
"conventional-changelog-conventionalcommits": "^7.0.2" | ||
}, | ||
"gitHead": "75b2a1264ac699dbaead2249282b6dca18ae3008" | ||
"gitHead": "970b806bdd338e8b3e4529f21f20e795e66cd48f" | ||
} |
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
+ Addedconventional-changelog-conventionalcommits@7.0.2(transitive)
- Removedconventional-changelog-conventionalcommits@6.1.0(transitive)