build: update cross-repo angular dependencies#3593
Merged
josephperrott merged 1 commit intoangular:mainfrom Apr 9, 2026
Merged
Conversation
There was a problem hiding this comment.
Code Review
This pull request upgrades Angular framework dependencies to 22.0.0-next.7 and build tools to 22.0.0-next.5 across the repository, including integration tests and Bazel rules. The updates are reflected in several package.json files and their corresponding lockfiles, which also include version bumps for agent-base and https-proxy-agent. I have no feedback to provide.
c883c46 to
b2b7bbf
Compare
alan-agius4
approved these changes
Apr 9, 2026
See associated pull request for more information.
b2b7bbf to
53a6ff4
Compare
Member
|
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:
22.0.0-next.6→22.0.0-next.722.0.0-next.4→22.0.0-next.522.0.0-next.3→22.0.0-next.422.0.0-next.4→22.0.0-next.522.0.0-next.6→22.0.0-next.722.0.0-next.6→22.0.0-next.722.0.0-next.6→22.0.0-next.722.0.0-next.6→22.0.0-next.722.0.0-next.6→22.0.0-next.722.0.0-next.3→22.0.0-next.422.0.0-next.6→22.0.0-next.722.0.0-next.6→22.0.0-next.7Release 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/angular-cli (@angular/build)
v22.0.0-next.5Compare Source
Breaking Changes
@angular/build
istanbul-lib-instrumentis now an optional peer dependency.Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note:
ng updatewill automatically add this dependency during the update process.@schematics/angular
@angular/cli
@angular/build
angular/components (@angular/cdk)
v22.0.0-next.4Compare Source
Breaking Changes
multiple
supercalls accordingly.material
multiple