bito-code-review[bot] commented on code in PR #36398:
URL: https://github.com/apache/superset/pull/36398#discussion_r2583907794
##########
docs/yarn.lock:
##########
@@ -4271,6 +4309,21 @@
tinyglobby "^0.2.15"
ts-api-utils "^2.1.0"
+"@typescript-eslint/[email protected]":
+ version "8.48.1"
+ resolved
"https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.1.tgz#0d0e31fc47c5796c6463ab50cde19e1718d465b1"
+ integrity
sha512-/9wQ4PqaefTK6POVTjJaYS0bynCgzh6ClJHGSBj06XEHjkfylzB+A3qvyaXnErEZSaxhIo4YdyBgq6j4RysxDg==
+ dependencies:
+ "@typescript-eslint/project-service" "8.48.1"
+ "@typescript-eslint/tsconfig-utils" "8.48.1"
+ "@typescript-eslint/types" "8.48.1"
+ "@typescript-eslint/visitor-keys" "8.48.1"
+ debug "^4.3.4"
+ minimatch "^9.0.4"
+ semver "^7.6.0"
+ tinyglobby "^0.2.15"
+ ts-api-utils "^2.1.0"
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Dependency Version Conflict</b></div>
<div id="fix">
The addition of @typescript-eslint/[email protected] and related
dependencies here indicates a version update, but the lockfile shows both
8.48.0 and 8.48.1 versions of @typescript-eslint/types installed, suggesting
conflicts from package.json (e.g., parser at ^8.48.1 vs. eslint-plugin at
^8.37.0). This can lead to unpredictable linting behavior or bloat; consider
aligning all @typescript-eslint packages to a consistent version.
</div>
</div>
<small><i>Code Review Run #8c6257</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]