Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Confidence
miniflare (source) ^3.20250718.2 -> ^4.0.0 age confidence

Release Notes

cloudflare/workers-sdk (miniflare)

v4.20251105.0

Compare Source

Patch Changes
  • #​11185 1ae020d Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251011.0 1.20251105.0

v4.20251011.2

Compare Source

Patch Changes
  • #​11084 14f60e8 Thanks @​Caio-Nogueira! - remove explicit disposal on void-returning rpc method on workflow binding. This was adding extra dispose calls that were not needed, making the runtime noisy for the customers that saw internal errors unrelated to their code.

v4.20251011.1

Compare Source

Patch Changes

v4.20251011.0

Compare Source

Minor Changes
Patch Changes
  • #​10963 36d7054 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251008.0 1.20251011.0

v4.20251008.0

Compare Source

Patch Changes
  • #​10917 42e256f Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20251004.0 1.20251008.0
  • #​10686 4462bc1 Thanks @​alsuren! - Document that dumpSql is shared with d1-worker, and incorporate some D1 internal stats gathering machinery (which is currently unused by miniflare)

v4.20251004.0

Compare Source

Patch Changes

v4.20251001.0

Compare Source

Patch Changes
  • #​10834 c8d5282 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250927.0 1.20251001.0
  • #​10673 bffd2a9 Thanks @​jamesopstad! - Send a 404 response for unimplemented /cdn-cgi/handler/ routes.

v4.20250927.0

Compare Source

Patch Changes
  • #​10775 6ff41a6 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250924.0 1.20250926.0
  • #​10799 0c208e1 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250926.0 1.20250927.0
  • #​10683 2432022 Thanks @​yuripave! - fix: api proxy preserve multiple Set-Cookie headers

  • #​10769 0a554f9 Thanks @​penalosa! - Mark more errors as UserError to disable Sentry reporting

v4.20250924.0

Compare Source

Patch Changes
  • #​10745 06e9a48 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250923.0 1.20250924.0

v4.20250923.0

Compare Source

Minor Changes
Patch Changes
  • #​10692 262393a Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250917.0 1.20250918.0
  • #​10705 3ec1f65 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250918.0 1.20250919.0
  • #​10718 a434352 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250919.0 1.20250922.0
  • #​10729 328e687 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250922.0 1.20250923.0
  • #​10724 b4a4311 Thanks @​penalosa! - Use Cap'n Web in workers-sdk

v4.20250917.0

Compare Source

Minor Changes
Patch Changes
  • #​10684 b59e3e1 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250913.0 1.20250917.0
  • #​10656 88132bc Thanks @​edmundhung! - Improve tunnel cleanup in dev registry to reduce connection errors

v4.20250913.0

Compare Source

Patch Changes
  • #​10653 783afeb Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250906.0 1.20250913.0

v4.20250906.2

Compare Source

Minor Changes

v4.20250906.1

Compare Source

Minor Changes
  • #​10119 336a75d Thanks @​dxh9845! - Add support for dynamically loading 'external' Miniflare plugins for unsafe Worker bindings (developed outside of the workers-sdk repo)
Patch Changes

v4.20250906.0

Compare Source

Patch Changes
  • #​10568 dac302c Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250902.0 1.20250906.0

v4.20250902.0

Compare Source

Patch Changes
  • #​10535 4cb3370 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250829.0 1.20250902.0

v4.20250829.0

Compare Source

Patch Changes

v4.20250823.1

Compare Source

Patch Changes
  • #​10437 452ad0b Thanks @​dario-piotrowicz! - Loosen validation around different configurations for Durable Object

    Allow durable objects to have enableSql, unsafeUniqueKey and unsafePreventEviction configurations set to undefined even if the same durable objects are defined with those configurations set to different values (this allows workers using external durable objects not to have to duplicate such configurations in their options)

v4.20250823.0

Compare Source

Patch Changes

v4.20250816.1

Compare Source

Minor Changes

v4.20250816.0

Compare Source

Minor Changes
Patch Changes
  • #​10249 875197a Thanks @​penalosa! - Support JSRPC for remote bindings. This unlocks:
    • JSRPC over Service Bindings
    • JSRPC over Dispatch Namespace Bindings
    • Email
    • Pipelines

v4.20250813.1

Compare Source

Minor Changes
  • #​10349 d54d8b7 Thanks @​edmundhung! - feat: add unsafeHandleDevRegistryUpdate callback option to Miniflare

    Adds a new option to Miniflare that allows users to register a callback function that gets invoked whenever the dev registry is updated with changes to external services that the current Worker depends on.

    This callback is useful for scenarios where you need to react to changes in bound services, such as updating bindings tables or reloading configurations when dependent Workers are added, removed, or modified in the dev registry.

    const mf = new Miniflare({
    	// ... other options
    	unsafeHandleDevRegistryUpdate(registry) {
    		console.log("Dev registry updated:", registry);
    		// Handle registry updates (e.g., reprint bindings, reload config)
    	},
    });
Patch Changes

v4.20250813.0

Compare Source

Patch Changes

v4.20250803.1

Compare Source

