-
Notifications
You must be signed in to change notification settings - Fork 953
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
concave: replace deprecated topojson dependency #2037
Conversation
fixes Turfjs#2005 (allowing import with node 15/npm 7)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great thanks @elliots ! Just one minor thing I want to check re dependency versioning but other than that it's fab :)
@@ -74,6 +74,7 @@ | |||
"@turf/invariant": "^6.3.0", | |||
"@turf/meta": "^6.3.0", | |||
"@turf/tin": "^6.3.0", | |||
"topojson": "3.x" | |||
"topojson-client": "3.x", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have a preference here @mfedderly for package version numbers?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its my habit to just always use ^ or ~ for the simple ranges, but if people want to use .x that's fine too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Has this change been pushed to NPM? I just upgraded my computer and without thinking, I installed the latest version of node, but I still can't install this package... |
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
Any estimate when this will be tagged and released? |
Can we help review any other PRs or are there any other blocking issues to prevent a release/npm publish with this fix? |
fixes #2005 (allowing import with node 15/npm 7)
Please fill in this template.
npm test
at the sub modules where changes have occurred.npm run lint
to ensure code style at the turf module level.