build: update cross-repo angular dependencies to v22.0.0-rc.0#3667
build: update cross-repo angular dependencies to v22.0.0-rc.0#3667angular-robot wants to merge 1 commit into
Conversation
|
There was a problem hiding this comment.
Code Review
This pull request updates the @angular/build and @angular/cli dependencies to version 22.0.0-rc.0 in the integration tests and rules packages. The reviewer identified a version mismatch issue, noting that other Angular dependencies (such as @angular/compiler-cli, @angular/common, and @angular/core) remain at 22.0.0-next.12. It is recommended to synchronize all @angular/* packages to the same version to ensure compatibility and prevent unexpected build or runtime behavior.
| "@angular/build": "22.0.0-rc.0", | ||
| "@angular/cli": "22.0.0-rc.0", |
There was a problem hiding this comment.
Updating @angular/build and @angular/cli to 22.0.0-rc.0 while leaving other Angular dependencies (such as @angular/compiler-cli on line 27) at 22.0.0-next.12 creates a version mismatch. In the Angular ecosystem, it is highly recommended to keep all @angular/* packages synchronized to the same version to ensure compatibility and avoid unexpected build or runtime behavior, especially when moving from a 'next' to an 'rc' release.
| "@angular/build": "22.0.0-rc.0", | ||
| "@angular/cli": "22.0.0-rc.0", |
There was a problem hiding this comment.
The update to 22.0.0-rc.0 for @angular/build and @angular/cli introduces an inconsistency with other Angular packages in this file (e.g., @angular/common, @angular/core, and @angular/compiler-cli) which remain at 22.0.0-next.12. To maintain stability and ensure that the build rules are tested against compatible versions of the framework, all Angular dependencies should be updated to the same release candidate version.
1ad431b to
f6891f3
Compare
See associated pull request for more information.
f6891f3 to
8f512cb
Compare
This PR contains the following updates:
22.0.0-next.12→22.0.0-rc.022.0.0-next.8→22.0.0-rc.022.0.0-next.8→22.0.0-rc.022.0.0-next.8→22.0.0-rc.022.0.0-next.12→22.0.0-rc.022.0.0-next.12→22.0.0-rc.022.0.0-next.12→22.0.0-rc.022.0.0-next.12→22.0.0-rc.022.0.0-next.12→22.0.0-rc.022.0.0-next.8→22.0.0-rc.022.0.0-next.12→22.0.0-rc.022.0.0-next.12→22.0.0-rc.0Release Notes
angular/angular (@angular/animations)
v22.0.0-rc.0Compare Source
compiler
platform-server
angular/angular-cli (@angular/build)
v22.0.0-rc.0Compare Source
Deprecations
@angular-devkit/build-angular
@angular-devkit/build-webpack
@angular/ssr
@ngtools/webpack
@schematics/angular
@angular/cli
@angular-devkit/build-angular
@angular-devkit/build-webpack
@angular/build
@angular/ssr
@ngtools/webpack
angular/components (@angular/cdk)
v22.0.0-rc.0Compare Source
material
multiple