Skip to content

Bump miniflare from 4.20250523.0 to 4.20250525.0#267

Merged
github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/miniflare-4.20250525.0
May 30, 2025
Merged

Bump miniflare from 4.20250523.0 to 4.20250525.0#267
github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/miniflare-4.20250525.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2025

Bumps miniflare from 4.20250523.0 to 4.20250525.0.

Release notes

Sourced from miniflare's releases.

miniflare@4.20250525.0

Minor Changes

  • #9387 e39a45f Thanks @​jamesopstad! - Add logReady method to Miniflare Log class. This makes it possible to override the messages printed on server start.

  • #9376 fdae3f7 Thanks @​jamesopstad! - Add support for Node.js style custom handlers for service bindings and outbound services. This makes it easier to integrate Miniflare with existing Node.js middleware and libraries as req and res objects can be used directly.

    new Miniflare({
    	serviceBindings: {
    		CUSTOM: {
    			node: (req, res) => {
    				res.end(`Hello world`);
    			},
    		},
    	},
    });

Patch Changes

  • #9366 d9d937a Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250523.0 1.20250525.0
    @​cloudflare/workers-types ^4.20250523.0 ^4.20250525.0
Changelog

Sourced from miniflare's changelog.

4.20250525.0

Minor Changes

  • #9387 e39a45f Thanks @​jamesopstad! - Add logReady method to Miniflare Log class. This makes it possible to override the messages printed on server start.

  • #9376 fdae3f7 Thanks @​jamesopstad! - Add support for Node.js style custom handlers for service bindings and outbound services. This makes it easier to integrate Miniflare with existing Node.js middleware and libraries as req and res objects can be used directly.

    new Miniflare({
    	serviceBindings: {
    		CUSTOM: {
    			node: (req, res) => {
    				res.end(`Hello world`);
    			},
    		},
    	},
    });

Patch Changes

  • #9366 d9d937a Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250523.0 1.20250525.0
    @​cloudflare/workers-types ^4.20250523.0 ^4.20250525.0
Commits
  • ce7cb9a Version Packages (#9382)
  • 47f0d98 Miniflare: reduce email test flakes (#9392)
  • e39a45f Prevent leaking Miniflare server logs (#9387)
  • ee713a6 Remove ORIGINAL_URL header from custom Node service (#9388)
  • d9d937a Bump the workerd-and-workers-types group with 2 updates (#9366)
  • fdae3f7 Support Node.js style custom handlers for service bindings and outbound servi...
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [miniflare](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/miniflare) from 4.20250523.0 to 4.20250525.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.20250525.0/packages/miniflare)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2025
@github-actions github-actions Bot merged commit 2dc24ff into Current May 30, 2025
9 of 12 checks passed
@github-actions github-actions Bot requested a review from NikolaRHristov May 30, 2025 08:54
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/miniflare-4.20250525.0 branch May 30, 2025 08:54
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant