chore(deps): update all non-major dependencies #33
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:
0.8.47
->0.8.53
0.9.7
->0.9.10
4.8.3
->4.8.4
10.12.4
->10.13.1
4.22.0
->4.24.3
3.25.67
->3.25.76
Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.8.53
Compare Source
Patch Changes
c01c4ee
,3743896
]:v0.8.52
Compare Source
Patch Changes
80cc834
]:v0.8.51
Compare Source
Patch Changes
05adc61
,bb09e50
,25dbe54
,3bdec6b
]:v0.8.50
Compare Source
Patch Changes
1b3a2b7
,dbfa4ef
,ba69586
,1a75f85
,395f36d
,6f344bf
,fc29c31
,45497ab
,a447d67
,7c55f9e
,49c85c5
,0bb619a
,a1181bf
,a727db3
,1358034
,1a58bc3
,7e3aa1b
]:v0.8.49
Compare Source
Patch Changes
56dc5c4
,8acaf43
,4309bb3
,d11288a
]:v0.8.48
Compare Source
Patch Changes
#9533
0a5bb5a
Thanks @petebacondarwin! - fix: ensure that thesourcemap-codec
library has been transformed correctly to be imported in workerd during Vitest runsPrior to this the inline snapshot tests were failing because they use the
magic-string
library, which in turn relies upon thesourcemap-codec
library.This resulted in errors that look like:
scalar/scalar (@scalar/hono-api-reference)
v0.9.10
Patch Changes
v0.9.9
Patch Changes
66347d4
]honojs/hono (hono)
v4.8.4
Compare Source
What's Changed
Proxy
to support Node.js 24 by @yusukebe in https://github.com/honojs/hono/pull/4260signingSecret
option by @yusukebe in https://github.com/honojs/hono/pull/4263index
string when calling$url()
by @yusukebe in https://github.com/honojs/hono/pull/4267req.json()
keeps the content as is by @yusukebe in https://github.com/honojs/hono/pull/4269Full Changelog: honojs/hono@v4.8.3...v4.8.4
pnpm/pnpm (pnpm)
v10.13.1
Compare Source
Patch Changes
v10.13.0
Compare Source
Minor Changes
Added the possibility to load multiple pnpmfiles. The
pnpmfile
setting can now accept a list of pnpmfile locations #9702.pnpm will now automatically load the
pnpmfile.cjs
file from any config dependency named@pnpm/plugin-*
orpnpm-plugin-*
#9729.The order in which config dependencies are initialized should not matter — they are initialized in alphabetical order. If a specific order is needed, the paths to the
pnpmfile.cjs
files in the config dependencies can be explicitly listed using thepnpmfile
setting inpnpm-workspace.yaml
.Patch Changes
pkg.pr.new
, treat them as Git tarball URLs #9694.dangerouslyAllowAllBuilds
,onlyBuiltDependencies
,onlyBuiltDependenciesFile
, andneverBuiltDependencies
#9628.pnpm-workspace.yaml
with deep #9701.pnpm rebuild
command should not add pkgs included inignoredBuiltDependencies
toignoredBuilds
innode_modules/.modules.yaml
#9338.shell-quote
withshlex
for quoting command arguments #9381.cloudflare/workers-sdk (wrangler)
v4.24.3
Compare Source
Patch Changes
#9923
c01c4ee
Thanks @gpanders! - Fix image name resolution when modifying a container application#9833
3743896
Thanks @dario-piotrowicz! - fix: ensure that container builds don't disrupt dev hotkey handlingcurrently container builds run during local development (via
wrangler dev
orstartWorker
) prevent the standard hotkeys not to be recognized (most noticeablyctrl+c
, preventing developers from existing the process), the changes here ensure that hotkeys are instead correctly handled as expectedUpdated dependencies []:
v4.24.2
Compare Source
Patch Changes
80cc834
Thanks @edmundhung! - fix: assets only versions upload should include tag and messagev4.24.1
Compare Source
Patch Changes
#9765
05adc61
Thanks @hasip-timurtas! - Build container images without the user's account ID. This allows containers to be built and verified in dry run mode (where we do not necessarily have the user's account info).When we push the image to the managed registry, we first re-tag the image to include the user's account ID so that the image has the full resolved image name.
Updated dependencies [
bb09e50
,25dbe54
,3bdec6b
]:v4.24.0
Compare Source
Minor Changes
#9796
ba69586
Thanks @simonabadoiu! - Browser Rendering local mode#9825
49c85c5
Thanks @ReppCodes! - Add support for origin_connection_limit to WranglerConfigure connection limits to Hyperdrive via command line options:
--origin-connection-limit
: The (soft) maximum number of connections that Hyperdrive may establish to the origin database.#9064
a1181bf
Thanks @sdnts! - Added anevent-subscriptions
subcommandPatch Changes
#9729
1b3a2b7
Thanks @404Wolf! - Set docker build context to the Dockerfile directory whenimage_build_context
is not explicitly provided#9845
dbfa4ef
Thanks @jonboulle! - remove extraneous double spaces from Wrangler help output#9811
fc29c31
Thanks @gpanders! - Fix unauthorized errors on "containers images delete".#9813
45497ab
Thanks @gpanders! - Support container image names without account ID#9821
a447d67
Thanks @WillTaylorDev! - Preview Aliases: Force alias generation to meet stricter naming requirements.For cases where CI is requesting Wrangler to generate the alias based on the branch name, we want a stricter check around the generated alias name in order to avoid version upload failures. If a valid alias name was not able to be generated, we warn and do not provide an alias (avoiding a version upload failure).
#9840
7c55f9e
Thanks @dario-piotrowicz! - fix: make sure that the experimentalremoteBindings
flag is properly handled ingetPlatformProxy
There are two issues related to how the experimental
remoteBindings
flag is handled ingetPlatformProxy
that are being fixed by this change:experimental_remote
configuration flag set on service bindings is incorrectly always taken into account, even ifremoteBindings
is set tofalse
experimental_remote
configuration flag of all the other bindings is never taken into account (effectively preventing the bindings to be used in remote mode) since theremoteBindings
flag is not being properly propagated#9801
0bb619a
Thanks @IRCody! - Containers: Fix issue where setting an image URI instead of dockerfile would incorrectly not update the image#9872
a727db3
Thanks @emily-shen! - fix: resolve Dockerfile path relative to the Wrangler config pathThis fixes a bug where Wrangler would not be able to find a Dockerfile if a Wrangler config path had been specified with the
--config
flag.#9815
1358034
Thanks @gpanders! - Remove --json flag from containers and cloudchamber commands (except for "images list")#9734
1a58bc3
Thanks @penalosa! - Make Wrangler warn more loudly if you're missing auth scopes#9748
7e3aa1b
Thanks @alsuren! - Internal-only WRANGLER_D1_EXTRA_LOCATION_CHOICES environment variable for enabling D1's testing location hintsUpdated dependencies [
ba69586
,1a75f85
,395f36d
,6f344bf
]:v4.23.0
Compare Source
Minor Changes
#9535
56dc5c4
Thanks @penalosa! - In 2023 we announced breakpoint debugging support for Workers, which meant that you could easily debug your Worker code in Wrangler's built-in devtools (accessible via the[d]
hotkey) as well as multiple other devtools clients, including VSCode. For most developers, breakpoint debugging via VSCode is the most natural flow, but until now it's required manually configuring alaunch.json
file, runningwrangler dev
, and connecting via VSCode's built-in debugger.Now, using VSCode's built-in JavaScript Debug Terminals, there are just two steps: open a JS debug terminal and run
wrangler dev
(orvite dev
). VSCode will automatically connect to your running Worker (even if you're running multiple Workers at once!) and start a debugging session.#9810
8acaf43
Thanks @WillTaylorDev! - WC-3626 Pull branch name from WORKERS_CI_BRANCH if exists.Patch Changes
#9775
4309bb3
Thanks @vicb! - Cap the number of errors and warnings for bulk KV put to avoid consuming too much memory#9799
d11288a
Thanks @penalosa! - Better messaging for account owned tokens inwrangler whoami
Updated dependencies [
56dc5c4
]:colinhacks/zod (zod)
v3.25.76
Compare Source
v3.25.75
Compare Source
v3.25.74
Compare Source
v3.25.73
Compare Source
Commits:
1021d3c
v3.25.73 (#4822)v3.25.72
Compare Source
v3.25.71
Compare Source
v3.25.70
Compare Source
v3.25.69
Compare Source
v3.25.68
Compare Source
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.