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

concave: replace deprecated topojson dependency #2037

Merged
merged 1 commit into from
Feb 18, 2021

Conversation

elliots
Copy link
Contributor

@elliots elliots commented Feb 18, 2021

fixes #2005 (allowing import with node 15/npm 7)

Please fill in this template.

  • Use a meaningful title for the pull request. Include the name of the package modified.
  • Have read How To Contribute.
  • Run npm test at the sub modules where changes have occurred.
  • Run npm run lint to ensure code style at the turf module level.

fixes Turfjs#2005 (allowing import with node 15/npm 7)
Copy link
Member

@rowanwins rowanwins left a 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",
Copy link
Member

@rowanwins rowanwins Feb 18, 2021

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?

Copy link
Collaborator

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.

Copy link
Member

@rowanwins rowanwins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@rowanwins rowanwins merged commit 41a123a into Turfjs:master Feb 18, 2021
@dannyoka
Copy link

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...

justinanderson added a commit to CxSci/atlas-of-opportunity that referenced this pull request Apr 15, 2021
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
justinanderson added a commit to CxSci/atlas-of-opportunity that referenced this pull request Apr 16, 2021
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
justinanderson added a commit to CxSci/atlas-of-opportunity that referenced this pull request Apr 21, 2021
Include topojson-* dependencies of turf since turf 6.3.0 fails to install otherwise. See Turfjs/turf#2052 and Turfjs/turf#2037.
@bumbummen99
Copy link

Any estimate when this will be tagged and released?

@ctoth
Copy link

ctoth commented Jun 9, 2021

Can we help review any other PRs or are there any other blocking issues to prevent a release/npm publish with this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error with topojson on npm install
6 participants