Skip to content

build(deps): bump sharp and miniflare - #1702

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-87a60b44bd
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-87a60b44bd

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor

Bumps sharp to 0.35.4 and updates ancestor dependency miniflare. These dependencies need to be updated together.

Updates sharp from 0.35.2 to 0.35.4

Release notes

Sourced from sharp's releases.

v0.35.4

https://github.com/lovell/sharp-libvips/releases/tag/v1.3.3

v0.35.4-rc.0

... (truncated)

Commits
  • 7f1a0a2 Release v0.35.4
  • f927818 Upgrade to sharp-libvips v1.3.3
  • e802092 Prerelease v0.35.4-rc.0
  • e13eb2f CI: Fix wasm32 build (#4589)
  • a82a0b3 Upgrade to libvips v8.18.6
  • 8044fe4 Bound resize dimensions to coordinate limit
  • 147f859 Docs: changelog entries for #4578 #4584
  • ee5bfb8 Tests: use yauzl directly rather than via extract-zip wrapper
  • 7a77889 Bump uraimo/run-on-arch-action from 3.1.0 to 3.2.0 (#4588)
  • ea5bef2 Improve support for input Streams finishing before output is requested (#4584)
  • Additional commits viewable in compare view

Updates miniflare from 5.20260811.1-alpha to 5.20260916.0-alpha

Release notes

Sourced from miniflare's releases.

miniflare@5.20260916.0-alpha

Minor Changes

  • #15483 71b6f10 Thanks @​tpmmorris! - Align Local Explorer Workflow instance status requests with production

    Local Explorer and Wrangler local mode now use the production-compatible status request field for pausing, resuming, restarting, and terminating Workflow instances. Direct Local Explorer API consumers must replace the previous action field with status.

    Successful Local Explorer status updates now return the production-compatible instance status and response timestamp instead of the local-only result.success acknowledgement.

Patch Changes

  • #15665 ad23e6e Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    @​cloudflare/workers-types ^5.20260915.1 ^5.20260916.1
    workerd 1.20260915.1 1.20260916.1
  • #15552 6f3d7b5 Thanks @​superbuilder-norm! - Prevent synchronous binding calls from failing intermittently under load

    Miniflare now keeps synchronous binding requests and responses correctly paired when background work is delayed. This prevents rare cascades of assertion failures in local development and CI, including when using synchronous D1 methods such as prepare() and bind().

miniflare@5.20260915.0-alpha

Minor Changes

  • #15486 d3565a5 Thanks @​tpmmorris! - Add production-compatible KV bulk write and delete routes to Local Explorer

    API clients can now write and delete multiple local KV entries by changing only their Cloudflare API base URL. The new routes support production request and response shapes, including base64 values, expiration options, and metadata.

  • #15453 ca71205 Thanks @​G4brym! - Remove the gated Web Search binding and Wrangler command

    The unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.

Patch Changes

  • #15633 7db596c Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    @​cloudflare/workers-types ^5.20260911.1 ^5.20260915.1
    workerd 1.20260911.1 1.20260915.1
  • #15420 e35c4a1 Thanks @​manthaaaaan! - Fix Infinity/-Infinity being emitted as an invalid bare identifier in D1 export

  • #15527 1015cfb Thanks @​devaniketh! - Scope Durable Object and Workflow local explorer peers by storageScope

... (truncated)

Changelog

Sourced from miniflare's changelog.

5.20260916.0-alpha

Minor Changes

  • #15483 71b6f10 Thanks @​tpmmorris! - Align Local Explorer Workflow instance status requests with production

    Local Explorer and Wrangler local mode now use the production-compatible status request field for pausing, resuming, restarting, and terminating Workflow instances. Direct Local Explorer API consumers must replace the previous action field with status.

    Successful Local Explorer status updates now return the production-compatible instance status and response timestamp instead of the local-only result.success acknowledgement.

Patch Changes

  • #15665 ad23e6e Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    @​cloudflare/workers-types ^5.20260915.1 ^5.20260916.1
    workerd 1.20260915.1 1.20260916.1
  • #15552 6f3d7b5 Thanks @​superbuilder-norm! - Prevent synchronous binding calls from failing intermittently under load

    Miniflare now keeps synchronous binding requests and responses correctly paired when background work is delayed. This prevents rare cascades of assertion failures in local development and CI, including when using synchronous D1 methods such as prepare() and bind().

5.20260915.0-alpha

Minor Changes

  • #15486 d3565a5 Thanks @​tpmmorris! - Add production-compatible KV bulk write and delete routes to Local Explorer

    API clients can now write and delete multiple local KV entries by changing only their Cloudflare API base URL. The new routes support production request and response shapes, including base64 values, expiration options, and metadata.

  • #15453 ca71205 Thanks @​G4brym! - Remove the gated Web Search binding and Wrangler command

    The unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.

Patch Changes

  • #15633 7db596c Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    @​cloudflare/workers-types ^5.20260911.1 ^5.20260915.1
    workerd 1.20260911.1 1.20260915.1
  • #15420 e35c4a1 Thanks @​manthaaaaan! - Fix Infinity/-Infinity being emitted as an invalid bare identifier in D1 export

... (truncated)

Commits
  • f4229f1 Version Packages (#15657)
  • 6f3d7b5 [miniflare] Fix the synchronous binding proxy desynchronising when its worker...
  • 71b6f10 [miniflare] Align workflow status endpoint schema with production (#15483)
  • bbf2f79 Version Packages (#15634)
  • 7db596c Bump the workerd-and-workers-types group across 1 directory with 2 updates (#...
  • 1015cfb [miniflare] Scope Durable Object and Workflow local explorer peers by storage...
  • e35c4a1 [miniflare] fix: emit valid SQL literal for Infinity/-Infinity in D1 export (...
  • d3565a5 [miniflare] Add production KV bulk write and delete endpoints (#15486)
  • ca71205 Remove Web Search binding and commands (#15453)
  • 641df47 [miniflare] Reduce embedded worker bundle size by sharing Zod (#15397)
  • 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 Sep 11, 2026
@dependabot
dependabot Bot requested review from a team as code owners September 11, 2026 03:42
@dependabot
dependabot Bot requested a review from alisherry September 11, 2026 03:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 11, 2026
Bumps [sharp](https://github.com/lovell/sharp) to 0.35.4 and updates ancestor dependency [miniflare](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/miniflare). These dependencies need to be updated together.


Updates `sharp` from 0.35.2 to 0.35.4
- [Release notes](https://github.com/lovell/sharp/releases)
- [Commits](lovell/sharp@v0.35.2...v0.35.4)

Updates `miniflare` from 5.20260811.1-alpha to 5.20260916.0-alpha
- [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@5.20260916.0-alpha/packages/miniflare)

---
updated-dependencies:
- dependency-name: miniflare
  dependency-version: 5.20260910.0-alpha
  dependency-type: direct:development
- dependency-name: sharp
  dependency-version: 0.35.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-87a60b44bd branch from b4d30c7 to 1ca4700 Compare September 17, 2026 15:27
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

Development

Successfully merging this pull request may close these issues.

0 participants