You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should notify the user if there is a newer semver incompatible version of a package which we can't auto upgrade to. The thought process behind this is people will usually wally update blind and may be unaware there is a new major version of a package.
We should also add convenience flags to allow the user to specify if they want to upgrade everything to the latest possible version even if they are semver incompatible or if they do not want any semver incompatible choices. They might have many dependencies and saying yes or no is annoying!
We should maybe move manifest changing into a wally upgrade command to make the behaviour obvious. This is similar to what people have implemented for cargo (via cargo-upgrade as it isn't a native command).
We should notify the user if there is a newer semver incompatible version of a package which we can't auto upgrade to. The thought process behind this is people will usually
wally update
blind and may be unaware there is a new major version of a package.We should also add convenience flags to allow the user to specify if they want to upgrade everything to the latest possible version even if they are semver incompatible or if they do not want any semver incompatible choices. They might have many dependencies and saying yes or no is annoying!
Originally posted by @magnalite in #140 (review)
The text was updated successfully, but these errors were encountered: