v3.15.1
NuxtJS#nuxt
3.15.1 is the next regularly scheduled patch release.
β Upgrading
As usual, our recommendation for upgrading is to run:
npx nuxi@latest upgrade --force
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
π₯ Performance- nuxt: Skip experimental async context transform in client build (#30360)
- schema: Drop unneeded type-only schema dependencies (#30411)
- rspack,webpack: Drop
lodash-esdependency (#30409) - nuxt: Drop
pathebrowser dep for deep server components (#30456)
π©Ή Fixes
- nuxt: Update module path for defaults (#30371)
- nuxt: Ignore non-reference identifiers when extracting page metadata (#30381)
- nuxt: Pass
nuxtinstance toresolvePagesRoutes(e4a372e12) - schema: Support pfx certificate for dev server (#30412)
- nuxt: Use node
locationinstead ofrangefor route meta property extraction (#30447) - schema: Override
vueCompilerOptions.pluginstype (#30454) - nuxt: Respect
baseURLwhen ignoring prerendered manifest (#30446) - nuxt: Respect
router.optionswhen hmring routes (#30455)
π Refactors
- nuxt: Use
consolawithnuxttag instead of console (#30408)
π Documentation
- Update references to
lodashand recommendes-toolkit(8e2ca5bdc) - Add warning about prerendering (#30437)
π‘ Chore
- Add configuration for JetBrains IDEs (#30380)
- Update lockfile (db65a703b)
- Dedupe lockfile + bump nanoid (c5eb6a81d)
β€οΈ Contributors
- Daniel Roe (@danielroe)
- Anders Bootsmann Larsen (@bootsmann1995)
- Alexander Lichter (@TheAlexLichter)
- Matej ΔernΓ½ (@cernymatej)
- Connor Roberts (@murshex)
- Julien Huang (@huang-julien)

Generated by RSStT. The copyright belongs to the original author.