Update dependency @turf/helpers to v6.5.0 - abandoned #34
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:
6.1.4
->6.5.0
Release Notes
Turfjs/turf
v6.5.0
Compare Source
🏅 New Features/Enhancements
@turf/points-with-polygon
Add MultiPoint supporthttps://github.com/Turfjs/turf/pull/21372137 - Author @twelch)
🐛 Bug Fixes
@turf/dissolve
Complete rewrite of the dissolve module to resolve many bugshttps://github.com/Turfjs/turf/pull/21102110 - Author @rowanwins)
@turf/mask
Complete rewrite of the mask module to resolve many bugshttps://github.com/Turfjs/turf/pull/21302130 - Author @rowanwins)
@turf/boolean-valid
Add missing dependency tohttps://github.com/Turfjs/turf/pull/20942094 - Author @rycgar)
📖 Documentation
@turf/boolean-overlap
Improve clarityhttps://github.com/Turfjs/turf/pull/21332133 - Author @patrickbrett)
🔔 Misc
https://github.com/Turfjs/turf/pull/21262126 - Author @mfedderly)
v6.4.0
Compare Source
🏅 New Features/Enhancements
@turf/boolean-point-on-line
Added anepislon
option to help in floating point comparison.https://github.com/Turfjs/turf/pull/20512051 - Author @okcoker)
🐛 Bug Fixes
@turf/line-slice-along
Fixed a bug where the offset distance equal to the length of the linehttps://github.com/Turfjs/turf/pull/20302030 - Author @EricPKerr)
@turf/helpers
Fixed the conversion ratio for converting meters to yards and vice-versahttps://github.com/Turfjs/turf/pull/20462046 - Author @anotherhale)
@turf/center-median
Fixed a missing TS type importhttps://github.com/Turfjs/turf/pull/20442044 - Author @Seairth)
`@turf/bezier-spline Fix a bug ensuring the spline result reaches the end of the input
https://github.com/Turfjs/turf/pull/20902090 - Author @the-nemz)
📖 Documentation
@turf/transform-rotate
and@turf/ellipse
) Improve documentation for angle parameterhttps://github.com/Turfjs/turf/pull/20162016 - Author @pasieronen)
@turf/line-chunk
Fix an invalid anchorhttps://github.com/Turfjs/turf/pull/20712071 - Author @GraxMonzo)
@turf/distance
Enhance distance doco so supported inputs are clearerhttps://github.com/Turfjs/turf/pull/20322032 - Author @rowanwins)
🔔 Misc
@turf/concave
Replace deprecated topojson dependencyhttps://github.com/Turfjs/turf/pull/20372037 - Author @elliots)
Work towards enabling TS Strict Mode
https://github.com/Turfjs/turf/pull/20532053 - Author @mfedderly)
v6.3.0
Compare Source
Fix issues importing Turf for react-native, webpack 5, and other bundlers
(PR https://github.com/Turfjs/turf/pull/2004 - Author r0b0t3d)
(PR https://github.com/Turfjs/turf/pull/2011 - Author mfedderly)
[
@turf/turf
][turf] expose @turf/boolean-intersect(PR https://github.com/Turfjs/turf/pull/2007 - Author rowanwins)
v6.2.0
After a bit of hiatus, TurfJS is resuming releases.
⭐️ Major Updates
🚀 New Modules
[
@turf/boolean-touches
][boolean-touches]Determines if two features touch but do not intersect
[
@turf/boolean-valid
][boolean-valid]Checks if the geometry is a valid according to the OGC Simple Feature Specification
[
@turf/quadrat-analysis
][quadrat-analysis]Performs a quadrat analysis on a set of points
[
@turf/rectangle-grid
][rectangle-grid]Creates a grid of rectangles from a bounding box
[
@turf/voroni
][voronoi]Typescript types for the options parameter have been fixed
(PR https://github.com/Turfjs/turf/pull/1424 - Author @stevage)
[
@turf/points-within-polygon
][points-within-polygon]Typescript types around the Feature's Properties will now be preserved.
(PR https://github.com/Turfjs/turf/pull/1761 - Author @rugheid)
[
@turf/rewind
][rewind]Typescript types for the 'reverse' option are now correct. Previously it was misnamed as 'reversed'.
(PR https://github.com/Turfjs/turf/pull/1786 - Author @jonnycornwell)
[
@turf/difference
][difference]No longer publishes an .mjs file.
[
@turf/meta
][meta]No longer publishes an .mjs file.
[
@turf/tag
][tag]Add MultiPolygon support.
(PR https://github.com/Turfjs/turf/pull/1996 - Author bryceroney)
🐛 Bug Fixes
@turf/centroid
Don't visit first point twice when calculating centroidhttps://github.com/Turfjs/turf/pull/18941894 - Author @rowanwins)
@turf/transform-translate
Better handling of negative distanceshttps://github.com/Turfjs/turf/pull/18951895 - Author @rowanwins)
@turf/union
,@turf/difference
,@turf/intersect
Use polygon-clipping library to fix correctness issueshttps://github.com/Turfjs/turf/pull/19161916 - Authors @mbullington, @ngottlieb)
@turf/buffer
Change default number of steps to 8, and actually support the steps optionhttps://github.com/Turfjs/turf/pull/19311931 - Author stevenchanin)
@turf/buffer
Fix projection issues that produce undersized buffers at non-equatorial latitudeshttps://github.com/Turfjs/turf/pull/19561956 - Author dyakovlev)
@turf/helpers
Add runtime checks to point() method, fixing an API breakhttps://github.com/Turfjs/turf/pull/19641964)
🏅 New Features/Enhancements
@turf/boolean-overlap
Better performance for MultiPoint geometrieshttps://github.com/Turfjs/turf/pull/19101910 - Author @mfedderly)
@turf/helpers
Add hectares to convertAreahttps://github.com/Turfjs/turf/pull/19431943 - Author @DanielJDufour)
@turf/great-circle
Update Typescript types to support MultiLineString inputhttps://github.com/Turfjs/turf/pull/19281928 - Author kronick)
📖 Documentation
@turf/square-grid
Clarify inputshttps://github.com/Turfjs/turf/pull/18851885 - Author @raphael-leger)
@turf/greater-circle
Clarify properties option examplehttps://github.com/Turfjs/turf/pull/18881888 - Author @chris-catignani)
@turf/line-to-polygon
no longer modifies its input unless the mutate option is truehttps://github.com/Turfjs/turf/pull/18791879 - Author @MortenBirk)
@turf/unkink-polygon
remove Number.prototype.modulo overridehttps://github.com/Turfjs/turf/pull/19781978)
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 has been generated by Mend Renovate. View repository job log here.