Skip to content

Version Packages#13859

Merged
petebacondarwin merged 1 commit into
mainfrom
changeset-release/main
May 12, 2026
Merged

Version Packages#13859
petebacondarwin merged 1 commit into
mainfrom
changeset-release/main

Conversation

@workers-devprod
Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod commented May 7, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

miniflare@4.20260508.0

Minor Changes

  • #8431 5d936c5 Thanks @penalosa! - Support workerd autogates via the MINIFLARE_WORKERD_AUTOGATES environment variable.

Patch Changes

  • #13866 4e44ce6 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260507.1 1.20260508.1

create-cloudflare@2.68.2

Patch Changes

  • #13873 a6914bd Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-vike 0.0.622 0.0.625
  • #13874 012e949 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    sv 0.15.2 0.15.3
  • #13875 fb3a42b Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 21.2.9 21.2.10
  • #13876 7ec2a93 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-react-router 7.14.2 7.15.0
  • #13877 e93ab6c Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    @tanstack/create-start 0.59.28 0.59.30
  • #13878 13abe2b Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-next-app 16.2.4 16.2.6
  • #13879 3e0dbd6 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-waku 0.12.5-1.0.0-alpha.9-0 0.12.5-1.0.0-alpha.10-0

@cloudflare/pages-shared@0.13.134

Patch Changes

@cloudflare/vite-plugin@1.36.4

Patch Changes

@cloudflare/vitest-pool-workers@0.16.4

Patch Changes

wrangler@4.90.1

Patch Changes

  • #13866 4e44ce6 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260507.1 1.20260508.1
  • #13837 b0cee1d Thanks @matingathani! - Fix beta/open-beta status message ignoring printBanner: false — when a command sets printBanner: (args) => !args.json, the status banner no longer appears in JSON output

  • #13887 d878e13 Thanks @apeacock1991! - Fix wrangler dev hanging on shutdown when remote bindings are present

    startDev() registers dev hotkeys before authenticating the user. During interactive dev sessions, the auth callback re-registers hotkeys, which updates the local unregisterHotKeys variable to a new cleanup function. However, the unregisterHotKeys value returned to callers was captured as a direct reference to the initial registration, so it would call the stale cleanup function instead of the current one.

    This has been fixed by returning a wrapper function () => unregisterHotKeys?.() instead of the variable directly. The wrapper evaluates unregisterHotKeys at call time, ensuring it always invokes the latest cleanup function even after re-registration.

  • #13867 971dfe3 Thanks @petebacondarwin! - Fix race in RemoteProxySession.updateBindings so it waits for the remote worker to finish reloading with the new bindings before resolving

    Previously, updateBindings resolved as soon as the config update event was dispatched, long before the remote worker had been re-uploaded and the local proxy worker had unpaused. Callers that issued requests immediately afterwards could see flaky failures — typically "WebSocket connection failed" for JSRPC bindings such as service bindings or dispatch namespaces — because the local proxy worker was still in its paused state during the reload window. updateBindings now waits for the next reloadComplete event and for the local proxy worker's runtime-message queue to drain before returning, so callers can safely issue requests after await session.updateBindings(...). If the reload fails, the rejection from updateBindings carries the underlying error.

  • #13867 971dfe3 Thanks @petebacondarwin! - Fix unhandled AbortError from wrangler dev's remote tail WebSocket when the bundle rebuilds or the dev session shuts down

    The remote-runtime tail-logs WebSocket (#activeTail in RemoteRuntimeController) was constructed with the same AbortSignal that onBundleStart aborts to cancel in-flight preview-session operations. The abort destroyed the WebSocket's underlying upgrade request with AbortError, which had no error listener attached and propagated as an unhandled exception. We now attach an error listener at WebSocket construction that ignores errors (logging at debug level), matching the safeguards already present on the terminate paths in #previewToken and teardown().

  • Updated dependencies [4e44ce6, 5d936c5]:

    • miniflare@4.20260508.0

@cloudflare/workers-shared@0.19.6

Patch Changes

  • #13855 dba84c2 Thanks @courtney-sims! - Temporarily hardcode asset worker cohort to "ent" for latency testing

    Disables the lookupCohort RPC call and cohort-based version routing in the outer entrypoint while keeping all the glue code (analytics, bindings, types) in place for re-enablement.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Changeset Review

Skipped (per guidelines)

The following create-cloudflare dependency-update changesets are not validated per rule #5:

  • .changeset/c3-frameworks-update-13873.md
  • .changeset/c3-frameworks-update-13874.md
  • .changeset/c3-frameworks-update-13875.md
  • .changeset/c3-frameworks-update-13876.md
  • .changeset/c3-frameworks-update-13877.md
  • .changeset/c3-frameworks-update-13878.md
  • .changeset/c3-frameworks-update-13879.md

Validated Changesets

File Package Version Notes
.changeset/dependabot-update-13866.md miniflare, wrangler patch Dependency update with clear table and user-relevant package.
.changeset/fix-beta-banner-respects-print-banner.md wrangler patch Bug fix with clear description of symptom and fix.
.changeset/hardcode-cohort-ent.md @cloudflare/workers-shared patch Describes the temporary change and its scope accurately.
.changeset/mean-brooms-hope.md wrangler patch Excellent bug-fix description with root-cause and fix explanation.
.changeset/rare-crabs-press.md @cloudflare/vite-plugin patch Dependency update with explicit link to upstream bug fix.
.changeset/remote-proxy-update-bindings-await-reload.md wrangler patch Thorough race-condition description; patch is appropriate.
.changeset/remote-tail-suppress-abort-error.md wrangler patch Clear bug-fix description with root-cause analysis.
.changeset/sweet-fans-arrive.md miniflare minor New feature; minor is correct. Includes opt-in mechanism (MINIFLARE_WORKERD_AUTOGATES env variable).

Issues Found

None.

✅ All changesets look good

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@ask-bonk
Copy link
Copy Markdown
Contributor

ask-bonk Bot commented May 7, 2026

UnknownError: ProviderInitError

github run

@ask-bonk
Copy link
Copy Markdown
Contributor

ask-bonk Bot commented May 7, 2026

@workers-devprod Bonk workflow failed. Check the logs for details.

View workflow run · To retry, trigger Bonk again.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 7, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@13859

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@13859

miniflare

npm i https://pkg.pr.new/miniflare@13859

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@13859

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@13859

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@13859

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@13859

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@13859

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@13859

wrangler

npm i https://pkg.pr.new/wrangler@13859

commit: b5fe14e

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 12 times, most recently from 02f9fbc to f03ad10 Compare May 12, 2026 09:26
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from f03ad10 to b5fe14e Compare May 12, 2026 09:31
@petebacondarwin petebacondarwin enabled auto-merge (squash) May 12, 2026 10:21
@petebacondarwin petebacondarwin merged commit b7d79a9 into main May 12, 2026
61 of 62 checks passed
@petebacondarwin petebacondarwin deleted the changeset-release/main branch May 12, 2026 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants