Skip to content

build(deps): Upgrade to deck.gl v 9 #291

build(deps): Upgrade to deck.gl v 9

build(deps): Upgrade to deck.gl v 9 #291

Triggered via pull request November 3, 2024 13:13
@hkfbhkfb
synchronize #105
deckgl9
Status Failure
Total duration 30s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/components/gpx-map.stories.tsx#L41
Object literal may only specify known properties, and 'id' does not exist in type 'TripGpxLayerProps'.
build: src/components/gpx-map.stories.tsx#L43
Type 'TripGpxLayer[]' is not assignable to type '(false | LayersList | Layer<{}> | null | undefined)[]'.
build: src/layers/gpx-layer.stories.tsx#L44
Type 'GpxLayer' is not assignable to type 'false | LayersList | Layer<{}> | null | undefined'.
build: src/layers/gpx-layer.stories.tsx#L64
Type 'GpxLayer' is not assignable to type 'false | LayersList | Layer<{}> | null | undefined'.
build: src/layers/gpx-layer.stories.tsx#L84
Type '(GpxLayer | StreetLayer)[]' is not assignable to type '(false | LayersList | Layer<{}> | null | undefined)[]'.
build: src/layers/gpx-layer.stories.tsx#L93
Cannot use namespace 'GeoJsonLayerProps' as a type.
build: src/layers/gpx-layer.stories.tsx#L139
Type '(GpxLayer | TerrainLayer<{ id: "terrain"; minZoom: 0; maxZoom: 12; elevationDecoder: { rScaler: number; gScaler: number; bScaler: number; offset: number; }; elevationData: string; texture: string; wireframe: false; color: [...]; }>)[]' is not assignable to type '(false | LayersList | Layer<{}> | null | undefined)[]'.
build: src/layers/gpx-layer.stories.tsx#L161
Type 'GpxLayer[]' is not assignable to type '(false | LayersList | Layer<{}> | null | undefined)[]'.
build: src/layers/trip-gpx-layer.stories.tsx#L25
Type '{ id: string; data: string; }' has no properties in common with type 'TripGpxLayerProps'.
build: src/layers/trip-gpx-layer.stories.tsx#L30
Type 'TripGpxLayer' is not assignable to type 'false | LayersList | Layer<{}> | null | undefined'.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/