build: update cross-repo angular dependencies (main) #31234
Merged
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:
cb93b7d->3b3357221.0.0-next.3->21.0.0-next.43487fa5->646bfcd21.0.0-next.3->21.0.0-next.43c1cdb1->28c1c9b21.0.0-next.3->21.0.0-next.4f96d1f4->015a47c21.0.0-next.3->21.0.0-next.40a1db1e->f6813c221.0.0-next.3->21.0.0-next.4f1cc2a6->16a1bcc21.0.0-next.3->21.0.0-next.41c3ee21->e9fb04521.0.0-next.3->21.0.0-next.46eaef60->721d09ae6330a8->e65f29221.0.0-next.3->21.0.0-next.4dcb9725->e84506921.0.0-next.3->21.0.0-next.4a89768f->66e56f25c80533->5d40944f8918d3->dc9100121.0.0-next.3->21.0.0-next.4dd60f36->79041cb0957e4c->714c8f221.0.0-next.3->21.0.0-next.447bc50a->032c73b21.0.0-next.3->21.0.0-next.45917574->a9b236421.0.0-next.3->21.0.0-next.4470e655->7b35868470e655->7b35868🔡 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.4Compare Source
Breaking Changes
common
ngComponentOutletContentis now of typeNode[][] | undefinedinstead ofany[][] | undefined.core
provideZoneChangeDetectionwhile also removing ZoneJS polyfills will no longer result in the
internal scheduler being disabled. All Angular applications now
consistenly use the same scheduler, and those with the Zone change detection
provider include additional automatic scheduling behaviors based on
NgZone stabilization.
for ZoneJS-based change detection by default. Add
provideZoneChangeDetectionto the providers of yourbootstrapApplicationfunction or yourAppModule(if usingbootstrapModule). This provider addition will be covered by anautomated migration.
moduleIdwas removed fromComponentmetadata.interpolationoption on Components has been removed. Only the default{{ ... }}is now supported.common
ngComponentOutletContent(#63674)compiler
aria-invalid(#63748)compiler-cli
core
moduleIdfrom Component metadata (#63482)interpolationoption on Components. (#63474)forms
migrations
angular/components (@angular/cdk)
v21.0.0-next.4Compare Source
material
cdk-experimental
Configuration
📅 Schedule: Branch creation - At 0 minutes past the hour, every 2 hours ( 0 */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.