dependencies: replace glob
with tinyglobby
or node 22 glob
#1310
Labels
maintenance
Code refactoring, project structure, dev tooling (storybook, dev server, npm tasks...)
Context
As part of the
e18e
project, many JS packages are moving away from big glob libraries to usetinyglobby
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 removingglob
to usetinyglobby
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 😉
The text was updated successfully, but these errors were encountered: