Skip to content

chore(pinia-orm): raise index bundle size limit to 16.5 kB#2043

Merged
CodeDredd merged 1 commit into
mainfrom
chore/size-limit-index
Jul 20, 2026
Merged

chore(pinia-orm): raise index bundle size limit to 16.5 kB#2043
CodeDredd merged 1 commit into
mainfrom
chore/size-limit-index

Conversation

@CodeDredd

Copy link
Copy Markdown
Owner

The main CI size job started failing after the 2.0.0 feature merges: dist/index.mjs is now 16.02 kB brotlied — 20 bytes over the 16 kB limit. Raising the limit to 16.5 kB to account for the six new features (whereLike, collator sorting, updateOrCreate/firstOrCreate, fresh hooks, recursive STI, per-entity mutator scoping). All other budgets unchanged and well below their limits.

The new 2.0.0 features (whereLike, collator sorting, updateOrCreate,
fresh hooks, recursive STI) pushed dist/index.mjs 20 bytes over the
previous 16 kB limit.
@CodeDredd
CodeDredd merged commit b1fdd17 into main Jul 20, 2026
4 of 6 checks passed
@CodeDredd
CodeDredd deleted the chore/size-limit-index branch July 20, 2026 15:14
@github-actions github-actions Bot mentioned this pull request Jul 20, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.29%. Comparing base (c562409) to head (f500194).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2043   +/-   ##
=======================================
  Coverage   99.29%   99.29%           
=======================================
  Files          82       82           
  Lines        3100     3100           
  Branches      559      559           
=======================================
  Hits         3078     3078           
  Misses         16       16           
  Partials        6        6           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

2 participants