lein-ancient icon indicating copy to clipboard operation
lein-ancient copied to clipboard

Fail to detect out of date plugin

Open cloojure opened this issue 6 years ago • 3 comments

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").

cloojure avatar May 30 '18 20:05 cloojure

@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?

camdez avatar Jul 29 '18 23:07 camdez

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 avatar Feb 27 '19 00:02 cloojure

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.

cloojure avatar Feb 27 '19 00:02 cloojure