chore(deps): update dependency pinia to v3 - autoclosed #257
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/pinia-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^2.3.1
->^3.0.1
Release 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
Awaited
introduced 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.PiniaStorePlugin
is now removed. UsePiniaPlugin
instead.defineStore({ id: 'id' })
is now removed. UsedefineStore('id')
insteadtype: module
package but it still provides CJS versions dist filesPlease 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.
This PR has been generated by Renovate Bot.
fb9ccf3962
to57200b6a3f
chore(deps): update dependency pinia to v3to chore(deps): update dependency pinia to v3 - autoclosedPull request closed