Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Dec 17, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest 46516db -> e5d2938
@angular/animations (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/cdk dependencies digest e72651c -> d0f9962
@angular/common dependencies digest 0cb0324 -> 7fb2afb
@angular/common (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/compiler dependencies digest 35d481c -> 53e0baa
@angular/compiler (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/compiler-cli dependencies digest 552f1d0 -> a7f5932
@angular/compiler-cli (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/core dependencies digest 3e2e057 -> 258818e
@angular/core (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/forms dependencies digest 0d1b36b -> 9654caa
@angular/forms (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/language-service dependencies digest 0376087 -> 1d87361
@angular/localize dependencies digest ede4b93 -> 04237db
@angular/localize devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/material dependencies digest e8a38c8 -> a2aa235
@angular/material-moment-adapter dependencies digest e2f3941 -> c2ccbbd
@angular/ng-dev devDependencies digest c65959d -> 24c9850
@angular/platform-browser dependencies digest 609aa33 -> 63fbd69
@angular/platform-browser (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest 76ad78d -> b02dd9b
@angular/platform-server dependencies digest c732709 -> 2f06ef4
@angular/platform-server (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/router dependencies digest 4ab409f -> 300b2ae
@angular/router (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/service-worker dependencies digest 99d60b4 -> 12d8bcc
@angular/service-worker (source) devDependencies patch 21.0.5 -> 21.0.6 age adoption passing confidence
angular/dev-infra action digest 091b9a6 -> dd5658b
devinfra git_override digest 091b9a6 -> dd5658b

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


Release Notes

angular/angular (@​angular/animations)

v21.0.6

Compare Source

Breaking Changes (affecting only experimental features)

forms
  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now
    it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149)

  • (cherry picked from commit ae0c590)

core
Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token
forms
Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError
language-service
Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

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

@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 Dec 17, 2025
@angular-robot angular-robot force-pushed the ng-renovate/21.0.x-cross-repo-angular-dependencies branch 10 times, most recently from 9cd0e4d to 5ee1fd6 Compare December 17, 2025 23:06
@angular-robot angular-robot force-pushed the ng-renovate/21.0.x-cross-repo-angular-dependencies branch from 5ee1fd6 to 42a8a26 Compare December 18, 2025 00:14
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/21.0.x-cross-repo-angular-dependencies branch from 42a8a26 to 773f73a Compare December 18, 2025 01:33
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.

2 participants