Skip to content

build(deps-dev): bump miniflare from 4.20260601.0 to 4.20260609.0#3296

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/miniflare-4.20260603.0
Closed

build(deps-dev): bump miniflare from 4.20260601.0 to 4.20260609.0#3296
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/miniflare-4.20260603.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps miniflare from 4.20260601.0 to 4.20260609.0.

Release notes

Sourced from miniflare's releases.

miniflare@4.20260609.0

Patch Changes

  • #14192 d076bcc Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260603.1 1.20260605.1
  • #14217 24497d0 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260605.1 1.20260608.1
  • #14231 4bb572f Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260608.1 1.20260609.1
  • #14177 48c4ff0 Thanks @​ktKongTong! - Enable local scheduled handler dispatch for Workers + Assets (#9882)

    It is now possible to trigger a scheduled handler on a Worker that has assets.

miniflare@4.20260603.0

Minor Changes

  • #14164 b502d54 Thanks @​G4brym! - Rename the web_search binding kind to websearch

    Pre-launch rename of the public binding type from web_search to websearch so the on-the-wire shape matches the product name (Web Search). The wrangler config key, the binding-type string sent to the Cloudflare API, and the miniflare option key all move from web_search / webSearch to websearch.

    Update your wrangler config:

    - "web_search": { "binding": "WEBSEARCH" }
    + "websearch": { "binding": "WEBSEARCH" }

    The runtime WebSearch type exposed on env.WEBSEARCH is unchanged.

  • #13863 3b8b80a Thanks @​aslakhellesoy! - Support cross-worker workflow bindings via the dev registry

    When a workflow binding has a scriptName that refers to a worker registered in another Miniflare instance (via unsafeDevRegistryPath), miniflare now reroutes the engine's USER_WORKFLOW binding through the dev-registry-proxy worker — the same mechanism Durable Objects already use for cross-worker scriptName bindings.

... (truncated)

Changelog

Sourced from miniflare's changelog.

4.20260609.0

Patch Changes

  • #14192 d076bcc Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260603.1 1.20260605.1
  • #14217 24497d0 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260605.1 1.20260608.1
  • #14231 4bb572f Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260608.1 1.20260609.1
  • #14177 48c4ff0 Thanks @​ktKongTong! - Enable local scheduled handler dispatch for Workers + Assets (#9882)

    It is now possible to trigger a scheduled handler on a Worker that has assets.

4.20260603.0

Minor Changes

  • #14164 b502d54 Thanks @​G4brym! - Rename the web_search binding kind to websearch

    Pre-launch rename of the public binding type from web_search to websearch so the on-the-wire shape matches the product name (Web Search). The wrangler config key, the binding-type string sent to the Cloudflare API, and the miniflare option key all move from web_search / webSearch to websearch.

    Update your wrangler config:

    - "web_search": { "binding": "WEBSEARCH" }
    + "websearch": { "binding": "WEBSEARCH" }

    The runtime WebSearch type exposed on env.WEBSEARCH is unchanged.

  • #13863 3b8b80a Thanks @​aslakhellesoy! - Support cross-worker workflow bindings via the dev registry

... (truncated)

Commits
  • 8a4bfe5 Version Packages (#14179)
  • 4bb572f Bump the workerd-and-workers-types group with 2 updates (#14231)
  • 24497d0 Bump the workerd-and-workers-types group with 2 updates (#14217)
  • 48c4ff0 [miniflare]: Fix local scheduled handler returning exception when assets ...
  • d076bcc Bump the workerd-and-workers-types group with 2 updates (#14192)
  • 16b2a3e chore: improved browser ci test retry handling (#14182)
  • c8c366e Version Packages (#14159)
  • a3eea27 Bump the workerd-and-workers-types group with 2 updates (#14175)
  • 1fdd8de Detect early workerd exit instead of hanging indefinitely (#14081)
  • b502d54 Rename web_search binding kind to websearch (#14164)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 19, 2026
@github-actions github-actions Bot added the devtools-gardener Post the issue or PR to Slack for the gardener label Jun 19, 2026
Bumps [miniflare](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/miniflare) from 4.20260601.0 to 4.20260609.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/miniflare/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/miniflare@4.20260609.0/packages/miniflare)

---
updated-dependencies:
- dependency-name: miniflare
  dependency-version: 4.20260603.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump miniflare from 4.20260601.0 to 4.20260603.0 build(deps-dev): bump miniflare from 4.20260601.0 to 4.20260609.0 Jun 24, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/miniflare-4.20260603.0 branch from 0f8f467 to ce52e34 Compare June 24, 2026 18:10
@dependabot @github

dependabot Bot commented on behalf of github Jun 26, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #3304.

@dependabot dependabot Bot closed this Jun 26, 2026
auto-merge was automatically disabled June 26, 2026 15:38

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/miniflare-4.20260603.0 branch June 26, 2026 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file devtools-gardener Post the issue or PR to Slack for the gardener javascript Pull requests that update javascript code Skip Changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants