This issue has been created
There are 6 updates.
 
 
Cristal / cid:jira-generated-image-avatar-d3981839-52bb-43cf-afa7-36ee0a738314 CRISTAL-477 Closed

Upgrade to pinia 3.0.1

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-3769bf49-fd1c-4aa9-8770-53933b381ddc Manuel Leduc created this issue on 26/Feb/25 10:52
 
Summary: Upgrade to pinia 3.0.1
Issue Type: cid:jira-generated-image-avatar-d3981839-52bb-43cf-afa7-36ee0a738314 Task
Affects Versions: 0.15
Assignee: Unassigned
Components: Dependency Upgrades
Created: 26/Feb/25 10:52
Priority: cid:jira-generated-image-static-major-bf9789f6-b0f3-43c9-88b1-cf1816ca62e5 Major
Reporter: Manuel Leduc
Description:

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.

 
 

6 updates

 
cid:jira-generated-image-avatar-3769bf49-fd1c-4aa9-8770-53933b381ddc Changes by Manuel Leduc on 26/Feb/25 10:53
 
Fix Version: 0.16
Documentation in Release Notes: N/A
Documentation: N/A
Assignee: Manuel Leduc
Resolution: Fixed
Status: Open Closed