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.8
->20.0.0-next.9
20.0.0-next.8
->20.0.0-next.9
20.0.0-next.8
->20.0.0-next.9
20.0.0-next.8
->20.0.0-next.9
20.0.0-next.8
->20.0.0-next.9
20.0.0-next.8
->20.0.0-next.9
20.0.0-next.8
->20.0.0-next.9
20.0.0-next.8
->20.0.0-next.9
20.0.0-next.8
->20.0.0-next.9
20.0.0-next.8
->20.0.0-rc.0
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
ng-packagr/ng-packagr (ng-packagr)
v20.0.0-rc.0
Compare Source
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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.