build: update angular dependencies #2641
Closed
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:
20.0.0-next.0->20.0.0-next.119.2.0-rc.0->20.0.0-next.020.0.0-next.0->20.0.0-next.120.0.0-next.0->20.0.0-next.120.0.0-next.0->20.0.0-next.120.0.0-next.0->20.0.0-next.120.0.0-next.0->20.0.0-next.120.0.0-next.0->20.0.0-next.119.2.0-rc.0->20.0.0-next.020.0.0-next.0->20.0.0-next.120.0.0-next.0->20.0.0-next.120.0.0-next.0->20.0.0-next.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angular/angular (@angular/animations)
v20.0.0-next.1Compare Source
Breaking Changes
common
AsyncPipenow 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
ErrorHandlerso 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.runno 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
onUrlChangelistener when root scope is destroyed (#60004)compiler
compiler-cli
core
Injector.destroyonInjectorcreated withInjector.create(#60054)PendingTasks.run(#60044)language-service
angular/components (@angular/cdk)
v20.0.0-next.0Compare Source
Breaking Changes
material
tabindexvalues set as[attr.tabindex]set on a Material button might not work as expected. Usetabindexfor static values, or[tabindex]/[tabIndex]for dynamic ones.multiple
DialogConfig.componentFactoryResolverhas been removed.DomPortalOutlethas changed.ComponentPortal.componentFactoryResolverhas been removed.ComponentPortalhas changed.MatDialogConfig.componentFactoryResolverhas been removed.cdk-experimental
material
cdk
multiple
v19.2.2Compare Source
cdk
material
material-angular-io
multiple
v19.2.1Compare Source
v19.2.0Compare Source
cdk
material
google-maps
youtube-player
cdk-experimental
core
material-angular-io
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.