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


##########
frontend/package.json:
##########
@@ -85,14 +85,14 @@
   },
   "devDependencies": {
     "@angular-builders/custom-webpack": "21.1.0",
-    "@angular-devkit/build-angular": "21.2.18",
-    "@angular-devkit/core": "21.2.18",
-    "@angular-devkit/schematics": "21.2.18",
+    "@angular-devkit/build-angular": "21.2.19",
+    "@angular-devkit/core": "21.2.19",
+    "@angular-devkit/schematics": "21.2.19",
     "@angular-eslint/eslint-plugin": "21.3.1",
     "@angular-eslint/eslint-plugin-template": "21.4.0",
     "@angular-eslint/template-parser": "21.4.0",
-    "@angular/cli": "21.2.18",
-    "@angular/compiler-cli": "21.2.17",
+    "@angular/cli": "21.2.19",
+    "@angular/compiler-cli": "21.2.18",
     "@nx/angular": "23.0.1",
     "@schematics/angular": "21.2.18",

Review Comment:
   `@angular/cli` was bumped to 21.2.19 (and it depends on 
`@schematics/angular` 21.2.19), but `package.json` still pins 
`@schematics/angular` to 21.2.18. This leaves two versions in `yarn.lock` and 
can cause mismatched schematic APIs depending on which copy a tool imports. 
Align `@schematics/angular` with the CLI/devkit patch level.



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