Skip to content

Bump wrangler from 4.71.0 to 4.72.0#50

Merged
Bradley Reynolds (shenanigansd) merged 1 commit intomainfrom
dependabot/npm_and_yarn/wrangler-4.72.0
Mar 18, 2026
Merged

Bump wrangler from 4.71.0 to 4.72.0#50
Bradley Reynolds (shenanigansd) merged 1 commit intomainfrom
dependabot/npm_and_yarn/wrangler-4.72.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps wrangler from 4.71.0 to 4.72.0.

Release notes

Sourced from wrangler's releases.

wrangler@4.72.0

Minor Changes

  • #12746 211d75d Thanks @​NuroDev! - Add support for inheritable bindings in type generation

    When using wrangler types with multiple environments, bindings from inheritable config properties (like assets) are now correctly inherited from the top-level config in all named environments. Previously, if you defined assets.binding at the top level with named environments, the binding would be marked as optional in the generated Env type because the type generation didn't account for inheritance.

    Example:

    {
    	"assets": {
    		"binding": "ASSETS",
    		"directory": "./public"
    	},
    	"env": {
    		"staging": {},
    		"production": {}
    	}
    }

    Before this change, ASSETS would be typed as ASSETS?: Fetcher (optional). Now, ASSETS is correctly typed as ASSETS: Fetcher (required). This fix currently applies to the assets binding, with an extensible mechanism to support additional inheritable bindings in the future.

  • #12826 de65c58 Thanks @​gabivlj! - Enable container egress interception in local dev without the experimental compatibility flag

    Container local development now always prepares the egress interceptor sidecar image needed for interceptOutboundHttp(). This makes container-to-Worker interception available by default in Wrangler, Miniflare, and the Cloudflare Vite plugin.

Patch Changes

  • #12790 5451a7f Thanks @​petebacondarwin! - Bump node-forge to ^1.3.2 to address security vulnerabilities

    node-forge had ASN.1 unbounded recursion, OID integer truncation, and ASN.1 validator desynchronization vulnerabilities. This is a bundled dependency used for local HTTPS certificate handling.

  • #12795 82cc2a8 Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260301.1 1.20260306.1
  • #12811 3c67c2a Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260306.1 1.20260307.1

... (truncated)

Commits
  • 24f807b Version Packages (#12789)
  • b8c33f5 Make remote dev exchange_url optional (#12771)
  • ba18c02 [wrangler] Make worker deletion in e2e test cleanup best-effort (#12832)
  • de65c58 containers: Remove experimental flag from enabling egress interception for co...
  • 9f93b54 Strip query strings from module names when writing to disk (#12824)
  • d645594 Bump the workerd-and-workers-types group with 2 updates (#12827)
  • 6ed249b [wrangler] Fix d1 execute --json returning string "null" for SQL NULL values ...
  • 3c67c2a Bump the workerd-and-workers-types group with 2 updates (#12811)
  • 82cc2a8 Bump the workerd-and-workers-types group with 2 updates (#12795)
  • 211d75d fix(wrangler): Fix type generation inheritable bindings (#12746)
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.71.0 to 4.72.0.
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.72.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.72.0
  dependency-type: direct:development
...

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 Mar 18, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 18, 2026
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 18, 2026 23:19
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 18, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
dotforge 9e95136 Commit Preview URL

Branch Preview URL
Mar 18 2026, 11:20 PM

@shenanigansd Bradley Reynolds (shenanigansd) merged commit 0694295 into main Mar 18, 2026
4 checks passed
@shenanigansd Bradley Reynolds (shenanigansd) deleted the dependabot/npm_and_yarn/wrangler-4.72.0 branch March 18, 2026 23:30
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