[PR #467] [MERGED] fix(deps): update dependency pinia to v3 #770

Closed
opened 2025-11-01 21:03:50 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/467
Author: @renovate[bot]
Created: 3/31/2025
Status: Merged
Merged: 3/31/2025
Merged by: @kolaente

Base: mainHead: renovate/pinia-3.x


📝 Commits (1)

  • 8780d5d fix(deps): update dependency pinia to v3

📊 Changes

2 files changed (+17 additions, -13 deletions)

View changed files

📝 frontend/package.json (+1 -1)
📝 frontend/pnpm-lock.yaml (+16 -12)

📄 Description

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pinia 2.3.1 -> 3.0.1 age adoption passing confidence

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 was generated by Mend Renovate. View the repository job log.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/467 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/pinia-3.x` --- ### 📝 Commits (1) - [`8780d5d`](https://github.com/go-vikunja/vikunja/commit/8780d5dd5ab5bab64ee5c6dae37d5a8b4f9e9f8d) fix(deps): update dependency pinia to v3 ### 📊 Changes **2 files changed** (+17 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -1) 📝 `frontend/pnpm-lock.yaml` (+16 -12) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pinia](https://redirect.github.com/vuejs/pinia) | [`2.3.1` -> `3.0.1`](https://renovatebot.com/diffs/npm/pinia/2.3.1/3.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pinia/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pinia/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pinia/2.3.1/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pinia/2.3.1/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vuejs/pinia (pinia)</summary> ### [`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 - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-01 21:03:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#770