Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@benmccann
Copy link
Contributor

@benmccann benmccann commented Nov 3, 2025

PR Checklist

Overview

Replaces fast-glob with tinyglobby for a smaller more efficient implementation with fewer dependencies

@typescript-eslint
Copy link
Contributor

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.

@netlify
Copy link

netlify bot commented Nov 3, 2025

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit 8efcf75
🔍 Latest deploy log https://app.netlify.com/projects/typescript-eslint/deploys/691234853d98c30007932363
😎 Deploy Preview https://deploy-preview-11740--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 91 (🔴 down 5 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 92 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link

nx-cloud bot commented Nov 3, 2025

View your CI Pipeline Execution ↗ for commit 8efcf75

Command Status Duration Result
nx test eslint-plugin --coverage=false ✅ Succeeded 5m 22s View ↗
nx run-many -t lint ✅ Succeeded 3m 4s View ↗
nx run-many -t typecheck ✅ Succeeded 2m 1s View ↗
nx test typescript-estree --coverage=false ✅ Succeeded 21s View ↗
nx test eslint-plugin-internal --coverage=false ✅ Succeeded 11s View ↗
nx run types:build ✅ Succeeded 6s View ↗
nx run integration-tests:test ✅ Succeeded 3s View ↗
nx run generate-configs ✅ Succeeded 11s View ↗
Additional runs (29) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-11-10 19:06:02 UTC

@benmccann benmccann force-pushed the tinyglobby-2025 branch 6 times, most recently from 31b9ae9 to e34be70 Compare November 3, 2025 16:21
@benmccann benmccann marked this pull request as ready for review November 3, 2025 16:30
@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.66%. Comparing base (843f144) to head (8efcf75).

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     
Flag Coverage Δ
unittest 90.66% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...ipt-estree/src/parseSettings/resolveProjectList.ts 100.00% <100.00%> (+1.08%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg left a 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!

@JoshuaKGoldberg JoshuaKGoldberg added the 1 approval >=1 team member has approved this PR; we're now leaving it open for more reviews before we merge label Nov 10, 2025
@JoshuaKGoldberg JoshuaKGoldberg changed the title chore: replace fast-glob with tinyglobby fix(typescript-estree): replace fast-glob with tinyglobby Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 approval >=1 team member has approved this PR; we're now leaving it open for more reviews before we merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants