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
->3b33572
21.0.0-next.3
->21.0.0-next.4
3487fa5
->646bfcd
21.0.0-next.3
->21.0.0-next.4
3c1cdb1
->28c1c9b
21.0.0-next.3
->21.0.0-next.4
f96d1f4
->015a47c
21.0.0-next.3
->21.0.0-next.4
0a1db1e
->f6813c2
21.0.0-next.3
->21.0.0-next.4
f1cc2a6
->16a1bcc
21.0.0-next.3
->21.0.0-next.4
1c3ee21
->e9fb045
21.0.0-next.3
->21.0.0-next.4
6eaef60
->721d09a
e6330a8
->e65f292
21.0.0-next.3
->21.0.0-next.4
dcb9725
->e845069
21.0.0-next.3
->21.0.0-next.4
a89768f
->66e56f2
5c80533
->5d40944
f8918d3
->dc91001
21.0.0-next.3
->21.0.0-next.4
dd60f36
->79041cb
0957e4c
->714c8f2
21.0.0-next.3
->21.0.0-next.4
47bc50a
->032c73b
21.0.0-next.3
->21.0.0-next.4
5917574
->a9b2364
21.0.0-next.3
->21.0.0-next.4
470e655
->7b35868
470e655
->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.4
Compare Source
Breaking Changes
common
ngComponentOutletContent
is now of typeNode[][] | undefined
instead ofany[][] | undefined
.core
provideZoneChangeDetection
while 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
provideZoneChangeDetection
to the providers of yourbootstrapApplication
function or yourAppModule
(if usingbootstrapModule
). This provider addition will be covered by anautomated migration.
moduleId
was removed fromComponent
metadata.interpolation
option on Components has been removed. Only the default{{ ... }}
is now supported.common
ngComponentOutletContent
(#63674)compiler
aria-invalid
(#63748)compiler-cli
core
moduleId
from Component metadata (#63482)interpolation
option on Components. (#63474)forms
migrations
angular/components (@angular/cdk)
v21.0.0-next.4
Compare 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.