Skip to content

Commit 50205da

Browse files
nsheapsclaude
andauthored
fix: add missing peer dependencies for @conventional-changelog/git-client (#7)
Add conventional-commits-filter and conventional-commits-parser as devDependencies to satisfy the peer dependency requirements of @conventional-changelog/git-client, fixing the release-it CI failure. https://claude.ai/code/session_01T86DP2SbrBNJa3ErNgr8Nu Co-authored-by: Claude <noreply@anthropic.com>
1 parent 9898ba0 commit 50205da

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
"devDependencies": {
1212
"@release-it/conventional-changelog": "^10.0.0",
1313
"conventional-changelog-conventionalcommits": "^9.3.0",
14+
"conventional-commits-filter": "^5.0.0",
15+
"conventional-commits-parser": "^6.1.0",
1416
"release-it": "^19.2.4"
1517
},
1618
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,6 +1516,8 @@ __metadata:
15161516
dependencies:
15171517
"@release-it/conventional-changelog": "npm:^10.0.0"
15181518
conventional-changelog-conventionalcommits: "npm:^9.3.0"
1519+
conventional-commits-filter: "npm:^5.0.0"
1520+
conventional-commits-parser: "npm:^6.1.0"
15191521
release-it: "npm:^19.2.4"
15201522
languageName: unknown
15211523
linkType: soft

0 commit comments

Comments
 (0)