-
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
View your CI Pipeline Execution ↗ for commit a49c298.
☁️ Nx Cloud last updated this comment at |
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.12 here and in the other package.json
files
"tinyglobby": "0.2.9", | |
"tinyglobby": "0.2.12", |
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.
@JamesHenry what do you think about this PR? It matches the same change already made in |
- uninstall globby dependency - install tinyglobby dependency - replace usages of globby with tinyglobby in various files
e760370
to
a49c298
Compare
@JamesHenry I see you did a force push on this PR last week. It looks like the CI is failing now. I'm not sure what changed and can't tell from the logs what's wrong. It looks like maybe a lint error? Could you provide any insight? If you have time, it'd be awesome if you might be able to push a quick fix for this |
Description
globby
dependencytinyglobby
dependencyglobby
withtinyglobby
in various filesMotivation and Context
Closes e18e/ecosystem-issues#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: