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

dependencies: replace glob with tinyglobbyor node 22 glob #1310

Open
florian-sanders-cc opened this issue Jan 24, 2025 · 0 comments
Open

dependencies: replace glob with tinyglobbyor node 22 glob #1310

florian-sanders-cc opened this issue Jan 24, 2025 · 0 comments
Labels
maintenance Code refactoring, project structure, dev tooling (storybook, dev server, npm tasks...)

Comments

@florian-sanders-cc
Copy link
Contributor

florian-sanders-cc commented Jan 24, 2025

Context

As part of the e18e project, many JS packages are moving away from big glob libraries to use tinyglobby instead.

More info: https://github.com/es-tooling/module-replacements/blob/main/docs/modules/glob.md

Even though we only use it as a dev dependency, we should probably consider removing glob to use tinyglobby or even the node glob API if we move to Node.js > 22.

Possible impacts

We'll need to be very cautious with that since it impacts our release process 😉

@florian-sanders-cc florian-sanders-cc added the maintenance Code refactoring, project structure, dev tooling (storybook, dev server, npm tasks...) label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code refactoring, project structure, dev tooling (storybook, dev server, npm tasks...)
Projects
None yet
Development

No branches or pull requests

1 participant