Skip to content
Open
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
2 changes: 1 addition & 1 deletion integrations/angular-cli-19/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.2.5",
"@angular-devkit/build-angular": "^20.3.15",

Choose a reason for hiding this comment

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

critical

This upgrade introduces a major version mismatch between @angular-devkit/build-angular (v20) and other Angular packages in this project, such as @angular/cli (^19.2.5) and @angular/core (^19.2.4). Angular framework packages are designed to be used with the same major version. This inconsistency is highly likely to cause build failures or unexpected runtime errors. To resolve this, all @angular/* packages should be upgraded to the same major version (e.g., v20) to maintain a consistent and stable environment.

"@angular/cli": "^19.2.5",
"@angular/compiler-cli": "^19.2.4",
"typescript": "5.8.3"
Expand Down