cz-cli
cz-cli copied to clipboard
chore(deps): update glob dependency
This PR upgrades the glob package to address deprecation warnings in our dependencies. Key points:
Current version: Deprecated Latest version: 11.x Compatibility:
- Version 10.x: Tests fail
- Version 11.x: Tests fail
- Version 9.x: Tests pass and is still supported
This fails on Node 12 which was EOL two years ago. Support can be removed for it from this library.
Thanks. I will do a major version update to remove Node 12 and 14 soon and start running against 16-22.
Hey @jimthedev , do you happen to have a rough idea of when you're planning to do that major version update?