chore(deps): update all non-major dependencies #3269
+1,719
−826
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.20250407.0
^1.2.31
->^1.2.35
^1.2.29
->^1.2.31
^1.2.16
->^1.2.18
^2.3.1
->^2.3.2
^1.2.0
->^1.3.0
^3.0.0
->^3.0.2
^0.8.18
->^0.8.23
3.49.1-build2
->3.49.1-build4
^7.6.12
->^7.6.13
^1.2.5
->^1.2.8
^22.13.10
->^22.14.0
^8.18.0
->^8.18.1
^13.0.0
->^13.1.0
^3.0.2
->^3.0.3
^2.0.3
->^2.0.5
^9.22.0
->^9.24.0
^0.10.0
->^0.10.1
^0.1.0
->^0.1.2
^5.0.5
->^5.1.1
10.6.5
->10.8.0
5.8.2
->5.8.3
^1.5.4
->^1.6.1
^3.0.9
->^3.1.1
^4.2.0
->^4.8.0
^3.24.4
->^3.24.5
Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250407.0
Compare Source
v4.20250406.0
Compare Source
v4.20250405.0
Compare Source
v4.20250404.0
Compare Source
v4.20250403.0
Compare Source
v4.20250402.0
Compare Source
v4.20250401.0
Compare Source
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/eslint (@nuxt/eslint-config)
v1.3.0
Compare Source
🚀 Features
View changes on GitHub
nuxt-hub/core (@nuxthub/core)
v0.8.23
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
v0.8.22
Compare Source
compare changes
🚀 Enhancements
📖 Documentation
🏡 Chore
❤️ Contributors
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
sqlite/sqlite-wasm (@sqlite.org/sqlite-wasm)
v3.49.1-build4
Compare Source
v3.49.1-build3
Compare Source
vueuse/vueuse (@vueuse/nuxt)
v13.1.0
Compare Source
🚀 Features
🐞 Bug Fixes
@vueuse/core
installed at root - by @danielroe in https://github.com/vueuse/vueuse/issues/4698 (17a46)document
as target - by @osbre in https://github.com/vueuse/vueuse/issues/4681 (21fa6)View changes on GitHub
unjs/c12 (c12)
v3.0.3
Compare Source
compare changes
🩹 Fixes
.env/
is a directory before accessing (#238)📖 Documentation
resolve
option (#240)configFile: false
(#239)🏡 Chore
✅ Tests
src
for coverage report (#242)❤️ Contributors
unjs/destr (destr)
v2.0.5
Compare Source
compare changes
📦 Build
❤️ Contributors
v2.0.4
Compare Source
compare changes
🔥 Performance
📦 Build
sideEffects
to package.json (#137)🏡 Chore
❤️ Contributors
eslint/eslint (eslint)
v9.24.0
Compare Source
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.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.v10.7.1
: pnpm 10.7.1Compare Source
Patch Changes
pnpm config set
should convert the settings to their correct type before adding them topnpm-workspace.yaml
#9355.pnpm config get
should read auth related settings via npm CLI #9345.~/
in a path in.npmrc
with the home directory #9217.Platinum Sponsors
Gold Sponsors
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
microsoft/TypeScript (typescript)
v5.8.3
Compare Source
unjs/ufo (ufo)
v1.6.1
Compare Source
compare changes
🩹 Fixes
Object.create(null)
(#290)❤️ Contributors
v1.6.0
Compare Source
compare changes
🚀 Enhancements
filterQuery
utility (#287)🩹 Fixes
opts.strict
(#284)📖 Documentation
withBase
jsdocs (#266)🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
vitest-dev/vitest (vitest)
v3.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.1.0
Compare Source
🚀 Features
%$
option to add number of the test to its title - by @kemuridama in https://github.com/vitest-dev/vitest/issues/7412 (df347)diff.maxDepth
option and set non-Infinity
value as a default to reduce crash - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7481 (eacab)test.each/for
title formatting - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7522 (ea3d6)--configLoader
CLI option - by @Carnageous and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7574 (2a852)vitest-browser-lit
tovitest init browser
and docs - by @EskiMojo14 and @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7705 (5659a)and
,or
andfilter
locators - by @sheremet-va and @AriPerkkio in [https://github.com/feat(browser): introduceand
,or
andfilter
locators vitest-dev/vitest#7463](https://github.com/vitest-dev/vitestConfiguration
📅 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.