fix(release): add conventional-changelog-conventionalcommits dependency

Add missing conventional-changelog-conventionalcommits package required
by semantic-release for commit analysis.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
tianyao 2026-04-24 04:31:25 +00:00
parent c59ad0a5ec
commit 423ca4165a
2 changed files with 15 additions and 0 deletions

14
package-lock.json generated
View file

@ -21,6 +21,7 @@
"@types/node": "^24.0.0",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/ui": "^4.1.2",
"conventional-changelog-conventionalcommits": "^9.3.1",
"esbuild": "0.28.0",
"eslint-plugin-obsidianmd": "0.1.9",
"globals": "14.0.0",
@ -3855,6 +3856,19 @@
"node": ">=18"
}
},
"node_modules/conventional-changelog-conventionalcommits": {
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.1.tgz",
"integrity": "sha512-dTYtpIacRpcZgrvBYvBfArMmK2xvIpv2TaxM0/ZI5CBtNUzvF2x0t15HsbRABWprS6UPmvj+PzHVjSx4qAVKyw==",
"dev": true,
"license": "ISC",
"dependencies": {
"compare-func": "^2.0.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/conventional-changelog-writer": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-8.4.0.tgz",

View file

@ -26,6 +26,7 @@
"@types/node": "^24.0.0",
"@vitest/coverage-v8": "^4.1.5",
"@vitest/ui": "^4.1.2",
"conventional-changelog-conventionalcommits": "^9.3.1",
"esbuild": "0.28.0",
"eslint-plugin-obsidianmd": "0.1.9",
"globals": "14.0.0",