chore(deps): update dependency pinia to v3
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| pinia (source) | dependencies | major | ^2.3.0 -> ^3.0.0 |
Release Notes
vuejs/pinia (pinia)
v3.0.3
Please refer to CHANGELOG.md for details.
v3.0.2
Please refer to CHANGELOG.md for details.
v3.0.0: Pinia 3.0
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
- We now use the native
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')instead - Pinia is now published as a
type: modulepackage but it still provides CJS versions dist files
Please refer to CHANGELOG.md for details.
v2.3.1
Please refer to CHANGELOG.md for details.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.