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:
5a84a07
->8c7cfe5
20.0.0-next.8
->20.0.0-next.9
96ed812
->9500b84
38bc0de
->54f70aa
20.0.0-next.8
->20.0.0-next.9
b31f3b5
->78737e3
20.0.0-next.8
->20.0.0-next.9
a9b6223
->c6ad0a6
20.0.0-next.8
->20.0.0-next.9
dfe01ec
->f646318
20.0.0-next.8
->20.0.0-next.9
42039f1
->718a5a8
20.0.0-next.8
->20.0.0-next.9
6e45a15
->84e7ead
838c4df
->98ba220
20.0.0-next.8
->20.0.0-next.9
83c8452
->d3a1861
39d03f3
->852e876
f10129d
->1a12d97
84a29bd
->cb20b66
20.0.0-next.8
->20.0.0-next.9
f274fef
->0e04f42
efc7668
->8bb910a
20.0.0-next.8
->20.0.0-next.9
bf90a03
->478122b
20.0.0-next.8
->20.0.0-next.9
ef0df78
->677c72c
20.0.0-next.8
->20.0.0-next.9
8ca74b8
->a4538b2
🔡 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.9
Compare Source
Breaking Changes
core
the
TestBed.flushEffects()
was removed - usethe
TestBed.tick()
instead.provideExperimentalCheckNoChangesForDebug
has severalbreaking changes:
provideCheckNoChangesConfig
useNgZoneOnStable
option is removed. This wasn't found to be generallymore useful than
interval
afterRender was renamed to afterEveryRender.
This commit deprecates
ng-reflect-*
attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying onng-reflect-*
attributes.To enable a more seamless upgrade to v20, we've added the
provideNgReflectAttributes()
function (can be imported from the@angular/core
package), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add theprovideNgReflectAttributes()
function to the list of providers within the bootstrap call.common
compiler-cli
core
provideExperimentalCheckNoChangesForDebug
toprovideCheckNoChangesConfig
(#60906)ng-reflect
attributes by default (#60973)http
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.