Vue Updates
110 subscribers
671 photos
819 links
Channel for automatic notifications about updates in the Vue ecosystem.

Watching: vue, nuxt, vuetify, vue-i18n-next, vue-router, pinia and vite

Contacts: @Black_Yuzia

Our channels:
@Vue_Courses
@Vue_Updates
@frontendmasters_courses
Download Telegram
v3.15.4

#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
v4.0.0-alpha.4

#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