codeant-ai-for-open-source[bot] commented on PR #37619:
URL: https://github.com/apache/superset/pull/37619#issuecomment-3838021092
## **Sequence Diagram**
The PR updates root package.json overrides so deck.gl plugins and luma.gl
packages use matching compatible versions. This ensures shaders generated by
aggregation layers match shadertools signatures, preventing WebGL compilation
errors and allowing Deck.gl demo charts to render.
```mermaid
sequenceDiagram
participant Dev as Developer (PR)
participant PackageMgr as Package Manager (npm)
participant DeckPlugin as deck.gl Plugin (aggregation-layers...)
participant Luma as luma.gl Shadertools
participant Browser as Demo Dashboard
Dev->>PackageMgr: Update overrides in root package.json to ~9.2.5 /
~9.2.6
PackageMgr->>DeckPlugin: Install matching @deck.gl/* versions
PackageMgr->>Luma: Install matching @luma.gl/* versions
DeckPlugin->>Luma: Emit shaders using updated DECKGL_FILTER_COLOR
signature
Luma-->>Browser: Compile shaders successfully
Browser-->>Dev: Deck.gl Demo charts render (no shader errors)
```
---
*Generated by [CodeAnt AI](https://codeant.ai)*
--
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]