Conversation
…-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "@angular/compiler": "~11.0.9", | ||
| "@angular/core": "~11.0.9", | ||
| "@angular/compiler": "~19.2.18", | ||
| "@angular/core": "~19.2.18", |
There was a problem hiding this comment.
Angular packages have incompatible major version mismatch
High Severity
The Snyk fix upgrades only @angular/compiler and @angular/core from v11 to v19 while leaving all other Angular packages at v11. Angular requires all @angular/* packages to be at the same major version. This creates incompatible dependencies: @angular/common, @angular/forms, @angular/router, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/animations remain at v11, while @angular/compiler-cli and @angular-devkit/build-angular in devDependencies are also still at v11. This will cause build failures and peer dependency conflicts.
Snyk has created this PR to fix 2 vulnerabilities in the npm dependencies of this project.
Snyk changed the following file(s):
example-apps/angular/package.jsonexample-apps/angular/package-lock.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-ANGULARCOMPILER-14908872
SNYK-JS-ANGULARCORE-14908871
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)
Note
Updates Angular dependencies in the example app and refreshes the lockfile.
@angular/compilerand@angular/corefrom~11.0.9to~19.2.18inpackage.jsonpackage-lock.jsonto align versions, raisingtslibto2.8.1and adjusting Angulartslibrequirements to^2.3.0JSONStream,string_decoder)Written by Cursor Bugbot for commit ff341b0. This will update automatically on new commits. Configure here.