Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@angular/compiler-cli (source) 21.0.4 -> 21.0.6 age confidence
zone.js (source, changelog) ~0.15.0 -> ~0.16.0 age confidence

Release Notes

angular/angular (@​angular/compiler-cli)

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

v21.0.5

Compare Source

core
Commit Type Description
69d243abb74 fix avoid false-positive deprecation when using InjectionToken with factory only
forms
Commit Type Description
4fd2b722b40 fix fix signal forms type error
angular/angular (zone.js)

v0.16.0

Compare Source

BREAKING CHANGE
  • IE/Non-Chromium Edge are not supported anymore.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from a team as code owners December 8, 2025 14:44
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 7 times, most recently from 9dd8da8 to 5fd373f Compare December 16, 2025 10:46
@renovate renovate bot force-pushed the renovate/angular-monorepo branch 3 times, most recently from 3b2acb9 to 80e30fc Compare December 18, 2025 19:49
@renovate renovate bot force-pushed the renovate/angular-monorepo branch from 80e30fc to 8297e21 Compare December 21, 2025 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant