build: update cross-repo angular dependencies - abandoned #27
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:
0.1902.0
->0.2000.0-next.2
19.2.0
->20.0.0-next.2
19.2.0
->20.0.0-next.2
19.2.0
->20.0.0-next.2
19.2.0
->20.0.0-next.2
ce04ec6
->83e5771
19.2.0
->20.0.0-next.3
^19.2.0-next
->^20.0.0-next
19.2.0
->20.0.0-next.2
^19.2.0-next
->^20.0.0-next
^19.2.0
->^20.0.0-next
^19.2.0-next
->^20.0.0-next
^19.2.0-next
->^20.0.0-next
19.2.0
->20.0.0-next.3
^19.2.0-next
->^20.0.0-next
252589f
->e6534df
^19.2.0-next
->^20.0.0-next
^19.2.0-next
->^20.0.0-next
19.2.0
->20.0.0-next.2
^19.2.0-next
->^20.0.0-next
19.2.0
->20.0.0-next.2
002a34e
->ad960c2
🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"
to the extends array in your config.Release Notes
angular/angular-cli (@angular-devkit/architect-cli)
v0.2000.0-next.2
Compare Source
v0.2000.0-next.1
Compare Source
v0.2000.0-next.0
Compare Source
v0.1902.4
Compare Source
v0.1902.3
Compare Source
v0.1902.2
Compare Source
v0.1902.1
Compare Source
angular/components (@angular/cdk)
v20.0.0-next.3
Compare Source
cdk
Dir
directive can be imported (#30679)material
multiple
v20.0.0-next.2
Compare Source
Breaking Changes
material
ButtonVariant
which is returned byMatButtonHarness.getVariant
no longer includes the appearance of the button. UseMatButtonHarness.getAppearance
instead.cdk-experimental
material
cdk
multiple
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
v20.0.0-next.0
Compare Source
Breaking Changes
material
tabindex
values set as[attr.tabindex]
set on a Material button might not work as expected. Usetabindex
for static values, or[tabindex]
/[tabIndex]
for dynamic ones.multiple
DialogConfig.componentFactoryResolver
has been removed.DomPortalOutlet
has changed.ComponentPortal.componentFactoryResolver
has been removed.ComponentPortal
has changed.MatDialogConfig.componentFactoryResolver
has been removed.cdk-experimental
material
cdk
multiple
v19.2.6
Compare Source
cdk
Dir
directive can be imported (#30679)v19.2.5
Compare Source
cdk
material
multiple
v19.2.4
Compare Source
cdk
material
v19.2.3
Compare Source
cdk
material
multiple
v19.2.2
Compare Source
cdk
material
material-angular-io
multiple
v19.2.1
Compare Source
angular/angular (@angular/common)
v20.0.0-next.3
Compare Source
Breaking Changes
core
TestBed.get
has been removed. UseTestBed.inject
instead.compiler-cli
core
rejectErrors
option encourages uncaught exceptions (#60397)platform-browser-dynamic
@angular/common
(#60458)upgrade
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
v20.0.0-next.1
Compare Source
Breaking Changes
common
AsyncPipe
now directly catches unhandled errors insubscriptions and promises and reports them to the application's
ErrorHandler
. For Zone-based applications, these errors would havebeen caught by ZoneJS and reported to
ErrorHandler
so the result isgenerally the same. The change to the exact mechanism for reporting can
result in differences in test environments that will require test
updates.
core
PendingTasks.run
no longer returns the result of theasync function. If this behavior is desired, it can be re-implemented
manually with the
PendingTasks.add
. Be aware, however, that promise rejectionswill need to be handled or they can cause the node process to shut down
when using SSR.
common
onUrlChange
listener when root scope is destroyed (#60004)compiler
compiler-cli
core
Injector.destroy
onInjector
created withInjector.create
(#60054)PendingTasks.run
(#60044)language-service
v20.0.0-next.0
[Compare Source](https://redirect.github.com/angular/angular/compare/1
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 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 was generated by Mend Renovate. View the repository job log.