build: update cross-repo angular dependencies (main)#32785
Merged
alan-agius4 merged 1 commit intoangular:mainfrom Mar 26, 2026
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates various Angular dependencies to newer snapshot versions, identified by their commit hashes. The changes are confined to tests/e2e/ng-snapshot/package.json and appear to be a routine, automated dependency update. I have reviewed the changes and found no issues.
687822b to
86799d1
Compare
dgp1130
approved these changes
Mar 18, 2026
e3f58eb to
dd2225c
Compare
d58debe to
cd879f9
Compare
See associated pull request for more information.
cd879f9 to
3079823
Compare
Collaborator
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
258921f→fca59ae22.0.0-next.3→22.0.0-next.531d61d8→6cf91c622.0.0-next.0→22.0.0-next.23089c5f→9c800da22.0.0-next.3→22.0.0-next.5fd30be1→7c79f6b22.0.0-next.3→22.0.0-next.5876ef8f→c56738722.0.0-next.3→22.0.0-next.51da8e3d→e90d9c722.0.0-next.3→22.0.0-next.5dd01546→66b7dbe22.0.0-next.3→22.0.0-next.5dd51f3c→3aafaf98c7a6a4→ca752c322.0.0-next.3→22.0.0-next.5e307643→c3cc27c22.0.0-next.0→22.0.0-next.2915c34b→b47fc22ae3393e→88dbc05f233500→45c294322.0.0-next.3→22.0.0-next.535aa512→1cf30ec3de2069→059eeec22.0.0-next.3→22.0.0-next.5ecfb555→d4732ab22.0.0-next.3→22.0.0-next.560efd85→ce8645922.0.0-next.3→22.0.0-next.59de194d→2f6d3ae9de194d→2f6d3ae22.0.0-next.0→22.0.0-next.1cc27b64→af626f779771c9→46029656c5490b→13918be🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"to the extends array in your config.Release 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
v22.0.0-next.4Compare Source
Breaking Changes
core
ChangeDetectorRef.checkNoChangeswas removed. In tests usefixture.detectChanges()instead.compiler
compiler-cli
core
checkNoChangesfrom the public API.forms
language-service
migrations
router
optionsoptional parameter forwithComponentInputBindingservice-worker
angular/components (@angular/cdk)
v22.0.0-next.2Compare Source
material
v22.0.0-next.1Compare Source
cdk
material
ng-packagr/ng-packagr (ng-packagr)
v22.0.0-next.1Compare Source
Bug Fixes