-
-
Notifications
You must be signed in to change notification settings - Fork 13
Add Nuxt 4 compatibility #64
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
base: main
Are you sure you want to change the base?
Conversation
It should works without this but let's wait for the official Nuxt Module migration guide to know. |
There is a similar issue with the semver check here: vuejs/pinia#3009 (comment) |
I had to:
... to get that message to go away (but maybe I was just overthinking things and This is with the latest update from @Barbapapazes which introduced the simpler |
commit: |
Hi @Barbapapazes , I am trying to upgrade my project to Nuxt 4 also utilizing the new Is this something that also needs to be updated on module level? Thanks a lot in advance! |
Hey, Could you tell me more about your use case? |
Yeah of course. It's pretty much the use case that's already described in the
I utilize the same structure as written. With Nuxt-V3 everything works as expected since there is only one Reverting the I hope that I could clear things up. |
Closes #63 by adding
^4.0.0
to the compatibility range for Nuxt.I have not yet tested this, although I have been using this module with
compatibilityVersion: 4
for some time without issue.