bito-code-review[bot] commented on code in PR #38025:
URL: https://github.com/apache/superset/pull/38025#discussion_r2815368849
##########
docs/yarn.lock:
##########
@@ -4799,6 +4837,21 @@
tinyglobby "^0.2.15"
ts-api-utils "^2.4.0"
+"@typescript-eslint/[email protected]":
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Dependency version mismatch</b></div>
<div id="fix">
The yarn.lock shows @typescript-eslint/eslint-plugin resolved to 8.55.0
while @typescript-eslint/parser is at 8.56.0. Although both are within their
respective ranges (^8.52.0 and ^8.56.0), using different minor versions can
lead to compatibility issues, such as missing rules or runtime errors during
linting. To avoid potential problems, align the versions by updating the
plugin's range.
</div>
</div>
<small><i>Code Review Run #7fa526</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]