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

Some qualifier formats are incorrectly categorized as release #18

Open
lverns opened this issue Mar 18, 2019 · 4 comments
Open

Some qualifier formats are incorrectly categorized as release #18

lverns opened this issue Mar 18, 2019 · 4 comments
Labels
bug Something isn't working

Comments

@lverns
Copy link
Contributor

lverns commented Mar 18, 2019

$ cat deps.edn
{:deps
 {org.clojure/clojure {:mvn/version "1.10.0"}
  org.clojure/tools.logging {:mvn/version "0.4.1"}}}
$ clojure -Sdeps '{:deps {olical/depot {:mvn/version "1.7.0"}}}' -m depot.outdated.main

|                Dependency | Current |        Latest |
|---------------------------+---------+---------------|
| org.clojure/tools.logging |   0.4.1 | 0.5.0-alpha.1 |

I believe this to be an upstream bug.

@Olical
Copy link
Owner

Olical commented Mar 18, 2019

Ah cool, thanks for reporting, we'll see what xsc thinks I guess. I hope it's not causing too many issues for you!

@Olical Olical added the bug Something isn't working label Mar 21, 2019
@Olical
Copy link
Owner

Olical commented Sep 10, 2019

This one will still be around in v2.0.0 I guess since it's probably to do with some deeper issues in dependencies 🤔

@p-himik
Copy link

p-himik commented Jan 11, 2020

Another example is netty-all (https://mvnrepository.com/artifact/io.netty/netty-all):

|                          Dependency |      Current |       Latest |
|-------------------------------------+--------------+--------------|
|                  io.netty/netty-all | 4.1.34.Final | 5.0.0.Alpha2 |

@hoxu
Copy link
Contributor

hoxu commented Sep 17, 2020

Are there any workarounds how to ignore particular versions (like 5.0.0.Alpha2 in case of netty), but still update to latest 4.1.xx.Final?

  io.netty/netty-transport {:mvn/version "4.1.51.Final"} -> {:mvn/version "5.0.0.Alpha2"}
  io.netty/netty-transport-native-epoll {:mvn/version "4.1.51.Final"} -> {:mvn/version "5.0.0.Alpha2"}
  io.netty/netty-transport-native-kqueue {:mvn/version "4.1.51.Final"} -> {:mvn/version "4.1.52.Final"}
  io.netty/netty-codec {:mvn/version "4.1.51.Final"} -> {:mvn/version "5.0.0.Alpha2"}
  io.netty/netty-handler {:mvn/version "4.1.51.Final"} -> {:mvn/version "5.0.0.Alpha2"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants