-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
fix: migrate from globby to tinyglobby #4096
base: main
Are you sure you want to change the base?
fix: migrate from globby to tinyglobby #4096
Conversation
- uninstall globby dependency - install tinyglobby dependency - replace usages of globby with tinyglobby in various files
☁️ Nx Cloud ReportCI is running/has finished running commands for commit e760370. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 7 targets
Sent with 💌 from NxCloud. |
Per my other comment on the other PR, I have marked this as a fix |
@@ -88,6 +87,7 @@ | |||
"tar": "6.2.1", | |||
"temp-dir": "1.0.0", | |||
"tempy": "1.0.0", | |||
"tinyglobby": "0.2.9", |
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.
I'd recommend upgrading to 0.2.10 here and in the other package.json
files
"tinyglobby": "0.2.9", | |
"tinyglobby": "0.2.10", |
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.
Totally, I would wait for a review/approval first though.
Description
globby
dependencytinyglobby
dependencyglobby
withtinyglobby
in various filesMotivation and Context
Closes es-tooling/ecosystem-cleanup#102
npmgraph.js.org?q=globby uses a total of 23 dependencies, while npmgraph.js.org?q=tinyglobby only uses 2.
How Has This Been Tested?
Types of changes
Checklist: