deps: bump @turf/turf from 6.5.0 to 7.3.3 #174
pull_request.yml
on: pull_request
Matrix: Run TS Project eslint
Matrix: Run Tests
Annotations
5 errors and 2 warnings
|
Run Tests (24.x)
Process completed with exit code 2.
|
|
Run Tests (24.x):
src/geo/tileRanger.ts#L260
Argument of type 'Polygon | Feature<Polygon | MultiPolygon, GeoJsonProperties>' is not assignable to parameter of type 'FeatureCollection<Polygon | MultiPolygon, GeoJsonProperties>'.
|
|
Run Tests (24.x):
src/geo/geoIntersection.ts#L55
Argument of type 'Footprint' is not assignable to parameter of type 'FeatureCollection<Polygon | MultiPolygon, GeoJsonProperties>'.
|
|
Run Tests (24.x):
src/geo/geoHash.ts#L37
Argument of type 'Polygon | Feature<Polygon | MultiPolygon, GeoJsonProperties>' is not assignable to parameter of type 'FeatureCollection<Polygon | MultiPolygon, GeoJsonProperties>'.
|
|
Run Tests (24.x):
node_modules/@types/geokdbush/index.d.ts#L1
Module '"kdbush"' has no exported member 'KDBush'. Did you mean to use 'import KDBush from "kdbush"' instead?
|
|
Run TS Project eslint (24.x):
src/utils/validation.ts#L1
Using exported name 'z' as identifier for default export
|
|
Run TS Project eslint (24.x):
src/files/shapefile/core/gdalShapefileReader.ts#L47
Caution: `gdal` also has a named export `openAsync`. Check if you meant to write `import {openAsync} from 'gdal-async'` instead
|