chore(deps): update all non-major dependencies #3269
+849
−430
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.20250319.0
->^4.20250327.0
^1.2.31
->^1.2.33
^1.2.16
->^1.2.17
^2.3.1
->^2.3.2
^3.0.0
->^3.0.1
^0.8.18
->^0.8.21
^1.2.5
->^1.2.8
^22.13.10
->^22.13.14
^9.22.0
->^9.23.0
^0.10.0
->^0.10.1
^0.1.0
->^0.1.2
^5.0.5
->^5.1.1
10.6.5
->10.7.0
^4.2.0
->^4.5.1
^3.24.4
->^3.24.5
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250327.0
Compare Source
v4.20250321.0
Compare Source
v4.20250320.0
Compare Source
nuxt/devtools (@nuxt/devtools)
v2.3.2
Compare Source
Bug Fixes
vite-plugin-vue-tracer
(0c1740c)nuxt-hub/core (@nuxthub/core)
v0.8.21
Compare Source
compare changes
🩹 Fixes
safe-buffer
->safer-buffer
(e09663b)❤️ Contributors
v0.8.20
Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
v0.8.19
Compare Source
compare changes
🩹 Fixes
📖 Documentation
@nuxt/content
and remove custom content components (#490)🏡 Chore
cloudflare.deployConfig
to false in nitro (617f23d)❤️ Contributors
eslint/eslint (eslint)
v9.23.0
Compare Source
nuxtlabs/nuxt-component-meta (nuxt-component-meta)
v0.10.1
Compare Source
4f5fb93
)importModule
to generatecomponent-meta
output (#77) (4bf5ed9
)nuxtlabs/nuxt-llms (nuxt-llms)
v0.1.2
Compare Source
compare changes
🩹 Fixes
undefined
(#11)🏡 Chore
❤️ Contributors
v0.1.1
Compare Source
compare changes
🩹 Fixes
🏡 Chore
llms_full.txt
tollms-full.txt
(c6cc516)❤️ Contributors
nuxt-modules/og-image (nuxt-og-image)
v5.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.1.0
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
pnpm/pnpm (pnpm)
v10.7.0
Compare Source
Minor Changes
pnpm config get
andlist
also show settings set inpnpm-workspace.yaml
files #9316.It should be possible to use env variables in
pnpm-workspace.yaml
setting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*
is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patch
tofoo@2.1.0
,patches/foo-2.patch
to allfoo
versions which satisfy^2.0.0
except2.1.0
, andpatches/foo-1.patch
to the remainingfoo
versions.pnpm config set --location=project
saves the setting to apnpm-workspace.yaml
file if no.npmrc
file is present in the directory #9316.Rename
pnpm.allowNonAppliedPatches
topnpm.allowUnusedPatches
. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailures
to manage whether pnpm would ignore patch application failures.If
ignorePatchFailures
is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailures
is explicitly set tofalse
, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailures
is explicitly set totrue
, pnpm would print a warning when any type of patch fails to apply.Patch Changes
cloudflare/workers-sdk (wrangler)
v4.5.1
Compare Source
Patch Changes
#8666
f29f018
Thanks @penalosa! - RemoveNodeJSCompatModule
. This was never fully supported, and never worked for deploying Workers from Wrangler.Updated dependencies [
cad99dc
,f29f018
]:v4.5.0
Compare Source
Minor Changes
14602d9
Thanks @pmiguel! - Add support for KV Bulk Gets in WranglerPatch Changes
#8435
8e3688f
Thanks @emily-shen! - fix: include assets binding when printing summary of bindings#8675
f043b74
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.3.1Use the workerd native implementation of
createSecureContext
andcheckServerIdentity
fromnode:tls
. The functions have been implemented incloudflare/workerd#3754
.v4.4.1
Compare Source
Patch Changes
#8655
7682675
Thanks @emily-shen! - fix bug where assets in directories starting with . would crash the dev server#8604
d8c0495
Thanks @dario-piotrowicz! - Amendpages dev
error message when an environment is requested#8536
e4b76e8
Thanks @gabivlj! - wrangler cloudchamber create explicitly sets IPv6 predefinedUpdated dependencies [
7682675
,9c844f7
,29cb306
]:v4.4.0
Compare Source
Minor Changes
#8575
4a5f270
Thanks @LuisDuarte1! - Add workflows delete API endpoint#8578
5f151fc
Thanks @LuisDuarte1! - Add terminate-all command to workflows#8382
0d1240b
Thanks @jvaughan-cloudflare! - Add Secrets Store command support to Wrangler CLI#8569
1c94eee
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.3.0Enable the recently implemented native APIs from
node:crypto
Patch Changes
#8556
b7d6b7d
Thanks @GregBrimble! - Add support forassets_navigation_prefer_asset_serving
in Vite (dev
andpreview
)#8597
5d78760
Thanks @CarmenPopoviciu! - feat: Graduate experimental RPC support for Workers with assets in local devUpdated dependencies [
d8f1c49
,b7d6b7d
,5d78760
,c0d0cd0
]:v4.3.0
Compare Source
Minor Changes
#8258
9adbd50
Thanks @knickish! - Enable the creation of MySQL Hypedrive configs via the Wrangler CLI.#8353
c4fa349
Thanks @jbwcloudflare! - Add new command to purge a QueueThis new command can be used to delete all existing messages in a Queue
#8461
86ab0ca
Thanks @GregBrimble! - Add a 'allowTrailingCommas: true' option to improve IDE experience of 'wrangler.jsonc?'#8550
5ae12a9
Thanks @vicb! - Bump@cloudflare/unenv-preset
to 2.2.0Use the workerd native implementation for
node:tls
Patch Changes
#8501
383dc0a
Thanks @GregBrimble! - Add support forassets_navigation_prefers_asset_serving
compatibility flag inwrangler dev
#8562
8278db5
Thanks @IRCody! - Add initial containers subcommand to wrangler.#8376
a25f060
Thanks @CarmenPopoviciu! - feat: Make local dev RPC behaviour on par with production for Workers with assets#8534
62d5471
Thanks @petebacondarwin! - improve the error messaging when the user provides neither an entry point nor an asset directory#8528
2a43cdc
Thanks @cmackenzie1! - Support wrangler types for Pipelines#8579
29015e5
Thanks @cmackenzie1! - Allowwrangler pipelines update <pipelineName> --transform-worker none
to remove transformations from a Pipeline.Updated dependencies [
9adbd50
,dae7bd4
,a25f060
,a7bd79b
]:StefanTerdell/zod-to-json-schema (zod-to-json-schema)
v3.24.5
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.