Skip to content

Commit 4e9eb8e

Browse files
escapedcatclaude
andcommitted
fix: update dependency conventional-commits-parser to v7
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8a5effa commit 4e9eb8e

5 files changed

Lines changed: 35 additions & 12 deletions

File tree

@commitlint/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@commitlint/utils": "workspace:^",
5252
"@types/node": "^22.0.0",
5353
"@types/yargs": "^17.0.29",
54-
"conventional-commits-parser": "^6.3.0",
54+
"conventional-commits-parser": "^7.0.0",
5555
"es-toolkit": "^1.46.0"
5656
},
5757
"engines": {

@commitlint/parse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@commitlint/types": "workspace:^",
3838
"conventional-changelog-angular": "^8.2.0",
39-
"conventional-commits-parser": "^6.3.0"
39+
"conventional-commits-parser": "^7.0.0"
4040
},
4141
"devDependencies": {
4242
"@commitlint/test": "workspace:^",

@commitlint/rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@commitlint/utils": "workspace:^",
4646
"@types/node": "^22.0.0",
4747
"conventional-changelog-angular": "^8.2.0",
48-
"conventional-commits-parser": "^6.3.0"
48+
"conventional-commits-parser": "^7.0.0"
4949
},
5050
"engines": {
5151
"node": ">=22.12.0"

@commitlint/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"pkg": "pkg-check"
2828
},
2929
"dependencies": {
30-
"conventional-commits-parser": "^6.3.0",
30+
"conventional-commits-parser": "^7.0.0",
3131
"picocolors": "^1.1.1"
3232
},
3333
"devDependencies": {

pnpm-lock.yaml

Lines changed: 31 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)