Skip to content

Conversation

angular-robot
Copy link
Collaborator

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/common (source) 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/compiler (source) 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/compiler-cli (source) 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/core (source) 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/forms (source) 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/localize 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/platform-browser (source) 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/platform-browser-dynamic (source) 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/platform-server (source) 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence
@angular/router (source) 21.0.0-next.5 -> 21.0.0-next.6 age adoption passing confidence

Release Notes

angular/angular (@​angular/common)

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)

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR has been generated by Renovate Bot.

See associated pull request for more information.
@angular-robot angular-robot requested a review from a team as a code owner October 2, 2025 13:10
@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 2, 2025
@angular-robot angular-robot requested review from adolgachev and andrewseguin and removed request for a team October 2, 2025 13:10
@mmalerba mmalerba merged commit 4e491ef into angular:main Oct 2, 2025
29 checks passed
@angular-robot angular-robot deleted the ng-renovate/main-cross-repo-angular-dependencies branch October 2, 2025 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Development

Successfully merging this pull request may close these issues.

2 participants