@commitlint/config-conventional
Advanced tools
Comparing version 17.6.5 to 17.8.1
{ | ||
"name": "@commitlint/config-conventional", | ||
"version": "17.6.5", | ||
"version": "17.8.1", | ||
"description": "Shareable commitlint config enforcing conventional commits", | ||
@@ -36,9 +36,9 @@ "files": [ | ||
"devDependencies": { | ||
"@commitlint/lint": "^17.6.5", | ||
"@commitlint/utils": "^17.4.0" | ||
"@commitlint/lint": "^17.8.1", | ||
"@commitlint/utils": "^17.8.1" | ||
}, | ||
"dependencies": { | ||
"conventional-changelog-conventionalcommits": "^5.0.0" | ||
"conventional-changelog-conventionalcommits": "^6.1.0" | ||
}, | ||
"gitHead": "af2f3a82d38ea0272578c8066565a0e6cf5810b0" | ||
"gitHead": "75b2a1264ac699dbaead2249282b6dca18ae3008" | ||
} |
@@ -139,3 +139,3 @@ > Lint your conventional commits | ||
- **rule**: `always` | ||
- level: `warning` | ||
- **level**: `warning` | ||
@@ -155,3 +155,3 @@ ```sh | ||
- **rule**: `always` | ||
- level: `error` | ||
- **level**: `error` | ||
- **value** | ||
@@ -179,3 +179,3 @@ | ||
- **rule**: `always` | ||
- level: `warning` | ||
- **level**: `warning` | ||
@@ -195,3 +195,3 @@ ```sh | ||
- **rule**: `always` | ||
- level: `error` | ||
- **level**: `error` | ||
- **value** | ||
@@ -198,0 +198,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
9611
+ Addedconventional-changelog-conventionalcommits@6.1.0(transitive)
- Removedconventional-changelog-conventionalcommits@5.0.0(transitive)
- Removedlodash@4.17.21(transitive)
- Removedq@1.5.1(transitive)