Skip to content

Commit e4ff309

Browse files
a-klosrenovate-bot
andauthored
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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pinia/3.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pinia/2.3.1/3.0.3?slim=true)](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

File tree

2 files changed

+114
-8
lines changed

2 files changed

+114
-8
lines changed

services/frontend/package-lock.json

Lines changed: 113 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@heroicons/vue": "^2.1.1",
2323
"@tailwindcss/typography": "^0.5.15",
2424
"@vueuse/core": "^10.7.1",
25-
"pinia": "^2.1.7",
25+
"pinia": "^3.0.0",
2626
"vue": "^3.4.3",
2727
"vue-i18n": "^11.0.0",
2828
"vue-router": "^4.2.5"

0 commit comments

Comments
 (0)