-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix(typescript-estree): replace fast-glob with tinyglobby #11740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Thanks for the PR, @benmccann! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. |
✅ Deploy Preview for typescript-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
0e17c28 to
0539823
Compare
|
View your CI Pipeline Execution ↗ for commit 8efcf75
☁️ Nx Cloud last updated this comment at |
31b9ae9 to
e34be70
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11740 +/- ##
=======================================
Coverage 90.66% 90.66%
=======================================
Files 518 518
Lines 52454 52457 +3
Branches 8694 8693 -1
=======================================
+ Hits 47558 47562 +4
Misses 4882 4882
+ Partials 14 13 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
e34be70 to
31c4768
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! I did some preliminary testing and it seems to work well. I'll want to spend some time -ideally later this week, TBD- testing it a bit more thoroughly just to be safe. But tentatively ✅ from me!
Just a couple of small comments, nothing we can't touch up before merge.
Thanks for jumping on this!
16b9c26 to
8efcf75
Compare

PR Checklist
fast-globwithtinyglobby#10533Overview
Replaces
fast-globwithtinyglobbyfor a smaller more efficient implementation with fewer dependencies