build: update cross-repo angular dependencies #108
  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:
^20.2.0->^21.0.0-rc21.0.0-next.5->21.0.0-rc.0^20.2.0->^21.0.0-rc21.0.0-next.5->21.0.0-next.10^20.2.0->^21.0.0-next21.0.0-next.5->21.0.0-rc.0^20.2.0->^21.0.0-rc21.0.0-next.5->21.0.0-rc.0^20.2.0->^21.0.0-rc21.0.0-next.5->21.0.0-rc.0^20.2.0->^21.0.0-rc21.0.0-next.5->21.0.0-rc.0^20.2.0->^21.0.0-rc21.0.0-next.5->21.0.0-rc.0^20.2.0->^21.0.0-rc21.0.0-next.5->21.0.0-rc.0^20.2.0->^21.0.0-rc^20.2.0->^21.0.0-next21.0.0-next.5->21.0.0-rc.0^20.2.0->^21.0.0-rc21.0.0-next.5->21.0.0-rc.021.0.0-next.5->21.0.0-rc.0^20.2.0->^21.0.0-rc21.0.0-next.5->21.0.0-rc.0Release Notes
angular/angular (@angular/animations)
v21.0.0-rc.0Compare Source
v21.0.0-next.10Compare Source
common
compiler
core
@foriteration over field is reactive (#64113)forms
migrations
router
v21.0.0-next.9Compare Source
Breaking Changes
zone.js
animations
Element.animateexceptions (#64506)common
compiler
compiler-cli
core
forms
ControlValueAccessor(#64471)language-service
migrations
platform-browser
DomEventsPluginshould always be the last plugin to be called forsupports(). (#50394)router
UrlSerializerhandling of query parameters (#64449)UrlSerializerhandling of query parameters (#64449)v21.0.0-next.8Compare Source
compiler-cli
@defertriggers (#64069)core
bootstrapModuleoptions (#64354)animate.leavefunction bindings (#64413)forms
[field]binding instructions (#64351)http
migrations
router
v21.0.0-next.7Compare Source
Deprecations
http
HttpResponseBase.statusTextis deprecatedcommon
core
http
HttpResponseBase.statusText(#64176)migrations
router
v21.0.0-next.6Compare Source
Breaking Changes
elements
Fix signal input getter behavior in custom elements.
Before this change, signal inputs in custom elements required function calls to access their values (
elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:
Before:
elementRef.oldInputelementRef.newInput()After:
elementRef.oldInputelementRef.newInputcommon
compiler
core
elements
migrations
v21.0.0-next.5Compare Source
common
compiler-cli
core
| Commit | Type | Description |
| -
Configuration
📅 Schedule: Branch creation - Every 2 hours, between 12:00 AM and 10:59 PM ( * 0-22/2 * * * ) in timezone Europe/Rome, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.