build(deps): bump @angular/common from 20.3.25 to 20.3.27 in /example/ionic-angular-v7 - #1362
Conversation
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 d53aff1. Configure here.
| { | ||
| "dependencies": { | ||
| "@angular/common": "^20.3.16", | ||
| "@angular/common": "^20.3.27", |
There was a problem hiding this comment.
Angular package versions out of sync
Medium Severity
Only @angular/common was bumped to 20.3.27, while @angular/core, @angular/forms, @angular/platform-browser, and @angular/router remain on 20.3.25. Angular packages declare exact peer versions, so @angular/common@20.3.27 peers @angular/core@20.3.27, and packages like @angular/forms@20.3.25 still peer @angular/common@20.3.25. That skew can break installs or cause runtime DI and build failures in the example app.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit d53aff1. Configure here.
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 20.3.25 to 20.3.27. - [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/v20.3.27/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 20.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
d53aff1 to
a5ca236
Compare


Bumps @angular/common from 20.3.25 to 20.3.27.
Release notes
Sourced from @angular/common's releases.
Changelog
Sourced from @angular/common's changelog.
... (truncated)
Commits
a64e288fix(http): distinguish repeated transfer cache paramsb963f61fix(http): prevent caching of responses with Set-Cookie headers