Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Oct 18, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
@angular/animations dependencies digest 57e895c -> 485cb78
@angular/animations (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/cdk dependencies digest 52f8132 -> e72651c
@angular/cdk devDependencies patch 21.0.0-next.9 -> 21.0.0-next.10 age adoption passing confidence
@angular/common dependencies digest 71baee6 -> 06fbac5
@angular/common (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/compiler dependencies digest 922012e -> d4ab520
@angular/compiler (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/compiler-cli dependencies digest 777b553 -> 658478f
@angular/compiler-cli (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/core dependencies digest 00c4f2f -> a789b1f
@angular/core (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/forms dependencies digest 0afa900 -> aae7a1d
@angular/forms (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/language-service dependencies digest 1437a2a -> 281a2d2
@angular/localize dependencies digest 0618ce0 -> 7b0aa18
@angular/localize devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/material dependencies digest 8541d56 -> e8a38c8
@angular/material devDependencies patch 21.0.0-next.9 -> 21.0.0-next.10 age adoption passing confidence
@angular/material-moment-adapter dependencies digest 19a4295 -> e2f3941
@angular/ng-dev devDependencies digest 53dcff1 -> a3426d3
@angular/platform-browser dependencies digest e16577c -> 0b4fba3
@angular/platform-browser (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/platform-browser-dynamic dependencies digest a38d02b -> 86fe681
@angular/platform-server dependencies digest ecada9b -> afc99ce
@angular/platform-server (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/router dependencies digest 6239d6e -> 45de55b
@angular/router (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
@angular/service-worker dependencies digest 0d90427 -> 7dfe0d0
@angular/service-worker (source) devDependencies patch 21.0.0-next.8 -> 21.0.0-next.9 age adoption passing confidence
angular/dev-infra action digest a613c67 -> 43d4ea5
devinfra git_override digest a613c67 -> 43d4ea5

🔡 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.9

Compare Source

Breaking Changes

zone.js
  • IE/Non-Chromium Edge are not supported anymore.
animations
Commit Type Description
2b257b3659 fix account for Element.animate exceptions (#​64506)
common
Commit Type Description
a1868c9d13 feat update to cldr 47 (#​64032)
196fa500a3 fix properly type ngComponentOutlet (#​64561)
compiler
Commit Type Description
9a7529dd66 fix correctly compile long numeric HTML entities (#​64297)
compiler-cli
Commit Type Description
c1d870bd38 fix missingStructuralDirective diagnostic produces false negatives (#​64470)
1f389b8b97 fix missingStructuralDirective diagnostic produces false negatives (#​64579)
core
Commit Type Description
c2d376b85a feat make SimpleChanges generic (#​64535)
70332b0453 fix pass element removal property through in all locations (#​64565)
81bd671906 fix prevent duplicate nodes from being retained with fast `animate.leave`` calls (#​64592)
aab73671e4 fix update animation scheduling (#​64441)
c241038111 fix update symbols (#​64481)
forms
Commit Type Description
9c5e969f51 fix bind invalid input in custom controls (#​64526)
94b0afec00 fix implement interoperability between signal forms and reactive forms (#​64471)
505bde1fed fix mark field as dirty when value is changed by ControlValueAccessor (#​64471)
3529877772 fix mark field as dirty when value is changed by a bound control (#​64483)
fd9af2afaf fix only propagate schema defined properties from field to control (#​64446)
language-service
Commit Type Description
80e00ff4e5 fix prevent interpolation from superseding block braces (#​64392)
migrations
Commit Type Description
75fc16b261 feat Adds support for CommonModule to standalone migration (#​64138)
platform-browser
Commit Type Description
29c397f883 fix DomEventsPlugin should always be the last plugin to be called for supports(). (#​50394)
router
Commit Type Description
2bd764a3c4 feat allow router outlet to be set on ng-container (#​64562)
7afc193016 fix Fix outlet serialization and parsing with no primary children (#​64505)
f6a73f1913 fix Respect custom UrlSerializer handling of query parameters (#​64449)
46ae034c70 fix Respect custom UrlSerializer handling of query parameters (#​64449)
7fb7511124 fix Surface parse errors in Router.parseUrl (#​64503)
angular/components (@​angular/cdk)

v21.0.0-next.10

Compare Source

Breaking Changes

cdk
    • TemplatePortalDirective has been removed. Use CdkPortal instead.
    • PortalHostDirective has been removed. Use CdkPortalOutlet instead.
material
Commit Type Description
83d9b02bb fix core: differentiate container colors in m2 (#​32076)
18cedc737 fix core: rename corner extra-small to xs (#​32101)
cdk
Commit Type Description
03c5d34db fix portal: remove deprecated directives (#​32117)
aria
Commit Type Description
a821a3ef0 feat grid: create the aria grid (#​32092)
f9d3cde14 feat menu: create the aria menu (#​32080)
a0b580027 feat toolbar: adds skip disabled toolbar example to dev-app (#​32127)
5396c4347 feat toolbar: adds toolbar basic vertical example to dev-app (#​32126)
ba9f79be5 feat toolbar: adds toolbar-basic-horizontal-example to dev-app (#​32106)
0b03c6e96 fix combobox: add missing apis (#​32124)
3d1cafbdd fix menu: add selectable to inputs (#​32131)
afe4d063d fix ui-patterns: internal conformance fixes (#​32102)

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 18, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 11 times, most recently from 410cee9 to ef725a4 Compare October 20, 2025 21:35
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 15 times, most recently from 8a65e59 to c9fcdbc Compare October 22, 2025 15:38
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 9 times, most recently from 48f2855 to a815f0a Compare October 22, 2025 22:05
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from a815f0a to 6e77cd0 Compare October 22, 2025 22:34
@clydin clydin merged commit 0ae9c99 into angular:main Oct 22, 2025
42 checks passed
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

3 participants