Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 2df0330cbd chore(deps): update dependency conventional-commits-parser to v7
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Failing after 14s
CI / Check Dist (pull_request) Successful in 12s
CI / Dry-Run (pull_request) Failing after 11s
CI / Dry-Run Prerelease (pull_request) Failing after 15s
2026-07-13 05:21:00 +00:00
2 changed files with 18 additions and 18 deletions
+17 -17
View File
@@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "3.0.1",
"conventional-commits-parser": "7.1.0"
"conventional-commits-parser": "7.0.1"
},
"devDependencies": {
"@types/conventional-commits-parser": "5.0.2",
@@ -2092,18 +2092,6 @@
"sprintf-js": "~1.0.2"
}
},
"node_modules/argue-cli": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/argue-cli/-/argue-cli-3.1.0.tgz",
"integrity": "sha512-DhBpBfXL4SS2uC0N922MMajKR3CdrTG0u2or1PNYgXMsrSzViJrbtvT0nCLlLGUI0plam/ZZCs7aAauHtW9thw==",
"license": "MIT",
"engines": {
"node": ">=22"
},
"funding": {
"url": "https://ko-fi.com/dangreen"
}
},
"node_modules/babel-jest": {
"version": "30.4.1",
"resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.4.1.tgz",
@@ -2498,13 +2486,13 @@
"license": "MIT"
},
"node_modules/conventional-commits-parser": {
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.1.0.tgz",
"integrity": "sha512-DPp6hkUjvwIivxbkrTiLXeRswNv1A/4GFA2X6scXma0AMa9632V3TwxmrlkUIEtUktiM3Ln+RrSH2xlP3/jUTw==",
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.0.1.tgz",
"integrity": "sha512-6VtskFpPsNkGVk/TY2RnV/MEdKfvCPBtQZN9x8jh9+k5RWBQ+tiaWn5UFCzTr0Dd88iKx7xghxbjBRp5uIzp3g==",
"license": "MIT",
"dependencies": {
"@simple-libs/stream-utils": "^2.0.0",
"argue-cli": "^3.1.0"
"meow": "^14.0.0"
},
"bin": {
"conventional-commits-parser": "dist/cli/index.js"
@@ -3884,6 +3872,18 @@
"tmpl": "1.0.5"
}
},
"node_modules/meow": {
"version": "14.1.0",
"resolved": "https://registry.npmjs.org/meow/-/meow-14.1.0.tgz",
"integrity": "sha512-EDYo6VlmtnumlcBCbh1gLJ//9jvM/ndXHfVXIFrZVr6fGcwTUyCTFNTLCKuY3ffbK8L/+3Mzqnd58RojiZqHVw==",
"license": "MIT",
"engines": {
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/merge-stream": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+1 -1
View File
@@ -22,6 +22,6 @@
},
"dependencies": {
"@actions/core": "3.0.1",
"conventional-commits-parser": "7.1.0"
"conventional-commits-parser": "7.0.1"
}
}