Update dependency wrangler to v4.61.0 #151
Merged
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.60.0→4.61.0Release Notes
cloudflare/workers-sdk (wrangler)
v4.61.0Compare Source
Minor Changes
#12008
e414f05Thanks @penalosa! - Add support for customising the inspector IP addressAdds a new
--inspector-ipCLI flag anddev.inspector_ipconfiguration option to allow customising the IP address that the inspector server listens on. Previously, the inspector was hardcoded to listen only on127.0.0.1.Example usage:
# CLI flag wrangler dev --inspector-ip 0.0.0.0#12034
05714f8Thanks @emily-shen! - Add a no-op local explorer worker, which is gated by the experimental flagX_LOCAL_EXPLORER.Patch Changes
#12134
a0a9ef6Thanks @NuroDev! - Fixed Fish shell tab completions.The
wranglertab completions are powered by@bomb.sh/tabwhich has been upgraded to version0.0.12which includes a fix for the Fish shell which was previously not working at all.#12006
ad4666cThanks @penalosa! - Remove--use-remoteoption fromwrangler hyperdrive createcommandHyperdrive does not support remote bindings during local development - it requires a
localConnectionStringto connect to a local database. This change removes the confusing "remote resource" prompt that was shown when creating a Hyperdrive config.Fixes #11674
#11853
014e7aaThanks @43081j! - Use built-in stripVTControlCharacters utility rather than thestrip-ansipackage.#12040
77e82d2Thanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12061
f08ef21Thanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12088
0641e6cThanks @dependabot! - chore: update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#12044
eacedbaThanks @edmundhung! - Fixwrangler secret listto error when the Worker is not foundPreviously, running
wrangler secret listagainst a non-existent Worker would silently return an empty array, making it difficult to diagnose issues like being logged into the wrong account. It now returns an error with suggestions for common causes.#12150
e8b2ef5Thanks @dario-piotrowicz! - Emit autoconfig summary as a separate output entryMove the autoconfig summary from the
deployoutput entry to a dedicatedautoconfigoutput entry type. This entry is now emitted by bothwrangler deployandwrangler setupcommands when autoconfig runs, making it easier to track autoconfig results independently of deployments.Updated dependencies [
014e7aa,e414f05,77e82d2,f08ef21,0641e6c,05714f8,bbd8a5e]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.