-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): update dependency @turf/turf to v7 #1055
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1055 +/- ##
=======================================
Coverage 17.52% 17.52%
=======================================
Files 413 413
Lines 64708 64708
Branches 1347 1352 +5
=======================================
+ Hits 11340 11341 +1
+ Misses 53368 53367 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5a2a2c8
to
d74c5ff
Compare
Playwright test resultsDetails 50 tests across 11 suites Failed testsfirefox › authentication.test.ts › Authentication › should redirect from login related unauthorized pages with existing session - Flaky testschromium-setup › auth.setup.ts › authenticate as user - |
c76e977
to
b73afbb
Compare
52d785c
to
9f4e987
Compare
bca5054
to
bfbadd2
Compare
27d6424
to
c0df26f
Compare
81893d0
to
a59d45b
Compare
f2746b7
to
8a6f008
Compare
8a6f008
to
c34b3af
Compare
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^6.5.0
->^7.0.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
v7.0.0
Compare Source
@turf/helpers
Correct the conversion factor for degrees (#2177)@turf/helpers
polygon() will now throw if the first and last coordinates are not the same (#2173)@turf/helpers
Separate AreaUnits into its own type (#2393)@turf/area
Fix earth radius to use WGS84 median earth radius (#2166)@turf/turf
Remove re-exports for turf 4.x compatability (#2183)@turf/rectangle-grid
Fix correctness for large areas (#2106)@turf/union
Accept FeatureCollection for multiple inputs (#2247)@turf/difference
Accept FeatureCollection for multiple inputs (#2247)@turf/intersect
Accept FeatureCollection for multiple inputs (#2247)@turf/buffer
Add undefined return for when the geometry is invalid (#2613)🏅 New Features/Enhancements
@turf/kinks
Move to sweepline-intersections library for performance (#1896)@turf/boolean-equal
Add option for precision (#2231)@turf/boolean-point-in-polygon
Move to point-in-polygon-hao library for performance and correctness (#1893)@turf/line-intersect
][line-intersect] Move to sweepline-intersections library for performance (#2033)@turf/boolean-contains
Add multipolygon support (#2338)@turf/nearest-point
Add unit option (#2415)@turf/voronoi
Retain properties from points (#1450)🐛 Bug Fixes
@turf/polygon-smooth
Options argument is now actually optional (#2149)@turf/polygon-smooth
Fix crashes with polygons containing multiple holes (#2323)@turf/line-arc
Ensure all points are generated when the first and last points are the same (#2142)@turf/clone
Fix cloning of features with null geometries (#2316)@turf/dissolve
Now correctly depends on @turf/flatten (#2345)@turf/clean-coords
Allow 3 coordinate closed LineStrings (#2178)@turf/helpers
Add alternate spellings for Units: millimetres, centimetres, metres, kilometres (#2168)@turf/ellipse
Add pivot and angle options to typescript (#2174)@turf/quadrat-analysis
Fix test flake (#2182)@turf/bbox
Use input bbox instead of computing it (#2171)@turf/transform-scale
Removes invalid bbox when scaling (#2171)@turf/invariant
getCoord now shallow clones its result to prevent accidental mutations (#2167)@turf/line-overlap
Identify multiple overlaps on a single segment (#2134)@turf/transform-scale
Fix factor to allow only numbers >= 0 (#2169)@turf/voronoi
Make options optional (#2195)@turf/boolean-within
Fix multipoint checks (#2216)@turf/points-within-polygon
Fix dropped properties on MultiPoint results (#2227)@turf/random
Throws error on invalid bbox inputs (#2172)@turf/boolean-parallel
Lines with 180 degree angle between them are also considered parallel (#2475)@turf/unkink-polygon
Fix a maximum call stack size exceeded error with very large polygons (#2504)@turf/line-arc
Number of arc segments generated wasn't related to steps value passed in (#2524)@turf/boolean-equal
Replace geojson-equality with new implementation (#2531)@turf/boolean-overlap
Replace geojson-equality with new implementation (#2531)@turf/boolean-within
Now correctly checks that the final point is contained (#2599)📖 Documentation
[
@turf/bbox
][bbox] Improve documentation (#2153)[
@turf/great-circle
][great-circle] Add license for arc.js (#2175)@turf/boolean-crosses
Document OpenGIS Simple Feature Spec requirement (#2184)@turf/turf-clone
Now has more useful Typescript inference (#2239)@turf/centroid
Improve docs (#2213)@turf/buffer
Clean up Typescript types (#2188)@turf/polygon-smooth
Clean up a typo (#2293)@turf/nearest-point-on-line
Clean up typescript types (#2296)@turf/boolean-touches
Add boolean-touches to docs (#2431)@turf/boolean-equals
Improve docs (#2412)Remove Bower references (#2146)
Fix typo in README (#2313)
Lots of cleanup for CONTRIBUTING, README, and RELEASING (#2186)
Fix docs generation (#2279)
Add a link to turf_dart (#2286)
🔔 Misc
@turf/simplify
Clean up internals for less object churn (#2561)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 is behind base branch, 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.