◐ Shell
clean mode source ↗

chore(deps): update glob dependency by lloydjatkinson · Pull Request #997 · commitizen/cz-cli

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@lloydjatkinson

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

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

@jimthedev

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

@MichaelAM

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

eprakashtakeda