chore(deps): bump wrangler to ^4.125.0 - #154
Draft
spencer-osbrjp wants to merge 1 commit into
Draft
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WMBXoCMXTwAYxYagyZprw8
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.
From/To:
^4.123.0→^4.125.0(minor bump, upstream breaking changes noted below)What changed (per wrangler CHANGELOG.md):
connecttrigger, behindexperimentalcompat flag); container preview deployments via newpreviews.containersconfig block; automatic parent Worker creation inwrangler preview;WorkflowInstance.delete()/ batch deletion@cloudflare/deploy-helpersto@cloudflare/workers-utils;--date-start/--date-endflags forwrangler workflows instances list; newobservability.redact_query_stringconfig option; exact bundle-size reporting on deployBreaking changes: Upstream notes two breaking changes in 4.124.0: (1)
unstable_printBindingsnow takes bindings + an options object instead of five positional params; (2) binding utilities removed from@cloudflare/deploy-helpers, callers must import from@cloudflare/workers-utils. Both are wrangler-internal/programmatic-API changes, not CLI-flag changes.Repo impact: None identified — grepped
config/templates/andpkg/forunstable_printBindings,deploy-helpers, andworkers-utils: no matches.wrangleris only referenced as a version pin inconfig/registry.jsonand invoked as a CLI by scaffolded projects, not called as a library from this repo. Flagging as draft per policy since upstream breaking changes were identified, for human confirmation.Build/test result:
go buildandgo test ./...both pass.Soak window: 14 days
🤖 Generated with Claude Code
https://claude.ai/code/session_01WMBXoCMXTwAYxYagyZprw8
Generated by Claude Code