commitlint
commitlint copied to clipboard
Replace `globby` with `glob` in the project for smaller footprint
Replace globby
with glob
in all commitlint-packages.
- https://bundlephobia.com/[email protected]
- https://bundlephobia.com/[email protected]
Hello @escapedcat Can I contribute on this issue?
Yeah, sure. Eventually just switching it should work ™️
Let me know if you run into issues.
@escapedcat ok thanks.
I have reviewed this issue. So instead of globby
@11.0.1 we need to replace glob
@7.1.6 in the whole project.
Let me know is it correct?
Looks like v7.2.0 is latest. You can use that directly.
Good luck :)
Should I just remove globby
v11.0.0, v11.0.1, v11.0.2, v11.0.4 to put only one glob
?
This is form the lock-file? No need to change that. Once you remove globby from all package.json
s and do a yarn
the lock file should update itself. If other deps need globby that's still ok.
Yes, Ok thanks for the suggestions. I have raised a PR #2952 please check and let me know if there is any change 👍
Thanks & Regards.