Skip to content

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

Merged
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Mar 26, 2026
Merged

build: update cross-repo angular dependencies (main)#32785
alan-agius4 merged 1 commit intoangular:mainfrom
angular-robot:ng-renovate/main-cross-repo-angular-dependencies

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Mar 17, 2026

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest 258921ffca59ae
@angular/animations (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/cdk dependencies digest 31d61d86cf91c6
@angular/cdk devDependencies patch 22.0.0-next.022.0.0-next.2 age adoption passing confidence
@angular/common dependencies digest 3089c5f9c800da
@angular/common (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/compiler dependencies digest fd30be17c79f6b
@angular/compiler (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/compiler-cli dependencies digest 876ef8fc567387
@angular/compiler-cli (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/core dependencies digest 1da8e3de90d9c7
@angular/core (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/forms dependencies digest dd0154666b7dbe
@angular/forms (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/language-service dependencies digest dd51f3c3aafaf9
@angular/localize dependencies digest 8c7a6a4ca752c3
@angular/localize devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/material dependencies digest e307643c3cc27c
@angular/material devDependencies patch 22.0.0-next.022.0.0-next.2 age adoption passing confidence
@angular/material-moment-adapter dependencies digest 915c34bb47fc22
@angular/ng-dev devDependencies digest ae3393e88dbc05
@angular/platform-browser dependencies digest f23350045c2943
@angular/platform-browser (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest 35aa5121cf30ec
@angular/platform-server dependencies digest 3de2069059eeec
@angular/platform-server (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/router dependencies digest ecfb555d4732ab
@angular/router (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
@angular/service-worker dependencies digest 60efd85ce86459
@angular/service-worker (source) devDependencies patch 22.0.0-next.322.0.0-next.5 age adoption passing confidence
angular/dev-infra action digest 9de194d2f6d3ae
devinfra git_override digest 9de194d2f6d3ae
ng-packagr devDependencies patch 22.0.0-next.022.0.0-next.1 age adoption passing confidence
rules_angular git_override digest cc27b64af626f7
rules_browsers git_override digest 79771c94602965
rules_sass git_override digest 6c5490b13918be

🔡 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.5

Compare Source

Breaking Changes

compiler-cli
  • Elements with multiple matching selectors will now throw at compile time.
core
  • Component with undefined changeDetection property are now OnPush by default. Specify changeDetection: ChangeDetectionStrategy.Eager to keep the previous behavior.
platform-browser
  • Hammer.js integration has been removed. Use your own implementation.
common
Commit Type Description
c1312da183 fix avoid redundant image fetch on destroy with auto sizes
compiler
Commit Type Description
e850643b1b feat Support comments in html element.
96be4f429b fix abstract emitter producing incorrect code for dynamic imports
5a712d42d1 fix prevent shimCssText from adding extra blank lines per CSS comment
compiler-cli
Commit Type Description
ca67828ee2 refactor introduce NG8023 compile-time diagnostic for duplicate selectors
core
Commit Type Description
8bc31a515f feat Allow other expression for exhaustive typechecking
eae8f7e30b feat Set default Component changeDetection strategy to OnPush
16adbbf423 fix ensure custom controls resolve transitive host directives
dfa149dc68 fix fixes a regression with animate.leave and reordering
50e599e73e fix lazy-initialize debounced state to prevent computation cycle
22f8b0a500 fix resolver function not matching expected type
5e99ae9f00 fix widen type for directive inputs/outputs
forms
Commit Type Description
74f76d8075 feat add reloadValidation to Signal Forms to manually trigger async validation
24e52d450d feat add debounce option to validateAsync and validateHttp
709f5a390c feat add FieldState.getError()
41b1410cb8 feat support binding `number nullto`
0eeb1b5f03 fix allow FormRoot to be used without submission options (#​67727)
ee8d2098cb fix change FieldState optional properties to non-optional undefined
df8b020299 fix clear native date inputs correctly in signal forms when changed via native UI
98c5afdb02 perf lazily instantiate signal form fields
migrations
Commit Type Description
a73b4b7c30 fix inject migration not work in multi-project workspace with option path
platform-browser
Commit Type Description
f99e7ed20f refactor remove Hammer integration

v22.0.0-next.4

Compare Source

Breaking Changes

core
  • Leave animations are no longer limited to the element being removed.
  • ChangeDetectorRef.checkNoChanges was removed. In tests use fixture.detectChanges() instead.
compiler
Commit Type Description
412788fac9 fix ensure generated code compiles
75560ce43d fix parse named HTML entities containing digits
d99ab0e040 fix stop generating unused field
compiler-cli
Commit Type Description
2bd708fb6b fix escape template literal in TCB
9769560da7 fix generic types not filled out correctly in type check block
7a0d6b8df2 fix transform dropping exclamationToken from properties
core
Commit Type Description
df659b8d0c feat re-introduce nested leave animations scoped to component boundaries
dc3131c639 feat TestBed.getFixture -> TestBed.getLastFixture and update implementation
dc0446552a fix clean up dehydrated views during HMR component replacement
523d69a768 fix run linked signal equality check without reactive consumer
69fb1614ef refactor remove checkNoChanges from the public API.
forms
Commit Type Description
3983080236 feat support ngNoCva as an opt-out for ControlValueAccessors
c4ce3f345f feat template & reactive support for FVC
83032e3605 fix support generic unions in signal form schemas
language-service
Commit Type Description
cfd0f9950c feat add Document Symbols support for Angular templates
migrations
Commit Type Description
730684b9ce fix prevent trailing comma syntax errors after removing NgStyle
router
Commit Type Description
89c9a4de30 feat Add options optional parameter for withComponentInputBinding
service-worker
Commit Type Description
07abfbcc6c fix preserve redirect policy on reconstructed asset requests
angular/components (@​angular/cdk)

v22.0.0-next.2

Compare Source

material
Commit Type Description
a46b0a1d4 feat core: add mixins for Material Design typography (#​32959)
ff7d697ec fix tooltip: wrong type for shape token (#​32968)

v22.0.0-next.1

Compare Source

cdk
Commit Type Description
0767a3cb4 fix drag-drop: item returned to wrong index in initial container (#​32944)
material
Commit Type Description
46b67d150 fix datepicker: add harness for datepicker actions (#​32925)
6ed6218c4 fix tabs: incorrect animation variable name (#​32941)
ng-packagr/ng-packagr (ng-packagr)

v22.0.0-next.1

Compare Source

Bug Fixes
  • ensure dts sourcemaps point to original ts files (28424e2)

@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 Mar 17, 2026
Copy link

@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 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.

@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 4 times, most recently from 687822b to 86799d1 Compare March 18, 2026 17:51
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 18 times, most recently from e3f58eb to dd2225c Compare March 21, 2026 06:14
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 25 times, most recently from d58debe to cd879f9 Compare March 26, 2026 09:23
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from cd879f9 to 3079823 Compare March 26, 2026 12:50
@alan-agius4 alan-agius4 merged commit 67c391a into angular:main Mar 26, 2026
45 of 46 checks passed
@alan-agius4
Copy link
Collaborator

This PR was merged into the repository. The changes were merged into the following branches:

@alan-agius4 alan-agius4 deleted the ng-renovate/main-cross-repo-angular-dependencies branch March 26, 2026 13:05
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.

3 participants