xsc / lein-ancient

Check your Projects for outdated Dependencies
MIT License
561 stars 33 forks source link

Enhancement: check dependencies defined via tools.deps in addition to / instead of those in project.clj #104

Open pmonks opened 6 years ago

pmonks commented 6 years ago

Over time I expect there will be increasingly widespread adoption of tools.deps for expressing a library's dependencies, as well as increasing use of Leiningen/tools.deps integrations (such as lein-tools-deps) to minimise duplicated information.

It would be fantastic if lein-ancient was able to read tools.deps dependencies, and report out of date dependencies from that information, as well as from the Leiningen-native :dependencies vectors in project.clj files.

slipset commented 6 years ago

https://github.com/slipset/deps-ancient/ does this for deps.edn leveraging ancient-clj