Skip to content

Commit a36bb0f

Browse files
wesmdependabot[bot]claude
authored
build(deps): batch dependabot updates 2026-03-19 (#202)
## Summary Batch of all 9 dependabot PRs from 2026-03-19: - #191 — codecov/codecov-action 5.5.2 → 5.5.3 - #192 — softprops/action-gh-release 2.5.0 → 2.6.1 - #193 — github.com/jackc/pgx/v5 5.7.4 → 5.8.0 - #195 — github.com/mattn/go-sqlite3 1.14.34 → 1.14.37 - #194 — svelte 5.53.11 → 5.54.0 - #196 — @tanstack/virtual-core 3.13.21 → 3.13.23 - #197 — vitest 4.0.18 → 4.1.0 - #198 — jsdom 28.1.0 → 29.0.0 - #199 — vite 7.3.1 → 8.0.1 (with @sveltejs/vite-plugin-svelte 6.2.4 → 7.0.0) ## Test plan - [ ] CI passes (Go tests, frontend build, lint, e2e) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fc39dbd commit a36bb0f

7 files changed

Lines changed: 748 additions & 1043 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Upload coverage
9797
id: codecov
98-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
98+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
9999
with:
100100
files: coverage.out
101101
continue-on-error: true

.github/workflows/desktop-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
cat artifacts/latest.json
354354
355355
- name: Upload installers to versioned release
356-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
356+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
357357
with:
358358
files: |
359359
artifacts/*.dmg

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
fi
151151
152152
- name: Create Release
153-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
153+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
154154
with:
155155
files: |
156156
artifacts/*.tar.gz

0 commit comments

Comments
 (0)