-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Any blocker not to bump to last majors of d3-*? #2305
Comments
First, the fact that D3 packages moved to esm, also that D3 now requires a browser that supports ES2015. That being said, I already had to upgrade |
Indeed the esm-only is a huge blocker 😢 |
Yea, but I think we need to move forward anyway, other libraries relying on D3 faced the same issue, victory explained the issue in details here, but the infrastructure of nivo is already complex enough, I'd like to avoid to have to transpile and vendor D3 dependencies. |
Seems like visx is also struggling with this... |
I'm closing this as the main roadblock is now described in this issue: #2310. |
Is your feature request related to a problem? Please describe.
Yes and no. I observed that nivo was pulling multiple versions of some d3- packages. While trying to suggest changes to dedupe them I detected that many d3- dependencies was outdated by several majors.
Describe the solution you'd like
Bumping to latest major of d3-.
Describe alternatives you've considered
Keep it that way.
Additional context
Before opening any PR in that direction I wanted to confirm that it would be ok to go in that direction.
The text was updated successfully, but these errors were encountered: