chore(deps): bump @angular/common from 17.3.12 to 20.3.27 - #4764
chore(deps): bump @angular/common from 17.3.12 to 20.3.27#4764dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 17.3.12 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>
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b42e180. Configure here.
| "dependencies": { | ||
| "@angular/animations": "^17.3.0", | ||
| "@angular/common": "^17.3.0", | ||
| "@angular/common": "^20.3.27", |
There was a problem hiding this comment.
Mismatched Angular major versions
High Severity
This bump upgrades only @angular/common to ^20.3.27 while sibling packages like @angular/core, @angular/compiler, and @angular/platform-browser stay on ^17.3.0. @angular/common@20.3.27 peers on @angular/core@20.3.27, which is not present, so Angular 17 e2e/snippet apps and the SDK build hit an unsupported cross-major mix that breaks installs and runtime.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit b42e180. Configure here.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @snippet/react |
❌ Failed | 4m 46s | View ↗ |
nx test @e2e/angular-17 |
❌ Failed | 2m 6s | View ↗ |
nx test @e2e/angular-19-ssr |
❌ Failed | 1m 55s | View ↗ |
nx test @snippet/angular-17 |
❌ Failed | 2m | View ↗ |
nx test @e2e/angular-17-ssr |
❌ Failed | 1m 56s | View ↗ |
nx test @snippet/angular-17-ssr |
❌ Failed | 1m 50s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 9m 3s | View ↗ |
nx test @e2e/nuxt |
✅ Succeeded | 6m 18s | View ↗ |
Additional runs (38) |
✅ Succeeded | ... | View ↗ |
💡 Dealing with memory or CPU issues? See memory and CPU details with the resource usage add-on ↗.
☁️ Nx Cloud last updated this comment at 2026-08-03 16:21:40 UTC



Bumps @angular/common from 17.3.12 to 20.3.27.
Release notes
Sourced from @angular/common's releases.
... (truncated)
Changelog
Sourced from @angular/common's changelog.
... (truncated)
Commits
a64e288fix(http): distinguish repeated transfer cache paramsb963f61fix(http): prevent caching of responses with Set-Cookie headers06be298fix(http): preserve empty referrer option in HttpRequest9f443bcfix(common): Limits date format string lengthfa940e1fix(http): Rejects non-HTTP(S) URLs in JSONP requests1a62130fix(common): use cryptographically secure SHA-256 for transfer cache key gene...566ad05fix(common): skip transfer cache for uncacheable HTTP traffice2ef1cefix(http): skip transfer cache for fetch credentialed requests3d135cefix(common): add upper bounds for digitsInfo39a4b4cfix(common): sanitize placeholderDependabot 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
Medium Risk
Only
@angular/commonis upgraded across major versions while@angular/coreand peers remain on 17.3.x, which can break installs, builds, or e2e/snippet tests due to Angular’s strict version alignment.Overview
Bumps
@angular/commonfrom^17.3.0(resolved 17.3.12) to^20.3.27in the Angular SDK e2e apps, snippet apps, and@builder.io/sdk-angulardevDependencies, with matchingyarn.lockupdates (adds@angular/common@20.3.27, removes the^17.3.0lock entry).@angular/core, compiler, router, and the rest of the Angular 17 toolchain are unchanged at^17.3.0; publishedpeerDependencieson the SDK still require@angular/common/@angular/core>=17.3.0only.Reviewed by Cursor Bugbot for commit b42e180. Bugbot is set up for automated code reviews on this repo. Configure here.