fix(deps): update dependency @turf/turf to v7.1.0 #1718
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.0.0
->7.1.0
Release Notes
Turfjs/turf (@turf/turf)
v7.1.0
Compare Source
What's Changed
@turf/distance
Simplify unnecessary union type in turfDistance by @isti115 in https://github.com/Turfjs/turf/pull/2618@turf/helpers
Reduce bundle size of apps that import @turf/helpers by @smallsaucepan in https://github.com/Turfjs/turf/pull/2623@turf/line-overlap
change deep-equals dependency for smaller bundle size by @mfedderly in https://github.com/Turfjs/turf/pull/2631@turf/mask
Converted turf-mask to Typescript and added support for geometry parameters by @smallsaucepan in https://github.com/Turfjs/turf/pull/2644@turf/midpoint
Converted turf-midpoint to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2645@turf/planepoint
Converted turf-planepoint to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2646@turf/square
Converted turf-square to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2648@turf/standard-deviational-ellipse
Converted turf-standard-deviational-ellipse to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2649@turf/tesselate
Converted turf-tesselate to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2650@turf/transform-rotate
Converted turf-transform-rotate to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2651@turf/transform-scale
Converted turf-transform-scale to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2652@turf/transform-translate
Converted turf-transform-translate to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2653@turf/unkink-polygon
Converted turf-unkink-polygon to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2654@turf/voronoi
Converted turf-voronoi to Typescript by @smallsaucepan in https://github.com/Turfjs/turf/pull/2655@turf/boolean-intersects
Fix boolean-intersects docs by @izzybps in https://github.com/Turfjs/turf/pull/2593@turf/area
: bug fix: off-by-one bug in area calculation by @Abdumbo99 in https://github.com/Turfjs/turf/pull/2665@turf/isobands
@turf/isolines
Remove unused matrix-to-grid dependency by @mfedderly in https://github.com/Turfjs/turf/pull/2669@turf/random
fix randomPolygon generating polygons outside of the givenbbox
by @nnmrts in https://github.com/Turfjs/turf/pull/2659@turf/boolean-intersects
@turf/booean-disjoint
Expose options parameter to ignore self intersections. by @01100100 in https://github.com/Turfjs/turf/pull/2636@turf/boolean-valid
fix checkClosingRing to check for polygon being closed by @superDoss in https://github.com/Turfjs/turf/pull/2563@turf/helpers
Implemented azimuthToBearing by @basvdijk in https://github.com/Turfjs/turf/pull/2674@turf/nearest-point-on-line
include index of MultiLineString geometries in nearest-point-on-line by @andrewharvey in https://github.com/Turfjs/turf/pull/2574@turf/point-to-line-distance
Fix two small typos by @mfedderly in https://github.com/Turfjs/turf/pull/2675@turf/mask
Stop turf-mask mutating by default, make it an option by @farkmarnum in https://github.com/Turfjs/turf/pull/2635@turf/mask
Fix @turf/mask benchmarks to exclude test fixtures that are not usable by @mfedderly in https://github.com/Turfjs/turf/pull/2692@turf/kinks
Revert @turf/kinks to 6.5.0 version by @mfedderly in https://github.com/Turfjs/turf/pull/2693@turf/cluster-dbscan
Update cluster-dbscan docs by @mwenko in https://github.com/Turfjs/turf/pull/2624@turf/*-grid
@turf/area
@turf/helpers
Clarify behavior of some existing turf modules by @twelch in https://github.com/Turfjs/turf/pull/2683New Contributors
Full Changelog: Turfjs/turf@v7.0.0...v7.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.