RepoSense icon indicating copy to clipboard operation
RepoSense copied to clipboard

Upgrade Node.js and package.json dependencies

Open yhtMinceraft1010X opened this issue 2 years ago • 1 comments

What feature(s) would you like to see in RepoSense?

Currently, the version of Node.js used in GitHub workflows is ~~12.x~~ 14.x. ~~On the other hand, build.gradle uses Node.js version 10.16.0~~. At the same time, build.gradle also uses the same version. I recommend switching both to version 16.14.0 since this is the latest LTS version.

~~In addition, Node.js v10 has reached end-of-life, as described here.~~

Additional Information Apart from upgrading Node.js, there are also some dependencies that are reflected as outdated and should also be updated at the same time: Screenshot (138)

For vue-fontawesome, version 3.0.0-5 is not classified as a release in it's github page, so it looks like as though the version we are using is later than the latest version.

Update as of 27 March 2022 We are currently at version 14. Besides upgrading the dependencies as mentioned, actions/setup-node has been updated to v3.0.0, so this should be upgraded as well in the workflows.

yhtMinceraft1010X avatar Mar 05 '22 12:03 yhtMinceraft1010X

Sure

gerhean avatar Mar 15 '22 10:03 gerhean

Closing this issue so that it can be rephrased

yhtMinceraft1010X avatar Jan 28 '23 02:01 yhtMinceraft1010X