question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What to do when there is a dependency conflict between sha and semver tag

See original GitHub issue

If two dependencies both have a transitive dependency on some package A, but one has specified a sha and the other a semver range. What do we do?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
robinheghancommented, Sep 11, 2018

@reiner-dolp : elm bump only works with packages published with Elm’s package manager, so we cannot rely on it.

0reactions
robinheghancommented, Sep 11, 2018

Yeah 😕

Read more comments on GitHub >

github_iconTop Results From Across the Web

Semantic Versioning 2.0.0 | Semantic Versioning
Dependency hell is where you are when version lock and/or version promiscuity prevent you from easily and safely moving your project forward.
Read more >
SemVer Considered Harmful | Joey Lynch's Site
Quite reasonably developers defend themselves from breakage by either not upgrading their dependencies (unless they are forced to), vendoring ...
Read more >
CDK NPM/Typescript Conflicts · Issue #4415 - GitHub
The problem comes when now you have the CDK specifying it's own dependencies, the node module specifying their dependencies and the end user's ......
Read more >
Elm-git-install: how should it work?
Issue: What to do when there is a dependency conflict between sha and semver tag ... If two dependencies both have a transitive...
Read more >
Found conflicts between different versions of the same ...
My case was because of <PrivateAssets> in project A. It bumped up the version of one of the other dependencies (lets call it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found