bito-code-review[bot] commented on code in PR #41062:
URL: https://github.com/apache/superset/pull/41062#discussion_r3415501230
##########
docs/yarn.lock:
##########
@@ -9532,12 +9532,12 @@ latest-version@^7.0.0:
package-json "^8.1.0"
launch-editor@^2.6.1:
- version "2.11.1"
- resolved
"https://registry.npmjs.org/launch-editor/-/launch-editor-2.11.1.tgz"
- integrity
sha512-SEET7oNfgSaB6Ym0jufAdCeo3meJVeCaaDyzRygy0xsp2BFKCprcfHljTq4QkzTLUxEKkFK6OK4811YM2oSrRg==
+ version "2.14.1"
+ resolved
"https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.14.1.tgz#f7e0da3f58aaea03fea01074d840b5f739ed7ddc"
+ integrity
sha512-QWBrQsMpH7gPr965dsKD/3cKWiNoTjpATQf++Xq63N6sKRGMwlVXz41O1IZTMfZQgBctD/K5Zt06+/I6pP6+HA==
dependencies:
picocolors "^1.1.1"
- shell-quote "^1.8.3"
+ shell-quote "^1.8.4"
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>BITO-10438: Manual lock file edit</b></div>
<div id="fix">
Lock file was manually edited without corresponding package.json changes,
violating BITO.md rule [10438]. This bypasses yarn's integrity verification and
can introduce inconsistencies across environments. The lock file should only be
regenerated by running `yarn install` after updating the dependency version in
package.json.
</div>
</div>
<small><i>Code Review Run #4bb44a</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]