chore(deps): update dependency wrangler to v3.26.0 #588
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:
3.25.0
->3.26.0
Release Notes
cloudflare/workers-sdk (wrangler)
v3.26.0
Compare Source
Minor Changes
#4847
6968e11f
Thanks @dario-piotrowicz! - feature: expose new (no-op)caches
field ingetBindingsProxy
resultAdd a new
caches
field to thegetBindingsProxy
result, such field implements ano operation (no-op) implementation of the runtime
caches
Note: Miniflare exposes a proper
caches
mock, we will want to use that one inthe future but issues regarding it must be ironed out first, so for the
time being a no-op will have to do
Patch Changes
#4860
b92e5ac0
Thanks @Sibirius! - fix: allow empty strings in secret:bulk uploadPreviously, the
secret:bulk
command would fail if any of the secrets in the secret.json file were empty strings and they already existed remotely.#4869
fd084bc0
Thanks @jculvey! - feature: Expose AI bindings togetBindingsProxy
.The
getBindingsProxy
utility function will now contain entries for any AI bindings specified inwrangler.toml
.#4880
65da40a1
Thanks @petebacondarwin! - fix: do not attempt login during dry-runThe "standard pricing" warning was attempting to make an API call that was causing a login attempt even when on a dry-run.
Now this warning is disabled during dry-runs.
Fixes #4723
#4819
6a4cb8c6
Thanks @magnusdahlstrand! - fix: Use appropriate logging levels when parsing headers and redirects inwrangler pages dev
.Updated dependencies [
1e424ff2
,749fa3c0
]: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 has been generated by Mend Renovate. View repository job log here.