vuejs / pinia

🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support
https://pinia.vuejs.org
MIT License
12.72k stars 996 forks source link

chore: indicate compatibility with new v4 major #2694

Closed danielroe closed 1 month ago

danielroe commented 1 month ago

With Nuxt 4 on the horizon, this updates the module compatibility definition to allow it to be installed on Nuxt v4. (Otherwise Nuxt will indicate the module might not be compatible.)

When Nuxt v4 comes out then you might decide or need to make breaking changes in this module and release a new major, but hopefully the migration should be smoother. 🙏

👉 You can follow this and other changes in https://github.com/nuxt/nuxt/issues/27613 - please feel free to provide feedback as well!

netlify[bot] commented 1 month ago

Deploy Preview for pinia-official canceled.

Name Link
Latest commit a89d70579705d95ba1327156de708af93f5c6621
Latest deploy log https://app.netlify.com/sites/pinia-official/deploys/666c42c0c9079100086f04a2
netlify[bot] commented 1 month ago

Deploy Preview for pinia-playground canceled.

Name Link
Latest commit a89d70579705d95ba1327156de708af93f5c6621
Latest deploy log https://app.netlify.com/sites/pinia-playground/deploys/666c42c0c84a480008b265ee
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.98%. Comparing base (a665270) to head (a89d705).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v2 #2694 +/- ## ========================================== + Coverage 95.53% 95.98% +0.44% ========================================== Files 11 11 Lines 2912 2912 Branches 190 190 ========================================== + Hits 2782 2795 +13 + Misses 129 115 -14 - Partials 1 2 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.