Copilot commented on code in PR #7286:
URL: https://github.com/apache/texera/pull/7286#discussion_r3707244419
##########
frontend/package.json:
##########
@@ -24,7 +24,7 @@
"@ali-hm/angular-tree-component": "12.0.5",
"@angular/animations": "21.2.18",
"@angular/cdk": "21.2.14",
- "@angular/common": "21.2.18",
+ "@angular/common": "21.2.19",
"@angular/compiler": "21.2.18",
"@angular/core": "21.2.18",
"@angular/forms": "21.2.18",
Review Comment:
`@angular/common` is updated to `21.2.19` but `@angular/core` (and other
`@angular/*` packages) remain at `21.2.18`. Angular packages are intended to be
kept on the same patch version; mismatches can lead to peer dependency
conflicts (and in stricter Yarn setups, install failures). Please bump
`@angular/core` (and ideally the rest of the Angular packages in this block) to
`21.2.19` and regenerate the lockfile.
--
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]