Skip to content

chore(deps): update dependency wrangler to ^4.90.1#63

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/wrangler-4.x
Open

chore(deps): update dependency wrangler to ^4.90.1#63
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/wrangler-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 13, 2026

This PR contains the following updates:

Package Change Age Confidence
wrangler (source) ^4.90.0^4.90.1 age confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v4.90.1

Compare Source

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

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from a347dca to c174079 Compare April 13, 2026 16:53
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.82.0 chore(deps): update dependency wrangler to ^4.82.1 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from c174079 to 7891739 Compare April 13, 2026 22:35
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.82.1 chore(deps): update dependency wrangler to ^4.82.2 Apr 13, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from 7891739 to d229584 Compare April 15, 2026 10:30
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.82.2 chore(deps): update dependency wrangler to ^4.83.0 Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from d229584 to d718a0e Compare April 20, 2026 19:15
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.83.0 chore(deps): update dependency wrangler to ^4.84.0 Apr 20, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from d718a0e to 721d936 Compare April 21, 2026 19:44
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.84.0 chore(deps): update dependency wrangler to ^4.84.1 Apr 21, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from 721d936 to f99dd16 Compare April 24, 2026 11:46
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.84.1 chore(deps): update dependency wrangler to ^4.85.0 Apr 24, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from f99dd16 to 22a24eb Compare April 28, 2026 16:06
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.85.0 chore(deps): update dependency wrangler to ^4.86.0 Apr 28, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from 22a24eb to 5804deb Compare April 30, 2026 18:02
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.86.0 chore(deps): update dependency wrangler to ^4.87.0 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from 5804deb to ceeb2e3 Compare May 5, 2026 18:59
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.87.0 chore(deps): update dependency wrangler to ^4.88.0 May 5, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from ceeb2e3 to 7cafc47 Compare May 7, 2026 15:03
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.88.0 chore(deps): update dependency wrangler to ^4.89.0 May 7, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from 7cafc47 to c571345 Compare May 7, 2026 20:45
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.89.0 chore(deps): update dependency wrangler to ^4.90.0 May 7, 2026
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.90.0 chore(deps): update dependency wrangler to ^4.90.0 - autoclosed May 12, 2026
@renovate renovate Bot closed this May 12, 2026
@renovate renovate Bot deleted the renovate/wrangler-4.x branch May 12, 2026 02:00
@renovate renovate Bot changed the title chore(deps): update dependency wrangler to ^4.90.0 - autoclosed chore(deps): update dependency wrangler to ^4.90.1 May 12, 2026
@renovate renovate Bot reopened this May 12, 2026
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch 2 times, most recently from c571345 to 4415447 Compare May 12, 2026 16:47
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from 4415447 to eeeaa97 Compare May 13, 2026 00:47
@renovate renovate Bot force-pushed the renovate/wrangler-4.x branch from eeeaa97 to 39be7ae Compare May 13, 2026 00:47
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.

0 participants