Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog: Feature: New
conan lock remove
command to remove requires from lockfiles.Docs: conan-io/docs#3496
I am proposing this PR to close:
Close #14523
Close #14524
The idea is that updates are equivalent to something like:
But it will allow us to first iterate and learn about the logic of removal of versions from lockfiles, because
conan remove
makes sense in isolation, even withoutlock update
orlock add
, like for example using it before resolving it to latest with--lockfile-partial
. When we have clear what is the UX and UI for the removal, we can do a single commandconan update
orconan add
with extra arguments