sadpandajoe commented on code in PR #42608:
URL: https://github.com/apache/superset/pull/42608#discussion_r3685142633


##########
superset-frontend/plugins/plugin-chart-point-cluster-map/package.json:
##########
@@ -28,7 +28,7 @@
   "dependencies": {
     "@math.gl/web-mercator": "^4.1.0",
     "mapbox-gl": "^3.26.0",
-    "maplibre-gl": "^5.24.0",
+    "maplibre-gl": "^6.0.0",

Review Comment:
   This major-version update removes the transitive `@types/supercluster` 
package that this plugin currently relies on, so the frontend TypeScript job 
now fails in `src/transformProps.ts` with TS7016/TS2503. Could you add the 
required `supercluster`/GeoJSON type packages explicitly (or otherwise update 
those annotations) so `lint-frontend` compiles again?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to