-
Notifications
You must be signed in to change notification settings - Fork 11.9k
build: update cross-repo angular dependencies (main) #31098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
clydin
merged 1 commit into
angular:main
from
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Sep 3, 2025
Merged
build: update cross-repo angular dependencies (main) #31098
clydin
merged 1 commit into
angular:main
from
angular-robot:ng-renovate/main-cross-repo-angular-dependencies
Sep 3, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@angular-robot
angular-robot
added
action: merge
The PR is ready for merge by the caretaker
area: build & ci
Related the build and CI infrastructure of the project
target: minor
This PR is targeted for the next minor release
labels
Sep 2, 2025
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
17 times, most recently
from
September 3, 2025 16:38
78ed7b9
to
543a2d2
Compare
See associated pull request for more information.
@angular-robot
angular-robot
force-pushed
the
ng-renovate/main-cross-repo-angular-dependencies
branch
from
September 3, 2025 20:05
543a2d2
to
84654bc
Compare
clydin
clydin
approved these changes
Sep 3, 2025
@angular-robot
angular-robot
deleted the
ng-renovate/main-cross-repo-angular-dependencies
branch
September 3, 2025 21:04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
b418ee1
->bd7e4dc
21.0.0-next.1
->21.0.0-next.2
3839e4d
->8e81f5b
21.0.0-next.1
->21.0.0-next.2
608ee9c
->cc3e9be
21.0.0-next.1
->21.0.0-next.2
1139da3
->57a9310
21.0.0-next.1
->21.0.0-next.2
24b0e7a
->870c9cd
21.0.0-next.1
->21.0.0-next.2
1fde134
->c0ce097
21.0.0-next.1
->21.0.0-next.2
a49b2cb
->e7b8c6d
21.0.0-next.1
->21.0.0-next.2
816da82
->eacbf3e
b374a20
->5c6bb5a
21.0.0-next.1
->21.0.0-next.2
6b2c20c
->1ffef9f
21.0.0-next.1
->21.0.0-next.2
f595aaa
->a9e7671
b991414
->435c59b
2df664c
->73bfae4
21.0.0-next.1
->21.0.0-next.2
bbdb9dd
->0dd7af3
b5ea608
->5ae7aa5
21.0.0-next.1
->21.0.0-next.2
3b8dadb
->b696803
21.0.0-next.1
->21.0.0-next.2
e7b6a04
->538ca36
21.0.0-next.1
->21.0.0-next.2
06d3af5
->4b4659e
06d3af5
->4b4659e
🔡 If you wish to disable git hash updates, add
":disableDigestUpdates"
to the extends array in your config.Release Notes
angular/angular (@angular/animations)
v21.0.0-next.2
Compare Source
Breaking Changes
common
TestBed
now provides a fakePlatformLocation
implementation that supports the Navigation API. This may break some
tests, though we have not observed any failures internally. You can revert to the
old default for
TestBed
by providing theMockPlatformLocation
from@angular/common/testing
in your providers:{provide: PlatformLocation, useClass: MockPlatformLocation}
core
provideZoneChangeDetection
in theTestBed providers would previously prevent
TestBed
from rethrowingerrors as it should. Errors in the test will now be rethrown, regardless
of the usage of
provideZoneChangeDetection
. Tests should be adjusted toprevent or account for these errors. As in previous major versions,
this behavior can be disabled with
rethrowApplicationErrors: false
inconfigureTestingModule
as a last resort.ignoreChangesOutsideZone
is no longer available as anoption for configuring ZoneJS change detection behavior.
platform-browser
ApplicationConfig
export from@angular/platform-browser
has been removed.Please import
ApplicationConfig
from@angular/core
instead.router
microtasks to complete. Tests have been found to often be highly
dependent on the exact timing of navigation completions with respect to
the microtask queue. The most common fix for tests is to ensure all
navigations have been completed before making assertions. On rare
occasions, this can also affect production applications. This can be
caused by multiple subscriptions to router state throughout the application,
both of which trigger navigations that happened to not conflict with the
previous timing.
upgrade
UpgradeAdapter
is no longer available. Useupgrade/static
insteadcommon
compiler
core
rxResource
stream
threw before returning anObservable
(#63342)forms
http
platform-browser
ApplicationConfig
export (#63529)platform-server
router
upgrade
angular/components (@angular/cdk)
v21.0.0-next.2
Compare Source
Breaking Changes
cdk
LIVE_ANNOUNCER_ELEMENT_TOKEN_FACTORY
has been removed.TREE_KEY_MANAGER_FACTORY
has been removed.TREE_KEY_MANAGER_FACTORY_PROVIDER
has been removed.material
MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY
has been removed.MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY
has been removed.MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER
has been removed.matBottomSheet
animations symbol has been removed.MAT_BUTTON_TOGGLE_GROUP_DEFAULT_OPTIONS_FACTORY
has been removed.MAT_FAB_DEFAULT_OPTIONS_FACTORY
has been removed.MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY
has been removed.MAT_DATE_LOCAL_FACTORY
has been removed.matDatepickerAnimations
symbol has been removed.MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY
has been removed.MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER
has been removed.MAT_RANGE_DATE_SELECTION_MODEL_FACTORY
has been removed.MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER
has been removed.MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY
has been removed.MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER
has been removed._defaultParams
symbol has been removed.matDialogAnimations
symbol has been removed.EXPANSION_PANEL_ANIMATION_TIMING
symbol has been removed.matExpansionAnimations
symbol has been removed.matFormFieldAnimations
symbol has been removed.ICON_REGISTRY_PROVIDER
has been removed.ICON_REGISTRY_PROVIDER_FACTORY
has been removed.MAT_ICON_LOCATION_FACTORY
has been removed.fadeInItems
symbol has been removed.transformMenu
symbol has been removed.matMenuAnimations
symbol has been removed.MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER
has been removed.MAT_PAGINATOR_INTL_PROVIDER
has been removed.MAT_PAGINATOR_INTL_PROVIDER_FACTORY
has been removed.MAT_PROGRESS_BAR_LOCATION_FACTORY
has been removed.MAT_PROGRESS_SPINNER_DEFAULT_OPTIONS_FACTORY
has been removed.MAT_RADIO_DEFAULT_OPTIONS_FACTORY
has been removed.matSelectAnimations
symbol has been removed.MAT_SELECT_SCROLL_STRATEGY_PROVIDER
has been removed.MAT_SELECT_SCROLL_STRATEGY_PROVIDER_FACTORY
has been removed.matDrawerAnimations
symbol has been removed.MAT_DRAWER_DEFAULT_AUTOSIZE_FACTORY
has been removed.matSnackBarAnimations
symbol has been removed.MAT_SNACK_BAR_DEFAULT_OPTIONS_FACTORY
has been removed.matSortAnimations
symbol has been removed.MAT_SORT_HEADER_INTL_PROVIDER
has been removed.MAT_SORT_HEADER_INTL_PROVIDER_FACTORY
has been removed.matStepperAnimations
symbol has been removed.MAT_STEPPER_INTL_PROVIDER
has been removed.MAT_STEPPER_INTL_PROVIDER_FACTORY
has been removed.matTabsAnimations
symbol has been removed._MAT_INK_BAR_POSITIONER_FACTORY
has been removed.matTooltipAnimations
symbol has been removed.MAT_TOOLTIP_DEFAULT_OPTIONS_FACTORY
has been removed.MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY
has been removed.MAT_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER
has been removed.material-moment-adapter
MAT_MOMENT_DATE_ADAPTER_OPTIONS_FACTORY
has been removed.material-luxon-adapter
MAT_LUXON_DATE_ADAPTER_OPTIONS_FACTORY
has been removed.material-luxon-adapter
material-moment-adapter
google-maps
material
cdk
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 has been generated by Renovate Bot.