build: update cross-repo angular dependencies to v22.0.0-next.8#3608
build: update cross-repo angular dependencies to v22.0.0-next.8#3608angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request updates Angular framework dependencies from 22.0.0-next.7 to 22.0.0-next.8 across multiple packages and integration tests. Feedback indicates that several related packages, including @angular/cdk, @angular/material, @angular/build, and @angular/cli, remain on older 'next' versions, which could lead to version mismatches or compatibility issues.
| { | ||
| "dependencies": { | ||
| "@angular/animations": "22.0.0-next.7", | ||
| "@angular/animations": "22.0.0-next.8", |
There was a problem hiding this comment.
The update to Angular v22.0.0-next.8 for core packages appears incomplete as @angular/cdk and @angular/material (lines 4 and 10) are left at v22.0.0-next.4. These packages are typically released in sync with the framework. Mixing different 'next' versions can lead to compatibility issues or peer dependency warnings. Consider updating them to v22.0.0-next.8 to maintain consistency.
| "@angular/build": "22.0.0-next.5", | ||
| "@angular/cli": "22.0.0-next.5", | ||
| "@angular/compiler-cli": "22.0.0-next.7", | ||
| "@angular/compiler-cli": "22.0.0-next.8", |
There was a problem hiding this comment.
The @angular/build and @angular/cli packages (lines 25-26) are currently at v22.0.0-next.5, which is inconsistent with the update of compiler-cli and framework packages to v22.0.0-next.8. It is recommended to keep the build tools in sync with the framework version during the 'next' release cycle to ensure compatibility with new compiler features and diagnostics.
This PR contains the following updates:
22.0.0-next.7→22.0.0-next.822.0.0-next.7→22.0.0-next.822.0.0-next.7→22.0.0-next.822.0.0-next.7→22.0.0-next.822.0.0-next.7→22.0.0-next.822.0.0-next.7→22.0.0-next.822.0.0-next.7→22.0.0-next.822.0.0-next.7→22.0.0-next.8Release Notes
angular/angular (@angular/animations)
v22.0.0-next.8Compare Source
Breaking Changes
compiler
nullishCoalescingNotNullableandoptionalChainNotNullablediagnostics on exisiting projects.You might want to disable those 2 diagnotiscs in your
tsconfigtemporarily.compiler
compiler-cli
core
forms
http
migrations
platform-browser
platform-server
router
service-worker