build: update angular dependencies #2707
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.4->20.0.0-next.520.0.0-next.3->20.0.0-next.420.0.0-next.4->20.0.0-next.520.0.0-next.3->20.0.0-next.420.0.0-next.4->20.0.0-next.520.0.0-next.4->20.0.0-next.520.0.0-next.4->20.0.0-next.520.0.0-next.4->20.0.0-next.520.0.0-next.4->20.0.0-next.520.0.0-next.4->20.0.0-next.520.0.0-next.4->20.0.0-next.520.0.0-next.4->20.0.0-next.520.0.0-next.4->20.0.0-next.520.0.0-next.4->20.0.0-next.5Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
angular/angular (@angular/animations)
v20.0.0-next.5Compare Source
Breaking Changes
core
Before upgrading to Angular v20, ensure the Node.js version is at least 20.11.1.
For the full list of supported versions, visit: https://angular.dev/reference/versions
ErrorHandlerare now also reported to Angular's internal errorhandling machinery. For tests, this means that the error will be
rethrown by default rather than only logging the error. Developers
should fix these errors, catch them in the test if the test is
intentionally covering an error case, or use
rethrowApplicationErrors: falseinconfigureTestingModuleas a last resort.router
Routeno longer includeanyinthe type union. The union includes functions for the functional guards
as well as a type matching
Injector.get:ProviderToken<T>|string.Note that string is still deprecated on both the route guards and
Injector.get.Deprecations
core
ngIf/ngFor/ngSwitchare deprecated. Use the control flow blocks instead (@for/@if/@switch).animations
@angular/common(#60660)compiler
compiler-cli
rootDir(#60555)core
DestroyRefon destroy callback if view is destroyed (#58008)hasPendingTasksobservers (#59723)forceRootflag for effects (#60535)ngIf/ngFor/ngSwitch. (#60492)forms
language-service
migrations
router
service-worker
angular/angular-cli (@angular/build)
v20.0.0-next.4Compare Source
@schematics/angular
moduleResolutiontobundler@angular-devkit/schematics
@angular/build
falsevalue in server optionangular/components (@angular/cdk)
v20.0.0-next.5Compare Source
cdk
material
cdk-experimental
multiple
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.