Conversation
…implementation in DataUtils (storybook)
WalkthroughThe changes consolidate utility functions by centralizing Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (11)
🧰 Additional context used📓 Path-based instructions (3)src/**/*.{js,jsx,ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
storybook/**📄 CodeRabbit inference engine (DEVELOPING.md)
Files:
{test,www/test}/**📄 CodeRabbit inference engine (DEVELOPING.md)
Files:
🧠 Learnings (3)📚 Learning: 2025-10-25T07:35:46.180ZApplied to files:
📚 Learning: 2025-10-25T07:36:02.211ZApplied to files:
📚 Learning: 2025-10-25T07:34:46.549ZApplied to files:
🧬 Code graph analysis (1)test/util/DataUtils.spec.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (12)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6543 +/- ##
=======================================
Coverage 91.62% 91.62%
=======================================
Files 483 483
Lines 40266 40267 +1
Branches 4568 4568
=======================================
+ Hits 36895 36896 +1
Misses 3355 3355
Partials 16 16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PavelVanecek
left a comment
There was a problem hiding this comment.
It would be great to have an eslint rule to prevent this from happening again.
|
|
add a custom ESLint rule in this PR? |
|
Here or next PR, either is fine. |
|
@PavelVanecek open a PR soon. |
Description
Related Issue
#6530
Inlined noop and isNotNil from es-toolkit into src/util/DataUtils.ts and updated all call sites to use these helpers. Added/updated unit tests accordingly
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Summary by CodeRabbit