build: update angular - autoclosed #29798
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:
93a39fe
->e584028
20.0.0-next.1
->20.0.0-next.2
3c5ee06
->f2ce660
20.0.0-next.0
->20.0.0-next.1
2bc57f0
->01d5048
20.0.0-next.0
->20.0.0-next.2
20.0.0-next.1
->20.0.0-next.2
b6a8c95
->523dac1
20.0.0-next.0
->20.0.0-next.2
20.0.0-next.1
->20.0.0-next.2
2269e2a
->ff3ed45
20.0.0-next.0
->20.0.0-next.2
20.0.0-next.1
->20.0.0-next.2
5ae5975
->10fc1e4
20.0.0-next.0
->20.0.0-next.2
20.0.0-next.1
->20.0.0-next.2
0aee144
->25932d9
20.0.0-next.1
->20.0.0-next.2
ceb9ee1
->7f8ee16
38f6103
->fcce120
20.0.0-next.1
->20.0.0-next.2
9442210
->8acdf1d
20.0.0-next.0
->20.0.0-next.1
1fc1753
->8b9f481
52ff9a9
->95eaabd
20.0.0-next.0
->20.0.0-next.2
20.0.0-next.1
->20.0.0-next.2
a3299a2
->d0e03e6
20.0.0-next.1
->20.0.0-next.2
2c0cc07
->c3f2e22
20.0.0-next.0
->20.0.0-next.2
20.0.0-next.1
->20.0.0-next.2
f0c0688
->6b4daa7
20.0.0-next.0
->20.0.0-next.2
20.0.0-next.1
->20.0.0-next.2
8e522d0
->7479509
20.0.0-next.1
->20.0.0-next.2
f2a610b
->47572ab
🔡 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.2
Compare Source
Breaking Changes
core
InjectFlags
has been removed.inject
no longer acceptsInjectFlags
.Injector.get
no longer acceptsInjectFlags
.EnvironmentInjector.get
no longer acceptsInjectFlags
.TestBed.get
no longer acceptsInjectFlags
.TestBed.inject
no longer acceptsInjectFlags
.any
overload has been removed frominjector.get
. It now only supportsProviderToken<T>
and (deprecatedsince v4)
string
.ApplicationRef.tick
will no longer catch and reporterrors to the appplication
ErrorHandler
. Errors will instead be thrown out ofthe method and will allow callers to determine how to handle these
errors, such as aborting follow-up work or reporting the error and
continuing.
Deprecations
platform-browser
common
compiler
compiler-cli
core
ApplicationRef.tick
to callsite (#60102)forms
platform-browser
platform-server
rxjs
(#60308)router
angular/components (@angular/cdk)
v20.0.0-next.1
Compare Source
Breaking Changes
cdk
SelectionModel.clear
now returns a boolean.SelectionModel.deselect
now returns a boolean.SelectionModel.select
now returns a boolean.SelectionModel.setSelection
now returns a boolean.SelectionModel.toggle
now returns a boolean.DIALOG_SCROLL_STRATEGY_PROVIDER
has been removed.DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY
has been removed.DragDropRegistry
is no longer generic.DragDropRegistry.scroll
has been removed. Use thescrolled
method instead.DomPortalHost
has been removed. UseDomPortalOutlet
instead.PortalInjector
has been removed. UseInjector.create
instead.PortalHost
has been removed. UsePortalOutlet
instead.BasePortalHost
has been removed. UseBasePortalOutlet
instead.Constructor
symbol has been removed.CanStickCtor
symbol has been removed.mixinHasStickyInput
has been removed. Implement theCanStick
interface instead.material
MAT_CHECKBOX_REQUIRED_VALIDATOR
has been removed.MAT_CHECKBOX_VALUE_ACCESSOR
has been removed.MatCheckboxRequiredValidator
has been removed._MatCheckboxRequiredValidatorModule
has been removed.MAT_DIALOG_SCROLL_STRATEGY_PROVIDER
has been removed.MAT_DIALOG_SCROLL_STRATEGY_PROVIDER_FACTORY
has been removed.matSelectAnimations.transformPanelWrap
has been removed.MAT_SLIDE_TOGGLE_REQUIRED_VALIDATOR
has been removed.MAT_SLIDE_TOGGLE_VALUE_ACCESSOR
has been removed.MatSlideToggleRequiredValidator
has been removed._MatSlideToggleRequiredValidatorModule
has been removed.material
cdk
multiple
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.