Closed dependabot[bot] closed 2 weeks ago
Bumps the turf group with 23 updates:
6.5.0
7.1.0
Updates @turf/along from 6.5.0 to 7.1.0
@turf/along
Sourced from @turf/along's releases.
@turf/along
v7.1.0 What's Changed @turf/distance Simplify unnecessary union type in turfDistance by @isti115 in Turfjs/turf#2618 Upgrade to Lerna 8 by @mfedderly in Turfjs/turf#2612 Deprecate CHANGELOG, improve release action, PR template, Contributing doc by @twelch in Turfjs/turf#2621 @turf/helpers Reduce bundle size of apps that import @turf/helpers by @smallsaucepan in Turfjs/turf#2623 @turf/line-overlap change deep-equals dependency for smaller bundle size by @mfedderly in Turfjs/turf#2631 @turf/mask Converted turf-mask to Typescript and added support for geometry parameters by @smallsaucepan in Turfjs/turf#2644 @turf/midpoint Converted turf-midpoint to Typescript by @smallsaucepan in Turfjs/turf#2645 @turf/planepoint Converted turf-planepoint to Typescript by @smallsaucepan in Turfjs/turf#2646 @turf/square Converted turf-square to Typescript by @smallsaucepan in Turfjs/turf#2648 @turf/standard-deviational-ellipse Converted turf-standard-deviational-ellipse to Typescript by @smallsaucepan in Turfjs/turf#2649 Pin pnpm version using corepack by @RobinVdBroeck in Turfjs/turf#2602 @turf/tesselate Converted turf-tesselate to Typescript by @smallsaucepan in Turfjs/turf#2650 @turf/transform-rotate Converted turf-transform-rotate to Typescript by @smallsaucepan in Turfjs/turf#2651 @turf/transform-scale Converted turf-transform-scale to Typescript by @smallsaucepan in Turfjs/turf#2652 @turf/transform-translate Converted turf-transform-translate to Typescript by @smallsaucepan in Turfjs/turf#2653 @turf/unkink-polygon Converted turf-unkink-polygon to Typescript by @smallsaucepan in Turfjs/turf#2654 @turf/voronoi Converted turf-voronoi to Typescript by @smallsaucepan in Turfjs/turf#2655 @turf/boolean-intersects Fix boolean-intersects docs by @izzybps in Turfjs/turf#2593 Updated documentation.js to resolve critical parse-url vulnerability by @smallsaucepan in Turfjs/turf#2664 @turf/area: bug fix: off-by-one bug in area calculation by @Abdumbo99 in Turfjs/turf#2665 Upgrade dependencies by @mfedderly in Turfjs/turf#2668 @turf/isobands @turf/isolines Remove unused matrix-to-grid dependency by @mfedderly in Turfjs/turf#2669 @turf/random fix randomPolygon generating polygons outside of the given bbox by @nnmrts in Turfjs/turf#2659 @turf/boolean-intersects @turf/booean-disjoint Expose options parameter to ignore self intersections. by @01100100 in Turfjs/turf#2636 @turf/boolean-valid fix checkClosingRing to check for polygon being closed by @superDoss in Turfjs/turf#2563 @turf/helpers Implemented azimuthToBearing by @basvdijk in Turfjs/turf#2674 Added support/6.x branch to CI config by @smallsaucepan in Turfjs/turf#2673 @turf/nearest-point-on-line include index of MultiLineString geometries in nearest-point-on-line by @andrewharvey in Turfjs/turf#2574 @turf/point-to-line-distance Fix two small typos by @mfedderly in Turfjs/turf#2675 Update PR/develop action to cache pnpm files by @mfedderly in Turfjs/turf#2671 Add explicit geojson types dependency by @mfedderly in Turfjs/turf#2676 Rework prettier setup by @mfedderly in Turfjs/turf#2677 Update @types/geojson to 7946.0.10 minimum by @mfedderly in Turfjs/turf#2688 @turf/mask Stop turf-mask mutating by default, make it an option by @farkmarnum in Turfjs/turf#2635 Add test.example.js to .prettierignore by @mfedderly in Turfjs/turf#2689 @turf/mask Fix @turf/mask benchmarks to exclude test fixtures that are not usable by @mfedderly in Turfjs/turf#2692 @turf/kinks Revert @turf/kinks to 6.5.0 version by @mfedderly in Turfjs/turf#2693 @turf/cluster-dbscanUpdate cluster-dbscan docs by @mwenko in Turfjs/turf#2624 @turf/*-grid @turf/area @turf/helpers Clarify behavior of some existing turf modules by @twelch in Turfjs/turf#2683 Upgrade pnpm/action-setup in github actions by @mfedderly in Turfjs/turf#2696 New Contributors @isti115 made their first contribution in Turfjs/turf#2618 @izzybps made their first contribution in Turfjs/turf#2593 @Abdumbo99 made their first contribution in Turfjs/turf#2665 @nnmrts made their first contribution in Turfjs/turf#2659 @01100100 made their first contribution in Turfjs/turf#2636 @superDoss made their first contribution in Turfjs/turf#2563
@turf/distance
@isti115
@mfedderly
@twelch
@turf/helpers
@turf/helpers
@smallsaucepan
@turf/line-overlap
@turf/mask
@turf/midpoint
@turf/planepoint
@turf/square
@turf/standard-deviational-ellipse
@RobinVdBroeck
@turf/tesselate
@turf/transform-rotate
@turf/transform-scale
@turf/transform-translate
@turf/unkink-polygon
@turf/voronoi
@turf/boolean-intersects
@izzybps
@turf/area
@Abdumbo99
@turf/isobands
@turf/isolines
@turf/random
bbox
@nnmrts
@turf/booean-disjoint
@01100100
@turf/boolean-valid
@superDoss
@basvdijk
@turf/nearest-point-on-line
@andrewharvey
@turf/point-to-line-distance
@types/geojson
@farkmarnum
@turf/mask
@turf/kinks
@turf/kinks
@turf/cluster-dbscan
@mwenko
@turf/*-grid
... (truncated)
Sourced from @turf/along's changelog.
Changelog is no longer maintained. See Turf Github releases 7.0.0 ⚠️ Breaking Move to @types/geojson package instead of declaring our own. Typescript consumers of Turf will need to import from @types/geojson. (#2158) Move distribution JS to target ES2017 (#2237) Please change to using named exports instead of default exports from the various packages @turf/https://github.com/Turfjs/turf/blob/master/helpers Correct the conversion factor for degrees (#2177) @turf/https://github.com/Turfjs/turf/blob/master/helpers polygon() will now throw if the first and last coordinates are not the same (#2173) @turf/https://github.com/Turfjs/turf/blob/master/helpers Separate AreaUnits into its own type (#2393) @turf/https://github.com/Turfjs/turf/blob/master/area Fix earth radius to use WGS84 median earth radius (#2166) @https://github.com/Turfjs/turf/blob/master/turf/https://github.com/Turfjs/turf/blob/master/turf Remove re-exports for turf 4.x compatability (#2183) @turf/https://github.com/Turfjs/turf/blob/master/rectangle-grid Fix correctness for large areas (#2106) `@turf/https://github.com/Turfjs/turf/blob/master/square-grid Fix correctness for large areas (#2106) @turf/https://github.com/Turfjs/turf/blob/master/union Accept FeatureCollection for multiple inputs (#2247) @turf/https://github.com/Turfjs/turf/blob/master/difference Accept FeatureCollection for multiple inputs (#2247) @turf/https://github.com/Turfjs/turf/blob/master/intersect Accept FeatureCollection for multiple inputs (#2247) @turf/https://github.com/Turfjs/turf/blob/master/buffer Add undefined return for when the geometry is invalid (#2613) 🏅 New Features/Enhancements @turf/https://github.com/Turfjs/turf/blob/master/kinks Move to sweepline-intersections library for performance (#1896) `@turf/https://github.com/Turfjs/turf/blob/master/buffer Reduce bundle size by moving from turf-jsts to @turf/jsts (#2217) @turf/https://github.com/Turfjs/turf/blob/master/boolean-equal Add option for precision (#2231) @turf/https://github.com/Turfjs/turf/blob/master/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/https://github.com/Turfjs/turf/blob/master/boolean-contains Add multipolygon support (#2338) @turf/https://github.com/Turfjs/turf/blob/master/nearest-point Add unit option (#2415) @turf/https://github.com/Turfjs/turf/blob/master/voronoi Retain properties from points (#1450) 🐛 Bug Fixes @turf/https://github.com/Turfjs/turf/blob/master/polygon-smooth Options argument is now actually optional (#2149) @turf/https://github.com/Turfjs/turf/blob/master/polygon-smooth Fix crashes with polygons containing multiple holes (#2323) @turf/https://github.com/Turfjs/turf/blob/master/line-arc Ensure all points are generated when the first and last points are the same (#2142) @turf/https://github.com/Turfjs/turf/blob/master/clone Fix cloning of features with null geometries (#2316) @turf/https://github.com/Turfjs/turf/blob/master/dissolve Now correctly depends on @turf/flatten (#2345) @turf/https://github.com/Turfjs/turf/blob/master/clean-coords Allow 3 coordinate closed LineStrings (#2178) @turf/https://github.com/Turfjs/turf/blob/master/helpers Add alternate spellings for Units: millimetres, centimetres, metres, kilometres (#2168) @turf/https://github.com/Turfjs/turf/blob/master/ellipse Add pivot and angle options to typescript (#2174) @turf/https://github.com/Turfjs/turf/blob/master/quadrat-analysis Fix test flake (#2182) @turf/https://github.com/Turfjs/turf/blob/master/bbox Use input bbox instead of computing it (#2171) @turf/https://github.com/Turfjs/turf/blob/master/transform-scale Removes invalid bbox when scaling (#2171) @turf/https://github.com/Turfjs/turf/blob/master/invariant getCoord now shallow clones its result to prevent accidental mutations (#2167) @turf/https://github.com/Turfjs/turf/blob/master/line-overlap Identify multiple overlaps on a single segment (#2134) @turf/https://github.com/Turfjs/turf/blob/master/transform-scale Fix factor to allow only numbers >= 0 (#2169) @turf/https://github.com/Turfjs/turf/blob/master/voronoi Make options optional (#2195) @turf/https://github.com/Turfjs/turf/blob/master/boolean-within Fix multipoint checks (#2216) @turf/https://github.com/Turfjs/turf/blob/master/points-within-polygon Fix dropped properties on MultiPoint results (#2227) @turf/https://github.com/Turfjs/turf/blob/master/random Throws error on invalid bbox inputs (#2172) @turf/https://github.com/Turfjs/turf/blob/master/boolean-parallel Lines with 180 degree angle between them are also considered parallel (#2475)
Changelog is no longer maintained. See Turf Github releases
@turf/https://github.com/Turfjs/turf/blob/master/helpers
@turf/https://github.com/Turfjs/turf/blob/master/area
@https://github.com/Turfjs/turf/blob/master/turf/https://github.com/Turfjs/turf/blob/master/turf
@turf/https://github.com/Turfjs/turf/blob/master/rectangle-grid
@turf/https://github.com/Turfjs/turf/blob/master/union
@turf/https://github.com/Turfjs/turf/blob/master/difference
@turf/https://github.com/Turfjs/turf/blob/master/intersect
@turf/https://github.com/Turfjs/turf/blob/master/buffer
@turf/https://github.com/Turfjs/turf/blob/master/kinks
@turf/jsts
@turf/https://github.com/Turfjs/turf/blob/master/boolean-equal
@turf/https://github.com/Turfjs/turf/blob/master/boolean-point-in-polygon
@turf/line-intersect
@turf/https://github.com/Turfjs/turf/blob/master/boolean-contains
@turf/https://github.com/Turfjs/turf/blob/master/nearest-point
@turf/https://github.com/Turfjs/turf/blob/master/voronoi
@turf/https://github.com/Turfjs/turf/blob/master/polygon-smooth
@turf/https://github.com/Turfjs/turf/blob/master/line-arc
@turf/https://github.com/Turfjs/turf/blob/master/clone
@turf/https://github.com/Turfjs/turf/blob/master/dissolve
@turf/flatten
@turf/https://github.com/Turfjs/turf/blob/master/clean-coords
@turf/https://github.com/Turfjs/turf/blob/master/ellipse
@turf/https://github.com/Turfjs/turf/blob/master/quadrat-analysis
@turf/https://github.com/Turfjs/turf/blob/master/bbox
@turf/https://github.com/Turfjs/turf/blob/master/transform-scale
@turf/https://github.com/Turfjs/turf/blob/master/invariant
@turf/https://github.com/Turfjs/turf/blob/master/line-overlap
@turf/https://github.com/Turfjs/turf/blob/master/boolean-within
@turf/https://github.com/Turfjs/turf/blob/master/points-within-polygon
@turf/https://github.com/Turfjs/turf/blob/master/random
@turf/https://github.com/Turfjs/turf/blob/master/boolean-parallel
68915ee
948cdaf
5f0d405
ad8012c
36cdb9f
df7e42f
c470ea4
7275eb9
c8f24e0
25917d8
Updates @turf/bbox from 6.5.0 to 7.1.0
@turf/bbox
Sourced from @turf/bbox's releases.
@turf/bbox
Sourced from @turf/bbox's changelog.
Updates @turf/bbox-clip from 6.5.0 to 7.1.0
@turf/bbox-clip
Sourced from @turf/bbox-clip's releases.
@turf/bbox-clip
Sourced from @turf/bbox-clip's changelog.
Changelog is no longer maintained. See Turf Github releases 7.0.0 ⚠️ Breaking Move to @types/geojson package instead of declaring our own. Typescript consumers of Turf will need to import from @types/geojson. (#2158) Move distribution JS to target ES2017 (#2237) Please change to using named exports instead of default exports from the various packages @turf/https://github.com/Turfjs/turf/blob/master/helpers Correct the conversion factor for degrees (#2177) @turf/https://github.com/Turfjs/turf/blob/master/helpers polygon() will now throw if the first and last coordinates are not the same (#2173) @turf/https://github.com/Turfjs/turf/blob/master/helpers Separate AreaUnits into its own type (#2393) @turf/https://github.com/Turfjs/turf/blob/master/area Fix earth radius to use WGS84 median earth radius (#2166) @https://github.com/Turfjs/turf/blob/master/turf/https://github.com/Turfjs/turf/blob/master/turf Remove re-exports for turf 4.x compatability (#2183) @turf/https://github.com/Turfjs/turf/blob/master/rectangle-grid Fix correctness for large areas (#2106) `@turf/https://github.com/Turfjs/turf/blob/master/square-grid Fix correctness for large areas (#2106) @turf/https://github.com/Turfjs/turf/blob/master/union Accept FeatureCollection for multiple inputs (#2247) @turf/https://github.com/Turfjs/turf/blob/master/difference Accept FeatureCollection for multiple inputs (#2247) @turf/https://github.com/Turfjs/turf/blob/master/... _Description has been truncated_
@turf/https://github.com/Turfjs/turf/blob/master/... _Description has been truncated_
Looks like these dependencies are no longer updatable, so this is no longer needed.
Bumps the turf group with 23 updates:
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
6.5.0
7.1.0
Updates
@turf/along
from 6.5.0 to 7.1.0Release notes
Sourced from
@turf/along
's releases.... (truncated)
Changelog
Sourced from
@turf/along
's changelog.... (truncated)
Commits
68915ee
v7.1.0948cdaf
Upgrade pnpm/action-setup in github actions (#2696)5f0d405
Clarify behavior of some existing turf modules (#2683)ad8012c
chore: update cluster-dbscan docs (#2624)36cdb9f
Revert@turf/kinks
to 6.5.0 version (#2693)df7e42f
Fix@turf/mask
benchmarks to exclude test fixtures that are not usable (#2692)c470ea4
Add test.example.js to the prettier ignore list because it is a generated fil...7275eb9
Stop turf-mask mutating by default, make it an option (#2635)c8f24e0
Update@types/geojson
to 7946.0.10 minimum (#2688)25917d8
Rework prettier setup (#2677)Updates
@turf/bbox
from 6.5.0 to 7.1.0Release notes
Sourced from
@turf/bbox
's releases.... (truncated)
Changelog
Sourced from
@turf/bbox
's changelog.... (truncated)
Commits
68915ee
v7.1.0948cdaf
Upgrade pnpm/action-setup in github actions (#2696)5f0d405
Clarify behavior of some existing turf modules (#2683)ad8012c
chore: update cluster-dbscan docs (#2624)36cdb9f
Revert@turf/kinks
to 6.5.0 version (#2693)df7e42f
Fix@turf/mask
benchmarks to exclude test fixtures that are not usable (#2692)c470ea4
Add test.example.js to the prettier ignore list because it is a generated fil...7275eb9
Stop turf-mask mutating by default, make it an option (#2635)c8f24e0
Update@types/geojson
to 7946.0.10 minimum (#2688)25917d8
Rework prettier setup (#2677)Updates
@turf/bbox-clip
from 6.5.0 to 7.1.0Release notes
Sourced from
@turf/bbox-clip
's releases.... (truncated)
Changelog
Sourced from
@turf/bbox-clip
's changelog.