fix: commitlint fixed

This commit is contained in:
2025-11-28 12:21:55 +01:00
parent 1cdccaeb29
commit 43bb503253
5 changed files with 46 additions and 24 deletions

24
deno.lock generated
View File

@@ -4,7 +4,7 @@
"jsr:@std/assert@1": "1.0.14",
"jsr:@std/internal@^1.0.10": "1.0.10",
"npm:@commitlint/cli@^20.1.0": "20.1.0",
"npm:@commitlint/config-conventional@20": "20.0.0",
"npm:commitlint@*": "20.1.0",
"npm:lint-staged@*": "16.2.7",
"npm:lint-staged@^16.2.7": "16.2.7"
},
@@ -44,13 +44,6 @@
],
"bin": true
},
"@commitlint/config-conventional@20.0.0": {
"integrity": "sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw==",
"dependencies": [
"@commitlint/types",
"conventional-changelog-conventionalcommits"
]
},
"@commitlint/config-validator@20.0.0": {
"integrity": "sha512-BeyLMaRIJDdroJuYM2EGhDMGwVBMZna9UiIqV9hxj+J551Ctc6yoGuGSmghOy/qPhBSuhA6oMtbEiTmxECafsg==",
"dependencies": [
@@ -271,6 +264,14 @@
"commander@14.0.2": {
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ=="
},
"commitlint@20.1.0": {
"integrity": "sha512-3W3CTUpZl6R98UquFiZA/C9yGdzGJU2rmVIXlx6tvKNX8hzLuiPsoZINFfzKnfCnaSP07Xys5aXP+FE7vXZmEg==",
"dependencies": [
"@commitlint/cli",
"@commitlint/types"
],
"bin": true
},
"compare-func@2.0.0": {
"integrity": "sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==",
"dependencies": [
@@ -284,12 +285,6 @@
"compare-func"
]
},
"conventional-changelog-conventionalcommits@7.0.2": {
"integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==",
"dependencies": [
"compare-func"
]
},
"conventional-commits-parser@5.0.0": {
"integrity": "sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==",
"dependencies": [
@@ -739,7 +734,6 @@
"dependencies": [
"jsr:@std/assert@1",
"npm:@commitlint/cli@^20.1.0",
"npm:@commitlint/config-conventional@20",
"npm:lint-staged@^16.2.7"
]
}