cz-cli icon indicating copy to clipboard operation
cz-cli copied to clipboard

chore(deps): update glob dependency

Open lloydjatkinson opened this issue 1 year ago • 3 comments

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

lloydjatkinson avatar Sep 12 '24 09:09 lloydjatkinson

This fails on Node 12 which was EOL two years ago. Support can be removed for it from this library.

lloydjatkinson avatar Sep 12 '24 09:09 lloydjatkinson

Thanks. I will do a major version update to remove Node 12 and 14 soon and start running against 16-22.

jimthedev avatar Sep 27 '24 14:09 jimthedev

Hey @jimthedev , do you happen to have a rough idea of when you're planning to do that major version update?

MichaelAM avatar Dec 23 '24 17:12 MichaelAM