Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 9c70813727 chore(deps): update dependency conventional-commits-parser to v7
CI / Test (pull_request) Failing after 18s
CI / Dry-Run (pull_request) Failing after 13s
CI / Dry-Run Prerelease (pull_request) Failing after 11s
CI / Check Dist (pull_request) Successful in 46s
2026-07-07 04:58:15 +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.0"
"conventional-commits-parser": "7.0.1"
},
"devDependencies": {
"@types/conventional-commits-parser": "5.0.2",
@@ -2486,9 +2486,9 @@
"license": "MIT"
},
"node_modules/conventional-commits-parser": {
"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==",
"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",
+1 -1
View File
@@ -22,6 +22,6 @@
},
"dependencies": {
"@actions/core": "3.0.1",
"conventional-commits-parser": "7.0.0"
"conventional-commits-parser": "7.0.1"
}
}