Skip to content

Bump @types/mapbox__vector-tile from 1.3.0 to 1.3.3 #419

Bump @types/mapbox__vector-tile from 1.3.0 to 1.3.3

Bump @types/mapbox__vector-tile from 1.3.0 to 1.3.3 #419

Triggered via pull request October 30, 2023 20:41
Status Failure
Total duration 1m 47s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
Type '0 | 2 | 1 | 3' is not assignable to type '2 | 1 | 3'.
build: src/data/bucket/fill_bucket.ts#L95
Type '0 | 2 | 1 | 3' is not assignable to type '2 | 1 | 3'.
build: src/data/bucket/fill_extrusion_bucket.ts#L109
Type '0 | 2 | 1 | 3' is not assignable to type '2 | 1 | 3'.
build: src/data/bucket/line_bucket.ts#L164
Type '0 | 2 | 1 | 3' is not assignable to type '2 | 1 | 3'.
build: src/data/bucket/symbol_bucket.ts#L516
Type '"Unknown" | "Point" | "LineString" | "Polygon"' is not assignable to type '"Point" | "LineString" | "Polygon"'.
build: src/data/evaluation_feature.ts#L27
Type '0 | 2 | 1 | 3' is not assignable to type '2 | 1 | 3 | "Unknown" | "Point" | "LineString" | "Polygon" | "MultiPoint" | "MultiLineString" | "MultiPolygon"'.
build: src/data/feature_index.ts#L210
Argument of type 'VectorTileFeature' is not assignable to parameter of type 'Feature'.
build: src/data/program_configuration.ts#L508
Argument of type 'VectorTileFeature' is not assignable to parameter of type 'Feature'.
build: src/source/tile.ts#L341
Argument of type 'VectorTileFeature' is not assignable to parameter of type 'Feature'.
build: src/style/style_layer/circle_style_layer.ts#L54
Argument of type 'VectorTileFeature' is not assignable to parameter of type 'Feature'.
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/