Update dependency wrangler to v4.136.3 - #537
Merged
Merged
Conversation
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:
4.136.1→4.136.3Release Notes
cloudflare/workers-sdk (wrangler)
v4.136.3Compare Source
Patch Changes
#15662
59267fcThanks @oddharsh! - Updatesmol-tomlto 1.8.0This updates the bundled TOML parser that reads
wrangler.tomlto a version that addresses two advisories against 1.5.2:GHSA-7w5x-hrqm-74c2(a value followed by a comment with no trailing newline, such asa=[1 #, put the parser in an infinite loop) andGHSA-v3rj-xjv7-4jmq(thousands of consecutive comment lines overflowed the stack). On the old version,wrangler deployagainst awrangler.tomlending ina=[1 #never returned; it now fails withInvalid TOML document: cannot find end of structure.#15760
6906bf0Thanks @yomna-shousha! - Warn whenwrangler previewreturns only non-custom-domain URLs even though custom-domain Preview URLs are configured.#15761
354ebdbThanks @podonnell-dev! - Fix Preview output artifacts to always include the resolved parent Worker namePreview artifacts now use Wrangler's resolved Worker name instead of relying on the Preview API response to include it.
Updated dependencies []:
v4.136.2Compare Source
Patch Changes
#15762
ad20547Thanks @podonnell-dev! - Fixwrangler typesgenerating runtime headers with trailing whitespaceRuntime type headers without compatibility flags now end at the compatibility date, keeping generated types reproducible when tools remove trailing whitespace.
#15703
02c1d83Thanks @KianNH! - Improve Container image listing and deletionList all image pages using read-only credentials, validate tags before deletion, and report successful deletion when the garbage-collection request fails.
#15700
275184dThanks @KianNH! - Fix Container SSH connection setup and shutdownPrevent SSH connections from stalling during setup and ensure proxy processes exit when sessions close.
#15759
bd59ecaThanks @petebacondarwin! - Show validsha256-prefixed tags in Container image listingsContainer image listings now distinguish valid OCI tags such as
sha256-releasefrom synthetic digest entries such assha256:<digest>.Updated dependencies []:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.