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:
3.15.0
->3.15.4
3.15.1
->3.15.4
2.0.2
->2.1.1
6.12.2
->6.13.1
0.9.0
->0.10.1
3.15.0
->3.15.4
0.4.4
->0.5.15
2.3.0
->2.3.1
5.7.2
->5.7.3
1.14.1
->1.14.4
5.4.11
->5.4.14
3.24.1
->3.24.2
Release Notes
nuxt/nuxt (@nuxt/kit)
v3.15.4
Compare Source
✅ Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🩹 Fixes
acorn
(#30754)@nuxt/schema
fromnuxt
package dir (#30774)srcDir
(#30771)useRoute
in SFC setup (#30788)externality
for dev server externals (#30802)💅 Refactors
chunk.names
for asset names (#30780)❤️ Contributors
v3.15.3
Compare Source
👀 Highlights
CORS configuration for dev server
Alongside a range of improvements, we've also shipped a significant fix to impose CORS origin restrictions on the dev server. This applies to your Vite or Webpack/Rspack dev middleware only.
This is a significant/breaking change we would not normally ship in a patch but it is a security fix (see GHSA-4gf7-ff8x-hq99 and GHSA-2452-6xj8-jh47) and we urge you to update ASAP.
You can configure the allowed origins and other CORS options via the
devServer.cors
options in yournuxt.config
, which may be relevant if you are developing with a custom hostname:✅ Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
mkdirSync
calls (#30651)findPath
andresolvePath
(#30682)Transition
component only on client side (#30720)🩹 Fixes
#app-manifest
alias (#30618)plugin.src
for variable name generation (#30649)dev
/test
environment value (#30667)invalidateModule
call (9bd71e498)[[
optional dynamic params (#30619)devServer.cors
(406db5b4d)💅 Refactors
externality
and use vite internal config (#30634)📖 Documentation
useFetch
example (#30629)nuxi
source code (4fabe0025)NuxtLink
(#30614)addRouteMiddleware
(#30656)ClientOnly
withonMounted
hook (#30670)navigation
mode incallOnce
composable (#30612)📦 Build
inlineDependencies
option (01adefcec)🏡 Chore
lodash-es
(0c01273f5)🤖 CI
❤️ Contributors
v3.15.2
Compare Source
👀 Highlights
🔥 Startup performance improvements
It is worth noting that this release includes some pretty significant performance improvements which you should notice particularly in the startup time. In my tests in the nuxt monorepo,
There's more improvement to do here but hopefully these are good numbers!
📦 CLI refactor
To improve performance within Nuxt projects, we've published a new
@nuxt/cli
distribution ofnuxi
, which is used under-the-hood innuxt
(see issue). This should behave exactly the same and nothing needs to be updated in your projects (for example, you will continue to use thenuxi
ornuxt
commands). The only significant change is that it no longer inlines dependencies. Feedback is welcome 🙏✅ Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
@nuxt/cli
dependency (#30526)🩹 Fixes
definePageMeta
when extracting page metadata (#30490)#build
to the end oftsConfig
paths (#30520)fullPath
instead of empty string in router hmr (#30500)@nuxt/cli
(618bbc6da)page:loading:end
only once with nested pages (#29009)#app-manifest
(#30587)shouldPrefetch
on the server side (#30591)💅 Refactors
📖 Documentation
--dev
option for the module command (#30477)url
inuseFetch
(#30531)@nuxt/module-builder
source (509cf4a5c)status
detail and enhancegetCachedData
readability (#30536)useNuxtData
(#30570)useAsyncData
side effects (#30479)🏡 Chore
nuxt/app
(1adf3e31f)🤖 CI
❤️ Contributors
v3.15.1
Compare Source
✅ Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
lodash-es
dependency (#30409)pathe
browser dep for deep server components (#30456)🩹 Fixes
nuxt
instance toresolvePagesRoutes
(e4a372e12)location
instead ofrange
for route meta property extraction (#30447)vueCompilerOptions.plugins
type (#30454)baseURL
when ignoring prerendered manifest (#30446)router.options
when hmring routes (#30455)💅 Refactors
consola
withnuxt
tag instead of console (#30408)📖 Documentation
lodash
and recommendes-toolkit
(8e2ca5bdc)🏡 Chore
❤️ Contributors
nuxt/test-utils (@nuxt/test-utils)
v3.15.4
Compare Source
compare changes
🩹 Fixes
tinyexec
to resolve nuxi binary (7df895e3)✅ Tests
❤️ Contributors
v3.15.3
Compare Source
compare changes
🩹 Fixes
node:path
to resolvedist
directory (#1054)❤️ Contributors
v3.15.2
Compare Source
compare changes
🩹 Fixes
setInterval
from the presets (#1035)🏡 Chore
✅ Tests
❤️ Contributors
harlan-zw/nuxt-seo (@nuxtjs/seo)
v2.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.0
Compare Source
🚀 Features
Nuxt Content v3
All modules now support Nuxt Content v3 including Robots, Sitemap, OG Image, Schema.org and Link Checker.
You can either install them manually by following the individual module instructions or use the Nuxt SEO
asSeoCollection()
to register them all at once.View changes on GitHub
v2.0.3
Compare Source
No significant changes
View changes on GitHub
nuxt-modules/tailwindcss (@nuxtjs/tailwindcss)
v6.13.1
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v6.13.0
Compare Source
compare changes
🚀 Enhancements
spaLoadingTemplate
to content resolution (#907)defineConfig
(#913)🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
vuejs/pinia (@pinia/nuxt)
v0.10.0
Compare Source
atinux/nuxt-auth-utils (nuxt-auth-utils)
v0.5.15
Compare Source
compare changes
🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors
v0.5.14
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v0.5.13
Compare Source
compare changes
🩹 Fixes
🏡 Chore
❤️ Contributors
v0.5.12
Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
v0.5.11
Compare Source
compare changes
🚀 Enhancements
email_verified
inuser
on GitHub provider (#332)openInPopup(route, { width, height })
(#336)🩹 Fixes
🏡 Chore
❤️ Contributors
v0.5.10
Compare Source
compare changes
🚀 Enhancements
📖 Documentation
❤️ Contributors
v0.5.9
Compare Source
compare changes
🚀 Enhancements
❤️ Contributors
v0.5.8
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
🏡 Chore
❤️ Contributors
v0.5.7
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
🏡 Chore
❤️ Contributors
v0.5.6
Compare Source
compare changes
🚀 Enhancements
organization_id
option for WorkOS provider (677b226)🩹 Fixes
🏡 Chore
❤️ Contributors
v0.5.5
Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
v0.5.4
Compare Source
compare changes
🚀 Enhancements
useUserSession().clear()
(#282)🏡 Chore
❤️ Contributors
v0.5.3
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
clear
andfetch
(#278)🏡 Chore
❤️ Contributors
v0.5.2
Compare Source
compare changes
🚀 Enhancements
🏡 Chore
❤️ Contributors
v0.5.1
Compare Source
compare changes
🩹 Fixes
useWebAuthn
composable registration & fixallowCredentials
/excludeCredentials
option (#266)🏡 Chore
❤️ Contributors
v0.5.0
Compare Source
compare changes
📖 Documentation
🏡 Chore
❤️ Contributors
microsoft/TypeScript (typescript)
v5.7.3
Compare Source
unjs/unstorage (unstorage)
v1.14.4
Compare Source
compare changes
🩹 Fixes
/
as separator (#545)❤️ Contributors
v1.14.3
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v1.14.2
Compare Source
compare changes
🩹 Fixes
📖 Documentation
📦 Build
❤️ Contributors
vitejs/vite (vite)
v5.4.14
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.13
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.12
Compare Source
This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.
Please refer to CHANGELOG.md for details.
colinhacks/zod (zod)
v3.24.2
Compare Source
Configuration
📅 Schedule: Branch creation - "on the 2nd through 5th day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.