bito-code-review[bot] commented on PR #35764:
URL: https://github.com/apache/superset/pull/35764#issuecomment-3425082036
<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 REPO as Repository
participant DOCS as docs/package.json<br/>🔄 Updated | ●○○ Low
participant YARN as yarn.lock<br/>🔄 Updated | ●○○ Low
participant CI as CI/CD Pipeline
participant ESLINT as ESLint Process
participant BUILD as Build System
Note over DOCS, YARN: TypeScript ESLint v8.46.1 → v8.46.2<br/>Minor version
bump
DEV->>REPO: Push dependency update
REPO->>DOCS: Update typescript-eslint version
REPO->>YARN: Update lockfile dependencies
CI->>DOCS: Install dependencies (yarn install)
CI->>ESLINT: Run linting with updated rules
ESLINT-->>BUILD: Return lint results
BUILD-->>CI: Complete docs build process
CI-->>DEV: Report build status
```
Critical path: Repository->docs/package.json->yarn.lock->CI/CD
Pipeline->ESLint Process->Build System
> **Note:** The typescript-eslint package was updated from v8.46.1 to
v8.46.2 in the docs directory. This minor version update affects the
documentation build pipeline, where ESLint runs with updated TypeScript linting
rules during CI/CD processes.
</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]