Update cloudflare-workers-tooling - #2649
Merged
Merged
Conversation
|
Tick the box to add this pull request to the merge queue (same as
|
renovate
Bot
force-pushed
the
renovate/cloudflare-workers-tooling
branch
from
August 5, 2026 16:48
f13b841 to
32a5be0
Compare
Contributor
|
Triggered from #2649 by @renovate[bot]. Checking if we can fast forward Target branch ( commit 0cd12c90bac32e791eb714e19021e8cf25a9170f (HEAD -> main, origin/main)
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Aug 5 10:48:06 2026 -0600
Update dependency @astrojs/starlight to v0.41.7 (#2648)
* Update dependency @astrojs/starlight to v0.41.7
* chore(deps): regenerate bun.nix
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>Pull request ( commit 32a5be0cc0c46a55596de3821b91cefd8e5c7509 (pull_request/renovate/cloudflare-workers-tooling)
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed Aug 5 16:48:23 2026 +0000
Update cloudflare-workers-toolingCan't fast forward * 32a5be0cc0c46a55596de3821b91cefd8e5c7509 Update cloudflare-workers-tooling
| * 0cd12c90bac32e791eb714e19021e8cf25a9170f Update dependency @astrojs/starlight to v0.41.7 (#2648)
| * eaeb802661f5a3b4356f262a18c0cbbf1ffbd355 Update dependency semantic-release to v25.0.9 (#2647)
|/
* 5b545cc486cd88a98c6f5a436d5a641ca3fb88d4 Update flake input: srvos (#2645)
commit 5b545cc486cd88a98c6f5a436d5a641ca3fb88d4
Author: vanixiets-flake-updater[bot] <246545483+vanixiets-flake-updater[bot]@users.noreply.github.com>
Date: Wed Aug 5 10:47:50 2026 -0600
Update flake input: srvos (#2645)
• Updated input 'srvos':
'github:nix-community/srvos/5a653c795aa9b34e12768e3010e97fc2988b5e46?narHash=sha256-lAHFgqyeARFuHgvQG7MOFgwITbfdTUjwKlJ663a8dKo%3D' (2026-07-30)
→ 'github:nix-community/srvos/f8a1f138ff7ccdb736f56272093953e12bb87ad5?narHash=sha256-wVE1lrrGlpHpgtiIa4zYBObVgPBOx5wMnD5QYMzoYE8%3D' (2026-08-03)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>Rebase locally, and then force push to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.50.0→^1.51.0^4.118.0→^4.119.0Release Notes
cloudflare/workers-sdk (@cloudflare/vite-plugin)
v1.51.0Compare Source
Minor Changes
#14941
266172bThanks @nickpatt! - Improve the Local Explorer's Observability viewsconsole.logmessages now render the way the console would (JSON-encoded strings are unwrapped and multi-argument logs are joined), traces and events can be looked up by trace or span id from the search bar, and an event's "View trace" button jumps to the exact invocation that emitted it — even when a trace_id spans several invocations (e.g. a subrequest or self fetch).#14996
ebd1dfdThanks @nickpatt! - Surface Local Explorer API to headless agentsWhen a Vite dev or preview server with the Cloudflare plugin is started in a headless AI agent environment, the plugin now prints the Local Explorer API URL and useful resource routes to stdout so agents can discover and call them programmatically.
Patch Changes
20470fa,9c74538,266172b,a88d169,a88d169,daf65f2,a9e5abb]:cloudflare/workers-sdk (wrangler)
v4.119.0Compare Source
Minor Changes
#14952
20470faThanks @nelsonjsduarte! - Add--parse-typeflag towrangler ai-search createwrangler ai-search createnow accepts--parse-typeto control how a website data source discovers URLs.sitemap(the default) reads XML sitemaps;discoverfollows links recursively.Previously the parse type could only be chosen through the interactive wizard, which was skipped whenever
--sourcewas supplied — so it was impossible to create adiscoverinstance from a script.The interactive wizard now offers
DiscoveralongsideSitemap.--parse-typeis only valid with--type web-crawler; passing it with--type builtinor--type r2is rejected, since the API stores the value for those source types but never reads it. When the flag is omitted in non-interactive mode the field is left unset and the API default (sitemap) applies.#14941
266172bThanks @nickpatt! - Improve the Local Explorer's Observability viewsconsole.logmessages now render the way the console would (JSON-encoded strings are unwrapped and multi-argument logs are joined), traces and events can be looked up by trace or span id from the search bar, and an event's "View trace" button jumps to the exact invocation that emitted it — even when a trace_id spans several invocations (e.g. a subrequest or self fetch).#14064
a9e5abbThanks @petebacondarwin! - Add support for OAuth 2.0 Device Authorization Grant towrangler loginRun
wrangler login --deviceto authenticate without a local callback server. Useful in containers, remote SSH sessions, Codespaces, and any other environment wherelocalhost:8976is unreachable from your browser.The new flow:
--browser=false),The verification URL is supplied by the authorization server, so it is rejected unless it is an
httpsURL on the same auth domain the device code was requested from — it is never printed or opened otherwise.--callback-hostand--callback-portcannot be combined with--device, since this flow does not start a local callback server.Patch Changes
#14984
9c74538Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#15012
0d33cb8Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
Updated dependencies [
9c74538,0d33cb8,a88d169,a88d169,daf65f2]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.