rawnly / splash-cli

A simple, CLI to download Unsplash wallpapers. Nothing fancy — it just works.
http://splash-cli.app?ref=github
546 stars 28 forks source link

Lots of deprecated warnings #78

Closed reaseno closed 2 years ago

reaseno commented 4 years ago

Basic informations

Before you go

I'm getting lots of deprecated warnings on installation:

npm i -g splash-cli@3.4.12
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade tonpm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated request-promise-native@1.0.9: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported

And by the way, your FAQ section is not available ;)

rawnly commented 4 years ago

Hi! Thanks for reporting, I know that some libraries needs to be updated, as always I'm trying to find the time to maintain the project.

I'm updating the FAQ section link (available here)

reaseno commented 4 years ago

Thank you a lot building splash-cli and keeping it alive 🥇

I'm still only js beginner and don't have enough time to improve, currently. Sorry :(

rawnly commented 2 years ago

There will be soon a new fully rewritten version of the CLI in Golang. Take a look at this branch for updates.