Skip to content

feat(pinia-orm): Pinia setup store syntax support#1905

Merged
CodeDredd merged 5 commits into
mainfrom
pinia-orm-1888
Nov 25, 2024
Merged

feat(pinia-orm): Pinia setup store syntax support#1905
CodeDredd merged 5 commits into
mainfrom
pinia-orm-1888

Conversation

@CodeDredd

Copy link
Copy Markdown
Owner

🔗 Linked issue

Resolves: #1888

📚 Description

It adds support for the pinia setup store. Downside...it also add 4KB to the bundle size...

@codecov-commenter

codecov-commenter commented Jul 21, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.55%. Comparing base (15f5c42) to head (176cb1d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1905      +/-   ##
==========================================
+ Coverage   99.48%   99.55%   +0.06%     
==========================================
  Files          86       86              
  Lines        3124     3142      +18     
  Branches      526      530       +4     
==========================================
+ Hits         3108     3128      +20     
+ Misses         14       12       -2     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CodeDredd
CodeDredd merged commit 953826a into main Nov 25, 2024
@CodeDredd
CodeDredd deleted the pinia-orm-1888 branch November 25, 2024 19:14
This was referenced Nov 25, 2024
CodeDredd added a commit that referenced this pull request Jul 20, 2026
The setup store support (#1905) imports ref from vue, but vue was
never declared as a peer dependency. Package managers could not warn
on incompatible vue versions and size-limit bundled vue's reactivity
system into the measurement, inflating it from 11.75 kB to 16.18 kB
brotli. The index size limit is lowered back to 12 kB.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pinia setup store syntax support

2 participants