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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@angular/animations": "^6.1.8",
"@angular/cdk": "^6.4.7",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/compiler": "^19.2.17",

Choose a reason for hiding this comment

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

P1 Badge Keep Angular compiler aligned with rest of framework

Bumping @angular/compiler to 19.2.17 while the rest of the Angular stack stays on v6 (e.g. @angular/core 6.0.3 and @angular/compiler-cli 6.0.3) makes the project unbuildable: Angular packages are required to share a major version, and the v6 CLI/TypeScript (2.7.x) cannot satisfy Angular 19’s peer requirements. npm install/ng build will fail with peer dependency or metadata version errors rather than delivering the intended security fix.

Useful? React with 👍 / 👎.

"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
Expand Down