build: update cross-repo angular dependencies (main)#31357
Closed
angular-robot wants to merge 1 commit into
Closed
build: update cross-repo angular dependencies (main)#31357angular-robot wants to merge 1 commit into
angular-robot wants to merge 1 commit into
Conversation
ca08c24 to
4ea8c30
Compare
clydin
pushed a commit
to clydin/angular-cli
that referenced
this pull request
Oct 3, 2025
See associated pull request for more information. Closes angular#31357 as a pr takeover
4ea8c30 to
15b4366
Compare
15b4366 to
b26d7be
Compare
clydin
pushed a commit
to clydin/angular-cli
that referenced
this pull request
Oct 3, 2025
See associated pull request for more information. Closes angular#31357 as a pr takeover
dccbff8 to
56717f8
Compare
clydin
pushed a commit
to clydin/angular-cli
that referenced
this pull request
Oct 3, 2025
See associated pull request for more information. Closes angular#31357 as a pr takeover
56717f8 to
533f310
Compare
See associated pull request for more information.
533f310 to
4ed3756
Compare
pull Bot
pushed a commit
to j3din00b/angular-cli
that referenced
this pull request
Oct 4, 2025
See associated pull request for more information. Closes angular#31357 as a pr takeover
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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->7f2a40021.0.0-next.5->21.0.0-next.6daeac37->63b08b321.0.0-next.5->21.0.0-next.653c1f3c->1950d9421.0.0-next.5->21.0.0-next.62cb70ce->cf832fb21.0.0-next.5->21.0.0-next.6dfb8696->6e296a721.0.0-next.5->21.0.0-next.6f5f75b9->cb3793721.0.0-next.5->21.0.0-next.6992a42d->efd86e721.0.0-next.5->21.0.0-next.69cbe8c6->9e458477daa29c->b1830c821.0.0-next.5->21.0.0-next.60bbebf2->912eb9721.0.0-next.5->21.0.0-next.6afaf209->ba1b975ca2c8ce->930f65821.0.0-next.5->21.0.0-next.693a2d01->c48b1ab72614e0->bb3a0e821.0.0-next.5->21.0.0-next.6f02aef5->5962fc921.0.0-next.5->21.0.0-next.655c8e26->49a84a921.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.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
angular/components (@angular/cdk)
v21.0.0-next.6Compare Source
Breaking Changes
material
AnimationCurveshas been removed.AnimationDurationshas been removed.NativeDateAdapter.useUtcForDisplayhas 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.