chore(deps): bump @angular/compiler from 17.3.12 to 19.2.20#4359
chore(deps): bump @angular/compiler from 17.3.12 to 19.2.20#4359dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) 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/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" 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/animations": "^17.3.0", | ||
| "@angular/common": "^17.3.0", | ||
| "@angular/compiler": "^17.3.0", | ||
| "@angular/compiler": "^19.2.20", |
There was a problem hiding this comment.
Angular compiler v19 incompatible with v17 ecosystem packages
High Severity
@angular/compiler is bumped to ^19.2.20 while all other @angular/* packages (core, common, compiler-cli, platform-browser, etc.) remain at ^17.3.0. Angular requires all framework packages to be at matching major versions. This version mismatch will cause build failures or runtime errors, as @angular/compiler v19 expects @angular/core v19, and @angular/compiler-cli v17 is incompatible with @angular/compiler v19. This affects all five modified package.json files.
Additional Locations (2)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/sveltekit |
❌ Failed | 5m 1s | View ↗ |
nx test @snippet/react |
❌ Failed | 4m 47s | View ↗ |
nx test @e2e/angular-17 |
❌ Failed | 1m 56s | View ↗ |
nx test @e2e/angular-17-ssr |
❌ Failed | 1m 56s | View ↗ |
nx test @e2e/angular-19-ssr |
❌ Failed | 1m 54s | View ↗ |
nx test @snippet/angular-17 |
❌ Failed | 1m 48s | View ↗ |
nx test @snippet/angular-17-ssr |
❌ Failed | 1m 44s | View ↗ |
nx test @builder.io/sdks |
❌ Failed | 9s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-14 03:45:09 UTC



Bumps @angular/compiler from 17.3.12 to 19.2.20.
Release notes
Sourced from
@angular/compiler's releases.... (truncated)
Changelog
Sourced from
@angular/compiler's changelog.... (truncated)
Commits
5be912efix(compiler): disallow translations of iframe src26cdc53fix(core): sanitize sensitive attributes on SVG script elements7c42e2efix(compiler): prevent XSS via SVG animationattributeNameand MathML/SVG URLs24bab55fix(compiler): lexer support for template literals in object literals (#61601)fc2483erefactor(compiler): avoid duplication betweenFactoryTargettype (#61571)8e54b57build: move private testing helpers outsideplatform-browser/testing(#61571)44bb328fix(compiler): avoid conflicts between HMR code and local symbols (#61550)1007079build: update compiler-cli to not be stamped when used for the compiler in ng...0d025c5build: support newng_projectrule (#61336)899cb4arefactor: add explicit types for exports relying on inferred call return type...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
Updates a core Angular dependency across multiple workspaces, which may introduce Angular 17/19 version mismatches affecting builds, SSR, and tests.
Overview
Bumps
@angular/compilerfrom^17.3.0to^19.2.20across the Angular 17 e2e apps, snippet projects, and the@builder.io/sdk-angulardev setup.Updates
yarn.lockaccordingly (removing the 17.x compiler entry and adding 19.2.20), so installs resolve to the newer compiler version.Written by Cursor Bugbot for commit 6c3a3bd. This will update automatically on new commits. Configure here.