chore(deps): update dependency wrangler to v4.19.1 #31
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.15.2
->4.19.1
Release Notes
cloudflare/workers-sdk (wrangler)
v4.19.1
Compare Source
Patch Changes
db2cdc6
Thanks @WillTaylorDev! - Fix bug causing preview alias to always be generated.v4.19.0
Compare Source
Minor Changes
03b8c1c
Thanks @WillTaylorDev! - Provide ability for Wrangler to upload preview aliases during version upload.Patch Changes
#9390
80e75f4
Thanks @penalosa! - Support additional Mixed Mode resources in Wrangler:#9395
b3be057
Thanks @Maximo-Guk! - Add WRANGLER_CI_OVERRIDE_NETWORK_MODE_HOST for Workers CI#9410
87f3843
Thanks @dario-piotrowicz! - enable consumers ofunstable_readConfig
to silenceremote
warningsUpdated dependencies [
8c7ce77
,80e75f4
,80e75f4
,fac2f9d
,92719a5
]:v4.18.0
Compare Source
Minor Changes
34b6174
Thanks @jamesopstad! - Hard fail on Node.js < 20. Wrangler no longer supports Node.js 18.x as it reached end-of-life on 2025-04-30. See https://github.com/nodejs/release?tab=readme-ov-file#end-of-life-releases.Patch Changes
#9308
d3a6eb3
Thanks @dario-piotrowicz! - expose new utilities and types to aid consumers of the programmatic mixed-mode APISpecifically the exports have been added:
Experimental_MixedModeSession
: type representing a mixed-mode sessionExperimental_ConfigBindingsOptions
: type representing config-bindingsexperimental_pickRemoteBindings
: utility for picking only the remote bindings from a record of start-worker bindings.unstable_convertConfigBindingsToStartWorkerBindings
: utility for converting config-bindings into start-worker bindings (that can be passed tostartMixedModeSession
)#9347
b8f058c
Thanks @penalosa! - Improve binding display on narrower terminalsUpdated dependencies [
d9d937a
,e39a45f
,fdae3f7
]:v4.17.0
Compare Source
Minor Changes
#9321
6c03bde
Thanks @petebacondarwin! - Add support for FedRAMP High compliance regionNow it is possible to target Wrangler at the FedRAMP High compliance region.
There are two ways to signal to Wrangler to run in this mode:
"compliance_region": "fedramp_high"
in a Wrangler configurationCLOUDFLARE_COMPLIANCE_REGION=fedramp_high
environment variable when running WranglerIf both are provided and the values do not match then Wrangler will exit with an error.
When in this mode OAuth authentication is not supported.
It is necessary to authenticate using a Cloudflare API Token acquired from the Cloudflare FedRAMP High dashboard.
Most bindings and commands are supported in this mode.
Resolves DEVX-1921.
#9330
34c71ce
Thanks @edmundhung! - Updated internal configuration to use Miniflare’s newdefaultPersistRoot
instead of per-pluginpersist
flags#8973
cc7fae4
Thanks @Caio-Nogueira! - Show latest instance by default onworkflows instances describe
commandPatch Changes
#9335

6479fc5
Thanks @penalosa! - Redesignwrangler dev
to more clearly present information and have a bit of a glow up ✨#9329
410d985
Thanks @penalosa! - Hide logs in thestartMixedModeSession()
API#9325
c2678d1
Thanks @edmundhung! - refactor: fallbacks to local image binding from miniflare when local mode is enabledUpdated dependencies [
34c71ce
,f7c82a4
,7ddd865
,6479fc5
,e5ae13a
]:v4.16.1
Compare Source
Patch Changes
7344344
Thanks @gabivlj! -wrangler containers delete
handles API errors correctlyv4.16.0
Compare Source
Minor Changes
#9288
3b8f7f1
Thanks @petebacondarwin! - allow --name and --env args on wrangler deployPreviously it was not possible to provide a Worker name as a command line argument at the same time as setting the Wrangler environment.
Now specifying
--name
is supported and will override any names set in the Wrangler config:wrangler.json
#9265
16de0d5
Thanks @edmundhung! - docs: add documentation links to individual config properties in the JSON schema of the Wrangler config filePatch Changes
#9234
2fe6219
Thanks @emily-shen! - fix: add no-opprops
toctx
ingetPlatformProxy
to fix type mismatch#9269
66d975e
Thanks @dario-piotrowicz! - Wire up mixed-mode remote bindings for multi-workerwrangler dev
Under the
--x-mixed-mode
flag, make sure that bindings configurations withremote: true
actually generate bindings to remote resources during a multi-workerwrangler dev
session, currently the bindings included in this are: services, kv_namespaces, r2_buckets, d1_databases, queues and workflows.Also include the ai binding since the bindings is already remote by default anyways.
#9151
5ab035d
Thanks @gabivlj! - wrangler containers can be configured with the kind of application rollout onapply
#9231
02d40ed
Thanks @dario-piotrowicz! - Wire up mixed-mode remote bindings for (single-worker)wrangler dev
Under the
--x-mixed-mode
flag, make sure that bindings configurations withremote: true
actually generate bindings to remote resources during a single-workerwrangler dev
session, currently the bindings included in this are: services, kv_namespaces, r2_buckets, d1_databases, queues and workflows.Also include the ai binding since the bindings is already remote by default anyways.
#9221
2ef31a9
Thanks @vicb! - bump@cloudflare/unenv-preset
#9277
db5ea8f
Thanks @penalosa! - Support Mixed Mode for more binding types#9266
f2a16f1
Thanks @petebacondarwin! - fix: setting triggers.crons:[] in Wrangler config should delete deployed cron schedules#9245
b87b472
Thanks @penalosa! - Support Mixed Mode Dispatch NamespacesUpdated dependencies [
db5ea8f
,b87b472
]: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.