Skip to content

Commit cc44aa7

Browse files
renovate[bot]wormeymanclaude
authored
chore(deps): update cloudflare worker toolchain (#97)
* chore(deps): update cloudflare worker toolchain * chore(deps): regenerate worker types for workerd 1.20260730.1 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018AB7J1qK6kSBnJJmgDqMst --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eric J <wormeyman@gmail.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 2c2e5da commit cc44aa7

3 files changed

Lines changed: 51 additions & 52 deletions

File tree

pnpm-lock.yaml

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

preview-service/worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@cloudflare/containers": "^0.3.7"
1212
},
1313
"devDependencies": {
14-
"@cloudflare/vitest-pool-workers": "^0.19.0",
14+
"@cloudflare/vitest-pool-workers": "^0.20.0",
1515
"vitest": "^4.1.10",
1616
"wrangler": "^4.115.0"
1717
}

preview-service/worker/worker-configuration.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable */
22
// Generated by Wrangler by running `wrangler types` (hash: d5c32104cadf4e922330480e9d78b1fa)
3-
// Runtime types generated with workerd@1.20260722.1 2026-07-01 nodejs_compat
3+
// Runtime types generated with workerd@1.20260730.1 2026-07-01 nodejs_compat
44
interface __BaseEnv_Env {
55
PREVIEW_CACHE: R2Bucket;
66
FACTORIO_VERSION: "2.1.12";

0 commit comments

Comments
 (0)