Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants