fix(deps): update all non-major dependencies #107
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 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.20250405.0
->^4.20250419.0
v4.3.0
->v4.4.0
^0.37.119
->^0.37.120
10.7.1
->10.8.1
^4.7.2
->^4.12.0
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250419.0
Compare Source
v4.20250418.0
Compare Source
v4.20250417.0
Compare Source
v4.20250416.0
Compare Source
v4.20250415.0
Compare Source
v4.20250414.0
Compare Source
v4.20250413.0
Compare Source
v4.20250412.0
Compare Source
v4.20250410.0
Compare Source
v4.20250409.0
Compare Source
v4.20250408.0
Compare Source
v4.20250407.0
Compare Source
v4.20250406.0
Compare Source
actions/setup-node (actions/setup-node)
v4.4.0
Compare Source
discordjs/discord-api-types (discord-api-types)
v0.37.120
Compare Source
Bug Fixes
Features
attachment_size_limit
(#1214) (5b6f0d4)with_components
query param (#1208) (def67db)pnpm/pnpm (pnpm)
v10.8.1
Compare Source
Patch Changes
package.json
,onlyBuiltDependencies
will be written topnpm-workspace.yaml
file #9404.v10.8.0
Compare Source
Minor Changes
Experimental. A new hook is supported for updating configuration settings. The hook can be provided via
.pnpmfile.cjs
. For example:Now you can use the
pnpm add
command with the--config
flag to install new configurational dependencies #9377.Patch Changes
!/
inpnpm-workspace.yaml
. This fixes a regression introduced by #9169.pnpm audit --fix
should update the overrides inpnpm-workspace.yaml
.pnpm link
should update overrides inpnpm-workspace.yaml
, not inpackage.json
#9365.cloudflare/workers-sdk (wrangler)
v4.12.0
Compare Source
Minor Changes
69864b4
Thanks @gnekich! - introduce callback-host and callback-port param for wrangler login commandPatch Changes
#8889
eab7ad9
Thanks @penalosa! - When Wrangler encounters an error, if the Bun runtime is detected it will now warn users that Wrangler does not officially support Bun.#8673
5de2b9a
Thanks @IRCody! - Add containers {info, list, delete} subcommands.Updated dependencies [
62c40d7
]:v4.11.1
Compare Source
Patch Changes
#8950
bab1724
Thanks @edmundhung! - fix: include telemetry-related environment variables in release builds#8903
085a565
Thanks @emily-shen! - disable eslint in generated types fileUpdated dependencies [
511be3d
]:v4.11.0
Compare Source
Minor Changes
#8890
c912b99
Thanks @edmundhung! - update esbuild version to 0.25#8711
4cc036d
Thanks @CarmenPopoviciu! - Add the Pages deployment id to the JSON output forwrangler pages deployment list
#8244
84ecfe9
Thanks @CarmenPopoviciu! - feat: Add debug logs to capture assets upload status, specifically:Patch Changes
#8885
f2802f9
Thanks @CarmenPopoviciu! - Disambiguate the "No files to upload. Proceeding with deployment..." message#8924
d2b44a2
Thanks @dario-piotrowicz! - fix redirected config env validation breaking wrangler pages commandsa validation check has recently been introduced to make wrangler error on
deploy commands when an environment is specified and a redirected configuration
is in use (the reason being that redirected configurations should not include
any environment), this check is problematic with pages commands where the
"production" environment is anyways set by default, to address this the validation
check is being relaxed here on pages commands
Updated dependencies [
f5413c5
]:v4.10.0
Compare Source
Minor Changes
dcce2ec
Thanks @LuisDuarte1! - Promote workflows commands to stablePatch Changes
#8883
5388447
Thanks @penalosa! - fix: Only log requests to the Wrangler dev server onceUpdated dependencies [
b7ac367
,5388447
]:v4.9.1
Compare Source
Patch Changes
d454ad9
]:v4.9.0
Compare Source
Minor Changes
930ebb2
Thanks @penalosa! - Add support for email local dev and send_email bindingPatch Changes
#8809
09464a6
Thanks @dario-piotrowicz! - improve error message when redirected config contains environmentsthis change improves that validation error message that users see
when a redirected config file contains environments, by:
offending environments in a list
of the tool which has generated the config
#8829
62df08a
Thanks @cmackenzie1! - Add option--cors-origin none
to remove CORS settings on a pipelineUpdated dependencies [
afd93b9
,930ebb2
]:v4.8.0
Compare Source
Minor Changes
93267cf
Thanks @edmundhung! - Support Secrets Store Secret bindingsPatch Changes
#8780
4e69fb6
Thanks @cmackenzie1! - - Renamewrangler pipelines show
towrangler pipelines get
--enable-worker-binding
and--enable-http
with--source worker
and--source http
(or--source http worker
for both)--file-template
and--partition-template
flags fromwrangler pipelines create|update
wrangler pipelines get <pipeline>
. Existing output is available using--format=json
.wrangler pipelines create
commands.#8596
75b454c
Thanks @dario-piotrowicz! - add validation to redirected configs in regards to environmentsadd the following validation behaviors to wrangler deploy commands, that relate
to redirected configs (i.e. config files specified by
.wrangler/deploy/config.json
files):environment (i.e. a build tool should generate redirected configs already targeting specific
environments), so if wrangler encounters a redirected config with some environments defined
it should error
--env=my-env
) when using redirectedconfigs is incorrect, so these environments should be ignored and a warning should be
presented to the user
#8795
d4c1171
Thanks @GregBrimble! - feat: Unhidewrangler pages functions build
command.This is already documented for Pages Plugins and by officially documenting it, we can ease the transition to Workers Assets for users of Pages Functions.
Updated dependencies [
93267cf
,ec7e621
]:Configuration
📅 Schedule: Branch creation - "before 9am on monday" in timezone Europe/Gibraltar, 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.