Skip to content

Bump miniflare from 4.20250508.3 to 4.20250523.0#265

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps miniflare from 4.20250508.3 to 4.20250523.0.

Release notes

Sourced from miniflare's releases.

miniflare@4.20250523.0

Minor Changes

  • #9330 34c71ce Thanks @​edmundhung! - Add a new defaultPersistRoot option to control where plugins persist data when no path is provided.

    // Before this change / No `defaultPersistRoot`
    new Miniflare({
    	kvPersist: undefined, // → "/(tmp)/kv"
    	d1Persist: true, // → "$PWD/.mf/d1"
    	r2Persist: false, // → "/(tmp)/r2"
    	cachePersist: "/my-cache", // → "/my-cache"
    });
    // With defaultPersistRoot
    new Miniflare({
    defaultPersistRoot: "/storage",
    kvPersist: undefined, // → "/storage/kv"
    d1Persist: true, // → "/storage/d1"
    r2Persist: false, // → "/(tmp)/r2"
    cachePersist: "/my-cache", // → "/my-cache"
    });

Patch Changes

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

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250508.0 1.20250520.0
    @​cloudflare/workers-types ^4.20250508.0 ^4.20250520.0
  • #9346 7ddd865 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250520.0 1.20250523.0
    @​cloudflare/workers-types ^4.20250520.0 ^4.20250523.0
  • #9335 6479fc5 Thanks @​penalosa! - Redesign wrangler dev to more clearly present information and have a bit of a glow up ✨ Screenshot 2025-05-22 at 01 11 43

  • #9106 e5ae13a Thanks @​edmundhung! - fix: decouple KV plugin from secrets store plugin

    The KV plugin previously configured both KV namespace and secrets store bindings with the same service name but different persistence paths, causing conflicts when both were defined. This change copies the KV binding implementation into the secrets store plugin and customizes its service name to prevent collisions.

Changelog

Sourced from miniflare's changelog.

4.20250523.0

Minor Changes

  • #9330 34c71ce Thanks @​edmundhung! - Add a new defaultPersistRoot option to control where plugins persist data when no path is provided.

    // Before this change / No `defaultPersistRoot`
    new Miniflare({
    	kvPersist: undefined, // → "/(tmp)/kv"
    	d1Persist: true, // → "$PWD/.mf/d1"
    	r2Persist: false, // → "/(tmp)/r2"
    	cachePersist: "/my-cache", // → "/my-cache"
    });
    // With defaultPersistRoot
    new Miniflare({
    defaultPersistRoot: "/storage",
    kvPersist: undefined, // → "/storage/kv"
    d1Persist: true, // → "/storage/d1"
    r2Persist: false, // → "/(tmp)/r2"
    cachePersist: "/my-cache", // → "/my-cache"
    });

Patch Changes

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

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250508.0 1.20250520.0
    @​cloudflare/workers-types ^4.20250508.0 ^4.20250520.0
  • #9346 7ddd865 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250520.0 1.20250523.0
    @​cloudflare/workers-types ^4.20250520.0 ^4.20250523.0
  • #9335 6479fc5 Thanks @​penalosa! - Redesign wrangler dev to more clearly present information and have a bit of a glow up ✨ Screenshot 2025-05-22 at 01 11 43

  • #9106 e5ae13a Thanks @​edmundhung! - fix: decouple KV plugin from secrets store plugin

... (truncated)

Commits
  • 212e8f9 Version Packages (#9337)
  • efdba4f docs(miniflare): add description for defaultPersistRoot (#9372)
  • 34c71ce feat: introduce defaultPersistRoot option (#9330)
  • 7ddd865 Bump the workerd-and-workers-types group with 2 updates (#9346)
  • f7c82a4 Bump the workerd-and-workers-types group with 2 updates (#9184)
  • 6479fc5 Redesign wrangler dev (#9335)
  • e5ae13a fix(miniflare): decouple KV plugin from Secrets Store plugin to avoid service...
  • 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.20250508.3 to 4.20250523.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.20250523.0/packages/miniflare)

---
updated-dependencies:
- dependency-name: miniflare
  dependency-version: 4.20250523.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 28, 2025
@github-actions github-actions Bot requested a review from NikolaRHristov May 28, 2025 08:33
@github-actions github-actions Bot merged commit b9fc7ae into Current May 28, 2025
9 of 12 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/miniflare-4.20250523.0 branch May 28, 2025 08:33
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