build(deps): bump @angular/core from 21.2.18 to 21.2.19 in /example/ionic-angular-v8 - #1364
Conversation
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>
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.
Reviewed by Cursor Bugbot for commit 72d2b78. Configure here.
| "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 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 attributesDependabot 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.