chore(deps): bump @angular/core from 19.1.7 to 19.2.20 in /examples/angular-gen2#4358
Conversation
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) 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/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": "^19.1.0", | ||
| "@angular/compiler": "^19.1.0", | ||
| "@angular/core": "^19.1.0", | ||
| "@angular/core": "^19.2.20", |
There was a problem hiding this comment.
Angular core version mismatch with sibling Angular packages
High Severity
@angular/core is bumped to ^19.2.20 while all other Angular packages (@angular/animations, @angular/common, @angular/compiler, @angular/forms, @angular/platform-browser, @angular/platform-browser-dynamic, @angular/router) remain at ^19.1.0, resolving to 19.1.7 in the lockfile. These packages declare an exact peer dependency on @angular/core: "19.1.7". Angular packages are designed to work together at the same version; mixing 19.1.7 and 19.2.20 can cause runtime incompatibilities or breakage.
Additional Locations (1)
|
View your CI Pipeline Execution ↗ for commit 635d2bc
☁️ Nx Cloud last updated this comment at |


Bumps @angular/core from 19.1.7 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
Low Risk
Low risk dependency-only update confined to the
examples/angular-gen2project; primary risk is unintended build/runtime regressions from Angular patch/minor updates.Overview
Updates the
examples/angular-gen2example to use@angular/core19.2.20(from19.1.x) and refreshespackage-lock.jsonaccordingly.Also bumps
@angular-devkit/build-angularto19.1.8and records the resulting lockfile reshuffle/version/license metadata updates for transitive dependencies.Written by Cursor Bugbot for commit 635d2bc. This will update automatically on new commits. Configure here.