bito-code-review[bot] commented on code in PR #38687:
URL: https://github.com/apache/superset/pull/38687#discussion_r2944838981
##########
docs/yarn.lock:
##########
@@ -5145,7 +5145,7 @@
natural-compare "^1.4.0"
ts-api-utils "^2.4.0"
-"@typescript-eslint/[email protected]", "@typescript-eslint/parser@^8.56.1":
+"@typescript-eslint/[email protected]":
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Incorrect dependency update process</b></div>
<div id="fix">
The PR modifies yarn.lock directly, but yarn.lock is an auto-generated file
that should not be edited manually. Dependency updates must be made in
package.json first, followed by running 'yarn install' to update the lock file.
This ensures version consistency and prevents potential merge conflicts or
inconsistencies.
</div>
</div>
<small><i>Code Review Run #b18b38</i></small>
</div>
---
Should Bito avoid suggestions like this for future reviews? (<a
href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>)
- [ ] Yes, avoid them
--
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]