Skip to content

feat: build(deps): bump mapbox-gl from 3.4.0 to 3.6.0 #359

feat: build(deps): bump mapbox-gl from 3.4.0 to 3.6.0

feat: build(deps): bump mapbox-gl from 3.4.0 to 3.6.0 #359

Triggered via pull request September 6, 2024 17:15
Status Failure
Total duration 1m 26s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Test: src/components/HeatMap/index.tsx#L74
Type '{ stops: [number, number][]; }' is not assignable to type 'PropertyValueSpecification<number> | undefined'.
Test: src/components/HeatMap/index.tsx#L82
Object literal may only specify known properties, and 'default' does not exist in type 'ExpressionSpecification | { type: "exponential"; stops: [number, number][]; } | { type: "interval"; stops: [number, number][]; }'.
Test: src/components/HeatMap/index.tsx#L111
Property '"source"' is missing in type '{ id: string; minzoom: number; paint: { 'circle-color': { default: string; property: string; stops: [number, string][]; }; 'circle-opacity': { stops: [number, number][]; }; 'circle-radius': { property: string; stops: [...][]; type: "exponential"; }; 'circle-stroke-color': string; 'circle-stroke-width': number; }; ty...' but required in type 'CircleLayerSpecification'.
Test: src/components/Map/index.tsx#L227
Argument of type '{ id: string | number | undefined; source: string; }' is not assignable to parameter of type 'GeoJSONFeature | FeatureSelector'.
Test
Process completed with exit code 1.
Test
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/