Skip to content

Commit 7cdc4e5

Browse files
committed
build(deps): pin dependency conventional-changelog-conventionalcommits to ^7.0.2
conventional-changelog/commitlint#4069 (comment)
1 parent cd6b9b0 commit 7cdc4e5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import createPreset from '@insurgent/conventional-changelog-preset';
1+
import createPreset from 'conventional-changelog-conventionalcommits';
22

33
const commitLintConfig = {
44
parserPreset: createPreset,

package-lock.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"node": ">=v16"
2121
},
2222
"dependencies": {
23-
"@insurgent/conventional-changelog-preset": "^10.0.0"
23+
"@insurgent/conventional-changelog-preset": "^10.0.0",
24+
"conventional-changelog-conventionalcommits": "^7.0.2"
2425
},
2526
"devDependencies": {
2627
"@commitlint/cli": "19.3.0",

0 commit comments

Comments
 (0)