Patch Changes
  • #​10273 1479fd0 Thanks @​edmundhung! - fix: support WebSocket proxying to workerd

    The dev registry proxy server now correctly handles WebSocket upgrade requests and
    tunnels bidirectional frames between the workerd processes. Previously,
    handshakes would fail due to missing upgrade logic.

  • #​10281 05c5b28 Thanks @​edmundhung! - fix: enable HTTPS support when proxying to workerd

    The Miniflare dev-registry proxy previously assumed workerd would always use HTTP,
    so enabling https on miniflare might caused connection failures in some setups.

    This ensures proxying works whether the option is enabled or not.

  • #​10142 e3d9703 Thanks @​edmundhung! - fix: support mf.getBindings() when dev registry is enabled

    Fixes a deadlock when using bindings from mf.getBindings() with the dev registry enabled. The deadlock happened because the runtime attempted to resolve a worker address via the loopback server, which was blocked by the Node.js thread waiting on the same runtime.

    Address lookup has been moved to a proxy running in a worker thread to avoid blocking the main thread.

v4.20250803.0

Compare Source

Minor Changes
  • #​10004 b4d1373 Thanks @​dario-piotrowicz! - add structuredWorkerdLogs option

    add a new top-level option named structuredWorkerdLogs that makes workerd print to stdout structured logs (stringified jsons of the following shape: { timestamp: number, level: string, message: string }) instead of printing logs to stdout and stderr

  • #​9556 8ba7736 Thanks @​edmundhung! - Added a serviceName option to unsafeDirectSockets

    This allows registering the current worker in the dev registry under its own name, but routing to a different service.

Patch Changes

v4.20250730.0

Compare Source

Patch Changes

v4.20250726.0

Compare Source

Patch Changes

v4.20250712.2

Compare Source

Minor Changes

v4.20250712.1

Compare Source

Patch Changes
  • #​9866 7e5585d Thanks @​invisal! - Fix D1 SQL dump generation: escape identifiers and handle SQLite's dynamic typing

    Escape column and table names to prevent SQL syntax errors.
    Escape values based on their runtime type to support SQLite's flexible typing.

v4.20250712.0

Compare Source

Minor Changes
Patch Changes
  • #​9854 ac08e68 Thanks @​dario-piotrowicz! - fix incorrect bindings remote deduplication logic

    when bindings are registered deduplication logic is applied to make sure that the same binding is not unnecessarily registered multiple times, the changes here fix the fact that such deduplication logic doesn't currently take into account whether bindings are used or not in remote mode (which is problematic when the same binding is used both in remote and local mode)

  • #​9912 3bb69fa Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250709.0 1.20250710.0
    @​cloudflare/workers-types ^4.20250709.0 ^4.20250710.0
  • #​9930 274a826 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250710.0 1.20250711.0
    @​cloudflare/workers-types ^4.20250710.0 ^4.20250711.0
  • #​9950 77d1cb2 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250711.0 1.20250712.0
    @​cloudflare/workers-types ^4.20250711.0 ^4.20250712.0
  • #​9954 bf4c9ab Thanks @​penalosa! - Support Images binding in getPlatformProxy()

  • #​9847 14ce577 Thanks @​penalosa! - Upgrade Undici

v4.20250709.0

Compare Source

Patch Changes

v4.20250705.0

Compare Source

Minor Changes
Patch Changes

v4.20250617.5

Compare Source

Minor Changes
  • #​9535 56dc5c4 Thanks @​penalosa! - In 2023 we announced breakpoint debugging support for Workers, which meant that you could easily debug your Worker code in Wrangler's built-in devtools (accessible via the [d] hotkey) as well as multiple other devtools clients, including VSCode. For most developers, breakpoint debugging via VSCode is the most natural flow, but until now it's required manually configuring a launch.json file, running wrangler dev, and connecting via VSCode's built-in debugger.

    Now, using VSCode's built-in JavaScript Debug Terminals, there are just two steps: open a JS debug terminal and run wrangler dev (or vite dev). VSCode will automatically connect to your running Worker (even if you're running multiple Workers at once!) and start a debugging session.

v4.20250617.4

Compare Source

Patch Changes

v4.20250617.3

Compare Source

Minor Changes
  • #​9640 bfb791e Thanks @​emily-shen! - Add ability to dump workerd config into a file for debugging.

    You can enable this by setting MINIFLARE_WORKERD_CONFIG_DEBUG to a file path where you want the config to be written.

Patch Changes

v4.20250617.2

Compare Source

Patch Changes

v4.20250617.1

Compare Source

Patch Changes

v4.20250617.0

Compare Source

Patch Changes
  • #​9591 828b7df Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250612.0 1.20250617.0
    @​cloudflare/workers-types ^4.20250612.0 ^4.20250617.0
  • #​9576 2671e77 Thanks @​vicb! - Add core local dev functionality for containers.
    Adds a new WRANGLER_DOCKER_HOST env var to customise what socket to connect to.

v4.20250612.0

Compare Source

Patch Changes

v4.20250604.1

Compare Source

Minor Changes
Patch Changes

v4.20250604.0

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 added the deps label Nov 9, 2025
@coderabbitai
Copy link

coderabbitai bot commented Nov 9, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 9, 2025

Open in StackBlitz

npm i https://pkg.pr.new/intlify/utils/@intlify/utils@63

commit: c06c210

@renovate renovate bot force-pushed the renovate/miniflare-4.x branch 3 times, most recently from 8b3e990 to 19d429f Compare November 12, 2025 08:29
@renovate renovate bot force-pushed the renovate/miniflare-4.x branch from 19d429f to c06c210 Compare November 13, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant