chore(deps): bump @angular/compiler from 19.1.7 to 19.2.20 in /examples/angular-gen2#4360
Conversation
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.1.7 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": "^19.1.0", | ||
| "@angular/common": "^19.1.0", | ||
| "@angular/compiler": "^19.1.0", | ||
| "@angular/compiler": "^19.2.20", |
There was a problem hiding this comment.
Angular package version skew may cause incompatibilities
Medium Severity
@angular/compiler is bumped to ^19.2.20 (resolving to 19.2.20) while all other @angular/* packages — @angular/core, @angular/common, @angular/compiler-cli, @angular/animations, etc. — remain pinned to ^19.1.0 (resolving to 19.1.7). Angular packages are designed to work together at the same minor version. This cross-minor version skew (19.2 compiler with 19.1 core/compiler-cli) can cause subtle runtime or build-time incompatibilities.
Additional Locations (2)
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/react |
❌ Failed | 3m 50s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 7m 21s | View ↗ |
nx test @e2e/nextjs-sdk-next-app |
✅ Succeeded | 7m 2s | View ↗ |
nx test @e2e/angular-17 |
✅ Succeeded | 6m 41s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 5m 44s | View ↗ |
nx test @e2e/angular-19-ssr |
✅ Succeeded | 5m 14s | View ↗ |
nx test @e2e/angular-17-ssr |
✅ Succeeded | 5m 14s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 5m 5s | View ↗ |
Additional runs (37) |
✅ Succeeded | ... | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-14 04:40:05 UTC



Bumps @angular/compiler from 19.1.7 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
Low Risk
Low risk dependency update limited to the
examples/angular-gen2project; primary impact is potential build/runtime compatibility changes from Angular compiler and associated lockfile re-resolution.Overview
Updates the
examples/angular-gen2app to use@angular/compiler@19.2.20(from19.1.x) and refreshespackage-lock.jsonaccordingly.The lockfile re-resolve also bumps
@angular-devkit/build-angularto19.1.8and updates/normalizes several transitive packages (including newlicensemetadata and minor version bumps likeparse5,css-select,css-what,msgpackr, andordered-binary).Written by Cursor Bugbot for commit 0aec584. This will update automatically on new commits. Configure here.