Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot a0107f432f chore(deps): update dependency conventional-commits-parser to v7
renovate/stability-days Updates have met minimum release age requirement
CI / Dry-Run Prerelease (pull_request) Failing after 1m3s
CI / Dry-Run (pull_request) Failing after 1m3s
CI / Check Dist (pull_request) Successful in 2m55s
CI / Test (pull_request) Failing after 4m46s
2026-07-03 19:59:39 +00:00
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "3.0.1",
"conventional-commits-parser": "7.0.1"
"conventional-commits-parser": "7.0.0"
},
"devDependencies": {
"@types/conventional-commits-parser": "5.0.2",
@@ -2486,9 +2486,9 @@
"license": "MIT"
},
"node_modules/conventional-commits-parser": {
"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==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.0.0.tgz",
"integrity": "sha512-dZe/p+FgGQLNJFqaCgNdl8j6a7gI8xuaN30Wy5g7nvyK3jqOpNUEUZ3pGJ5D68h89uRh038FtkeOk/bnGmYkmg==",
"license": "MIT",
"dependencies": {
"@simple-libs/stream-utils": "^2.0.0",
+1 -1
View File
@@ -22,6 +22,6 @@
},
"dependencies": {
"@actions/core": "3.0.1",
"conventional-commits-parser": "7.0.1"
"conventional-commits-parser": "7.0.0"
}
}