Skip to content

Commit 768aef8

Browse files
pmaxhoganclaude
andauthored
build(deps): bump sqlx 0.9, windows-sys 0.61, and 3 GitHub Actions (#18)
Bundles the open Dependabot PRs into one change: - sqlx 0.8.6 -> 0.9.0 (#8): wrap the dynamic table_row_count query string in sqlx::AssertSqlSafe to satisfy 0.9's SqlSafeStr requirement (the name is allow-listed from KNOWN_STATE_TABLES, no caller substring), and regenerate the .sqlx offline cache (0.9 records a new per-column origin field). - windows-sys 0.59 -> 0.61.2 (#10): FILE_RENAME_INFO.ReplaceIfExists is now a Rust bool, so set it to true instead of 1. - googleapis/release-please-action v4 -> v5 (#2) - softprops/action-gh-release v2 -> v3 (#3) - cloudflare/wrangler-action v3 -> v4 (#5) Verified locally on Windows: cargo fmt --check, clippy --all-targets -D warnings, SQLX_OFFLINE cargo check --all-targets, and driven-core tests all pass. Claude-Session: https://claude.ai/code/session_0137BoWLRRPzC9XqA14KHyFU Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 3d30ea3 commit 768aef8

41 files changed

Lines changed: 1095 additions & 477 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy-landing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
# 3. Deploy the whole site (landing + both channels' updates) to CF Pages.
7878
- name: Deploy site to Cloudflare Pages
79-
uses: cloudflare/wrangler-action@v3
79+
uses: cloudflare/wrangler-action@v4
8080
with:
8181
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
8282
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/dev-channel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ jobs:
260260
echo "Collected:"; ls -la "$out" || true
261261
262262
- name: Publish to rolling dev pre-release
263-
uses: softprops/action-gh-release@v2
263+
uses: softprops/action-gh-release@v3
264264
with:
265265
tag_name: dev
266266
name: "Driven dev (rolling)"
@@ -419,7 +419,7 @@ jobs:
419419
# bare `updates/` dir, so the served path keeps the `/updates/` prefix and
420420
# matches the app's `updates/dev/<os>/<arch>/update.json` fetch endpoint.
421421
- name: Deploy dev manifests to Cloudflare Pages
422-
uses: cloudflare/wrangler-action@v3
422+
uses: cloudflare/wrangler-action@v4
423423
with:
424424
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
425425
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
release-please:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: googleapis/release-please-action@v4
25+
- uses: googleapis/release-please-action@v5
2626
with:
2727
# Prefer a PAT / App token (RELEASE_PLEASE_TOKEN) so the release PR is
2828
# authored by a real identity and its CI runs WITHOUT the manual

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
# matches the app's fetch endpoint. Deploying `updates` made its contents the
291291
# Pages root (`/stable/...`), 404ing every updater check.
292292
- name: Deploy manifests to Cloudflare Pages
293-
uses: cloudflare/wrangler-action@v3
293+
uses: cloudflare/wrangler-action@v4
294294
with:
295295
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
296296
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

.sqlx/query-0407fffc8919287ff83a6d574abcb3320a5ddd4e7c042e9a1e9503a83c16283d.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-08048f3b7b208f504e18ccb78fac1375e44fc90d623c309daba05b5cc57d986e.json

Lines changed: 63 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-12b44fdd644e6d781cc2641b51d4b0fc64490b8c0e282e7b84758efb2f0401b0.json

Lines changed: 77 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-15f86c1ad7ff40a4902159eba280ae9c47b8ea31c5eb295e8e71db48baafc3ae.json

Lines changed: 28 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)