Copilot commented on code in PR #8031:
URL: https://github.com/apache/incubator-seata/pull/8031#discussion_r3008267341
##########
console/src/main/resources/static/console-fe/package.json:
##########
@@ -61,15 +61,15 @@
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"mini-css-extract-plugin": "^2.9.2",
- "node-sass": "^9.0.0",
+ "sass": "^1.86.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"prettier": "3.2.4",
"sass-loader": "^13.3.3",
Review Comment:
`node-sass` was removed from devDependencies (switched to `sass`), but
`package-lock.json` in this same module still contains a resolved
`[email protected]` entry. This can cause `npm ci` to keep installing (and
attempting to build) the deprecated native `node-sass` package, leading to
slower installs or platform-specific build failures. Please regenerate/prune
the lockfile so `node-sass` is no longer present unless it is intentionally
required transitively.
--
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]