mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
[PR #467] [MERGED] fix(deps): update dependency pinia to v3 #770
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 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:
main← Head:renovate/pinia-3.x📝 Commits (1)
8780d5dfix(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:
2.3.1->3.0.1Release 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
Awaitedintroduced 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.PiniaStorePluginis now removed. UsePiniaPlugininstead.defineStore({ id: 'id' })is now removed. UsedefineStore('id')insteadtype: modulepackage 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 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.