codeant-ai-for-open-source[bot] commented on PR #37774:
URL: https://github.com/apache/superset/pull/37774#issuecomment-3863369423
## **Sequence Diagram**
The PR removes the unnecessary "npm" entry from @apache-superset/core
devDependencies and the corresponding npm package tree from package-lock.json,
then updates the lockfile; CI runs install/build to validate the change.
```mermaid
sequenceDiagram
participant Contributor
participant Repo
participant PackageManager
participant CI
Contributor->>Repo: Edit packages/superset-core/package.json (remove
"npm" devDependency)
Contributor->>PackageManager: Run install / update-lockfile
PackageManager-->>Repo: Update package-lock.json (remove npm package
tree)
Repo-->>CI: Push changes
CI->>PackageManager: Install & build
PackageManager-->>CI: Dependencies installed (lockfile honored)
CI-->>Repo: Tests/build green (PR validated)
```
---
*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]