chore(deps): update dependency miniflare to v4#63
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
commit: |
19d429f to
c06c210
Compare
8a83174 to
61fd395
Compare
4706ae6 to
34a4e14
Compare
34a4e14 to
036e539
Compare
c6bfec6 to
3e7b082
Compare
3e7b082 to
86658c2
Compare
fa03fb7 to
8bd532b
Compare
ef59e9b to
68fcc97
Compare
68fcc97 to
71bacf4
Compare
71bacf4 to
e5437b8
Compare
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:
^3.20250718.2→^4.0.0Release Notes
cloudflare/workers-sdk (miniflare)
v4.20260124.0Compare Source
Minor Changes
#12008
e414f05Thanks @penalosa! - Add support for customising the inspector IP addressAdds a new
--inspector-ipCLI flag anddev.inspector_ipconfiguration option to allow customising the IP address that the inspector server listens on. Previously, the inspector was hardcoded to listen only on127.0.0.1.Example usage:
# CLI flag wrangler dev --inspector-ip 0.0.0.0#12034
05714f8Thanks @emily-shen! - Add a no-op local explorer worker, which is gated by the experimental flagX_LOCAL_EXPLORER.Patch Changes
#11853
014e7aaThanks @43081j! - Use built-in stripVTControlCharacters utility rather than thestrip-ansipackage.#12040
77e82d2Thanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12061
f08ef21Thanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12088
0641e6cThanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#11897
bbd8a5eThanks @dario-piotrowicz! - Bundle thezoddependency to reduce supply chain attack surfaceIn order to prevent possible npm vulnerability attacks, the team's policy is to bundle
dependencies in our packages where possible. This helps ensure that only trusted code
runs on the user's system, even if compromised packages are later published to npm.
This change bundles
zod(a pure JavaScript validation library with no native dependencies)into miniflare and @cloudflare/vitest-pool-workers.
Other dependencies remain external for technical reasons:
sharp: Native binary with platform-specific buildsundici: Dynamically required at runtime in worker threadsws: Has optional native bindings for performanceworkerd: Native binary (Cloudflare's JavaScript runtime)@cspotcode/source-map-support: Uses require.cache manipulation at runtimeyouch: Dynamically required for lazy loadingv4.20260120.0Compare Source
Patch Changes
#11993
788bf78Thanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
v4.20260116.0Compare Source
Minor Changes
#11942
133bf95Thanks @penalosa! - Add support for Email Sending API's MessageBuilder interface in local modeMiniflare now supports the simplified MessageBuilder interface for sending emails, alongside the existing
EmailMessagesupport.Example usage:
In local mode, email content (text, HTML, attachments) is stored to temporary files that you can open in your editor or browser for inspection. File paths are logged to the console when emails are sent.
Patch Changes
#11925
8e4a0e5Thanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#11942
133bf95Thanks @penalosa! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#11967
202c59eThanks @emily-shen! - chore: update undiciThe following dependency versions have been updated:
#11943
25e2c60Thanks @vicb! - Bump capnp-es to ^0.0.14v4.20260114.0Compare Source
Minor Changes
#11883
4714ca1Thanks @dario-piotrowicz! - AddMF-Original-Hostnameheader when using theupstreamoptionWhen using the
upstreamoption in Miniflare, theHostheader is rewritten to match the upstream server, which means the original hostname is lost. This change adds a newMF-Original-Hostnameheader that preserves the original hostname from the incoming request.This allows Workers to access the original hostname when proxying requests through an upstream server:
Patch Changes
#11908
e78186dThanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#11898
c17e971Thanks @petebacondarwin! - Bundle more third-party dependencies to reduce supply chain riskPreviously, several small utility packages were listed as runtime dependencies and
installed separately. These are now bundled directly into the published packages,
reducing the number of external dependencies users need to trust.
Bundled dependencies:
acorn,acorn-walk,exit-hook,glob-to-regexp,stoppablemime@remix-run/node-fetch-server,defu,get-port,picocolors,tinyglobbybirpc,devalue,get-port,semverv4.20260111.0Compare Source
Patch Changes
#11494
ed60c4fThanks @jalmonter! - Fix scheduled trigger warning showingundefinedportWhen running
wrangler devwith a worker that has cron triggers, the warning message displayed an invalid URL likecurl "http://localhost:undefined/cdn-cgi/handler/scheduled"because the port wasn't yet determined when the warning was logged.Moved the warning to after the proxy server is fully ready, where the actual public URL and port are known.
#11831
faa5753Thanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#11844
e574ef3Thanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#11872
b6148edThanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#11816
fc96e5fThanks @dario-piotrowicz! - Bump sharp dependency (from0.33.5to0.34.5)v4.20260107.0Compare Source
Patch Changes
#11822
97e67b9Thanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
v4.20260103.0Compare Source
Minor Changes
#11648
eac5cf7Thanks @pombosilva! - Add Workflows test handlers in vitest-pool-workers to get the Workflow instance output and error:getOutput(): Returns the output of the successfully completed Workflow instance.getError(): Returns the error information of the errored Workflow instance.Example:
Patch Changes
#11714
65d1850Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11732
1615fceThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11748
b2769bfThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11791
554a4dfThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11642
8eede3fThanks @petebacondarwin! - Fix intermittent "Fetch failed" errors in Miniflare tests on WindowsMiniflare tests would occasionally fail with "Fetch failed" errors (particularly on Windows CI runners) due to race conditions between undici's Keep-Alive mechanism and the Miniflare server closing idle connections. Miniflare now configures the Dispatcher to prevent connection reuse and eliminate these race condition errors.
#11493
6a05b1cThanks @GameRoMan! - Updatezodfrom 3.22.3 to 3.25.76v4.20251217.0Compare Source
Patch Changes
#11679
ae1ad22Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11663
737c0f4Thanks @NuroDev! - Fix Durable Object RPC calls from Node.js blocking the event loop, preventingPromise.race()and timeouts from working correctly.Previously, RPC calls from Node.js to Durable Objects would block the Node.js event loop, causing
Promise.race()with timeouts to never resolve. This fix ensures that RPC calls properly yield control back to the event loop, allowing concurrent operations and timeouts to work as expected.v4.20251213.0Compare Source
Patch Changes
#11596
5d085fbThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11622
b75b710Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11640
1e9be12Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20251210.0Compare Source
Patch Changes
#11552
31c162aThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11583
bd5f087Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11584
c6dd86fThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20251202.1Compare Source
Patch Changes
56e78c8Thanks @Ltadrian! - Improve local Hyperdrive binding latency on Windows.v4.20251202.0Compare Source
Patch Changes
#11495
59534baThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20251128.0Compare Source
Patch Changes
#11448
2b4813bThanks @edmundhung! - Builds package with esbuildv0.27.0#11419
5ee3780Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11444
6e63b57Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11457
71ab562Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11391
5e937c1Thanks @pmiguel! - Set minimum KV Cache TTL in Miniflare to 30 secondsv4.20251125.0Compare Source
Patch Changes
#11376
69f4dc3Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11396
1133c4dThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11348
4d61faeThanks @petebacondarwin! - Add resilience to reading and writing the dev registry filesv4.20251118.1Compare Source
Minor Changes
524a6e5Thanks @Ltadrian! - Implement Hyperdrive binding TLS miniflare proxy. This will allow for wrangler dev hyperdrive bindings to connect to externaldatabases that require TLS.
v4.20251118.0Compare Source
Patch Changes
#11318
e5ec8cfThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20251113.0Compare Source
Minor Changes
c5c4ee5Thanks @danlapid! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register atailStream()handler (compared to the existingtail()handler), which will receive streamed tail events from your Worker (compared to thetail()handler, which only receives batched events after your Worker has finished processing).Patch Changes
#11235
d0041e2Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11277
827d017Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20251109.1Compare Source
Patch Changes
#11202
305ffb3Thanks @petebacondarwin! - Make Miniflare inspector proxy more resilient to selecting a free portWe have seen some test flakes when there are a lot of Miniflare instances running in parallel.
This appears to be that there is a small chance that a port becomes unavailable between checking if it is free and using it.
#11231
46ccf0eThanks @connyay! - Fix WebSocket proxy timeout by disabling Node.js HTTP timeoutsThe dev registry proxy server was experiencing connection timeouts around
60-90 seconds for long-lived WebSocket connections. This was caused by Node.js's
headersTimeout (defaults to min(60s, requestTimeout)) which is checked periodically
by connectionsCheckingInterval (defaults to 30s).
When proxying WebSocket connections, the HTTP server's headers timeout was
still active on the underlying socket, causing ERR_HTTP_REQUEST_TIMEOUT errors
to be thrown and both client and server sockets to be destroyed.
Setting both headersTimeout: 0 and requestTimeout: 0 in createServer options
disables timeout enforcement, allowing WebSocket connections to remain open
indefinitely as needed.
v4.20251109.0Compare Source
Patch Changes
#11200
dd7d584Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#11232
4259256Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20251105.0Compare Source
Patch Changes
#11185
1ae020dThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20251011.2Compare Source
Patch Changes
14f60e8Thanks @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.1Compare Source
Patch Changes
ca6c010Thanks @Caio-Nogueira! - migrate workflow to use a wrapped bindingv4.20251011.0Compare Source
Minor Changes
#10867
dd5f769Thanks @austin-mc! - Add media binding support#10768
8211bc9Thanks @dario-piotrowicz! - AddhandleStructuredLogsoption that allows consumers of the workerd structured logs to print such logs without additional boilerplatePatch Changes
#10963
36d7054Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20251008.0Compare Source
Patch Changes
#10917
42e256fThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10686
4462bc1Thanks @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.0Compare Source
Patch Changes
#10858
51f9dc1Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10856
1334102Thanks @anonrig! - Removes unnecessary calls to "node:os"v4.20251001.0Compare Source
Patch Changes
#10834
c8d5282Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10673
bffd2a9Thanks @jamesopstad! - Send a 404 response for unimplemented/cdn-cgi/handler/routes.v4.20250927.0Compare Source
Patch Changes
#10775
6ff41a6Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10799
0c208e1Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10683
2432022Thanks @yuripave! - fix: api proxy preserve multiple Set-Cookie headers#10769
0a554f9Thanks @penalosa! - Mark more errors asUserErrorto disable Sentry reportingv4.20250924.0Compare Source
Patch Changes
#10745
06e9a48Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20250923.0Compare Source
Minor Changes
555a6daThanks @efalcao! - VPC service binding supportPatch Changes
#10692
262393aThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10705
3ec1f65Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10718
a434352Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10729
328e687Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10724
b4a4311Thanks @penalosa! - Use Cap'n Web inworkers-sdkv4.20250917.0Compare Source
Minor Changes
6caf938Thanks @edevil! - Added new attribute "allowed_sender_addresses" to send email binding.Patch Changes
#10684
b59e3e1Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10656
88132bcThanks @edmundhung! - Improve tunnel cleanup in dev registry to reduce connection errorsv4.20250913.0Compare Source
Patch Changes
#10653
783afebThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20250906.2Compare Source
Minor Changes
735785eThanks @penalosa! - Add Miniflare & Wrangler support for unbound Durable Objectsv4.20250906.1Compare Source
Minor Changes
336a75dThanks @dxh9845! - Add support for dynamically loading 'external' Miniflare plugins for unsafe Worker bindings (developed outside of the workers-sdk repo)Patch Changes
e2b838fThanks @pombosilva! - Include workflow binding name in workflow plugin.v4.20250906.0Compare Source
Patch Changes
#10568
dac302cThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20250902.0Compare Source
Patch Changes
#10535
4cb3370Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v4.20250829.0Compare Source
Patch Changes
#10502
22c8ae6Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#10471
38bdb78Thanks @clintonsteiner! - chore: bumpdevalueversion to 5.3.2v4.20250823.1Compare Source
Patch Changes
#10437
452ad0bThanks @dario-piotrowicz! - Loosen validation around different configurations for Durable ObjectAllow durable objects to have
enableSql, `unsafeUniqueKConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.