es-tooling / ecosystem-cleanup

A place to keep track of ongoing efforts to clean up the JS ecosystem
405 stars 2 forks source link

Replace `glob` and `is-glob` in `@wdio` packages #134

Open alexparish opened 2 days ago

alexparish commented 2 days ago

The legacy dependencies glob and is-glob can be seen in the package.json files:

https://github.com/webdriverio/webdriverio/blob/main/packages/wdio-cucumber-framework/package.json https://github.com/webdriverio/webdriverio/blob/main/packages/wdio-config/package.json

I believe both of these dependencies can be replaced by tinyglobby.