chore(deps): update dependency pinia to v3 - autoclosed #257

Closed
Renovate wants to merge 1 commits from renovate/pinia-3.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
pinia dependencies major ^2.3.1 -> ^3.0.1

Release Notes

vuejs/pinia (pinia)

v3.0.0: Pinia 3.0

Compare 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
  • We now use the native 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. Use PiniaPlugin instead.
  • defineStore({ id: 'id' }) is now removed. Use defineStore('id') instead
  • Pinia is now published as a type: module package 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pinia](https://github.com/vuejs/pinia) | dependencies | major | [`^2.3.1` -> `^3.0.1`](https://renovatebot.com/diffs/npm/pinia/2.3.1/3.0.1) | --- ### Release Notes <details> <summary>vuejs/pinia (pinia)</summary> ### [`v3.0.0`](https://github.com/vuejs/pinia/releases/tag/v3.0.0): Pinia 3.0 [Compare Source](https://github.com/vuejs/pinia/compare/v2.3.1...v3.0.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](https://pinia.vuejs.org/cookbook/migration-v2-v3.html) for help. ##### ⚠ BREAKING CHANGES - We now use the native `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. Use `PiniaPlugin` instead. - `defineStore({ id: 'id' })` is now removed. Use `defineStore('id')` instead - Pinia is now published as a `type: module` package but it still provides CJS versions dist files Please refer to [CHANGELOG.md](https://github.com/vuejs/pinia/blob/v3/packages/pinia/CHANGELOG.md) for details. </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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2025-02-12 00:05:23 +00:00
chore(deps): update dependency pinia to v3
All checks were successful
repod / xml (push) Successful in 14s
repod / php (push) Successful in 1m8s
repod / nodejs (push) Successful in 1m3s
repod / release (push) Has been skipped
fb9ccf3962
Renovate force-pushed renovate/pinia-3.x from fb9ccf3962 to 57200b6a3f 2025-02-13 00:04:14 +00:00 Compare
Renovate changed title from chore(deps): update dependency pinia to v3 to chore(deps): update dependency pinia to v3 - autoclosed 2025-02-15 00:04:23 +00:00
Renovate closed this pull request 2025-02-15 00:04:23 +00:00
All checks were successful
repod / xml (push) Successful in 13s
repod / php (push) Successful in 1m3s
repod / nodejs (push) Successful in 41s
repod / release (push) Has been skipped

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Xefir/repod#257
No description provided.