Copilot commented on code in PR #5810:
URL: https://github.com/apache/texera/pull/5810#discussion_r3444969325
##########
frontend/package.json:
##########
@@ -25,7 +25,7 @@
"@angular/animations": "21.2.10",
"@angular/cdk": "21.2.8",
"@angular/common": "21.2.17",
- "@angular/compiler": "21.2.10",
+ "@angular/compiler": "21.2.17",
"@angular/core": "21.2.17",
"@angular/forms": "21.2.10",
Review Comment:
`@angular/compiler` was bumped to 21.2.17, but this repo still pins
`@angular/compiler-cli` (devDependency) and `@angular/localize` to 21.2.10,
both of which declare a strict peerDependency on `@angular/compiler` 21.2.10.
This introduces a peer-dependency mismatch that can cause `yarn
install`/Angular builds to fail or produce warnings depending on strictness.
Please bump the associated Angular toolchain packages (at least
`@angular/compiler-cli` and `@angular/localize`, and ideally keep all
`@angular/*` packages on the same patch) to 21.2.17 and regenerate `yarn.lock`.
--
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]