3.15.4 is the next patch release.
✅ Upgrading
As usual, our recommendation for upgrading is to run:
npx nuxi@latest upgrade --forceThis 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
🩹 Fixes
- nuxt: Improve error logging when parsing with
acorn(#30754) - nuxt: Clear island uid before saving into the payload (#30767)
- kit: Load
@nuxt/schemafromnuxtpackage dir (#30774) - nuxt: Allow restarting nuxt on paths outside
srcDir(#30771) - nuxt: Don't warn about calling
useRoutein SFC setup (#30788) - webpack: Disallow cross-site requests in no-cors mode (#30757)
- vite: Restore
externalityfor dev server externals (#30802)
💅 Refactors
- vite: Use new rollup
chunk.namesfor asset names (#30780)
❤️ Contributors
- Daniel Roe (@danielroe)
- Peter Radko (@Gwynerva)
- Lansi (@lansi951)
- Julien Huang (@huang-julien)
- Norbiros (@Norbiros)