codeant-ai-for-open-source[bot] commented on PR #37619:
URL: https://github.com/apache/superset/pull/37619#issuecomment-3857326138
## **Sequence Diagram**
The PR updates root package.json overrides so deck.gl and luma.gl packages
use matching versions. This prevents mixed versions that caused WebGL shader
compilation errors, allowing the Deck.gl demo charts to render correctly.
```mermaid
sequenceDiagram
participant Dev as Developer/PR
participant Repo as Repository (package.json + lock)
participant PackageMgr as Package Manager (npm)
participant App as Superset Frontend
participant Browser as User's Browser / WebGL
Dev->>Repo: Update overrides to match bumped @deck.gl (~9.2.5) and
@luma.gl (~9.2.6)
Repo->>PackageMgr: Install / update lockfile with consistent versions
PackageMgr-->>App: Provide resolved deck.gl + luma.gl packages (matching
versions)
App->>Browser: Serve built frontend (deck.gl charts)
Browser->>Browser: WebGL compiles deck.gl shaders (matching shadertools)
and renders charts successfully
```
---
*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]