rusackas opened a new pull request, #37718: URL: https://github.com/apache/superset/pull/37718
## Summary Coordinated upgrade of all deck.gl and luma.gl packages to version ~9.2.6 to ensure type compatibility. Individual Dependabot PRs were failing due to TypeScript type mismatches - the `Device` type from different luma.gl versions was causing build failures in `DeckGLContainer.tsx`. ### Updated packages: - `@deck.gl/aggregation-layers`: ~9.2.5 → ~9.2.6 - `@deck.gl/core`: ~9.2.5 → ~9.2.6 - `@deck.gl/extensions`: ~9.2.5 → ~9.2.6 - `@deck.gl/geo-layers`: ~9.2.5 → ~9.2.6 - `@deck.gl/layers`: ~9.2.5 → ~9.2.6 - `@deck.gl/mesh-layers`: ~9.2.2 → ~9.2.6 - `@deck.gl/react`: ~9.2.5 → ~9.2.6 - `@luma.gl/constants`: ~9.2.4 → ~9.2.6 - `@luma.gl/core`: ~9.2.2 → ~9.2.6 ### Supersedes: - #37472 (@deck.gl/layers) - #37438 (@deck.gl/aggregation-layers) - #37240 (@luma.gl/core) - #37239 (@deck.gl/mesh-layers) ## Test plan - [ ] CI passes (especially the webpack build that was failing on the individual PRs) - [ ] deck.gl visualizations render correctly 🤖 Generated with [Claude Code](https://claude.ai/code) -- 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]
