fix(deps): update dependency pinia to v3 (stable1.0) by renovate[bot] · Pull Request #2424 · nextcloud/tables
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| pinia (source) | ^2.3.1 → ^3.0.4 |
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
vuejs/pinia (pinia)
v3.0.4
Please refer to CHANGELOG.md for details.
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.
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Europe/Berlin, 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.