chore(deps): update dependency wrangler to v3.28.3 #606
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.28.2
->3.28.3
Release Notes
cloudflare/workers-sdk (wrangler)
v3.28.3
Compare Source
Patch Changes
#5026
04584722
Thanks @dario-piotrowicz! - fix: make suregetPlatformProxy
produces a production-likecaches
objectmake sure that the
caches
object returned togetPlatformProxy
behavesin the same manner as the one present in production (where calling unsupported
methods throws a helpful error message)
note: make sure that the unsupported methods are however not included in the
CacheStorage
type definition#5030
55ea0721
Thanks @mrbbot! - fix: don't suggest reporting user errors to GitHubWrangler has two different types of errors: internal errors caused by something going wrong, and user errors caused by an invalid configuration. Previously, we would encourage users to submit bug reports for user errors, even though there's nothing we can do to fix them. This change ensures we only suggest this for internal errors.
#4900
3389f2e9
Thanks @OilyLime! - feature: allow hyperdrive users to set local connection string as environment variableWrangler dev now supports the HYPERDRIVE_LOCAL_CONNECTION_STRING environmental variable for connecting to a local database instance when testing Hyperdrive in local development. This environmental variable takes precedence over the localConnectionString set in wrangler.toml.
#5033
b1ace91b
Thanks @mrbbot! - fix: wait for actual port before opening browser with--port=0
Previously, running
wrangler dev --remote --port=0
and then immediately pressingb
would openlocalhost:0
in your default browser. This change queues up opening the browser until Wrangler knows the port the dev server was started on.#5026
04584722
Thanks @dario-piotrowicz! - fix: relax thegetPlatformProxy
's' cache request/response typesprior to these changes the caches obtained from
getPlatformProxy
would use
unknown
s as their types, this proved too restrictiveand incompatible with the equivalent
@cloudflare/workers-types
types, we decided to use
any
s instead to allow for more flexibilitywhilst also making the type compatible with workers-types
Updated dependencies [
7723ac17
,027f9719
,027f9719
,027f9719
,027f9719
,027f9719
,027f9719
]: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.