chore(deps): bump @angular/core from 17.3.12 to 19.2.20#4362
chore(deps): bump @angular/core from 17.3.12 to 19.2.20#4362dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 17.3.12 to 19.2.20. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v19.2.20/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 19.2.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "@angular/common": "^17.3.0", | ||
| "@angular/compiler": "^17.3.0", | ||
| "@angular/core": "^17.3.0", | ||
| "@angular/core": "^19.2.20", |
There was a problem hiding this comment.
Angular core v19 incompatible with sibling v17 packages
High Severity
@angular/core is bumped to ^19.2.20 while all other @angular/* packages (@angular/common, @angular/compiler, @angular/animations, @angular/forms, @angular/platform-browser, @angular/router, etc.) remain at ^17.3.0. Angular requires all framework packages to be at the same major version. Additionally, zone.js stays at ~0.14.3 but Angular 19 requires ~0.15.0. This version mismatch will cause peer dependency failures and likely build or runtime errors across all five affected projects. The existing angular-19-ssr project correctly shows all packages aligned at ^19.0.0.
Additional Locations (2)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/react |
❌ Failed | 4m 37s | View ↗ |
nx test @e2e/angular-19-ssr |
❌ Failed | 2m 4s | View ↗ |
nx test @e2e/angular-17-ssr |
❌ Failed | 1m 57s | View ↗ |
nx test @snippet/angular-17-ssr |
❌ Failed | 1m 49s | View ↗ |
nx test @snippet/angular-17 |
❌ Failed | 2m 1s | View ↗ |
nx test @e2e/angular-17 |
❌ Failed | 1m 58s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 9m 2s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 8m 31s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-14 08:37:13 UTC



Bumps @angular/core from 17.3.12 to 19.2.20.
Release notes
Sourced from
@angular/core's releases.... (truncated)
Changelog
Sourced from
@angular/core's changelog.... (truncated)
Commits
621c707fix(core): sanitize translated form attributesb89b0a8fix(core): sanitize translated attribute bindings with interpolations7475487fix(core): block creation of sensitive URI attributes from ICU messages26cdc53fix(core): sanitize sensitive attributes on SVG script elements7c42e2efix(compiler): prevent XSS via SVG animationattributeNameand MathML/SVG URLs70d0639fix(core): introduceBootstrapContextfor improved server bootstrapping (#6...73d3e00build: fix failing test (#61683)9e1cd49fix(migrations): preserve comments when removing unused imports (#61674)a6d5479build: migrate platform-server to rules_js (#61619)2a26944build: migrate platform-browser and platform-browser-dynamic package to use r...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Major-version upgrade of
@angular/corefor the Angular SDK dev/test workspaces, which may introduce Angular 19 breaking changes and peer-dependency (e.g.,zone.js) compatibility issues in builds and e2e/snippet runs.Overview
Updates the Angular SDK’s e2e and snippet test apps (including SSR) and the
@builder.io/sdk-angulardev setup to use@angular/core@^19.2.20instead of^17.3.0.Refreshes
yarn.lockto resolve@angular/coreat19.2.20(and related^19.xentries), including updated peer requirements (notablyzone.js ~0.15.0).Written by Cursor Bugbot for commit ffd8a01. This will update automatically on new commits. Configure here.