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:
64fa492
->a738f88
20.0.0-next.4
->20.0.0-next.5
0e88de0
->9b1c3df
20.0.0-next.4
->20.0.0-next.5
908459b
->f82f9da
20.0.0-next.4
->20.0.0-next.5
b1d89ff
->3820801
20.0.0-next.4
->20.0.0-next.5
02b648d
->5341503
20.0.0-next.4
->20.0.0-next.5
df98069
->39fa08d
20.0.0-next.4
->20.0.0-next.5
df47e65
->1140b4d
20.0.0-next.4
->20.0.0-next.5
1cd0e44
->7ae72fb
05c5399
->b5430b9
20.0.0-next.4
->20.0.0-next.5
f78d1e4
->aae47e4
20.0.0-next.4
->20.0.0-next.5
8f906c6
->be8db27
10732a8
->5add500
70477a4
->5e5398d
20.0.0-next.4
->20.0.0-next.5
0477f8e
->03f0448
b4fc7dc
->1c2bb1c
20.0.0-next.4
->20.0.0-next.5
9a7e3e4
->08e5edc
20.0.0-next.4
->20.0.0-next.5
c0eb717
->e1724fd
20.0.0-next.4
->20.0.0-next.5
b3b3466
->b9bcdb3
🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"
to the extends array in your config.Release Notes
angular/angular (@angular/animations)
v20.0.0-next.5
Compare 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
ErrorHandler
are 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: false
inconfigureTestingModule
as a last resort.router
Route
no longer includeany
inthe 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
/ngSwitch
are deprecated. Use the control flow blocks instead (@for
/@if
/@switch
).animations
@angular/common
(#60660)compiler
compiler-cli
rootDir
(#60555)core
DestroyRef
on destroy callback if view is destroyed (#58008)hasPendingTasks
observers (#59723)forceRoot
flag for effects (#60535)ngIf
/ngFor
/ngSwitch
. (#60492)forms
language-service
migrations
router
service-worker
angular/components (@angular/cdk)
v20.0.0-next.5
Compare Source
cdk
material
cdk-experimental
multiple
Closes #30018