chore(deps): update dependency wrangler to v4.15.2 #3033
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 mark
2D30
ed 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.14.4
->4.15.2
Release Notes
cloudflare/workers-sdk (wrangler)
v4.15.2
Compare Source
Patch Changes
#9257
33daa09
Thanks @penalosa! - Relax R2 bucket validation forpages dev
commands#9256
3b384e2
Thanks @penalosa! - Move the Analytics Engine simulator implementation from JSRPC to a Wrapped binding. This fixes a regression introduced in https://github.com/cloudflare/workers-sdk/pull/8935 that preventing Analytics Engine bindings working in local dev for Workers with a compatibility date prior to JSRPC being enabled.Updated dependencies [
3b384e2
]:v4.15.1
Compare Source
Patch Changes
#9248
07f4010
Thanks @vicb! - fix unenv version mismatch#9219
ea71df3
Thanks @vicb! - bump unenv to 2.0.0-rc.17#9246
d033a7d
Thanks @edmundhung! - fix: stripCF-Connecting-IP
header withinfetch
In v4.15.0, Miniflare began stripping the
CF-Connecting-IP
header via a global outbound service, which led to a TCP connection regression due to a bug in Workerd. This PR patches thefetch
API to strip the header during localwrangler dev
sessions as a temporary workaround until the underlying issue is resolved.Updated dependencies [
f61a08e
,ea71df3
,d033a7d
]:v4.15.0
Compare Source
Minor Changes
#8794
02f0699
Thanks @eastlondoner! - This adds support for more accurate types for service bindings when runningwrangler types
. Previously, runningwrangler types
with a config including a service binding would generate anEnv
type like this:This type was "correct", but didn't capture the possibility of using JSRPC to communicate with the service binding. Now, running
wrangler types -c wrangler.json -c ../service/wrangler.json
(the first config representing the current Worker, and any additional configs representing service bound Workers) will generate anEnv
type like this:#8716
63a6504
Thanks @ItsWendell! - add --metafile flag to generate esbuild metadata file during build#9122
f17ee08
Thanks @avenceslau! - Unhide wrangler workflows delete commandPatch Changes
#9168
6b42c28
Thanks @dario-piotrowicz! - remove experimentalMixedModeConnectionString
typeremove the experimental
MixedModeConnectionString
type whichis now exposed by Miniflare instead
#7914
37af035
Thanks @andyjessop! - fix(miniflare): strip CF-Connecting-IP header from all outbound requests#9161
53ba97d
Thanks @lambrospetrou! - Fix d1 info command showing read_replication: [object Object]#9165
91d0c40
Thanks @vicb! - validate r2 bucket names#9183
f6f1a18
Thanks @dario-piotrowicz! - addremote
option to initial bindingsadd the
remote
option (initial implementationgated behind
--x-mixed-mode
) for the followingbindings:
service
,kv
,r2
,d1
,queue
andworkflow
#9149
415520e
Thanks @penalosa! - Implement mixed mode proxy server & clientUpdated dependencies [
37af035
,ceeb375
,349cffc
,362cb0b
,2cc8197
,6b42c28
]:Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.