-
Notifications
You must be signed in to change notification settings - Fork 60
[Snyk] Security upgrade @angular/compiler from 8.2.13 to 19.2.17 #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| "dependencies": { | ||
| "@angular/animations": "~8.2.13", | ||
| "@angular/common": "~8.2.13", | ||
| "@angular/compiler": "~8.2.13", | ||
| "@angular/compiler": "~19.2.17", | ||
|
||
| "@angular/core": "~8.2.13", | ||
| "@angular/forms": "~8.2.13", | ||
| "@angular/platform-browser": "~8.2.13", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This upgrade introduces a critical version mismatch. The @angular/compiler is being upgraded from v8.2.13 to v19.2.17 (a jump of 11 major versions), but all other Angular packages remain at v8.2.13:
Angular packages must be kept in sync at the same major version. This mismatch will cause compilation errors and runtime failures because the compiler version is incompatible with the other Angular packages.
Recommendation: Upgrade all Angular packages together to v19.2.17, or find a security patch for Angular v8 if a full migration is not feasible. A major version upgrade from v8 to v19 requires careful migration following Angular's update guides for each major version.