bito-code-review[bot] commented on PR #35762:
URL: https://github.com/apache/superset/pull/35762#issuecomment-3425074036
<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 package.json<br/>🔄 Updated | ●○○ Low
participant YARN as yarn.lock<br/>🔄 Updated | ●○○ Low
participant NPM as NPM Registry
participant ESLINT as ESLint Parser<br/>🔄 Updated | ●●○ Medium
participant BUILD as Build System
participant DOCS as Documentation Site
Note over PKG, YARN: Version bump from 8.46.0 to 8.46.2
DEV->>PKG: Update parser version constraint
PKG->>NPM: Request @typescript-eslint/parser@^8.46.2
NPM-->>YARN: Resolve dependencies & update lockfile
BUILD->>ESLINT: Load updated TypeScript parser
ESLINT-->>BUILD: Parse TypeScript files with new version
BUILD-->>DOCS: Generate documentation with updated tooling
```
Critical path: package.json->NPM Registry->yarn.lock->ESLint
Parser->Build System->Documentation Site
> **Note:** The TypeScript ESLint parser dependency was updated from version
^8.46.0 to ^8.46.2 in the docs package.json, with corresponding yarn.lock
updates. This affects the documentation build process and TypeScript linting
capabilities.
</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]