Upstream Peer Dependency dagre
See original GitHub issueI was just updating my deps, and noticed this. I thought I would mention it, because it seems that the d3 version is out of date …
warning "mermaid > dagre-d3-renderer@0.5.8" has incorrect peer dependency "d3@^4.13.0".
Isn’t modern d3 "d3@^5.12.0"
?
(Yes, I know technically that the line here in this project’s package.json is:
"d3": "^5.7.0",
So it will properly install 5.12 and any other minor / patch increase. Just wondering if outreach to the dagre repo is warranted.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
"Could not resolve dependency" error with "react@^16.0" #9426
Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps. This seems to be caused because ...
Read more >Heroku - Fix the upstream peer dependency conflict - YouTube
Heroku - ERESOLVE could not resolve | Fix the upstream peer dependency conflict. 1,894 views1.8K views. Jul 3, 2022.
Read more >Fix the upstream dependency conflict installing NPM packages
It looks like it's a problem with peer dependencies in the latest version of npm (v7) which is still a beta version. Try...
Read more >Bug listing with status RESOLVED with resolution UPSTREAM ...
[5-9] a real dependency of svn 1.1? apr-0.9.4 is latest release" status:RESOLVED resolution:UPSTREAM severity:normal · Bug:61066 - "Compiling qt 3.3.3 with ...
Read more >DRBD 9.0 en - LINBIT
Whether the resynchronization is currently suspended or not. Possible values are no, user, peer, dependency. Comma separated. received (network ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I tested and submitted PRs dagrejs/dagre-d3#376 and tylingsoft/dagre-d3-renderer#11 - take your pick.
dagre-d3 merged the pr. @gordonwoodhull thanks! @christopherkade would it be possible to switch to dagre-d3 (dagre-d3-renderer is a fork and I don’t know why this was chosen in the first place), which seems more active any way. Also can we use the master branch directly till they make a new release?