Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mcmxcdev
Copy link
Contributor

Description

  • uninstall globby dependency
  • install tinyglobby dependency
  • replace usages of globby with tinyglobby in various files

Motivation 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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Chore (change that has absolutely no effect on users)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

- uninstall globby dependency
- install tinyglobby dependency
- replace usages of globby with tinyglobby in various files
@mcmxcdev mcmxcdev marked this pull request as ready for review October 16, 2024 20:48
@JamesHenry JamesHenry changed the title chore: migrate from globby to tinyglobby fix: migrate from globby to tinyglobby Oct 31, 2024
@JamesHenry
Copy link
Member

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",

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

Suggested change
"tinyglobby": "0.2.9",
"tinyglobby": "0.2.10",

Copy link
Contributor Author

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.

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.

Migrate lerna to tinyglobby
3 participants