chore(deps): update all non-major dependencies #191
+1,538
−898
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:
^1.2.52
->^1.2.54
4.0.0-alpha.2
->4.0.1
^24.5.2
->^24.7.2
^9.35.0
->^9.37.0
^2.5.1
->^2.6.1
^1.7.1
->^1.7.2
^2.12.6
->^2.12.7
^3.28.0
->^3.29.3
^4.1.2
->^4.1.3
10.17.0
->10.18.3
^3.12.2
->^3.13.0
^4.1.13
->^4.1.14
^5.9.2
->^5.9.3
^3.5.21
->^3.5.22
^4.5.1
->^4.6.0
^3.0.7
->^3.1.1
Release Notes
nuxt/ui (@nuxt/ui)
v4.0.1
Compare Source
Bug Fixes
img
role (066b8a1), closes #5044parts
(ff67fa3)data-orientation
for consistency (a9fe7c6)default-open
(22ee075), closes #5112ckb
translations (#5079) (3ee3a5e)⎋
toEsc
(#5076) (64d1589)useCookie
stub with nuxt's default value handling (#5089) (f531807)v4.0.0
Compare Source
v4.0.0-beta.0
Compare Source
Bug Fixes
joi
andyup
in favor of @standard-schema/spec (#5035) (723cf36)pt
locale (#5003) (725ef9b)w-full
by default (#4997) (de47add)value-key
in favor ofget-key
(#4999) (240ff42)eslint/eslint (eslint)
v9.37.0
Compare Source
v9.36.0
Compare Source
unjs/jiti (jiti)
v2.6.1
Compare Source
compare changes
🩹 Fixes
📦 Build
terser-webpack-plugin
(#407)🏡 Chore
❤️ Contributors
v2.6.0
Compare Source
compare changes
🔥 Performance
🩹 Fixes
node:
specifiers (#392)📦 Build
🏡 Chore
✅ Tests
❤️ Contributors
motiondivision/motion-vue (motion-v)
v1.7.2
Compare Source
🐞 Bug Fixes
Feature[]
toArray<typeof Feature>
- by @yefu24324 (92eac)View changes on GitHub
nitrojs/nitro (nitropack)
v2.12.7
Compare Source
compare changes
🩹 Fixes
url
to src regex forisr
routes (#3595)📦
❤️ Contributors
nuxt/cli (nuxi)
v3.29.3
Compare Source
👉 Changelog
compare changes
🩹 Fixes
❤️ Contributors
v3.29.2
Compare Source
👉 Changelog
compare changes
🩹 Fixes
process.getBuiltinModule
(fa5d5e6)🏡 Chore
🤖 CI
packages/
dir from size parsing script (5b3d7a3)❤️ Contributors
v3.29.1
Compare Source
👉 Changelog
compare changes
🩹 Fixes
🏡 Chore
🤖 CI
❤️ Contributors
v3.29.0
Compare Source
👉 Changelog
compare changes
🚀 Enhancements
v3
,v4
,v3-nightly
andv4-nightly
channels (#1019)🔥 Performance
create-nuxt
(#1044)🩹 Fixes
false
for installing official modules (0399e22)clear
argument default to command definition (#1054)port
argument alias to command definition (#1055)🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
nuxt/nuxt (nuxt)
v4.1.3
Compare Source
✅ Upgrading
Our recommendation for upgrading is to run:
This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
🩹 Fixes
prepare:types
hook (#33239)h
(#33046)head
option onuseHead
(#33318)cdnURL
is set (#33333)imports.dirs
(#33334)<NuxtLink>
(#33335)v-slot:fallback
longform syntax in<DevOnly>
(#33368)typeFrom
when generating auto-import type templates (#33373)@nuxt/scripts
(bed410d60)useAsyncData
(#33325)_path
property configurable for HMR (#33379)useAsyncData
with different key on ssr (#33341)💅 Refactors
typed-router.d.ts
early for consistency (#33285)nitro:prepare:types
hook (#33286)filename
intocomponentsIslandsTemplate
definition (#33394)📖 Documentation
4.x
prefix to all internal links (#33264)useFetch
reactivity (#33317)4.x
prefixes in urls (47ea684c7)nuxt.config
page (b438d44e1)prepare
commandNODE_ENV
behavior (#33330)nuxt
command pages (#33336)🏡 Chore
.npmrc
(14514329b)✅ Tests
gotoPath
timeout in CI (f1e5a2d4c)🤖 CI
❤️ Contributors
pnpm/pnpm (pnpm)
v10.18.3
Compare Source
Patch Changes
verifyDepsBeforeInstall: install
and pre/post install scripts that called other pnpm scripts #10060.@scope:registry
) being parsed as property paths inpnpm config get
when--location=project
is used #9362.pnpm config set --location=project
incorrectly handling keys with slashes (auth tokens, registry settings) #9884.pnpm-workspace.yaml
and.npmrc
exist,pnpm config set --location=project
now writes topnpm-workspace.yaml
(matching read priority) #10072.pnpm outdated --long
#10040.v10.18.2
Compare Source
Patch Changes
pnpm outdated --long
should work #10040.pnpm dlx
should request the full metadata of packages, whenminimumReleaseAge
is set #9963.EPIPE
errors when piping output to other commands #10027.v10.18.1
Compare Source
Patch Changes
--lockfile-only
is used #8320.pnpm setup
creates a command shim to the pnpm executable. This is needed to be able to runpnpm self-update
on Windows #5700.pnpm install
, pnpm produced false positive warnings for "skip adding to the default catalog because it already exists". This warning now only prints when usingpnpm add --save-catalog
as originally intended.v10.18.0
Compare Source
Minor Changes
Added network performance monitoring to pnpm by implementing warnings for slow network requests, including both metadata fetches and tarball downloads.
Added configuration options for warning thresholds:
fetchWarnTimeoutMs
andfetchMinSpeedKiBps
.Warning messages are displayed when requests exceed time thresholds or fall below speed minimums
Related PR: #10025.
Patch Changes
minimumReleaseAge
configuration #10030.cleanupUnusedCatalogs
configuration when removing dependent packages.scriptShell
is set tofalse
#8748.pnpm dlx
should not fail whenminimumReleaseAge
is set #10037.v10.17.1
Compare Source
Patch Changes
minimumReleaseAge
setting, print this information out in the error message #9974.state.json
creation path when executingpnpm patch
in a workspace project #9733.minimumReleaseAge
is set and thelatest
tag is not mature enough, prefer a non-deprecated version as the newlatest
#9987.shikijs/shiki (shiki)
v3.13.0
Compare Source
🚀 Features
View changes on GitHub
v3.12.3
Compare Source
🐞 Bug Fixes
@shikijs/twoslash
version specifier - by @9romise in #1078 (a1cde)View changes on GitHub
tailwindlabs/tailwindcss (tailwindcss)
v4.1.14
Compare Source
Fixed
'
syntax in ClojureScript when extracting classes (#18888)@variant
inside@custom-variant
(#18885)@utility
(#18900)grid-column
utilities when configuringgrid-column-start
orgrid-column-end
(#18907)grid-row
utilities when configuringgrid-row-start
orgrid-row-end
(#18907)default
export condition for@tailwindcss/vite
(#18948)@theme
produce no output when built (#18979)variant = 'outline'
during upgrades (#18922)className
is migrated (#19031)*ClassName
and*Class
attributes (#19031)microsoft/TypeScript (typescript)
v5.9.3
Compare Source
vuejs/core (vue)
v3.5.22
Compare Source
Bug Fixes
@vue-ignore
in runtime type resolution (#13906) (ba7f7f9)PatchFlags.BAIL
for slot when props are present (#13907) (5358bca), closes #13904h
helper (#13841) (75220c7)forceReflow
on the correct document (fix #13849) (#13853) (1be5ddf)never
instead of{}
(#13915) (8620a61), closes #11564Features
shadowRoot
in custom elements (#12965) (47e628d), closes #12964Reverts
vuejs/router (vue-router)
v4.6.0
Compare Source
Please refer to CHANGELOG.md for details.
vuejs/language-tools (vue-tsc)
v3.1.1
Compare Source
Features
--tsdk
command line arg (#5691)Bug Fixes
Ref
byRefSymbol
property (#5687) - Thanks to @KazariEX!__vue__
in project instead of program (#5690)$scopedSlots
support for Vue 2__VLS_export
(#5696) - Thanks to @KazariEX!Other Changes
writeGlobalTypes
without side effectsv3.1.0
Compare Source
Performance
Other Changes
v3.0.9
Compare Source
Features
--tsdk
command line arg (#5691)v3.0.8
Compare Source
Features
vue.server.path
setting (#5647)Bug Fixes
VueVirtualCode
in constructor (#5635) - Thanks to @KazariEX!typescriptServerPlugin
languages without FS hackfile
scheme files (#5653) - Thanks to @KazariEX!Performance
Other Changes
Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 Automerge: Enabled.
♻ 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.