bito-code-review[bot] commented on PR #35765:
URL: https://github.com/apache/superset/pull/35765#issuecomment-3425085413
<details open>
<summary><strong>Interaction Diagram by <a
href="https://bito.ai#sequence_diagram">Bito</a></strong></summary>
```mermaid
sequenceDiagram
participant DEV as Developer
participant PKG as docs/package.json<br/>🔄 Updated | ●○○ Low
participant LOCK as docs/yarn.lock<br/>🔄 Updated | ●○○ Low
participant CI as GitHub Actions
participant BUILD as Docs Build Process
participant ANTD as Ant Design Components
participant SITE as Documentation Site
Note over PKG, LOCK: Dependency version bump<br/>antd: ^5.27.5 → ^5.27.6
DEV->>PKG: Update antd dependency version
DEV->>LOCK: Update resolved package versions
CI->>BUILD: Trigger docs build workflow
BUILD->>ANTD: Install updated antd components
ANTD-->>BUILD: Provide UI components (List, Carousel, Dropdown)
BUILD-->>SITE: Generate static documentation site
SITE-->>DEV: Serve updated docs with new antd version
```
Critical path: Developer->docs/package.json->GitHub Actions->Docs
Build Process->Ant Design Components->Documentation Site
> **Note:** The antd library version update from 5.27.5 to 5.27.6 affects
the documentation site's UI components (List, Carousel, Dropdown, Alert).
The change triggers the docs build pipeline which installs the updated
dependency and regenerates the static site.
</details>
--
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]