Skip to content

fix(deps): replace glob with node's glob#2505

Merged
rubiesonthesky merged 3 commits intoJoshuaKGoldberg:mainfrom
rubiesonthesky:remove-glob
May 5, 2026
Merged

fix(deps): replace glob with node's glob#2505
rubiesonthesky merged 3 commits intoJoshuaKGoldberg:mainfrom
rubiesonthesky:remove-glob

Conversation

@rubiesonthesky
Copy link
Copy Markdown
Collaborator

PR Checklist

Overview

Replaces glob library with node's own glob functionality. I also added some tests for the globs.

@rubiesonthesky rubiesonthesky force-pushed the remove-glob branch 2 times, most recently from 67b0d5c to 44721be Compare May 4, 2026 17:51
@rubiesonthesky rubiesonthesky changed the title fix(deps): replace glob with tinyglobby fix(deps): replace glob with node's glob May 4, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

❌ Patch coverage is 87.50000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.42%. Comparing base (dd16cfe) to head (6a7caba).

Files with missing lines Patch % Lines
src/index.ts 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2505      +/-   ##
==========================================
+ Coverage   74.22%   74.42%   +0.20%     
==========================================
  Files         169      169              
  Lines        2875     2882       +7     
  Branches      721      720       -1     
==========================================
+ Hits         2134     2145      +11     
+ Misses        508      506       -2     
+ Partials      233      231       -2     
Flag Coverage Δ
mutation 66.72% <16.66%> (-0.10%) ⬇️
unit 21.61% <83.33%> (+0.67%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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
Copy Markdown
Owner

@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.

Very nice 👏

@rubiesonthesky rubiesonthesky merged commit b50c9d2 into JoshuaKGoldberg:main May 5, 2026
13 checks passed
@rubiesonthesky rubiesonthesky deleted the remove-glob branch May 5, 2026 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚀 Feature: replace glob with node's native glob

2 participants