Skip to content

chore(deps-dev): bump wrangler from 4.75.0 to 4.86.0 in the cloudflare group across 1 directory#738

Merged
andykenward merged 7 commits into
mainfrom
dependabot/npm_and_yarn/cloudflare-ad203901bf
May 5, 2026
Merged

chore(deps-dev): bump wrangler from 4.75.0 to 4.86.0 in the cloudflare group across 1 directory#738
andykenward merged 7 commits into
mainfrom
dependabot/npm_and_yarn/cloudflare-ad203901bf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the cloudflare group with 1 update in the / directory: wrangler.

Updates wrangler from 4.75.0 to 4.86.0

Release notes

Sourced from wrangler's releases.

wrangler@4.86.0

Minor Changes

  • #13605 ea943ff Thanks @​danielgek! - Add namespace support to wrangler ai-search commands

    All wrangler ai-search instance commands (create, list, get, update, delete, stats, search) now accept a --namespace (or -n) flag to target a specific AI Search namespace. When the flag is omitted, commands default to the default namespace that Cloudflare automatically provisions for every account.

    wrangler ai-search list now displays a namespace column, and wrangler ai-search create offers an interactive picker for existing namespaces (with an option to create a new one) when --namespace is not supplied in an interactive session.

    A new wrangler ai-search namespace subcommand group is also introduced, with list, create, get, update, and delete subcommands for managing namespaces directly.

    wrangler ai-search list --namespace blog
    wrangler ai-search create my-instance --namespace blog --type r2 --source my-bucket
    wrangler ai-search namespace create blog --description "Blog content"
  • #13637 9eb9e69 Thanks @​edmundhung! - Add --tunnel flag to wrangler dev for sharing your local dev server via Cloudflare Quick Tunnels

    You can now expose your local dev server publicly by passing --tunnel:

    wrangler dev --tunnel

    This starts a Cloudflare Quick Tunnel that gives you a random *.trycloudflare.com URL to share. The tunnel stops automatically when the dev session ends. Quick tunnels don't require a Cloudflare account or any configuration.

    A warning is shown when Server-Sent Events (SSE) responses are detected through the tunnel, since quick tunnels don't support SSE.

  • #13661 0a5db08 Thanks @​aspizu! - wrangler tail will now log stack traces. These stack traces already include resolved frames if you have chosen to upload sourcemaps.

  • #13617 118027d Thanks @​roerohan! - Force Flagship bindings to always use remote mode in local dev

    Flagship bindings now always access the remote Flagship service during local development, matching the behavior of AI bindings. Previously, Flagship supported both local and remote modes, but the local stub only returned default values, providing no real functionality and creating a dual source of truth for flag evaluations.

    The remote config field is retained for backward compatibility but only controls whether a warning is displayed. Setting remote: true suppresses the warning that Flagship bindings always access remote resources and may incur usage charges in local dev.

  • #13254 e867ac2 Thanks @​tgarg-cf! - Add wrangler queues consumer list subcommands for listing queue consumers

    Three new commands are available for listing consumers on a queue:

    • wrangler queues consumer list <queue-name> — lists all consumers (both worker and HTTP pull), grouped by type
    • wrangler queues consumer worker list <queue-name> — lists only worker consumers
    • wrangler queues consumer http list <queue-name> — lists only HTTP pull consumers

Patch Changes

  • #13696 62e9f2a Thanks @​dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

... (truncated)

Commits
  • 87b094e Version Packages (#13665)
  • 92bb8a5 wrangler types --checkfails withInvalid value: true (#13695)
  • 730ead5 feat(vite-plugin-cloudflare): vite preview tunnel support (#13702)
  • ea943ff feat(wrangler): add ai search namespaces support (#13605)
  • 2dc6175 [wrangler] Expand telemetry arg allow list to restore dropped boolean flags (...
  • 6c56758 fix snapshot broken by #13667 (#13700)
  • edcff69 feat(vite-plugin-cloudflare): add quick tunnel support (#13666)
  • ed2f4ec fix: correctly save auth from previous remote sessions (#13667)
  • fcc491a Recognize Hydrogen as a known unsupported framework in autoconfig (#13187)
  • 0a5db08 [wrangler] print stack trace when logging in wrangler CLI tail command (#13661)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 5, 2026
@changeset-bot

changeset-bot Bot commented May 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: e511a38

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dependabot dependabot Bot changed the title chore(deps-dev): bump wrangler from 4.75.0 to 4.86.0 in the cloudflare group chore(deps-dev): bump wrangler from 4.75.0 to 4.86.0 in the cloudflare group across 1 directory May 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-ad203901bf branch 2 times, most recently from a468e57 to f9b7c25 Compare May 5, 2026 18:58
Bumps the cloudflare group with 1 update in the / directory: [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler).


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

---
updated-dependencies:
- dependency-name: wrangler
  dependency-version: 4.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: cloudflare
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/cloudflare-ad203901bf branch from f9b7c25 to 100e8d3 Compare May 5, 2026 19:03
@andykenward andykenward merged commit 5f1b2d8 into main May 5, 2026
6 checks passed
@andykenward andykenward deleted the dependabot/npm_and_yarn/cloudflare-ad203901bf branch May 5, 2026 20:30
@github-actions github-actions Bot mentioned this pull request May 5, 2026
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