[Snyk] Security upgrade @angular/compiler from 17.0.8 to 19.2.17#2
[Snyk] Security upgrade @angular/compiler from 17.0.8 to 19.2.17#2sixtovaldese wants to merge 1 commit intomainfrom
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "@angular/animations": "^17.0.2", | ||
| "@angular/common": "^17.0.2", | ||
| "@angular/compiler": "^17.0.2", | ||
| "@angular/compiler": "^19.2.17", | ||
| "@angular/core": "^17.0.2", | ||
| "@angular/forms": "^17.0.2", | ||
| "@angular/platform-browser": "^17.0.2", |
There was a problem hiding this comment.
Align Angular compiler with rest of v17 stack
Only @angular/compiler was bumped to 19.2.17 while @angular/core, the CLI, and compiler-cli remain on 17.x (see dependencies around lines 15-22 and devDependencies around lines 34-44). Angular requires framework, compiler, and compiler-cli to share the same major version; mixing 19.x compiler with 17.x runtime/CLI typically triggers version-mismatch errors during build/serve and produces incompatible Ivy metadata at runtime. Please keep all Angular packages on the same major to avoid build breakage.
Useful? React with 👍 / 👎.
Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
package.jsonpackage-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-ANGULARCOMPILER-14157154
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Cross-site Scripting (XSS)