also looking at this
chore(deps): update dependency pinia to v3 - autoclosed
#5This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| pinia | ^2.3.1 -> ^3.0.2 |
Release Notes
vuejs/pinia (pinia)
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.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
1 changed file on the files tab, with 0 review threads.