Fork me on GitHub
#babashka
<
2022-03-20
>
teodorlu17:03:55

Any plans on adding support to check for updates / update outdated versions to neil? I'm quite happy with npm-check-updates (https://www.npmjs.com/package/npm-check-updates) in the Javascript world.

teodorlu17:03:09

Nice, thanks!

borkdude18:03:35

Since neil can already add the newest version of a library, it could certainly check if an existing one is outdated. Note that neil only supports mvn central and clojars, it just uses their respective https APIs

👍 1
borkdude18:03:00

issues / PRs welcome for that

👍 1
borkdude18:03:32

Btw if you run neil add dep :lib foo/bar it will automatically overwrite the existing one with the newest as well

👍 1
borkdude18:03:13

Maybe there should just be one command neil update-libs or so and it will just overwrite all versions

borkdude18:03:31

then there won't be any version check logic necessary

borkdude18:03:54

although version-clj is compatible with bb as well