Skip to content

chore(deps): update dependency wrangler to v4.90.1#2711

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/wrangler-4.90.x-lockfile
Closed

chore(deps): update dependency wrangler to v4.90.1#2711
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/wrangler-4.90.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2026

This PR contains the following updates:

Package Change Age Confidence
wrangler (source) 4.90.04.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.

@safedep
Copy link
Copy Markdown

safedep Bot commented May 12, 2026

SafeDep Report Summary

Green Malicious Packages Badge Green Vulnerable Packages Badge Green Risky License Badge

Package Details
Package Malware Vulnerability Risky License Report
icon @better-auth/api-key @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @better-auth/core @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @better-auth/drizzle-adapter @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @better-auth/kysely-adapter @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @better-auth/memory-adapter @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @better-auth/mongo-adapter @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @better-auth/passkey @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @better-auth/prisma-adapter @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @better-auth/telemetry @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @cloudflare/workerd-darwin-64 @ 1.20260508.1
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @cloudflare/workerd-darwin-arm64 @ 1.20260508.1
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @cloudflare/workerd-linux-64 @ 1.20260508.1
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @cloudflare/workerd-linux-arm64 @ 1.20260508.1
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon @cloudflare/workerd-windows-64 @ 1.20260508.1
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon better-auth @ 1.6.10
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon miniflare @ 4.20260508.0
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon workerd @ 1.20260508.1
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗
icon wrangler @ 4.90.1
pnpm-lock.yaml
ok icon
ok icon
ok icon
🔗

View complete scan results →

This report is generated by SafeDep Github App

@renovate renovate Bot force-pushed the renovate/wrangler-4.90.x-lockfile branch from fd4c824 to afd66b0 Compare May 13, 2026 06:26
@Innei
Copy link
Copy Markdown
Member

Innei commented May 13, 2026

@renovatebot rebase

@renovate renovate Bot force-pushed the renovate/wrangler-4.90.x-lockfile branch from afd66b0 to 1ff0db7 Compare May 13, 2026 08:00
Innei added a commit that referenced this pull request May 13, 2026
- semver: 7.7.4 -> 7.8.0
- remove-markdown: 0.6.3 -> 0.6.4
- prettier-plugin-ember-template-tag: 2.1.5 -> 2.1.6
- @anthropic-ai/sdk: 0.95.1 -> 0.95.2
- inquirer: 13.4.2 -> 13.4.3
- @vitest/coverage-v8: 4.1.5 -> 4.1.6
- @cloudflare/workers-types: 4.20260508.1 -> 4.20260511.1
- wrangler: 4.90.0 -> 4.90.1

Supersedes #2700, #2699, #2696, #2706, #2703, #2707, #2683, #2711.
Consolidated because renovate's lockfile-only rebases kept
downgrading better-auth 1.6.11 -> 1.6.10.
@Innei
Copy link
Copy Markdown
Member

Innei commented May 13, 2026

Superseded by #2713 (merged batch bump).

@Innei Innei closed this May 13, 2026
@Innei Innei deleted the renovate/wrangler-4.90.x-lockfile branch May 13, 2026 08:25
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.

1 participant