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

[question] How to list outdated dependencies? #15688

Closed
1 task done
stevenwdv opened this issue Feb 16, 2024 · 2 comments
Closed
1 task done

[question] How to list outdated dependencies? #15688

stevenwdv opened this issue Feb 16, 2024 · 2 comments
Assignees
Milestone

Comments

@stevenwdv
Copy link
Contributor

stevenwdv commented Feb 16, 2024

What is your question?

How do I list outdated dependencies required by my recipe? Similar to npm outdated for npm.js.
It seems like this is a feature that should exist but search engines and documentation leave me empty-handed.

Have you read the CONTRIBUTING guide?

  • I've read the CONTRIBUTING guide
@memsharded
Copy link
Member

There is no direct command to list outdated dependencies. The --update can update the dependencies that can be updated (within the defined ranges), but there is nothing built-in to list new versions of current dependencies.
It should be pretty easy to do with a custom command though, mostly a graph-info, then a list for each one. This might also be considered as a built-in subcommand too, it would make sense to have it too.

@memsharded
Copy link
Member

Conan 2.2 has merged #15838 that implements the conan graph outdated command for this purpose.

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

5 participants