Skip to content

feat(angular): Add support for Angular 22 - #21330

Merged
s1gr1d merged 2 commits into
developfrom
sig/prepare-angular-22
Jun 5, 2026
Merged

feat(angular): Add support for Angular 22#21330
s1gr1d merged 2 commits into
developfrom
sig/prepare-angular-22

Conversation

@s1gr1d

@s1gr1ds1gr1d commented Jun 3, 2026

Copy link
Copy Markdown
Member

Angular 22 Changelog: https://github.com/angular/angular/releases/tag/v22.0.0
And update guide: https://angular.dev/update-guide?v=21.0-22.0

  • Extended peer dependency range to <= 22.x
  • New E2E test app: angular-22
  • Updated the canary matrix entry from angular-21 → angular-22

Changes to the test app

All @angular/* dependencies bumped to ^22.0.0

  • @angular-devkit/build-angular replaced with @angular/build: ^22.0.0 (webpack builders deprecated in Angular 22)
  • All component files: added explicit changeDetection: ChangeDetectionStrategy.OnPush (Angular 22 breaking change: components without changeDetection now default to OnPush instead of Eager)

@s1gr1d
s1gr1d requested a review from a team as a code ownerJune 3, 2026 14:54
@s1gr1d
s1gr1d requested review from mydea and nicohrubec and removed request for a teamJune 3, 2026 14:54
@s1gr1d
s1gr1d requested a review from Lms24June 3, 2026 14:57
@s1gr1d
s1gr1dforce-pushed the sig/prepare-angular-22 branch from 3792072 to 192cce9CompareJune 3, 2026 15:01

@Lms24Lms24 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@s1gr1d
s1gr1d enabled auto-merge (squash) June 5, 2026 08:19
@s1gr1d
s1gr1d merged commit 6480127 into developJun 5, 2026
270 of 271 checks passed
@s1gr1d
s1gr1d deleted the sig/prepare-angular-22 branch June 5, 2026 08:37
@isaacsisaacs mentioned this pull request Jun 8, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@s1gr1d@Lms24@nicohrubec