Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
chore: replace globby with tinyglobby#9878
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 onhttps://opencollective.com/typescript-eslint. |
netlifybot commentedAug 23, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview fortypescript-eslint ready!
To edit notification comments on pull requests, go to yourNetlify site configuration. |
nx-cloudbot commentedAug 23, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
5a768a5
toc53b295
CompareWhy do we have both this and#9518? |
Oh, thanks for pointing that out. I hadn't seen it. I think |
da172bf
to4fc5572
CompareIt seems that your CI failed due to incorrect spying of glob functions. Might wanna check that out. |
I just want to point out that this change added 2 new dependencies to the project and did not actually remove any included dep, if you check yarn.lock. So this feels kinda pointless change this time. |
benmccann commentedAug 24, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The |
I found the line I missed updating before. It's now correctly mocking. However, it's returning things in a different order. I think we basically have to combine our two PRs to get it working |
6c5e2d7
tobf84804
Compare
|
codecovbot commentedAug 25, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #9878 +/- ##======================================= Coverage 88.03% 88.03% ======================================= Files 407 407 Lines 13941 13944 +3 Branches 4071 4071 =======================================+ Hits 12273 12276 +3 Misses 1355 1355 Partials 313 313
Flags with carried forward coverage won't be shown.Click here to find out more.
|
As per#9453 (comment) we're going to go with#9518 for now. |
PR Checklist
globby
withfast-glob
#9453Overview
Replaces
globby
withtinyglobby
for a smaller more efficient implementation with fewer dependencies