gleam update --latest, which ignoring semver #3053
Closed
darky
started this conversation in
Ideas & suggestions
Replies: 2 comments 1 reply
-
Hello! Why would you not relax your version requirements in this case? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, thanks! Really, I can use something like this |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now
gleam update
works with considering of semverFor example, if package version is
0.1
, updating will be in range of0.x
, but not in1.x
,2.x
etcBut often, need to upgrade all dependencies to latest possible versions.
Something like
gleam update --latest
would be helpful hereAnd no annoying manual investigation of latest version for each dependency
Beta Was this translation helpful? Give feedback.
All reactions