Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Fail to detect out of date plugin #101

Open
cloojure opened this issue May 30, 2018 · 3 comments
Open

Fail to detect out of date plugin #101

cloojure opened this issue May 30, 2018 · 3 comments

Comments

@cloojure
Copy link

The project.clj for reagent-forms has an out-of-date lein-cljsbuild "1.0.3" which lein-ancient didn't notice (current is "1.1.7").

@camdez
Copy link

camdez commented Jul 29, 2018

@cloojure The default behavior with lein ancient is just to check for out-of-date dependencies (not plugins); are you seeing this behavior when you run lein ancient :plugins / lein ancient :all?

@cloojure
Copy link
Author

Hi - Looks like I forgot about this thread....

I just noticed that :all was an available option, after having used lein-ancient for years and not being aware of it.

It seems that :all should be the default behavior. I would have saved me lots of trouble with out-of-date plugins that I was unaware of.

@cloojure
Copy link
Author

I now have an alias that uses :all for both check and `check-profiles' in a single command. Seems most people could use this as the default behavior.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants