build: update cross-repo angular dependencies (main) #31357
Closed
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:
5880a48
->7f2a400
21.0.0-next.5
->21.0.0-next.6
daeac37
->63b08b3
21.0.0-next.5
->21.0.0-next.6
53c1f3c
->1950d94
21.0.0-next.5
->21.0.0-next.6
2cb70ce
->cf832fb
21.0.0-next.5
->21.0.0-next.6
dfb8696
->6e296a7
21.0.0-next.5
->21.0.0-next.6
f5f75b9
->cb37937
21.0.0-next.5
->21.0.0-next.6
992a42d
->efd86e7
21.0.0-next.5
->21.0.0-next.6
9cbe8c6
->9e45847
7daa29c
->b1830c8
21.0.0-next.5
->21.0.0-next.6
0bbebf2
->912eb97
21.0.0-next.5
->21.0.0-next.6
afaf209
->ba1b975
ca2c8ce
->930f658
21.0.0-next.5
->21.0.0-next.6
93a2d01
->c48b1ab
72614e0
->bb3a0e8
21.0.0-next.5
->21.0.0-next.6
f02aef5
->5962fc9
21.0.0-next.5
->21.0.0-next.6
55c8e26
->49a84a9
21.0.0-next.5
->21.0.0-next.6
🔡 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.0-next.6
Compare 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.oldInput
elementRef.newInput()
After:
elementRef.oldInput
elementRef.newInput
common
compiler
core
elements
migrations
angular/components (@angular/cdk)
v21.0.0-next.6
Compare Source
Breaking Changes
material
AnimationCurves
has been removed.AnimationDurations
has been removed.NativeDateAdapter.useUtcForDisplay
has been removed.cdk-experimental
material
cdk
Configuration
📅 Schedule: Branch creation - Every 2 hours, between 12:00 AM and 10:59 PM ( * 0-22/2 * * * ) in timezone America/Tijuana, 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.