-
Notifications
You must be signed in to change notification settings - Fork 11.9k
build: update cross-repo angular dependencies (main) #31357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
angular-robot
wants to merge
1
commit into
angular:main
from
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Closed
build: update cross-repo angular dependencies (main) #31357
angular-robot
wants to merge
1
commit into
angular:main
from
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Conversation
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
@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
Oct 1, 2025
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
24 times, most recently
from
October 3, 2025 09:34
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
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
from
October 3, 2025 12:46
4ea8c30
to
15b4366
Compare
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
from
October 3, 2025 15:05
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
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
2 times, most recently
from
October 3, 2025 16:05
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
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
from
October 3, 2025 17:34
56717f8
to
533f310
Compare
See associated pull request for more information.
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
from
October 3, 2025 20:36
533f310
to
4ed3756
Compare
@alan-agius4
alan-agius4
deleted the
ng-renovate/main-cross-repo-angular-dependencies
branch
October 4, 2025 08:39
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.
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.