Update angularmaterial monorepo to v22 - #4050
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
from
November 20, 2024 05:45
650c32a to
1fc8982
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
2 times, most recently
from
November 27, 2024 14:43
e509cf4 to
0bbb479
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
from
December 11, 2024 11:25
0bbb479 to
7a113ee
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
from
January 20, 2025 13:21
7a113ee to
d90765b
Compare
chrisjones-hmcts
force-pushed
the
master
branch
from
October 10, 2025 11:18
836071b to
da60340
Compare
chrisjones-hmcts
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
from
October 10, 2025 11:18
e02d8be to
baa04e1
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
from
October 23, 2025 13:59
baa04e1 to
9c777f1
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
2 times, most recently
from
November 7, 2025 01:32
da8802d to
3c38b37
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
6 times, most recently
from
November 14, 2025 03:49
aea58d6 to
2779694
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
3 times, most recently
from
November 19, 2025 22:25
743f9c8 to
f3ce121
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
2 times, most recently
from
December 3, 2025 15:08
8b1e8e6 to
68f87e8
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
2 times, most recently
from
December 10, 2025 20:59
ec7f9e0 to
e2c1897
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
3 times, most recently
from
December 18, 2025 23:15
979584d to
0fd9aa9
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
2 times, most recently
from
February 5, 2026 14:04
dae36fe to
eaaec59
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
4 times, most recently
from
February 18, 2026 12:10
6531c65 to
e2433b0
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
2 times, most recently
from
February 26, 2026 16:39
3f2cb2f to
1c6b9c0
Compare
renovate
Bot
requested review from
Josh-HMCTS,
ben-james-hmcts and
olusegz07
February 26, 2026 16:39
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
6 times, most recently
from
March 11, 2026 16:43
6a36eaf to
50250e0
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
4 times, most recently
from
March 18, 2026 22:49
d16820f to
61893e6
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
5 times, most recently
from
April 1, 2026 16:15
e4c30d5 to
c732b17
Compare
renovate
Bot
force-pushed
the
renovate/major-angularmaterial-monorepo
branch
from
April 1, 2026 21:47
c732b17 to
c3dc7f9
Compare
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
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.
This PR contains the following updates:
17.3.5→22.1.0^16.2.12→^22.0.0Release Notes
angular/components (@angular/cdk)
v22.1.0Compare Source
aria
cdk
material
material-luxon-adapter
v22.0.7Compare Source
aria
material
multiple
v22.0.6Compare Source
cdk
material
material-luxon-adapter
v22.0.5Compare Source
aria
cdk
material
multiple
v22.0.4Compare Source
aria
material
v22.0.3Compare Source
aria
cdk
material
v22.0.2Compare Source
cdk
material
multiple
v22.0.1Compare Source
aria
cdk
material
youtube-player
v22.0.0Compare Source
Breaking Changes
aria
The legacy combobox and autocomplete implementations have been removed. Use the new standalone combobox instead.
comboboxentry points.SIMPLE_COMBOBOX_POPUP->COMBOBOX_POPUP).json_apiBazel rule target.aria-toolbarpath.SimpleComboboxhas been promoted toCombobox. Allsimple-comboboxprefixed symbols, selectors, and tokens have been renamed to use thecomboboxprefix.Relocate the autocomplete examples to
src/components-examples/aria/autocompleteand toolbar examples tosrc/components-examples/aria/toolbar.cdk
CDK_DESCRIBEDBY_HOST_ATTRIBUTEhas been removed.CDK_DESCRIBEDBY_ID_PREFIXhas been removed.injectorparameter of theConfigurableFocusTrapandFocusTrapconstructors is now required.ConfigurableFocusTrapFactory.createhas been replaced with a config object.MESSAGES_CONTAINER_IDhas been removed.eventparameter ofDropListRef.dropis now required.ContextMenuTrackerhas been renamed toMenuTracker.material
MatListOption.checkboxPositionhas been removed. usetogglePositioninstead.MatListOptionCheckboxPositionhas been renamed toMatListOptionTogglePosition.ArrowViewStatehas been removed.ArrowViewStateTransitionhas been removed.multiple
supercalls accordingly.Renames the values input/model to value in Combobox, Listbox, Tree, Menu, Toolbar, and Select. Users must update their templates to use the value property instead of values.
google-maps
material
cdk
aria
multiple
v21.2.14Compare Source
No user facing changes in this release
v21.2.13Compare Source
No user facing changes in this release
v21.2.12Compare Source
material
v21.2.11Compare Source
No user facing changes in this release
v21.2.10Compare Source
aria
v21.2.9Compare Source
aria
cdk
material
v21.2.8Compare Source
No user facing changes in this release
v21.2.7Compare Source
material
v21.2.6Compare Source
material
v21.2.5Compare Source
cdk
material
v21.2.4Compare Source
material
v21.2.3Compare Source
cdk
| Commit | Type | Description |
| ---------------------
Configuration
📅 Schedule: (in timezone Europe/London)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.