chore(deps): update cloudflare-workers - #7085
Open
renovate-fullsend[bot] wants to merge 1 commit into
Open
Conversation
|
🤖 Finished Review · ✅ Success · Started 3:27 PM UTC · Completed 3:41 PM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Effort: high · Cost: $3.34 |
Site previewPreview: https://5c23c0e7-site.fullsend-ai.workers.dev Commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Risk Assessment: moderate (2/5) DetailsRoutine bot-authored dependency lockfile update with a CI workflow touch; main risk drivers are two dependency files changed and a CI workflow modification, offset by bot authorship, no security sensitivity, and expected absence of tests for lockfile-only changes, yielding a moderate composite score. |
ReviewFindingsHigh
Next steps:
|
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.
This PR contains the following updates:
5.20260902.1→5.20260907.15.20260906.1→5.20260907.14.128.0→4.129.14.128.0→4.129.14.129.0→4.129.1Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v5.20260907.1Compare Source
v5.20260906.1Compare Source
v5.20260905.1Compare Source
v5.20260904.1Compare Source
v5.20260903.1Compare Source
cloudflare/workers-sdk (wrangler)
v4.129.1Compare Source
Patch Changes
#15502
8bbcb9fThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15543
2b42d6fThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15323
ea5634eThanks @Sakshamm-Goyal! - Prevent Wrangler from exiting when a process capturing its output closes the pipe.Wrangler now ignores broken-pipe errors from stdout and stderr while preserving the existing failure behavior for other output errors.
#14001
c0c6504Thanks @for-the-kidz! - Update bundle size warning thresholds to use uncompressed size instead of gzip sizeThe compressed script size limits (3 MiB free / 10 MiB paid) have been removed server-side in favor of a single 64 MiB uncompressed limit. The bundle size reporter now compares the uncompressed bundle size against this 64 MiB limit for its color-coded warnings, instead of comparing gzip size against the old 3 MiB compressed limit.
#15499
ffc7efdThanks @WillTaylorDev! - Honor Workers Builds name overrides inwrangler previewPreview commands now target the Worker name supplied by Workers Builds instead of the name in local Wrangler configuration. This prevents preview builds from failing when the two names differ.
#15252
682cd44Thanks @GregoryCollett! -wrangler devno longer exits when a request to your Worker fails transientlyPreviously, a transient network failure on a single request — most commonly a request arriving just as an idle internal connection was closed, after roughly five seconds without traffic — could take down the whole dev server with an empty
✘ [ERROR], leaving the port unbound until restarted. In CI test suites, one such failure caused every remaining test to fail with connection errors.wrangler devnow automatically retries the affected request if it is safe to repeat (GET and HEAD requests). If a request still fails, it fails individually — the error is logged with the request method and URL — and the dev server keeps serving.Updated dependencies [
8bbcb9f,2b42d6f]:v4.129.0Compare Source
Minor Changes
#15460
93d72a5Thanks @QnJ1c2kNCg! - Support gzip compression for JSON Pipelines sinksPipelines is in open beta.
wrangler pipelines sinks createand the interactive setup flow now pass the selected JSON compression to the Pipelines API. JSON sinks acceptuncompressedorgzip, while Parquet retains its existing compression options andzstddefault.#15358
d2d8eeaThanks @pombosilva! - Add a--jsonflag to thewrangler workflowscommandsEvery
wrangler workflowscommand now accepts--json, which emits the raw API payload instead of the human-readable rendering. The formatted output remains the default, so existing usage is unaffected:wrangler workflows instances list my-workflow --jsonThe JSON output carries raw values rather than a serialisation of the formatted view: ISO timestamps instead of locale-formatted dates, plain status strings instead of emojified labels, and no presentation-only derived fields.
Patch Changes
#15469
d40a634Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15481
7c1b2a6Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15472
f6fb347Thanks @emily-shen! - Tolerate missing permissions duringwrangler deletecleanup checkswrangler deletenow warns and continues when it cannot inspect Worker dependencies or clean up legacy Workers Sites KV namespaces because of missing permissions. The Worker delete request itself still fails normally if the token cannot delete the Worker.#15472
f6fb347Thanks @emily-shen! - Tolerate missing resource permissions during resource provisioningWhen Wrangler cannot check whether a bound resource exists because the API returns a 403, it now skips automatic provisioning for that resource type and continues the deploy. The deploy may still fail later if the resource is missing.
#15476
dc24057Thanks @christhorwarth! - Fix remote development with static assets for API tokens using granular Worker permissionsWrangler now creates Workers.dev preview sessions through the Worker-scoped endpoint and derives the preview hostname from the session response. This avoids requiring account-level Workers subdomain access.
Updated dependencies [
00a9f2f,1dba24a,d40a634,7c1b2a6]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate CLI.