Commit e4ff309
fix(deps): update dependency pinia to v3 (#135)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [pinia](https://pinia.vuejs.org)
([source](https://redirect.github.com/vuejs/pinia)) | [`^2.1.7` ->
`^3.0.0`](https://renovatebot.com/diffs/npm/pinia/2.3.1/3.0.3) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>vuejs/pinia (pinia)</summary>
###
[`v3.0.3`](https://redirect.github.com/vuejs/pinia/releases/tag/v3.0.3)
[Compare
Source](https://redirect.github.com/vuejs/pinia/compare/v3.0.2...v3.0.3)
Please refer to
[CHANGELOG.md](https://redirect.github.com/vuejs/pinia/blob/v3/packages/pinia/CHANGELOG.md)
for details.
###
[`v3.0.2`](https://redirect.github.com/vuejs/pinia/releases/tag/v3.0.2)
Please refer to
[CHANGELOG.md](https://redirect.github.com/vuejs/pinia/blob/v3/packages/pinia/CHANGELOG.md)
for details.
###
[`v3.0.0`](https://redirect.github.com/vuejs/pinia/releases/tag/v3.0.0):
Pinia 3.0
[Compare
Source](https://redirect.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://redirect.github.com/vuejs/pinia/blob/v3/packages/pinia/CHANGELOG.md)
for details.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am" in timezone UTC,
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://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDQuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0NC4xIiwidGFyZ2V0QnJhbmNoIjoiZGVwcy1tYWluIiwibGFiZWxzIjpbIm1ham9yLXVwZGF0ZSIsIm5vZGVqcyJdfQ==-->
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>1 parent 2449870 commit e4ff309
2 files changed
+114
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments