8000 chore(deps): update dependency wrangler to v4.15.2 by renovate[bot] · Pull Request #3033 · topmonks/hlidac-shopu · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update dependency wrangler to v4.15.2 #3033

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

Merged
merged 1 commit into from
May 20, 2025

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented May 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) 4.14.4 -> 4.15.2 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v4.15.2

Compare Source

Patch Changes

v4.15.1

Compare Source

Patch Changes
  • #​9248 07f4010 Thanks @​vicb! - fix unenv version mismatch

  • #​9219 ea71df3 Thanks @​vicb! - bump unenv to 2.0.0-rc.17

  • #​9246 d033a7d Thanks @​edmundhung! - 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.

  • Updated dependencies [f61a08e, ea71df3, d033a7d]:

v4.15.0

Compare Source

Minor Changes
  • #​8794 02f0699 Thanks @​eastlondoner! - This adds support for more accurate types for service bindings when running wrangler types. Previously, running wrangler types with a config including a service binding would generate an Env type like this:

    interface Env {
    	SERVICE_BINDING: Fetcher;
    }

    This type was "correct", but didn't capture the possibility of using JSRPC to communicate with the service binding. Now, running wrangler types -c wrangler.json -c ../service/wrangler.json (the first config representing the current Worker, and any additional configs representing service bound Workers) will generate an Env type like this:

    interface Env {
    	SERVICE_BINDING: Service<import("../service/src/index").Entrypoint>;
    }
  • #​8716 63a6504 Thanks @​ItsWendell! - add --metafile flag to generate esbuild metadata file during build

  • #​9122 f17ee08 Thanks @​avenceslau! - Unhide wrangler workflows delete command

Patch Changes

Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/wrangler-4.x branch 4 times, most recently from 268531e to 22bc42a Compare May 19, 2025 21:57
@renovate renovate bot force-pushed the renovate/wrangler-4.x branch from 22bc42a to 81ac5fe Compare May 20, 2025 00:39
@renovate renovate bot merged commit 41cb8d3 into trunk May 20, 2025
8 checks passed
@renovate renovate bot deleted the renovate/wrangler-4.x branch May 20, 2025 05:16
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
0