Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Conversation

Copy link
Collaborator

@angular-robot angular-robot commented Oct 1, 2025
edited
Loading

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest 5880a48 -> 7f2a400
@angular/animations (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/cdk dependencies digest daeac37 -> 63b08b3
@angular/cdk devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/common dependencies digest 53c1f3c -> 1950d94
@angular/common (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/compiler dependencies digest 2cb70ce -> cf832fb
@angular/compiler (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/compiler-cli dependencies digest dfb8696 -> 6e296a7
@angular/compiler-cli (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/core dependencies digest f5f75b9 -> cb37937
@angular/core (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/forms dependencies digest 992a42d -> efd86e7
@angular/forms (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/language-service dependencies digest 9cbe8c6 -> 9e45847
@angular/localize dependencies digest 7daa29c -> b1830c8
@angular/localize devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/material dependencies digest 0bbebf2 -> 912eb97
@angular/material devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/material-moment-adapter dependencies digest afaf209 -> ba1b975
@angular/platform-browser dependencies digest ca2c8ce -> 930f658
@angular/platform-browser (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest 93a2d01 -> c48b1ab
@angular/platform-server dependencies digest 72614e0 -> bb3a0e8
@angular/platform-server (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/router dependencies digest f02aef5 -> 5962fc9
@angular/router (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/service-worker dependencies digest 55c8e26 -> 49a84a9
@angular/service-worker (source) devDependencies patch 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence

🔡 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:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput
common
Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#​48814)
compiler
Commit Type Description
159be56709 fix recover template literals with broken expressions (#​64150)
core
Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#​63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#​64088)
elements
Commit Type Description
be0455adda fix return value on signal input getter (#​62113)
migrations
Commit Type Description
51a0b59389 fix handle shorthand property declarations in NgModule (#​64160)
31bc9e4111 fix skip migration for inputs with 'this' references (#​64142)
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
Commit Type Description
f9e7eff127 feat combobox: introduce new signals-based combobox (#​31872)
material
Commit Type Description
ef70029820 feat chips: allow for modifiers to be specified on separator keys (#​31914)
1b06a8ea80 fix core: remove deprecated APIs for v21 (#​31924)
81eeff4bed fix menu: prevent child menu reopening while parent is animating away (#​31958)
813f66b839 fix menu: switch internal state to signals (#​31934)
131c7ff804 fix paginator: trim extraneous announcements (#​31943)
6fba2049c3 fix select: rotate arrow while open (#​31936)
cdk
Commit Type Description
667a007d0d fix scrolling: Fix undefined error when documentElement.style is undefined (#​31904)
2918e2804a fix scrolling: prevent subpixel gaps in virtual scroll viewport (#​31940)

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.


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

This PR has been generated by Renovate Bot.

@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 ca08c24 to 4ea8c30 Compare October 3, 2025 09:34
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 4ea8c30 to 15b4366 Compare October 3, 2025 12:46
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 15b4366 to b26d7be Compare October 3, 2025 15:05
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 dccbff8 to 56717f8 Compare October 3, 2025 16:05
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 56717f8 to 533f310 Compare October 3, 2025 17:34
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 533f310 to 4ed3756 Compare October 3, 2025 20:36
@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
Reviewers
No reviews
Assignees
No one assigned
Labels
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]
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /