Vue Updates
114 subscribers
695 photos
842 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.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
v4.0.2
#nuxt #nuxtjs #frontend


4.0.2 is the next patch release.

Timetable: 28 July.


πŸ‘‰ Changelog

compare changes

🩹 Fixes

● nuxt: Provide typed slots for and (#32707)
● kit,nuxt,schema: Add trailing slash to some dir aliases (#32755)
● nuxt: Constrain global defineAppConfig type (
❀2
v3.18.0
#nuxt #nuxtjs #frontend

3.18.0 is the next minor release.


πŸ‘€ Highlights

A huge thank you to everyone who's been a part of this release, which is mostly about backporting features + bugfixes from Nuxt v4.

Over the next six months, we'll continue backporting compatible v4 features and bug fixes, so please keep the feedback coming! ❀️

πŸ§ͺ Lazy Hydration Macros

Building on the delayed hydration support from v3.16, we now support lazy hydration macros (#31192)! These provide a more ergonomic way to control component hydration:
❀2
v4.0.3
#nuxt #nuxtjs #frontend

4.0.3 is a regularly scheduled patch release.


πŸ‘‰ Changelog

compare changes

πŸ”₯ Performance

● kit: Get absolute path from tinyglobby in resolveFiles (#32846)

🩹 Fixes

● nuxt: Do not throw undefined error variable (#32807)
● vite: Include tsconfig references during typeCheck (
v3.18.1
#nuxt #nuxtjs #frontend

3.18.1 is a regularly scheduled patch release.


πŸ‘‰ Changelog

compare changes

πŸ”₯ Performance

● kit: Get absolute path from tinyglobby in resolveFiles (#32846)

🩹 Fixes

● nuxt: Do not throw undefined error variable (#32807)
● vite: Include tsconfig references during typeCheck (