bito-code-review[bot] commented on code in PR #41734: URL: https://github.com/apache/superset/pull/41734#discussion_r3518105063
########## docs/yarn.lock: ########## @@ -16069,10 +16073,10 @@ webpack-virtual-modules@^0.6.2: resolved "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.6.2.tgz" integrity sha512-66/V2i5hQanC51vBQKPH4aI8NMAcBW59FVBs+rC7eGHupMyfn34q7rZIE+ETlJ+XTevqfUhVVBgSUNSW2flEUQ== -webpack@^5.107.2, webpack@^5.88.1, webpack@^5.95.0: - version "5.107.2" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.107.2.tgz#dea14dcb177b46b29de15f952f7303691ee2b596" - integrity sha512-v7RhXaJbpMlV0D7hC7lb2EbnxkoeUqf9qhKr6lozx3Q48pmFrqqNRmZFUEGmi7pSwm6fCQ2H1IjvCkHqdpVdjQ== +webpack@^5.108.0, webpack@^5.88.1, webpack@^5.95.0: + version "5.108.0" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.108.0.tgz#f8bb9b554f25374e8dfa3e1b137b0791a56d7614" + integrity sha512-Ln1JuYGPRTXcHECapSFSvACtHmWEN5sQqFJeLLGQ0057S7qzT2eXUz0MZUedtmIrNy3nJgnITSubIYKGED9jSQ== Review Comment: <div> <div id="suggestion"> <div id="issue"><b>Monorepo version inconsistency</b></div> <div id="fix"> The `superset-frontend` workspace still uses webpack `^5.107.2` while this change updates `docs` to `^5.108.0`. Different webpack versions between workspaces can cause inconsistent bundling behavior during development and CI builds. Align both package.json files to the same major version. </div> </div> <small><i>Code Review Run #fee57a</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]
