chore(core): replace globby with tinyglobby - #3383
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR replaces the ChangesGlobby to Tinyglobby Migration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 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 |
|
@ivoberger thank you! |
Swap
globbyfortinyglobbyin@orval/core. Recommended by e18e; used by Vite, Vitest, tsup, and others.Why
fast-glob+array-union+dir-glob+merge-streams+ignore+slash+unicorn-magictransitive tree.orvalusers, if usingviteetc (like me ;) they can likely dropglobbyfrom their deps completely nowScope
Drop-in replacement since none of the non-supported features are needed here (see e18e link above)
Verification
bun run typecheck- no errorsbun testinpackages/core— 1746 passbun run generate-apiintests/— all configs (incl.output.clean: true) successfulbun run test:snapshots— 4039 snapshots passSummary by CodeRabbit