Skip to content

build: update cross-repo angular dependencies (main)#32963

Open
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Open

build: update cross-repo angular dependencies (main)#32963
angular-robot wants to merge 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies

Conversation

@angular-robot
Copy link
Copy Markdown
Contributor

@angular-robot angular-robot commented Apr 8, 2026

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest 20802ed3b4794c
@angular/animations (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/cdk dependencies digest cebd4fbbc5c06c
@angular/cdk devDependencies patch 22.0.0-next.322.0.0-next.4 age adoption passing confidence
@angular/common dependencies digest 7ac27fcdd80df6
@angular/common (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/compiler dependencies digest f9c5c46c4b7440
@angular/compiler (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/compiler-cli dependencies digest d41b6f7a16d3a3
@angular/compiler-cli (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/core dependencies digest 2a8277d6a7d5ec
@angular/core (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/forms dependencies digest 616341d564f1bb
@angular/forms (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/language-service dependencies digest 90856ca6baee1e
@angular/localize dependencies digest 3bdb990b79a830
@angular/localize devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/material dependencies digest b48994ad44c6bd
@angular/material devDependencies patch 22.0.0-next.322.0.0-next.4 age adoption passing confidence
@angular/material-moment-adapter dependencies digest 7c67d4e0102983
@angular/ng-dev devDependencies digest 1c95e8451c559e
@angular/platform-browser dependencies digest c2b5db31902644
@angular/platform-browser (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest 2d64e1cfa6de54
@angular/platform-server dependencies digest d905317b0e5b75
@angular/platform-server (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/router dependencies digest 3c273a77e3d721
@angular/router (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
@angular/service-worker dependencies digest 842dd6d42910e2
@angular/service-worker (source) devDependencies patch 22.0.0-next.622.0.0-next.7 age adoption passing confidence
devinfra git_override digest ba726e730bd830
rules_angular git_override digest 6c36180346e8fe

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


  • If you want to rebase/retry this PR, check this box

Release Notes

angular/angular (@​angular/animations)

v22.0.0-next.7

Compare Source

Breaking Changes

core
  • The second arguement of appRef.bootstrap does not accept any anymore. Make sure the element you pass is not nullable.
    • TypeScript versions older than 6.0 are no longer supported.
  • ComponentFactoryResolver and ComponentFactory are no longer available. Pass the component class directly to APIs that previously required a factory, such as ViewContainerRef.createComponent or use the standalone createComponentFunction.
  • ComponentFactoryResolver and ComponentFactory are no longer available. Pass the component class directly to APIs that previously required a factory, such as ViewContainerRef.createComponent or use the standalone createComponent function.
platform-browser
  • This removes styles when they appear to no longer be used by an associated host. However other DOM on the page may still be affected by those styles if not leveraging ViewEncapsulation.Emulated or if those styles are used by elements outside of Angular, potentially causing other DOM to appear unstyled.
router
  • The currentSnapshot parameter in CanMatchFn and the canMatch method of the CanMatch interface is now required. While this was already the behavior of the Router at runtime, existing class implementations of CanMatch must now include the third argument to satisfy the interface.
compiler
Commit Type Description
2ce0e98f79 fix handle nested brackets in host object bindings
compiler-cli
Commit Type Description
7f9450219f feat Adds warning for prefetch without main defer trigger
ab061a7610 fix error for type parameter declarations
9218140348 fix resolve TCB mapping failure for safe property reads with as any
core
Commit Type Description
a0aa8304cd feat bootstrap via ApplicationRef with config
9c55fcb3e6 feat de-duplicate host directives
8fe025f514 feat drop support for TypeScript 5.9
77f1ca08e4 fix handle missing serialized container hydration data
a24179e125 fix remove obsolete iOS cursor pointer hack in event delegation
9d76ac8229 refactor remove ComponentFactoryResolver & ComponentFactory from the api surface
b1f5181ffd refactor remove ComponentFactoryResolver & ComponentFactory from the api surface""
forms
Commit Type Description
de56d74da3 fix align FormField CVA selection priority with standard forms
394ad0c2a2 fix allow late-bound input types for signals forms
2e9aeea0fe fix deduplicate writeValue calls in CVA interop
language-service
Commit Type Description
75ac120493 fix get quick info at local var location to align with TS semantics and support type narrowing
migrations
Commit Type Description
8216d34976 feat Add migration for CanMatchFn snapshot parameter (#​67452)
platform-browser
Commit Type Description
d45b7a91f9 fix remove unused styles when associated host is dropped
router
Commit Type Description
579440170b fix make currentSnapshot required in CanMatchFn (#​67452)
angular/components (@​angular/cdk)

v22.0.0-next.4

Compare Source

Breaking Changes

multiple
    • A bunch of constructors that with rest arguments have been removed. If you were extending Material/CDK components, you may have to update your super calls accordingly.
material
Commit Type Description
07c2d002de fix core: address sass compiler warnings (#​33040)
ab21f78b12 fix select: wrong transform origin when opening upwards inside another overlay (#​33032)
multiple
Commit Type Description
ce4c2c0a11 fix remove empty constructors (#​33048)

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Apr 8, 2026
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the snapshot versions of various Angular dependencies, including animations, cdk, core, and others, to newer commit hashes in the tests/e2e/ng-snapshot/package.json file. I have no feedback to provide.

@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 8 times, most recently from 351af26 to 3acd6a0 Compare April 9, 2026 09:58
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 3acd6a0 to 6cba86a Compare April 9, 2026 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant