Clement134 / get-changelog

A CLI tool to easily find changelogs
MIT License
22 stars 3 forks source link

Upgrade dependencies #376

Open Clement134 opened 2 years ago

Clement134 commented 2 years ago

An upgrade of the codebase is needed to upgrade some dependencies with breaking changes.

ays14 commented 2 years ago

@Clement134 can you please help me with the list of libraries you would like to update? I can then upgrade them and their dependencies.

Clement134 commented 2 years ago

@ays14 some dependencies need to be used with ESM modules (like got and ora) we will wait the completion of #192 before doing those upgrades. It would be good if you could upgrade the remaining dependencies:

We will also have to drop support for node 12 (done in #377 ) in order to upgrade npm-check-updates and husky.

ays14 commented 2 years ago

@ays14 some dependencies need to be used with ESM modules (like got and ora) we will wait the completion of #192 before doing those upgrades. It would be good if you could upgrade the remaining dependencies:

  • lerna
  • parse-path
  • parse-url
  • npm-check-updates
  • husky

We will also have to drop support for node 12 (done in #377 ) in order to upgrade npm-check-updates and husky.

Thanks @Clement134 for the information. I'll begin the upgrades on these in step by step manner.