Skip to content

Commit 99910cc

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

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

Diff for: 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,

Diff for: package-lock.json

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

Diff for: package.json

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

0 commit comments

Comments
 (0)