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:
c4bba40
->36cd551
cb6cc91
->40b05a0
caaec34
->383bfab
19.2.1
->20.0.0-next.0
975a6d3
->464b4d1
^19.0.0
->^20.0.0-next
2cd4556
->613f052
cc9e103
->a7a02f3
35c6798
->b585243
^19.0.0
->^20.0.0-next
5c06485
->17f11eb
33767cd
->10ca6e3
f73ab93
->a286b54
f586e8b
->559f22b
19.2.1
->20.0.0-next.0
4f5b570
->3c70abc
4b26728
->dbcf3af
8883f6e
->8ff3838
fa13964
->e7af1cf
16b052a
->cd275f9
0a6fd5d
->3894b6f
82aa74a
->f1dd84d
bf0dd63
->60ad70b
🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"
to the extends array in your config.Release Notes
angular/components (@angular/cdk)
v20.0.0-next.0
Compare Source
Breaking Changes
material
tabindex
values set as[attr.tabindex]
set on a Material button might not work as expected. Usetabindex
for static values, or[tabindex]
/[tabIndex]
for dynamic ones.multiple
DialogConfig.componentFactoryResolver
has been removed.DomPortalOutlet
has changed.ComponentPortal.componentFactoryResolver
has been removed.ComponentPortal
has changed.MatDialogConfig.componentFactoryResolver
has been removed.cdk-experimental
material
cdk
multiple
v19.2.2
Compare Source
cdk
material
material-angular-io
multiple
angular/angular (@angular/common)
v20.0.0-next.1
Compare Source
Breaking Changes
common
AsyncPipe
now directly catches unhandled errors insubscriptions and promises and reports them to the application's
ErrorHandler
. For Zone-based applications, these errors would havebeen caught by ZoneJS and reported to
ErrorHandler
so the result isgenerally the same. The change to the exact mechanism for reporting can
result in differences in test environments that will require test
updates.
core
PendingTasks.run
no longer returns the result of theasync function. If this behavior is desired, it can be re-implemented
manually with the
PendingTasks.add
. Be aware, however, that promise rejectionswill need to be handled or they can cause the node process to shut down
when using SSR.
common
onUrlChange
listener when root scope is destroyed (#60004)compiler
compiler-cli
core
Injector.destroy
onInjector
created withInjector.create
(#60054)PendingTasks.run
(#60044)language-service
v20.0.0-next.0
Compare Source
Breaking Changes
common
Y
formatter (week-numbering year) without also includingw
(week number) is now detected as suspicious date pattern, asy
is typically intended.compiler
void
in an expression now refers to the operatorPreviously an expression in the template like
{{void}}
referred to aproperty on the component class. After this change it now refers to the
void
operator, which would make the above example invalid. If you haveexisting expressions that need to refer to a property named
void
,change the expression to use
this.void
instead:{{this.void}}
.common
compiler
core
CDR.detectChanges
(#60056)router
Configuration
📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" 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.