Compare commits

...

5 Commits

Author SHA1 Message Date
renovate-bot b7b1f47d06 chore(deps): update dependency oxlint to v1.77.0
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Successful in 9m0s
CI / Build check (pull_request) Successful in 1m1s
2026-08-11 05:42:50 +00:00
renovate-bot cb7fd971b5 chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.15 (#167)
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-08-09 20:22:32 +02:00
renovate-bot f2105e1277 chore(deps): update https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment action to v0.1.45 (#166)
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-08-09 19:51:29 +02:00
t.behrendt ab2971f241 ci(renovate): switch to shared bun-npm config (#162)
Reviewed-on: #162
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-08-06 21:08:29 +02:00
t.behrendt f97bed4bb9 ci: include arch in bun dep cache key (#163)
Fixes issues like [these](https://gitea.t000-n.de/t.behrendt/ts3gotify/actions/runs/12053/jobs/21922) where the ARM64 runner restores a cache created by an AMD64 runner, which has incorrect binaries for oxfmt/oxlnt.

Reviewed-on: #163
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-08-06 21:07:35 +02:00
5 changed files with 6 additions and 12 deletions
+2 -2
View File
@@ -91,12 +91,12 @@ jobs:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@a4f52386bae401ac7a1b20d5706b861a66b833ca # 0.1.44 - uses: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment@691f6247edcdbef73b220312db09553c96d01f88 # 0.1.45
id: tag id: tag
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }} prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@6cf63eee9ef1b152172e0b296c059729ff8f4bda # 0.2.14 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@7fa0cfa299dd79b6677ce8606f9612cd019eb3c6 # 0.2.15
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
- name: Set output - name: Set output
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
with: with:
path: | path: |
node_modules node_modules
key: ${{ runner.os }}-bun-${{ hashFiles('bun.lockb') }} key: ${{ runner.os }}-${{ runner.arch }}-bun-${{ hashFiles('bun.lockb') }}
- name: Install dependencies - name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true' if: steps.cache-deps.outputs.cache-hit != 'true'
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -8,7 +8,7 @@
"devDependencies": { "devDependencies": {
"@types/bun": "latest", "@types/bun": "latest",
"cspell": "10.0.1", "cspell": "10.0.1",
"oxlint": "1.76.0", "oxlint": "1.77.0",
"typescript": "7.0.2" "typescript": "7.0.2"
}, },
"dependencies": { "dependencies": {
+2 -8
View File
@@ -1,13 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>t.behrendt/renovate-configs:common", "local>t.behrendt/renovate-configs:action",
"local>t.behrendt/renovate-configs:action" "local>t.behrendt/renovate-configs:bun-npm"
],
"packageRules": [
{
"matchPackageNames": ["Bun", "oven/bun"],
"groupName": "bun version"
}
] ]
} }