chore(deps): update dependency pinia to v3#5853
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for your contribution! ❤️You can try out this pull request locally by installing Rollup via npm install rollup/rollup#renovate/pinia-3.xNotice: Ensure you have installed the latest stable Rust toolchain. If you haven't installed it yet, please see https://www.rust-lang.org/tools/install to learn how to download Rustup and install Rust. or load it into the REPL: |
Performance report
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5853 +/- ##
=======================================
Coverage 98.54% 98.54%
=======================================
Files 269 269
Lines 8545 8545
Branches 1467 1467
=======================================
Hits 8421 8421
Misses 92 92
Partials 32 32 ☔ View full report in Codecov by Sentry. |
c4f105e to
6c9560f
Compare
|
This PR has been released as part of rollup@4.34.9. You can test it via |
This PR contains the following updates:
^2.3.1->^3.0.1Release Notes
vuejs/pinia (pinia)
v3.0.0: Pinia 3.0Compare Source
This version of Pinia has no new features, it drops support for Vue 2 and other deprecated APIs. It should be an straightforward upgrade for most users! 🎉
See the migration guide for help.
⚠ BREAKING CHANGES
Awaitedintroduced in TS 4.5, so you need at least TS 4.5 to use Pinia 3.0. That being said, it's always better to have an up to date version of TS.PiniaStorePluginis now removed. UsePiniaPlugininstead.defineStore({ id: 'id' })is now removed. UsedefineStore('id')insteadtype: modulepackage but it still provides CJS versions dist filesPlease refer to CHANGELOG.md for details.
Configuration
📅 Schedule: Branch creation - "before 4am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.