[Snyk] Security upgrade @angular/common from 14.3.0 to 19.2.16#11
[Snyk] Security upgrade @angular/common from 14.3.0 to 19.2.16#11RayG-XD wants to merge 1 commit into
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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 Warning
|
There was a problem hiding this comment.
1 issue found across 2 files
Prompt for AI agents (all 1 issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="package.json">
<violation number="1" location="package.json:17">
P1: Only `@angular/common` was upgraded to v19 while the rest of the Angular framework remains on v14, creating an unmet peer dependency (`@angular/common@19` requires `@angular/core@19`). This will cause install/build failures until all Angular packages are upgraded together.</violation>
</file>
Since this is your first cubic review, here's how it works:
- cubic automatically reviews your code and comments on bugs and improvements
- Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
- Ask questions if you need clarification on any suggestion
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
| "dependencies": { | ||
| "@angular/animations": "^14.0.0", | ||
| "@angular/common": "^14.0.0", | ||
| "@angular/common": "^19.2.16", |
There was a problem hiding this comment.
P1: Only @angular/common was upgraded to v19 while the rest of the Angular framework remains on v14, creating an unmet peer dependency (@angular/common@19 requires @angular/core@19). This will cause install/build failures until all Angular packages are upgraded together.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 17:
<comment>Only `@angular/common` was upgraded to v19 while the rest of the Angular framework remains on v14, creating an unmet peer dependency (`@angular/common@19` requires `@angular/core@19`). This will cause install/build failures until all Angular packages are upgraded together.</comment>
<file context>
@@ -14,7 +14,7 @@
"dependencies": {
"@angular/animations": "^14.0.0",
- "@angular/common": "^14.0.0",
+ "@angular/common": "^19.2.16",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
</file context>
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-ANGULARCOMMON-14135651
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:
🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.
Summary by cubic
Upgraded @angular/common from 14.3.0 to 19.2.16 to fix a high-severity vulnerability (SNYK-JS-ANGULARCOMMON-14135651). This may require aligning Angular and Node versions.
Dependencies
Migration
Written for commit 3dd5a0a. Summary will update automatically on new commits.