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->8c7cfe520.0.0-next.8->20.0.0-next.996ed812->9500b8438bc0de->54f70aa20.0.0-next.8->20.0.0-next.9b31f3b5->78737e320.0.0-next.8->20.0.0-next.9a9b6223->c6ad0a620.0.0-next.8->20.0.0-next.9dfe01ec->f64631820.0.0-next.8->20.0.0-next.942039f1->718a5a820.0.0-next.8->20.0.0-next.96e45a15->84e7ead838c4df->98ba22020.0.0-next.8->20.0.0-next.983c8452->d3a186139d03f3->852e876f10129d->1a12d9784a29bd->cb20b6620.0.0-next.8->20.0.0-next.9f274fef->0e04f42efc7668->8bb910a20.0.0-next.8->20.0.0-next.9bf90a03->478122b20.0.0-next.8->20.0.0-next.9ef0df78->677c72c20.0.0-next.8->20.0.0-next.98ca74b8->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.9Compare Source
Breaking Changes
core
the
TestBed.flushEffects()was removed - usethe
TestBed.tick()instead.provideExperimentalCheckNoChangesForDebughas severalbreaking changes:
provideCheckNoChangesConfiguseNgZoneOnStableoption is removed. This wasn't found to be generallymore useful than
intervalafterRender 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/corepackage), 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
provideExperimentalCheckNoChangesForDebugtoprovideCheckNoChangesConfig(#60906)ng-reflectattributes 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.