chore: update miniflare and @cloudflare/workers-types#1452
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
commit: |
Contributor
🚀 Website Preview DeployedYour website preview is ready! Preview URL: https://959ed155-alchemy-website.alchemy-run.workers.dev This preview was built from commit 029d275 🤖 This comment will be updated automatically when you push new commits to this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the repo's Cloudflare toolchain pins:
4.20260329.0→4.20260708.1(root catalog) and4.20260424.0→4.20260708.1(alchemypackage dependency)^4.20260602.1→^5.20260708.1(root catalog; new major released July 2026)Verification
bun tsc -bpasses for the entire workspace (alchemy package, examples, templates) on workers-types v5 — no type breakage from the major bump.alchemy/test/cloudflare/miniflare.test.ts(remote R2 bucket over the local miniflare proxy) passes on miniflare 4.20260708.1.worker.test.ts"json bindings are injected as native types" and "create and test worker with Artifacts binding" pass against real Cloudflare with the updated deps.Note: even workers-types v5 still ships the stale
ArtifactsRepointerface (plain data properties, noinfo()method) that doesn't match the deployed Artifacts runtime, which now returns a JS-RPC handle. That's an upstream types gap — worth reporting to Cloudflare separately.🤖 Generated with Claude Code