-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: Support Nuxt 4 #2978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Support Nuxt 4 #2978
Conversation
✅ Deploy Preview for pinia-official canceled.
|
|
Thank you very much for your reply. I am currently testing Nuxt 4 (Nightly Channel). Unfortunately, due to the module’s version settings, nuxt/pinia is not able to run on Nuxt 4 at the moment. However, the older version (v0.9.0) is able to run successfully. Example Nuxt v4.0.0-29092227.317ced76 + pinia v2.3.1 + @pinia/nuxt v0.9.0 https://www.npmjs.com/package/nuxt-nightly?activeTab=versions |
posva
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wasn't aware of the nuxt-nightly having a v4 available!
Thanks for testing it out!
commit: |
|
You should be able to use the publish any commit version and polish the PR as needed |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v3 #2978 +/- ##
=======================================
Coverage 91.35% 91.35%
=======================================
Files 17 17
Lines 1400 1400
Branches 211 211
=======================================
Hits 1279 1279
Misses 120 120
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Eduardo San Martin Morote <[email protected]>
|
This should get probably get priority now that 4.0 is in alpha: https://github.com/nuxt/nuxt/releases/tag/v4.0.0-alpha.1 |
posva
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested locally and it works. It does warn
WARN [nuxt] Expected @nuxt/kit to be at least 4.0.0-alpha.1 but got 3.17.5. This might lead to unexpected behavior. Check your package.
json or refresh your lockfile.
But I suppose this is expected in the meantime

No description provided.