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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/client/others/typescript-angular-v20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"private": true,
"dependencies": {
"@angular/common": "^20.3.0",
"@angular/compiler": "^20.3.0",
"@angular/compiler": "^20.3.18",
Copy link
Contributor

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

Choose a reason for hiding this comment

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

P1: This bump leaves the sample on mismatched Angular patch versions: the lockfile resolves @angular/compiler 20.3.18, but @angular/compiler-cli and @angular/core stay on 20.3.6 and both require @angular/compiler 20.3.6. Update the companion Angular packages and lockfile together.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At samples/client/others/typescript-angular-v20/package.json, line 27:

<comment>This bump leaves the sample on mismatched Angular patch versions: the lockfile resolves `@angular/compiler` 20.3.18, but `@angular/compiler-cli` and `@angular/core` stay on 20.3.6 and both require `@angular/compiler` 20.3.6. Update the companion Angular packages and lockfile together.</comment>

<file context>
@@ -24,7 +24,7 @@
   "dependencies": {
     "@angular/common": "^20.3.0",
-    "@angular/compiler": "^20.3.0",
+    "@angular/compiler": "^20.3.18",
     "@angular/core": "^20.3.0",
     "@angular/forms": "^20.3.0",
</file context>
Fix with Cubic

"@angular/core": "^20.3.0",
"@angular/forms": "^20.3.0",
"@angular/platform-browser": "^20.3.0",
Expand Down
Loading