bito-code-review[bot] commented on PR #35865:
URL: https://github.com/apache/superset/pull/35865#issuecomment-3454938550
<details open>
<summary><strong>Interaction Diagram by <a
href="https://bito.ai#sequence_diagram">Bito</a></strong></summary>
```mermaid
sequenceDiagram
participant YarnPM as Yarn Package Manager
participant PkgJson as docs/package.json<br/>π Updated | βββ Medium
participant SwaggerUI as swagger-ui-react<br/>π Updated | βββ Medium
participant SwaggerClient as swagger-client<br/>π Updated | βββ Medium
participant ApiDom as @swagger-api/apidom<br/>π Updated | βββ High
participant DocSite as API Documentation Site
Note over PkgJson: Version bumps: swagger-ui-react
5.29.5β5.30.0<br/>swagger-client 3.35.7β3.36.0, apidom betaβrc.1
YarnPM->>PkgJson: Resolve dependencies
PkgJson->>SwaggerUI: Fetch 5.30.0
PkgJson->>SwaggerClient: Fetch 3.36.0
PkgJson->>ApiDom: Fetch 1.0.0-rc.1 packages
SwaggerUI->>SwaggerClient: Depends on swagger-client 3.36.0
SwaggerClient->>ApiDom: Depends on apidom-core, apidom-error, etc.
DocSite->>SwaggerUI: Import & render API specs
```
Critical path: Yarn Package Manager -> docs/package.json ->
swagger-ui-react -> swagger-client -> @swagger-api/apidom -> API
Documentation Site
> **Note:** Dependency updates for API documentation: swagger-ui-react and
swagger-client bump to latest versions, with @swagger-api packages
transitioning from beta to release-candidate. Impacts documentation build and
API rendering in docs 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]