v3.15.4
#nuxt
β 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
β nuxt: Improve error logging when parsing with
β nuxt: Clear island uid before saving into the payload (#30767)
β kit: Load
β nuxt: Allow restarting nuxt on paths outside
β nuxt: Don't warn about calling
β webpack: Disallow cross-site requests in no-cors mode (#30757)
β vite: Restore
π Refactors
β vite: Use new rollup
β€οΈ Contributors
β Daniel Roe (@danielroe)
β Peter Radko (@Gwynerva)
β Lansi (@lansi951)
β Julien Huang (@huang-julien)
β Norbiros (@Norbiros)
source
#nuxt
3.15.4 is the next 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
compare changes
π©Ή Fixes
β nuxt: Improve error logging when parsing with
acorn
(#30754)β nuxt: Clear island uid before saving into the payload (#30767)
β kit: Load
@nuxt/schema
from nuxt
package dir (#30774)β nuxt: Allow restarting nuxt on paths outside
srcDir
(#30771)β nuxt: Don't warn about calling
useRoute
in SFC setup (#30788)β webpack: Disallow cross-site requests in no-cors mode (#30757)
β vite: Restore
externality
for dev server externals (#30802)π Refactors
β vite: Use new rollup
chunk.names
for asset names (#30780)β€οΈ Contributors
β Daniel Roe (@danielroe)
β Peter Radko (@Gwynerva)
β Lansi (@lansi951)
β Julien Huang (@huang-julien)
β Norbiros (@Norbiros)
source
v3.17.4
#nuxt
π Linked issue
No issue
π Description
Because before "fork-ts-checker-webpack-plugin" Webpack plugin dependencies Webpack when the user using @nuxt/rspack-builder must be install the Webpack5 .
So I used the "ts-checker-rspack-plugin" replace "fork-ts-checker-webpack-plugin".
But now I found the Type error in "webpack/configs/client.ts" and "webpack/configs/service.ts". I used the @ts-expect-error to solve them.
source
#nuxt
π Linked issue
No issue
π Description
Because before "fork-ts-checker-webpack-plugin" Webpack plugin dependencies Webpack when the user using @nuxt/rspack-builder must be install the Webpack5 .
So I used the "ts-checker-rspack-plugin" replace "fork-ts-checker-webpack-plugin".
But now I found the Type error in "webpack/configs/client.ts" and "webpack/configs/service.ts". I used the @ts-expect-error to solve them.
source
v4.0.0-alpha.4
#nuxt
πΊοΈ Roadmap
π Read more at https://nuxt.com/blog/roadmap-v4
π Changelog
compare changes
π Enhancements
β nuxt: Support lazy hydration macros (#31192)
π©Ή Fixes
β nuxt: Ensure
β kit: Do not skip layer with defined
β deps: Upgrade to rc version of
π Documentation
β Update
β€οΈ Contributors
β Daniel Roe (@danielroe)
β Alex Liu (@Mini-ghost)
β Robin (@OrbisK)
source
#nuxt
4.0.0-alpha.4 is the fourth alpha release of Nuxt 4 for early testing
πΊοΈ Roadmap
π Read more at https://nuxt.com/blog/roadmap-v4
π Changelog
compare changes
π Enhancements
β nuxt: Support lazy hydration macros (#31192)
π©Ή Fixes
β nuxt: Ensure
asyncData
runs if changing key while fetcher is running (#32466)β kit: Do not skip layer with defined
srcDir
(#32487)β deps: Upgrade to rc version of
@nuxt/cli
(#32488)π Documentation
β Update
.nuxtignore
examples for v4 structure (#32489)β€οΈ Contributors
β Daniel Roe (@danielroe)
β Alex Liu (@Mini-ghost)
β Robin (@OrbisK)
source
π1