Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Add an option to ignore newer major version #95

Open
JustinSpedding opened this issue Jan 14, 2018 · 1 comment
Open

Add an option to ignore newer major version #95

JustinSpedding opened this issue Jan 14, 2018 · 1 comment

Comments

@JustinSpedding
Copy link

For people who rely on packages that are semantically versioned, it would be nice to have an option to only upgrade to the newest version that does not have breaking changes. So, if we are using v2.2.1 and v3.0.0 becomes available, do not upgrade to it. Perhaps there could be an extra parameter called :semantic to enable this functionality, or maybe something else like :only-minor and :only-patch.

@antonmos
Copy link

My use case is
[org.eclipse.jetty/jetty-server "11.0.6"] is available but we use "9.4.43.v20210629"
I cant upgrade because ring-adapter doenst support jetty 9+ - ring-clojure/ring#439

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants