Update dependency @turf/helpers to v6.5.0 - abandoned#34
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency @turf/helpers to v6.5.0 - abandoned#34renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
87f2bb9 to
b56371c
Compare
b56371c to
971dd46
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0Release Notes
Turfjs/turf
v6.5.0Compare Source
🏅 New Features/Enhancements
@turf/points-with-polygonAdd MultiPoint supporthttps://github.com/Turfjs/turf/pull/21372137 - Author @twelch)
🐛 Bug Fixes
@turf/dissolveComplete rewrite of the dissolve module to resolve many bugshttps://github.com/Turfjs/turf/pull/21102110 - Author @rowanwins)
@turf/maskComplete rewrite of the mask module to resolve many bugshttps://github.com/Turfjs/turf/pull/21302130 - Author @rowanwins)
@turf/boolean-validAdd missing dependency tohttps://github.com/Turfjs/turf/pull/20942094 - Author @rycgar)
📖 Documentation
@turf/boolean-overlapImprove clarityhttps://github.com/Turfjs/turf/pull/21332133 - Author @patrickbrett)
🔔 Misc
https://github.com/Turfjs/turf/pull/21262126 - Author @mfedderly)
v6.4.0Compare Source
🏅 New Features/Enhancements
@turf/boolean-point-on-lineAdded anepislonoption to help in floating point comparison.https://github.com/Turfjs/turf/pull/20512051 - Author @okcoker)
🐛 Bug Fixes
@turf/line-slice-alongFixed a bug where the offset distance equal to the length of the linehttps://github.com/Turfjs/turf/pull/20302030 - Author @EricPKerr)
@turf/helpersFixed the conversion ratio for converting meters to yards and vice-versahttps://github.com/Turfjs/turf/pull/20462046 - Author @anotherhale)
@turf/center-medianFixed 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-rotateand@turf/ellipse) Improve documentation for angle parameterhttps://github.com/Turfjs/turf/pull/20162016 - Author @pasieronen)
@turf/line-chunkFix an invalid anchorhttps://github.com/Turfjs/turf/pull/20712071 - Author @GraxMonzo)
@turf/distanceEnhance distance doco so supported inputs are clearerhttps://github.com/Turfjs/turf/pull/20322032 - Author @rowanwins)
🔔 Misc
@turf/concaveReplace 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.0Compare 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.0After 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/centroidDon't visit first point twice when calculating centroidhttps://github.com/Turfjs/turf/pull/18941894 - Author @rowanwins)
@turf/transform-translateBetter handling of negative distanceshttps://github.com/Turfjs/turf/pull/18951895 - Author @rowanwins)
@turf/union,@turf/difference,@turf/intersectUse polygon-clipping library to fix correctness issueshttps://github.com/Turfjs/turf/pull/19161916 - Authors @mbullington, @ngottlieb)
@turf/bufferChange default number of steps to 8, and actually support the steps optionhttps://github.com/Turfjs/turf/pull/19311931 - Author stevenchanin)
@turf/bufferFix projection issues that produce undersized buffers at non-equatorial latitudeshttps://github.com/Turfjs/turf/pull/19561956 - Author dyakovlev)
@turf/helpersAdd runtime checks to point() method, fixing an API breakhttps://github.com/Turfjs/turf/pull/19641964)
🏅 New Features/Enhancements
@turf/boolean-overlapBetter performance for MultiPoint geometrieshttps://github.com/Turfjs/turf/pull/19101910 - Author @mfedderly)
@turf/helpersAdd hectares to convertAreahttps://github.com/Turfjs/turf/pull/19431943 - Author @DanielJDufour)
@turf/great-circleUpdate Typescript types to support MultiLineString inputhttps://github.com/Turfjs/turf/pull/19281928 - Author kronick)
📖 Documentation
@turf/square-gridClarify inputshttps://github.com/Turfjs/turf/pull/18851885 - Author @raphael-leger)
@turf/greater-circleClarify properties option examplehttps://github.com/Turfjs/turf/pull/18881888 - Author @chris-catignani)
@turf/line-to-polygonno longer modifies its input unless the mutate option is truehttps://github.com/Turfjs/turf/pull/18791879 - Author @MortenBirk)
@turf/unkink-polygonremove 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.