build: update cross-repo angular dependencies (main)#32963
Open
angular-robot wants to merge 1 commit intoangular:mainfrom
Open
build: update cross-repo angular dependencies (main)#32963angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot wants to merge 1 commit intoangular:mainfrom
Conversation
351af26 to
3acd6a0
Compare
See associated pull request for more information.
3acd6a0 to
6cba86a
Compare
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:
20802ed→3b4794c22.0.0-next.6→22.0.0-next.7cebd4fb→bc5c06c22.0.0-next.3→22.0.0-next.47ac27fc→dd80df622.0.0-next.6→22.0.0-next.7f9c5c46→c4b744022.0.0-next.6→22.0.0-next.7d41b6f7→a16d3a322.0.0-next.6→22.0.0-next.72a8277d→6a7d5ec22.0.0-next.6→22.0.0-next.7616341d→564f1bb22.0.0-next.6→22.0.0-next.790856ca→6baee1e3bdb990→b79a83022.0.0-next.6→22.0.0-next.7b48994a→d44c6bd22.0.0-next.3→22.0.0-next.47c67d4e→01029831c95e84→51c559ec2b5db3→190264422.0.0-next.6→22.0.0-next.72d64e1c→fa6de54d905317→b0e5b7522.0.0-next.6→22.0.0-next.73c273a7→7e3d72122.0.0-next.6→22.0.0-next.7842dd6d→42910e222.0.0-next.6→22.0.0-next.7ba726e7→30bd8306c36180→346e8fe🔡 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.7Compare Source
Breaking Changes
core
anyanymore. Make sure the element you pass is not nullable.ComponentFactoryResolverandComponentFactoryare no longer available. Pass the component class directly to APIs that previously required a factory, such asViewContainerRef.createComponentor use the standalonecreateComponentFunction.ComponentFactoryResolverandComponentFactoryare no longer available. Pass the component class directly to APIs that previously required a factory, such asViewContainerRef.createComponentor use the standalonecreateComponentfunction.platform-browser
host. However other DOM on the page may still be affected by those styles if not leveragingViewEncapsulation.Emulatedor if those styles are used by elements outside of Angular, potentially causing other DOM to appear unstyled.router
currentSnapshotparameter inCanMatchFnand thecanMatchmethod of theCanMatchinterface is now required. While this was already the behavior of the Router at runtime, existing class implementations ofCanMatchmust now include the third argument to satisfy the interface.compiler
compiler-cli
core
ApplicationRefwith configforms
language-service
migrations
platform-browser
hostis droppedrouter
angular/components (@angular/cdk)
v22.0.0-next.4Compare Source
Breaking Changes
multiple
supercalls accordingly.material
multiple