Skip to content

Bump wrangler from 3.114.8 to 4.15.2 #460

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 15, 2025

Bumps wrangler from 3.114.8 to 4.15.2.

Release notes

Sourced from wrangler's releases.

wrangler@4.15.2

Patch Changes

  • #9257 33daa09 Thanks @​penalosa! - Relax R2 bucket validation for pages dev commands

  • #9256 3b384e2 Thanks @​penalosa! - Move the Analytics Engine simulator implementation from JSRPC to a Wrapped binding. This fixes a regression introduced in cloudflare/workers-sdk#8935 that preventing Analytics Engine bindings working in local dev for Workers with a compatibility date prior to JSRPC being enabled.

  • Updated dependencies [3b384e2]:

    • miniflare@4.20250508.2
    • @​cloudflare/unenv-preset@​2.3.2

wrangler@4.15.1

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]:

    • @​cloudflare/unenv-preset@​2.3.2
    • miniflare@4.20250508.1

wrangler@4.15.0

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

... (truncated)

Changelog

Sourced from wrangler's changelog.

4.15.2

Patch Changes

  • #9257 33daa09 Thanks @​penalosa! - Relax R2 bucket validation for pages dev commands

  • #9256 3b384e2 Thanks @​penalosa! - Move the Analytics Engine simulator implementation from JSRPC to a Wrapped binding. This fixes a regression introduced in cloudflare/workers-sdk#8935 that preventing Analytics Engine bindings working in local dev for Workers with a compatibility date prior to JSRPC being enabled.

  • Updated dependencies [3b384e2]:

    • miniflare@4.20250508.2
    • @​cloudflare/unenv-preset@​2.3.2

4.15.1

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]:

    • @​cloudflare/unenv-preset@​2.3.2
    • miniflare@4.20250508.1

4.15.0

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

... (truncated)

Commits

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)

@dependabot dependabot bot requested a review from CyberFlameGO May 15, 2025 21:29
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 15, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 15, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wrangler-4.15.2 branch 3 times, most recently from 30b3022 to 74ee250 Compare May 19, 2025 08:29
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.114.8 to 4.15.2.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.15.2/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.15.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/wrangler-4.15.2 branch from 74ee250 to b84ad5e Compare May 20, 2025 08:08
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2025

Superseded by #463.

@dependabot dependabot bot closed this May 20, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/wrangler-4.15.2 branch May 20, 2025 21:21
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