Skip to content

chore(deps): update dependency miniflare to v3.20250408.2 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
miniflare (source) 3.20241106.0 -> 3.20250408.2 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (miniflare)

v3.20250408.2

Compare Source

Patch Changes
  • #​8681 7a57c14 Thanks @​workers-devprod! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests

  • #​9250 b2b5ee8 Thanks @​workers-devprod! - fix: strip CF-Connecting-IP header within fetch

    In v4.15.0, Miniflare began stripping the CF-Connecting-IP header via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches the fetch API to strip the header during local wrangler dev sessions as a temporary workaround until the underlying issue is resolved.

  • #​9211 56a0d6e Thanks @​petebacondarwin! - fix: ensure the fetch proxy message port is started

    While Node.js will start the message port automatically when a message event listener is added,
    this diverges from the standard Web API for message ports, which require you to explicitly start
    listening on the port.

v3.20250408.1

Compare Source

Patch Changes

v3.20250408.0

Compare Source

Patch Changes

v3.20250310.2

Compare Source

Patch Changes

v3.20250310.1

Compare Source

Patch Changes

v3.20250310.0

Compare Source

Patch Changes

v3.20250224.0

Compare Source

Patch Changes
  • #​8338 2d40989 Thanks @​GregBrimble! - feat: Upload _headers and _redirects if present with Workers Assets as part of wrangler deploy and wrangler versions upload.

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

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250214.0 1.20250224.0
    @​cloudflare/workers-types ^4.20250214.0 ^4.20250224.0
  • #​8288 cf14e17 Thanks @​CarmenPopoviciu! - feat: Add assets Proxy Worker skeleton in miniflare

    This commit implements a very basic Proxy Worker skeleton, and wires it in the "pipeline" miniflare creates for assets. This Worker will be incrementally worked on, but for now, the current implementation will forward all incoming requests to the Router Worker, thus leaving the current assets behaviour in local dev, the same.

    This is an experimental feature available under the --x-assets-rpc flag: wrangler dev --x-assets-rpc.

  • #​8355 79c7810 Thanks @​GregBrimble! - fix: Add default empty router config for assets in Miniflare

v3.20250214.2

Compare Source

Patch Changes

v3.20250214.1

Compare Source

Patch Changes

v3.20250214.0

Compare Source

Patch Changes

v3.20250204.1

Compare Source

Patch Changes

v3.20250204.0

Compare Source

Patch Changes
  • #​8032 c80dbd8 Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250129.0 1.20250204.0
    @​cloudflare/workers-types ^4.20250129.0 ^4.20250204.0
  • #​7290 0c0374c Thanks @​emily-shen! - fix: add support for workers with assets when running multiple workers in one wrangler dev instance

    https://github.com/cloudflare/workers-sdk/pull/7251 added support for running multiple Workers in one wrangler dev/miniflare session. e.g. wrangler dev -c wrangler.toml -c ../worker2/wrangler.toml, which among other things, allowed cross-service RPC to Durable Objects.

    However this did not work in the same way as production when there was a Worker with assets - this PR should fix that.

v3.20250129.0

Compare Source

Patch Changes

v3.20250124.1

Compare Source

Patch Changes

v3.20250124.0

Compare Source

Patch Changes

v3.20241230.2

Compare Source

Patch Changes
  • #​7738 8e9aa40 Thanks @​penalosa! - Use TEXT bindings for plain text values in Miniflare. This is an internal detail that should have no user facing impact.

v3.20241230.1

Compare Source

Minor Changes
  • #​7702 78bdec5 Thanks @​penalosa! - Support the CF-Connecting-IP header, which will be available in your Worker to determine the IP address of the client that initiated a request.
Patch Changes

v3.20241230.0

Compare Source

Patch Changes

v3.20241218.0

Compare Source

Patch Changes

v3.20241205.0

Compare Source

Patch Changes

v3.20241106.2

Compare Source

Patch Changes

v3.20241106.1

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20241106.1 chore(deps): update dependency miniflare to v3.20241106.2 Dec 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20241106.2 chore(deps): update dependency miniflare to v3.20241205.0 Dec 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20241205.0 chore(deps): update dependency miniflare to v3.20241218.0 Dec 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20241218.0 chore(deps): update dependency miniflare to v3.20241230.0 Jan 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20241230.0 chore(deps): update dependency miniflare to v3.20241230.1 Jan 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20241230.1 chore(deps): update dependency miniflare to v3.20241230.2 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 7afe8e7 to 6e03e38 Compare January 14, 2025 20:42
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 6e03e38 to 51dc84f Compare January 23, 2025 17:52
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20241230.2 chore(deps): update dependency miniflare to v3.20250124.0 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch 2 times, most recently from b9ff21b to 0bbcac7 Compare January 30, 2025 18:05
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250124.0 chore(deps): update dependency miniflare to v3.20250124.1 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 0bbcac7 to b8d082f Compare January 31, 2025 17:52
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250124.1 chore(deps): update dependency miniflare to v3.20250129.0 Jan 31, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from b8d082f to bee13f1 Compare February 9, 2025 14:35
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250129.0 chore(deps): update dependency miniflare to v3.20250204.0 Feb 11, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from bee13f1 to 86a7ad5 Compare February 11, 2025 17:05
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250204.0 chore(deps): update dependency miniflare to v3.20250204.1 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 86a7ad5 to 0d98e6b Compare February 13, 2025 23:02
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250204.1 chore(deps): update dependency miniflare to v3.20250214.0 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 0d98e6b to 060498b Compare February 18, 2025 18:44
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 060498b to f9496c4 Compare February 26, 2025 02:11
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250214.0 chore(deps): update dependency miniflare to v3.20250214.1 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch 2 times, most recently from ca3a326 to 510dee8 Compare March 4, 2025 10:24
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250214.1 chore(deps): update dependency miniflare to v3.20250214.2 Mar 4, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 510dee8 to 2babbdb Compare March 5, 2025 23:15
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250214.2 chore(deps): update dependency miniflare to v3.20250224.0 Mar 5, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch 2 times, most recently from 224758e to 5cd032b Compare March 11, 2025 19:59
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250224.0 chore(deps): update dependency miniflare to v3.20250310.0 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch 2 times, most recently from a452b71 to 2dc3459 Compare March 17, 2025 23:27
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250310.0 chore(deps): update dependency miniflare to v3.20250310.1 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch 2 times, most recently from 7cb5bd0 to 35faf0f Compare April 3, 2025 11:47
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250310.1 chore(deps): update dependency miniflare to v3.20250310.2 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch 2 times, most recently from 381aad8 to 2c170e0 Compare April 9, 2025 19:14
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250310.2 chore(deps): update dependency miniflare to v3.20250408.0 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 2c170e0 to 0a3032a Compare April 24, 2025 07:45
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 0a3032a to b1ec056 Compare May 1, 2025 21:28
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250408.0 chore(deps): update dependency miniflare to v3.20250408.1 May 1, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch 2 times, most recently from 21233ad to 3fcab28 Compare May 22, 2025 17:37
@renovate renovate bot changed the title chore(deps): update dependency miniflare to v3.20250408.1 chore(deps): update dependency miniflare to v3.20250408.2 May 22, 2025
@renovate renovate bot force-pushed the renovate/miniflare-3.x-lockfile branch from 3fcab28 to 98fbfb4 Compare May 28, 2025 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants