bito-code-review[bot] commented on code in PR #41307:
URL: https://github.com/apache/superset/pull/41307#discussion_r3456372443
##########
docs/yarn.lock:
##########
@@ -15246,15 +15246,10 @@ write-file-atomic@^3.0.3:
signal-exit "^3.0.2"
typedarray-to-buffer "^3.1.5"
-ws@^7.3.1:
- version "7.5.10"
- resolved "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz"
- integrity
sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
-
-ws@^8.18.0, ws@^8.2.3:
- version "8.20.1"
- resolved "https://registry.npmjs.org/ws/-/ws-8.20.1.tgz"
- integrity
sha512-It4dO0K5v//JtTXuPkfEOaI3uUN87iYPnqo/ZzqCoG3g8uhA66QUMs/SrM0YK7/NAu+r4LMh/9dq2A7k+rHs+w==
+ws@^7.3.1, ws@^8.18.0, ws@^8.2.3, ws@^8.21.0:
+ version "8.21.0"
+ resolved
"https://registry.yarnpkg.com/ws/-/ws-8.21.0.tgz#012e413fc07429945121b0c153158c4343086951"
+ integrity
sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==
wsl-utils@^0.1.0:
version "0.1.0"
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Manual lock file edit violation</b></div>
<div id="fix">
Lock files must not be manually edited. Per BITO.md adaptive rules [10438]
and [12146], `yarn.lock` should only be modified by running `yarn install`
after updating `package.json`. Manual edits corrupt integrity hashes and cause
environment-specific discrepancies. Please revert these changes and regenerate
the lock file via `yarn install`.
</div>
</div>
<small><i>Code Review Run #531d4e</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]