Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,301 changes: 2,589 additions & 1,712 deletions samples/js-angular/genkit-app/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions samples/js-angular/genkit-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@angular/animations": "^19.2.0",
"@angular/cdk": "^19.2.1",
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
"@angular/common": "^19.2.16",
"@angular/compiler": "^19.2.18",
"@angular/core": "^19.2.20",
"@angular/forms": "^19.2.0",
"@angular/material": "^19.2.1",
"@angular/platform-browser": "^19.2.0",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.1",
"@angular/cli": "^19.2.1",
"@angular/cli": "^21.2.3",
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: @angular/cli is bumped to major 21 while @angular/core remains major 19. Angular requires CLI and core majors to match, so this introduces an unsupported toolchain combination.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At samples/js-angular/genkit-app/package.json, line 30:

<comment>`@angular/cli` is bumped to major 21 while `@angular/core` remains major 19. Angular requires CLI and core majors to match, so this introduces an unsupported toolchain combination.</comment>

<file context>
@@ -27,7 +27,7 @@
   "devDependencies": {
     "@angular-devkit/build-angular": "^19.2.1",
-    "@angular/cli": "^19.2.1",
+    "@angular/cli": "^21.2.3",
     "@angular/compiler-cli": "^19.2.0",
     "@types/jasmine": "~5.1.0",
</file context>
Suggested change
"@angular/cli": "^21.2.3",
"@angular/cli": "^19.2.1",
Fix with Cubic

"@angular/compiler-cli": "^19.2.0",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
Expand Down
Loading