Copilot commented on code in PR #6236:
URL: https://github.com/apache/texera/pull/6236#discussion_r3540332114


##########
frontend/package.json:
##########
@@ -89,7 +89,7 @@
     "@angular-devkit/core": "21.2.18",
     "@angular-devkit/schematics": "21.2.18",
     "@angular-eslint/eslint-plugin": "21.3.1",
-    "@angular-eslint/eslint-plugin-template": "21.3.1",
+    "@angular-eslint/eslint-plugin-template": "21.4.0",
     "@angular-eslint/template-parser": "21.3.1",
     "@angular/cli": "21.2.18",

Review Comment:
   @angular-eslint/[email protected] declares a strict 
peerDependency on @angular-eslint/[email protected], but package.json 
still pins `@angular-eslint/template-parser` to 21.3.1. This will produce an 
unmet peer dependency (and can break template linting depending on Yarn 
settings). Bump template-parser to 21.4.0 (and regenerate yarn.lock 
accordingly).



-- 
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]

Reply via email to