-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix(typescript-estree): replace fast-glob
with tinyglobby
#10544
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
Conversation
Thanks for the PR, @james-pre! 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 site configuration. |
View your CI Pipeline Execution ↗ for commit 42eb0b2.
☁️ Nx Cloud last updated this comment at |
fast-glob
with tinyglobby
fast-glob
with tinyglobby
The error message for the test doesn't make sense to me, as
Some insight would be appreciated. |
@james-pre I appreciate the enthusiasm for getting this in 🙂. But was there a reason you deleted the PR template? We have it because we like it and it makes sure folks know the steps they're meant to take before sending a PR. I'm converting this to draft because the issue hasn't been accepted and there are some test failures. Feel free to keep working on it in the meantime, it's great to see it almost fully working! 🚀 |
Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
Sorry on the PR check list, I re-added it. Please let me know if there is anything I can do to move this forward. |
Thanks! There are two blockers I think:
For issue input, we're just waiting. Given that this is holiday season it might be a business week or two till we get that. For CI, that's something you could do. |
packages/typescript-estree/src/parseSettings/resolveProjectList.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Per #10533 (comment) we're going to hold off for a few months on the switch. This is a big part of why we ask that folks go by the contributing guidelines. It feels bad to close a PR with good work in it like this one. But you never know when a seemingly straightforward+good issue is actually not ready to be accepted yet. Thanks! ❤️ |
@JoshuaKGoldberg All of the tests passed (actions workflow), so I don't believe the instability issues mentioned in the comment are applicable. What do you think? |
(answering in #10533) |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10544 +/- ##
=======================================
Coverage 86.83% 86.84%
=======================================
Files 445 445
Lines 15424 15428 +4
Branches 4497 4497
=======================================
+ Hits 13394 13398 +4
Misses 1675 1675
Partials 355 355
Flags with carried forward coverage won't be shown. Click here to find out more.
|
PR Checklist
fast-glob
withtinyglobby
#10533Overview
This PR migrates from
fast-glob
totinyglobby
. For more information, you can see the issue that this PR fixes: #10533