Skip to content

build(deps-dev): bump miniflare from 4.20260114.0 to 4.20260128.0#429

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/miniflare-4.20260128.0
Feb 3, 2026
Merged

build(deps-dev): bump miniflare from 4.20260114.0 to 4.20260128.0#429
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/miniflare-4.20260128.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps miniflare from 4.20260114.0 to 4.20260128.0.

Release notes

Sourced from miniflare's releases.

miniflare@4.20260128.0

Minor Changes

  • #12152 8a210af Thanks @​emily-shen! - Implement local KV API for experimental/WIP local resource explorer

    The following APIs have been (mostly) implemented: GET /storage/kv/namespaces - List namespaces GET /storage/kv/namespaces/:id/keys - List keys GET /storage/kv/namespaces/:id/values/:key - Get value PUT /storage/kv/namespaces/:id/values/:key - Write value DELETE /storage/kv/namespaces/:id/values/:key - Delete key POST /storage/kv/namespaces/:id/bulk/get - Bulk get values

Patch Changes

  • #12183 17961bb Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260124.0 1.20260127.0
  • #12196 52fdfe7 Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260127.0 1.20260128.0

miniflare@4.20260124.0

Minor Changes

  • #12008 e414f05 Thanks @​penalosa! - Add support for customising the inspector IP address

    Adds a new --inspector-ip CLI flag and dev.inspector_ip configuration option to allow customising the IP address that the inspector server listens on. Previously, the inspector was hardcoded to listen only on 127.0.0.1.

    Example usage:

    # CLI flag
    wrangler dev --inspector-ip 0.0.0.0
    // wrangler.json
    {
    	"dev": {
    		"inspector_ip": "0.0.0.0",

... (truncated)

Changelog

Sourced from miniflare's changelog.

4.20260128.0

Minor Changes

  • #12152 8a210af Thanks @​emily-shen! - Implement local KV API for experimental/WIP local resource explorer

    The following APIs have been (mostly) implemented: GET /storage/kv/namespaces - List namespaces GET /storage/kv/namespaces/:id/keys - List keys GET /storage/kv/namespaces/:id/values/:key - Get value PUT /storage/kv/namespaces/:id/values/:key - Write value DELETE /storage/kv/namespaces/:id/values/:key - Delete key POST /storage/kv/namespaces/:id/bulk/get - Bulk get values

Patch Changes

  • #12183 17961bb Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260124.0 1.20260127.0
  • #12196 52fdfe7 Thanks @​dependabot! - chore: update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260127.0 1.20260128.0

4.20260124.0

Minor Changes

  • #12008 e414f05 Thanks @​penalosa! - Add support for customising the inspector IP address

    Adds a new --inspector-ip CLI flag and dev.inspector_ip configuration option to allow customising the IP address that the inspector server listens on. Previously, the inspector was hardcoded to listen only on 127.0.0.1.

    Example usage:

    # CLI flag
    wrangler dev --inspector-ip 0.0.0.0
    // wrangler.json
    {

... (truncated)

Commits
  • 95154f5 Version Packages (#12184)
  • 8a210af [explorer] add implementation for local KV API (take 2) (#12152)
  • 52fdfe7 chore(deps): bump the workerd-and-workers-types group with 2 updates (#12196)
  • 17961bb chore(deps): bump the workerd-and-workers-types group with 2 updates (#12183)
  • 1228dee Version Packages (#12045)
  • 0641e6c chore(deps): bump the workerd-and-workers-types group with 2 updates (#12088)
  • 014e7aa chore: use native stripVTControlCharacters (#11853)
  • bbd8a5e Minimize the number of the Miniflare package dependencies (#11897)
  • f08ef21 chore(deps): bump the workerd-and-workers-types group with 2 updates (#12061)
  • 05714f8 Add initial plumbing for a local explorer worker (#12034)
  • Additional commits viewable 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.20260114.0 to 4.20260128.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.20260128.0/packages/miniflare)

---
updated-dependencies:
- dependency-name: miniflare
  dependency-version: 4.20260128.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 Feb 3, 2026
@github-actions github-actions bot enabled auto-merge February 3, 2026 01:11
@github-actions github-actions bot merged commit e8a045a into main Feb 3, 2026
2 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/miniflare-4.20260128.0 branch February 3, 2026 01:11
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.

0 participants