chore(deps): bump @angular/core from 17.3.12 to 20.3.27 - #4765
chore(deps): bump @angular/core from 17.3.12 to 20.3.27#4765dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) 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/core) --- updated-dependencies: - dependency-name: "@angular/core" 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.
Reviewed by Cursor Bugbot for commit c9764d3. Configure here.
| "@angular/common": "^17.3.0", | ||
| "@angular/compiler": "^17.3.0", | ||
| "@angular/core": "^17.3.0", | ||
| "@angular/core": "^20.3.27", |
There was a problem hiding this comment.
Mismatched Angular major versions
High Severity
@angular/core alone was bumped to ^20.3.27 while sibling Angular packages remain on ^17.3.0. Those packages peer-depend on matching @angular/core (e.g. 17.3.12), so installs, builds, and the Angular 17 e2e/snippet suites will break. The angular-17* apps are also meant to validate Angular 17, not 20.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit c9764d3. Configure here.
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx test @e2e/angular-17-ssr |
❌ Failed | 48s | View ↗ |
nx test @e2e/angular-17 |
❌ Failed | 50s | View ↗ |
nx test @e2e/angular-19-ssr |
❌ Failed | 1m 4s | View ↗ |
nx test @snippet/angular-17 |
❌ Failed | 1m 41s | View ↗ |
nx test @snippet/angular-17-ssr |
❌ Failed | 1m 53s | View ↗ |
nx test @e2e/qwik-city |
✅ Succeeded | 7m 44s | View ↗ |
nx test @e2e/gen1-next15-app |
✅ Succeeded | 5m 14s | View ↗ |
nx test @e2e/react-sdk-next-15-app |
✅ Succeeded | 5m 34s | 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:56:05 UTC



Bumps @angular/core from 17.3.12 to 20.3.27.
Release notes
Sourced from @angular/core's releases.
... (truncated)
Changelog
Sourced from @angular/core's changelog.
... (truncated)
Commits
db0d4a1fix(compiler): restrict possible event handler check to property names longer...5dbcd0efix(compiler): disallow i18n event attributes8eb7aeafix(core): reject dynamic script host elements26831d0fix(core): avoid caching missing locale dataca48b47fix(core): validate lowercase SVG animation attribute names (#69270)1a62130fix(common): use cryptographically secure SHA-256 for transfer cache key gene...49368c1fix(platform-server): harden platform location origin validation during SSR566ad05fix(common): skip transfer cache for uncacheable HTTP traffic768a349fix(core): harden TransferState restoration against DOM clobbering7ae6381test(compiler-cli): align ngtsc sanitization expectations with modern DOM sch...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
High Risk
Jumping
@angular/corethree major versions while leaving the rest of the Angular 17 toolchain unchanged can break builds, peer dependency resolution, and e2e/snippet tests; published SDK peer ranges still only require>=17.3.0.Overview
Bumps
@angular/corefrom 17.3.12 to 20.3.27 in the Angular 17 SDK e2e/snippet apps and in@builder.io/sdk-angulardevDependencies, with matchingyarn.lockupdates (adds the^20.3.27resolution and drops the^17.3.0core entry).Other
@angular/*packages in those workspaces are still pinned at ^17.3.0 (CLI, compiler, router, SSR, etc.), so this is a partial major upgrade of core only—not a full Angular 20 migration.Reviewed by Cursor Bugbot for commit c9764d3. Bugbot is set up for automated code reviews on this repo. Configure here.