🎨 Removed date-fns dependency - #209
Conversation
ded8e8c to
e2b7e77
Compare
|
Warning Review limit reached
Next review available in: 116 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #209 +/- ##
==========================================
+ Coverage 85.39% 85.78% +0.38%
==========================================
Files 9 10 +1
Lines 2273 2335 +62
Branches 479 492 +13
==========================================
+ Hits 1941 2003 +62
Misses 326 326
Partials 6 6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
no ref - date-fns is 24mb/2k+ files, pulled in as a dep specifically for add/sub functions - because nql uses a limited subset of functionality, we replicate it in-repo rather than pull in the extra dep
e2b7e77 to
3c39d1c
Compare
no ref
note: date-fns makes a lot of sense for tree-shakeable frontend code that's bundled, not so much for server-side code that isn't