aglinxinyuan commented on code in PR #5810:
URL: https://github.com/apache/texera/pull/5810#discussion_r3444996965
##########
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:
Good catch — done in a79391b8f0. Bumped `@angular/compiler-cli` and
`@angular/localize` to 21.2.17 to match `@angular/compiler` (compiler-cli pins
`@angular/compiler` exactly as a peer, and localize pins both compiler and
compiler-cli), and regenerated `yarn.lock`. That clears the build-critical
compiler↔compiler-cli skew.
The remaining runtime `@angular/*` packages (forms, router,
platform-browser, animations, etc.) stay on 21.2.10 for now — those get their
own Dependabot bumps, yarn 4 only warns on the runtime skew, and that mismatch
already exists on `main` (common/core landed at 21.2.17 in #5731/#5732).
--
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]