build(deps): bump @angular/core from 21.2.18 to 21.2.19 in /example/ionic-angular-v8 - #1364
Conversation
| "dependencies": { | ||
| "@angular/common": "^21.2.18", | ||
| "@angular/core": "^21.2.18", | ||
| "@angular/core": "^21.2.19", |
There was a problem hiding this comment.
Angular package versions out of sync
Low Severity
Only @angular/core moves to 21.2.19 while @angular/common, @angular/forms, @angular/compiler, @angular/platform-browser, @angular/router, and related packages stay on 21.2.18. Those packages declare exact peers on @angular/core@21.2.18, and @angular/core@21.2.19 peers @angular/compiler@21.2.19, so the graph is inconsistent and can produce peer warnings or cryptic build issues.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 72d2b78. Configure here.
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 21.2.18 to 21.2.19. - [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/v21.2.19/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.2.19 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
72d2b78 to
95828dc
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 95828dc. Configure here.
| tslib: "npm:^2.3.0" | ||
| peerDependencies: | ||
| "@angular/compiler": 21.2.18 | ||
| "@angular/compiler": 21.2.19 |
There was a problem hiding this comment.
Angular packages resolve incompatible patch versions
Medium Severity
The lockfile installs @angular/core and its exact compiler peer at 21.2.19, while @angular/compiler, forms, browser, router, and common remain at 21.2.18. This creates an unsupported Angular dependency graph with unsatisfied exact peer requirements.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 95828dc. Configure here.


Bumps @angular/core from 21.2.18 to 21.2.19.
Release notes
Sourced from @angular/core's releases.
Changelog
Sourced from @angular/core's changelog.
... (truncated)
Commits
7b884f5fix(compiler): restrict possible event handler check to property names longer...e2660c3fix(compiler): disallow i18n event attributes