build: update cross-repo angular dependencies#3572
build: update cross-repo angular dependencies#3572angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates @angular/cdk and @angular/material from 22.0.0-next.1 to 22.0.0-next.2. A review comment points out a version mismatch, noting that these packages are at 22.0.0-next.2 while other Angular packages are at 22.0.0-next.4. It is recommended to align all Angular package versions to 22.0.0-next.4 to prevent potential runtime errors and compatibility issues.
| "@angular/cdk": "22.0.0-next.2", | ||
| "@angular/common": "22.0.0-next.4", | ||
| "@angular/compiler": "22.0.0-next.4", | ||
| "@angular/core": "22.0.0-next.4", | ||
| "@angular/fire": "21.0.0-rc.0", | ||
| "@angular/forms": "22.0.0-next.4", | ||
| "@angular/material": "22.0.0-next.1", | ||
| "@angular/material": "22.0.0-next.2", |
There was a problem hiding this comment.
There's a version mismatch between Angular framework packages. @angular/cdk and @angular/material are at 22.0.0-next.2, while most other @angular/* packages (like @angular/core, @angular/common, etc.) are at 22.0.0-next.4. It is a strong convention and best practice to keep all Angular framework packages at the same version to avoid runtime errors and compatibility issues. Please align these versions to 22.0.0-next.4.
| "@angular/cdk": "22.0.0-next.2", | |
| "@angular/common": "22.0.0-next.4", | |
| "@angular/compiler": "22.0.0-next.4", | |
| "@angular/core": "22.0.0-next.4", | |
| "@angular/fire": "21.0.0-rc.0", | |
| "@angular/forms": "22.0.0-next.4", | |
| "@angular/material": "22.0.0-next.1", | |
| "@angular/material": "22.0.0-next.2", | |
| "@angular/cdk": "22.0.0-next.4", | |
| "@angular/common": "22.0.0-next.4", | |
| "@angular/compiler": "22.0.0-next.4", | |
| "@angular/core": "22.0.0-next.4", | |
| "@angular/fire": "21.0.0-rc.0", | |
| "@angular/forms": "22.0.0-next.4", | |
| "@angular/material": "22.0.0-next.4", |
See associated pull request for more information.
50b63c0 to
cbda698
Compare
This PR contains the following updates:
22.0.0-next.4→22.0.0-next.522.0.0-next.1→22.0.0-next.222.0.0-next.4→22.0.0-next.522.0.0-next.4→22.0.0-next.522.0.0-next.4→22.0.0-next.522.0.0-next.4→22.0.0-next.522.0.0-next.4→22.0.0-next.522.0.0-next.1→22.0.0-next.222.0.0-next.4→22.0.0-next.522.0.0-next.4→22.0.0-next.5Release Notes
angular/angular (@angular/animations)
v22.0.0-next.5Compare Source
Breaking Changes
compiler-cli
core
changeDetectionproperty are nowOnPushby default. SpecifychangeDetection: ChangeDetectionStrategy.Eagerto keep the previous behavior.platform-browser
common
compiler
compiler-cli
core
forms
reloadValidationto Signal Forms to manually trigger async validationto`FormRootto be used without submission options (#67727)migrations
platform-browser
angular/components (@angular/cdk)
v22.0.0-next.2Compare Source
material