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
26 changes: 10 additions & 16 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@angular/animations": "^17.3.1",
"@angular/cli": "^17.3.1",
"@angular/common": "^17.3.1",
"@angular/compiler": "^17.3.1",
"@angular/compiler": "^19.2.17",
Copy link

Copilot AI Dec 9, 2025

Choose a reason for hiding this comment

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

Upgrading only @angular/compiler to v19.2.17 while keeping all other Angular packages at v17.3.1 creates a version mismatch. Angular packages should be kept in sync to avoid compatibility issues.

The following packages are still at v17.3.1:

  • @angular/animations
  • @angular/cli
  • @angular/common
  • @angular/core
  • @angular/forms
  • @angular/localize
  • @angular/platform-browser
  • @angular/platform-browser-dynamic
  • @angular/platform-server
  • @angular/router
  • @angular/ssr
  • @angular/compiler-cli (devDependency)

All Angular packages should be upgraded together to the same major version to maintain compatibility.

Suggested change
"@angular/compiler": "^19.2.17",
"@angular/compiler": "^17.3.1",

Copilot uses AI. Check for mistakes.
"@angular/core": "^17.3.1",
"@angular/forms": "^17.3.1",
"@angular/localize": "^17.3.1",
Expand Down
Loading