1 Commits

Author SHA1 Message Date
a72b2bdb64 chore(deps): update dependency eslint to v10
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Failing after 16s
2026-04-16 10:18:42 +00:00
3 changed files with 2 additions and 2 deletions

View File

@@ -89,7 +89,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@74d41d9bd9c243f295b53762681c714f3d24fd4c # 0.1.31
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@11c694022eefab5876ac346fc9ffc0464b2548c7 # 0.1.30
id: tag
with:
token: ${{ secrets.GITEA_TOKEN }}

BIN
bun.lockb

Binary file not shown.

View File

@@ -9,7 +9,7 @@
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cspell": "10.0.0",
"eslint": "8.57.1",
"eslint": "10.2.0",
"typescript": "6.0.2",
"@types/bun": "latest"
},