Skip to content

Bump wrangler from 4.79.0 to 4.80.0 in /docs in the docs-deps group across 1 directory#28

Merged
danihengeveld merged 1 commit intomainfrom
dependabot/bun/docs/docs-deps-4a8787ef7c
Apr 11, 2026
Merged

Bump wrangler from 4.79.0 to 4.80.0 in /docs in the docs-deps group across 1 directory#28
danihengeveld merged 1 commit intomainfrom
dependabot/bun/docs/docs-deps-4a8787ef7c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2026

Bumps the docs-deps group with 1 update in the /docs directory: wrangler.

Updates wrangler from 4.79.0 to 4.80.0

Release notes

Sourced from wrangler's releases.

wrangler@4.80.0

Minor Changes

  • #13151 9c4035b Thanks @​G4brym! - Add type generation for AI Search bindings

    Running wrangler types now generates AiSearchNamespace and AiSearchInstance types for ai_search_namespaces and ai_search config bindings respectively. Both simple and per-environment modes are supported.

    // wrangler.json
    {
      "ai_search_namespaces": [
        { "binding": "AI_SEARCH", "namespace": "production" }
      ],
      "ai_search": [
        { "binding": "BLOG_SEARCH", "instance_name": "cloudflare-blog" }
      ]
    }
    // Generated by `wrangler types`
    interface Env {
      AI_SEARCH: AiSearchNamespace;
      BLOG_SEARCH: AiSearchInstance;
    }
  • #13011 b9b7e9d Thanks @​ruifigueira! - Add experimental headful browser rendering support for local development

    Experimental: This feature may be removed or changed without notice.

    When developing locally with the Browser Rendering API, you can enable headful (visible) mode via the X_BROWSER_HEADFUL environment variable to see the browser while debugging:

    X_BROWSER_HEADFUL=true wrangler dev
    X_BROWSER_HEADFUL=true vite dev

    Note: when using @cloudflare/playwright, two Chrome windows may appear — the initial blank page and the one created by browser.newPage(). This is expected behavior due to how Playwright handles browser contexts via CDP.

  • #12992 48d83ca Thanks @​RiscadoA! - Add vpc_networks binding support for routing Worker traffic through a Cloudflare Tunnel or network.

    {
      "vpc_networks": [
        // Route through a specific Cloudflare Tunnel
        { "binding": "MY_FIRST_VPC", "tunnel_id": "<tunnel-id>" },
        // Route through the Cloudflare One mesh network
        { "binding": "MY_SECOND_VPC", "network_id": "cf1:network" }
      ]

... (truncated)

Commits
  • 0de6989 Version Packages (#13141)
  • d5bffde Use today as the compat date instead of relying on the actual workerd compat ...
  • 48d83ca [wrangler] Add vpc_networks binding support (#12992)
  • fb67a18 Bump the workerd-and-workers-types group with 2 updates (#13162)
  • 9c4035b [wrangler] Add type generation for AI Search bindings (#13151)
  • 4dc94fd Polish Cloudflare Vite plugin installation during autoconfig (#13150)
  • 14e72eb [wrangler] Fix D1 migration file ordering (#10126)
  • db60b94 Add gitignore-like helpers to cli package and remove old duplicated logic fro...
  • 5d29055 Bump the workerd-and-workers-types group with 2 updates (#13155)
  • 260d0ad Remove all removable eslint disabling comments for no-restricted-imports in...
  • Additional commits viewable in compare view

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Apr 7, 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
mc-operator fdc81f2 Commit Preview URL

Branch Preview URL
Apr 07 2026, 05:31 PM

@dependabot dependabot bot changed the title Bump wrangler from 4.79.0 to 4.80.0 in /docs in the docs-deps group Bump wrangler from 4.79.0 to 4.80.0 in /docs in the docs-deps group across 1 directory Apr 7, 2026
Bumps the docs-deps group in /docs with 1 update: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


Updates `wrangler` from 4.79.0 to 4.80.0
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.80.0/packages/wrangler)

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.80.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docs-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bun/docs/docs-deps-4a8787ef7c branch from 98e2738 to fdc81f2 Compare April 7, 2026 17:29
@danihengeveld danihengeveld merged commit 9ace83a into main Apr 11, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/bun/docs/docs-deps-4a8787ef7c branch April 11, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant