Skip to content

Version Packages#13895

Merged
petebacondarwin merged 1 commit into
mainfrom
changeset-release/main
May 14, 2026
Merged

Version Packages#13895
petebacondarwin merged 1 commit into
mainfrom
changeset-release/main

Conversation

@workers-devprod
Copy link
Copy Markdown
Contributor

@workers-devprod workers-devprod commented May 12, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@cloudflare/vite-plugin@1.37.0

Minor Changes

  • #13903 7ce6f6f Thanks @edmundhung! - Add named tunnel support to the cloudflare() Vite plugin

    You can now expose your local dev server publicly with a stable hostname by configuring tunnel with a named Cloudflare Tunnel:

    cloudflare({
      tunnel: { name: "my-tunnel", autoStart: true },
    });

    If autoStart is omitted or set to false, you can still start or close the tunnel by pressing t + enter.

Patch Changes

wrangler@4.91.0

Minor Changes

  • #13822 c8be316 Thanks @edmundhung! - Add named tunnel support and tunnel shortcuts to wrangler dev

    You can now use wrangler dev --tunnel --tunnel-name <name> to start a dev session with an existing named Cloudflare Tunnel, or set --tunnel-name ahead of time and start it later by pressing t to start or close the tunnel. This gives you a stable public hostname for local development instead of the temporary trycloudflare.com URL used by Quick Tunnels.

Patch Changes

  • #13848 d4794a8 Thanks @MattieTK! - Condense repeated environment configuration warnings

    Wrangler now summarises repeated missing vars and define entries in environment configuration warnings. Experimental unsafe warnings are also only emitted once when the field appears at both the top level and in the active environment.

  • #13894 58b4403 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260508.1 1.20260511.1
  • #13780 4352f87 Thanks @matingathani! - Normalize legacy instance type aliases (standardstandard-1, devlite) to prevent phantom EDIT diffs on every deploy

  • #13834 a9e6741 Thanks @matingathani! - fix: hotkeys now work with Caps Lock enabled

    Wrangler's dev server hotkeys (e.g. b to open browser and x to exit) did not respond when Caps Lock was enabled. These hotkeys now work consistently whether or not Caps Lock is on.

  • #13750 da664d5 Thanks @matingathani! - fix: automatically delete log files older than 30 days and add WRANGLER_WRITE_LOGS=false to disable disk logging

    Wrangler previously accumulated log files in ~/.wrangler/logs/ indefinitely, causing some users to accumulate gigabytes of logs over time.

    Log files older than 30 days are now automatically cleaned up on the first log write. Disk logging can be disabled entirely by setting WRANGLER_WRITE_LOGS=false.

  • #13914 bdc398c Thanks @Maximo-Guk! - preserve native shape of non-string vars in worker previews

    wrangler preview previously coerced every non-string entry in previews.vars (arrays, objects, numbers, booleans) into a plain_text binding via JSON.stringify, so at runtime the worker saw a literal string instead of the value declared in wrangler.jsonc. wrangler deploy already serializes non-string vars as json bindings so the Workers runtime parses them back into native JS values; previews now match.

    Before:

    // wrangler.jsonc — previews.vars
    { "ALLOWLIST": ["a@example.com", "b@example.com"] }
    // runtime
    typeof env.ALLOWLIST === "string" // true (was '["a@example.com","b@example.com"]')

    After:

    typeof env.ALLOWLIST === "object"; // Array.isArray(env.ALLOWLIST) === true
  • #13778 1420f10 Thanks @maxwellpeterson! - Propagate unsafe.bindings and service binding cross_account_grant to worker previews

    Worker previews now propagate unsafe.bindings declared on the previews config block to the deployment metadata, mirroring the deploy-time behavior. Without this, internal binding shapes that wrangler doesn't yet model (notably service bindings carrying cross_account_grant) were silently dropped on previews while working fine on regular deploys. The same change wires through cross_account_grant on typed services bindings.

  • Updated dependencies [58b4403, f781a2b]:

    • miniflare@4.20260511.0

miniflare@4.20260511.0

Patch Changes

  • #13894 58b4403 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260508.1 1.20260511.1
  • #13646 f781a2b Thanks @emily-shen! - Propagate cf-trace-id header on remote binding proxy requests

    When the CF_TRACE_ID environment variable is set, its value is now forwarded as a cf-trace-id header on outgoing remote binding proxy requests. This makes it easier to correlate traces when debugging remote bindings in local development.

@cloudflare/pages-shared@0.13.135

Patch Changes

@cloudflare/vitest-pool-workers@0.16.5

Patch Changes

@cloudflare/devprod-status-bot@1.5.0

Minor Changes

  • #13911 2115e8a Thanks @WillTaylorDev! - Post a Chat alert when an issue is opened with the api label, or when the api label is added to an existing issue

    Routes alerts to a new API_ISSUES_WEBHOOK so the team room watching the Workers SDK community channel gets realtime visibility into incoming api-tagged issues.

@ask-bonk
Copy link
Copy Markdown
Contributor

ask-bonk Bot commented May 12, 2026

This is a standard automated Changesets release PR. The changes are:

  1. Deletes the consumed changeset file.
  2. Bumps wrangler from 4.90.14.90.2 (patch).
  3. Bumps @cloudflare/vite-plugin from 1.36.41.36.5 (patch, dependency update).
  4. Bumps @cloudflare/vitest-pool-workers from 0.16.40.16.5 (patch, dependency update).
  5. Adds corresponding CHANGELOG entries for all three packages.

All version bumps are consistent, the changelog entries match the changeset description, and the dependent packages correctly reference wrangler@4.90.2. Nothing unusual here.

LGTM

github run

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 12, 2026

✅ All changesets look good

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 12, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@13895

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@13895

miniflare

npm i https://pkg.pr.new/miniflare@13895

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@13895

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@13895

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@13895

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@13895

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@13895

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@13895

wrangler

npm i https://pkg.pr.new/wrangler@13895

commit: 601f4b3

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 12 times, most recently from 5cb71dd to 2088470 Compare May 14, 2026 10:52
@workers-devprod workers-devprod force-pushed the changeset-release/main branch from 2088470 to 601f4b3 Compare May 14, 2026 12:33
@petebacondarwin petebacondarwin merged commit adbf8cb into main May 14, 2026
55 checks passed
@petebacondarwin petebacondarwin deleted the changeset-release/main branch May 14, 2026 12:48
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.

2 participants