fix(deps): upgrade npm packages #16
Open
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
4.20250913.0
->4.20251004.0
4.9.7
->4.9.10
4.37.0
->4.42.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20251004.0
Compare Source
v4.20251003.0
Compare Source
v4.20251001.0
Compare Source
v4.20250927.0
Compare Source
v4.20250926.0
Compare Source
v4.20250924.0
Compare Source
v4.20250923.0
Compare Source
v4.20250922.0
Compare Source
v4.20250921.0
Compare Source
v4.20250920.0
Compare Source
v4.20250919.0
Compare Source
v4.20250918.0
Compare Source
v4.20250917.0
Compare Source
honojs/hono (hono)
v4.9.10
Compare Source
What's Changed
Full Changelog: honojs/hono@v4.9.9...v4.9.10
v4.9.9
Compare Source
What's Changed
handle
by @yusukebe in #4421New Contributors
Full Changelog: honojs/hono@v4.9.8...v4.9.9
v4.9.8
Compare Source
What's Changed
New Contributors
Full Changelog: honojs/hono@v4.9.7...v4.9.8
cloudflare/workers-sdk (wrangler)
v4.42.0
Compare Source
Minor Changes
103fbf0
Thanks @petebacondarwin! - Allow WRANGLER_SEND_ERROR_REPORTS env var to override whether to report Wrangler crashes to SentryPatch Changes
#10757
59d5911
Thanks @dario-piotrowicz! - fixconsole.debug
logs not being logged at theinfo
level (as users expect)Updated dependencies [
2594130
]:v4.41.0
Compare Source
Minor Changes
#10507
21a0bef
Thanks @dario-piotrowicz! - Add strict mode for thewrangler deploy
commandAdd a new flag:
--strict
that makes thewrangler deploy
command be more strict and not deploy workers when the deployment could be potentially problematic. This "strict mode" currently only affects non-interactive sessions where conflicts with the remote settings for the worker (for example when the worker has been re-deployed via the dashboard) will cause the deployment to fail instead of automatically overriding the remote settings.#10710
7f2386e
Thanks @penalosa! - Add prompt to resource creation flow allowing for newly created resources to be remote.Patch Changes
#10822
4c06766
Thanks @edmundhung! - fix: skip banner when using--json
flag inwrangler pages deployment
commands#10838
d3aee31
Thanks @edmundhung! - fix: skip banner when using--json
flag inwrangler queues subscription
commands#10829
59e8ef0
Thanks @edmundhung! - fix: skip banner when using--json
flag inwrangler pipelines
commands#10764
79a6b7d
Thanks @emily-shen! - containers: defaultmax_instances
to 20 instead of 1.#10844
7a4d0da
Thanks @mikenomitch! - Adds new Container instance types, and renamedev
tolite
andstandard
tostandard-1
. The new instance_types are now:#10634
62656bd
Thanks @emily-shen! - fix: error if the container image uri has an account id that doesn't match the current account#10761
886e577
Thanks @petebacondarwin! - switch zone route warning to an info message#10734
8d7f32e
Thanks @penalosa! - Improve formatting of logged errors in some cases#10832
f9d37db
Thanks @petebacondarwin! - retry subdomain requests to be more resilient to flakes#10770
835d6f7
Thanks @danielrs! - Enabling or disablingworkers_dev
is often an indication thatthe user is also trying to enable or disable
preview_urls
. Warn theuser when these enter mixed state.
#10764
79a6b7d
Thanks @emily-shen! - fix: respect the log level set by wrangler when logging using @cloudflare/cliUpdated dependencies [
c8d5282
,bffd2a9
]:v4.40.3
Compare Source
Patch Changes
#10602
ff82d80
Thanks @tukiminya! - fix: update Secrets Store command status from alpha to open-beta#10623
7a6381c
Thanks @IRCody! - Handle more cases for correctly resolving the full uri for an image when using containers push.#10779
325d22e
Thanks @hoodmane! - Add fallthrough: true for python_modules data rule#10112
8d07576
Thanks @devin-ai-integration! - fix: allow Workflow bindings when calling getPlatformProxy()Workflow bindings are not supported in practice when using
getPlatformProxy()
.But their existence in a Wrangler config file should not prevent other bindings from working.
Previously, calling
getPlatformProxy()
would crash if there were any Workflow bindings defined.Now, instead, you get a warning telling you that these bindings are not available.
#10769
0a554f9
Thanks @penalosa! - Mark more errors asUserError
to disable Sentry reporting#10679
6244a9e
Thanks @KianNH! - Fix rendering for nested objects incontainers list
andcontainers info [ID]
#10785
d09cab3
Thanks @pombosilva! - Workflows names and instance IDs are now properly validated with production limits.Updated dependencies [
6ff41a6
,0c208e1
,2432022
,d0801b1
,0a554f9
]:v4.40.2
Compare Source
Patch Changes
b455281
Thanks @penalosa! - Fix Worker Loader binding typev4.40.1
Compare Source
Patch Changes
a57149f
Thanks @danielrs! - Support the deletion of secrets with complex namesv4.40.0
Compare Source
Minor Changes
a7ac751
Thanks @jonesphillip! - Changes--fileSizeMB
to--file-size
forwrangler r2 bucket catalog
compaction command.Small fixes for pipelines commands.
Patch Changes
#10706
81fd733
Thanks @1000hz! - Fixed an issue that caused some Workers to have an incorrect service tag applied when using a redirected configuration file (as used by the Cloudflare Vite plugin). This resulted in these Workers not being correctly grouped with their sibling environments in the Cloudflare dashboard.Updated dependencies [
06e9a48
]:v4.39.0
Compare Source
Minor Changes
#10647
555a6da
Thanks @efalcao! - VPC service binding support#10612
97a72cc
Thanks @jonesphillip! - Added new pipelines commands (pipelines, streams, sinks, setup), moved old pipelines commands behind --legacy#10652
acd48ed
Thanks @edmundhung! - Rename Hyperdrive local connection string environment variable fromWRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING_<BINDING_NAME>
toCLOUDFLARE_HYPERDRIVE_LOCAL_CONNECTION_STRING_<BINDING_NAME>
. The old variable name is still supported but will now show a deprecation warning.#10721
55a10a3
Thanks @penalosa! - Stabilise Worker Loader bindingsPatch Changes
#10724
b4a4311
Thanks @penalosa! - Use Cap'n Web inworkers-sdk
#10701
dc1d0d6
Thanks @penalosa! - Fix hotkeys double renderUpdated dependencies [
555a6da
,262393a
,3ec1f65
,a434352
,328e687
,b4a4311
]:v4.38.0
Compare Source
Minor Changes
#10654
a4e2439
Thanks @laplab! - Switch to WRANGLER_R2_SQL_AUTH_TOKEN env variable for R2 SQL secret. Update the response format for R2 SQL#10676
f76da43
Thanks @penalosa! - Supportctx.exports
in wrangler types#10651
6caf938
Thanks @edevil! - Added new attribute "allowed_sender_addresses" to send email binding.Patch Changes
#10674
1cc258e
Thanks @penalosa! - Fix remote/local display for KV/D1/R2 & Browser bindings#10678
b30263e
Thanks @penalosa! - Remove dummy auth from SDK setup#10678
b30263e
Thanks @penalosa! - AddWRANGLER_TRACE_ID
environment variable to support internal testing#10561
769ffb1
Thanks @danielrs! - Do not show subdomain status mismatch warnings on first deploy.Updated dependencies [
b59e3e1
,e9b0c66
,6caf938
,88132bc
]:v4.37.1
Compare Source
Patch Changes
#10658
3029b9a
Thanks @1000hz! - Fixed an issue with service tags not being applied properly to Workers when the Wrangler configuration file did not include a top-levelname
property.#10657
31ec996
Thanks @penalosa! - Disable remote bindings with the--local
flagUpdated dependencies [
783afeb
]: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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.