Skip to content

fix(deps): update dependency @angular/cdk to v22 - #395

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-angularmaterial-monorepo
Open

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-angularmaterial-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 28, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/cdk ^19.1.0^22.0.0 age confidence

Release Notes

angular/components (@​angular/cdk)

v22.1.6

Compare Source

cdk
Commit Type Description
690ddb4a2 fix overlay: expose currently open overlays (#​33768)

v22.1.5

Compare Source

aria
Commit Type Description
9a63c20b0 fix combobox: popup not closing when focus leaves it (#​33697)
9ff8a7c42 fix menu: focus not moved into menu if items are delayed (#​33743)
multiple
Commit Type Description
bef29a201 fix add forms to cdk peer dependencies (#​33666)

v22.1.4

Compare Source

cdk
Commit Type Description
86971d660 fix table: show a real error message instead of a crash when a table column is missing (#​33698)
material
Commit Type Description
2ea6f0e72 fix sidenav: prevent drawer from getting stuck when toggled rapidly (#​33726)

v22.1.3

Compare Source

multiple
Commit Type Description
72a496882 fix account for shadow dom in aria directives (#​33691)

v22.1.2

Compare Source

aria
Commit Type Description
020f144928 fix combobox: empty aria-controls when the popup widget has no id (#​33635)
cdk
Commit Type Description
0074c836f2 fix a11y: move focus to root if there are no focusable elements in focus trap (#​33654)
material
Commit Type Description
8d67957e9c fix datepicker: actions overflowing at some screen sizes with touch UI (#​33645)
b42eea5c73 fix form-field: update view when the control is swapped out (#​33636)
multiple
Commit Type Description
ef99839fd2 fix tokens specified in wrong category (#​33660)

v22.1.1

Compare Source

material
Commit Type Description
dea26e44f fix checkbox: avoid making the touch target a focus stop (#​33584)
8e31636d7 fix chips: add presentation role to container elements (#​33611)
0d9a28d20 fix core: ensure all forward statements are relative (#​33627)
f9ad73644 fix dialog: do not expose CDK dialog ref to users (#​33603)
09303ef0a fix slider: thumb jumping on safari (#​33619)

v22.1.0

Compare Source

aria
Commit Type Description
31781a024 fix combobox: allow setting readonly (#​33364)
cdk
Commit Type Description
0e34c64d0 fix stepper: allow signal form to be assigned as stepControl (#​33562)
material
Commit Type Description
73939a835 feat slide-toggle: add full-width support (#​33424)
56c7ff6fa fix slide-toggle: prevent icon label text-spacing cutoff (#​33559)
youtube-player
Commit Type Description
2430e6e53 fix update to latest typings and fix error (#​33387)

v22.0.7

Compare Source

aria
Commit Type Description
e57188b33 fix grid: account for disabled cell widgets and in-place disablement in roving tabindex (#​33571)
material
Commit Type Description
223c51543 fix schematics: resolve issues in navigation schematic (#​33590)
multiple
Commit Type Description
963383e25 fix avoid instanceof checks in aria directives (#​33587)

v22.0.6

Compare Source

cdk
Commit Type Description
d9fcaced49 fix drag-drop: reset popover overflow (#​33554)
material
Commit Type Description
842bc940b8 fix expansion: always reset outline (#​33542)
b5224c68f1 fix list: make disabled selection list keyboard navigable (#​33544)
354f1ac17d fix radio: avoid making the touch target a focus stop (#​33558)
material-luxon-adapter
Commit Type Description
6e5acc1ecb fix preserve timezone on .clone() (#​33564)

v22.0.5

Compare Source

aria
Commit Type Description
e74c69be33 fix combobox: closing immediately when opening programmatically with zone.js (#​33518)
cdk
Commit Type Description
1059f80cef fix overlay: guard against null document.body before popover support check (#​33403)
adbf93559e fix private: guard createPolicy against DOM clobbering (#​33410)
material
Commit Type Description
d26e892021 fix button: match focus indicator shape to FAB (#​33527)
ea89b9c37f fix datepicker: use rounded shape for calendar focus indicators (#​33524)
092b55aa67 fix sort: double focus indicators when strong focus is enabled (#​33520)
e93bc9e5d6 fix stepper: add border radius to header hover state in m2 (#​33529)
multiple
Commit Type Description
b2620abaa2 fix pass form field to error state tracker (#​33509)

v22.0.4

Compare Source

aria
Commit Type Description
918090a07 fix listbox: allow navigation to specific index (#​33485)
material
Commit Type Description
c86b024e3 fix core: rework error state matcher to handle signal forms (#​33500)

v22.0.3

Compare Source

aria
Commit Type Description
de9dd5909 fix combobox: improve autocomplete placeholder text color contrast (#​33465)
e87216c14 fix combobox: zonejs compatibility (#​33453)
cdk
Commit Type Description
3b74812ae fix collections: add ability to bulk select/deselect values (#​33469)
9e552a7b0 fix scrolling: reset more properties to avoid jumping during virtual scroll (#​33439)
material
Commit Type Description
5e2a8525c fix radio: do not set cursor on non interactive radio (#​33418)
1c9bd0d6d fix sidenav: update inert value if mode changes (#​33461)
a436cd44b fix tabs: validate animation duration (#​33452)

v22.0.2

Compare Source

cdk
Commit Type Description
e8f3419060 fix layout: avoid CSS injection attacks in media matcher
9dc2b2b2ed fix platform: account for composedPath error during event replay (#​33409)
material
Commit Type Description
fb4478bff3 fix bottom-sheet: ensure animation event comes from container
e4f7f3498b fix chips: correct focus management on chip destruction (#​33329)
766b7aceee fix chips: wrong padding when chip only has edit icon (#​33407)
ebca801ee5 fix grid-list: always validate colspan
30942bcd36 fix stepper: validate animation durations
multiple
Commit Type Description
2995797ded fix improve dark theme visibility in menu, overlay, and portal examples (#​33367)

v22.0.1

Compare Source

aria
Commit Type Description
7581b0592 fix combobox: avoid error for synthetic events (#​33360)
1c4706155 fix combobox: prevent re-dispatching keyboard event on control target change (#​33362)
96e9ce10c fix tree: recursive textDirection getter (#​33337)
cdk
Commit Type Description
629aea403 fix a11y: avoid prototype conflicts in id generator (#​33356)
49aeb676c fix clipboard: avoid infinite attempt loop (#​33366)
material
Commit Type Description
d7a8cb963 fix dialog: ignore clicks on aria-disabled close buttons (#​33373)
bde3c7621 fix timepicker: do not allow intervals less than a second (#​33354)
youtube-player
Commit Type Description
d75a22d69 fix avoid errors with clobbered variables
fe0a96ce6 fix validate ID before attaching them to placeholder

v22.0.0

Compare Source

Breaking Changes

aria
  • The legacy combobox and autocomplete implementations have been removed. Use the new standalone combobox instead.

    • feat(aria/combobox): promote simple-combobox to stable un-prefixed combobox
    • Relocates public, private, and example directories to clean combobox entry points.
    • Renames internal layout symbols, selectors, and uppercase tokens (SIMPLE_COMBOBOX_POPUP -> COMBOBOX_POPUP).
    • Establishes full documentation extraction parity with the json_api Bazel rule target.
    • Standardizes the accompanying toolbar component showcase into the clean aria-toolbar path.
    • Re-routes dev-app navigation links and migrates public API golden records.
  • SimpleCombobox has been promoted to Combobox. All simple-combobox prefixed symbols, selectors, and tokens have been renamed to use the combobox prefix.

    • refactor(aria/combobox): relocate and restructure autocomplete and toolbar examples
      Relocate the autocomplete examples to src/components-examples/aria/autocomplete and toolbar examples to src/components-examples/aria/toolbar.
    • Restore naming continuity with the historical codebase by stripping redundant prefixes from example filenames and component selectors.
    • Sync dev-app preview routing layout paths and strict Bazel target dependency links.
cdk
    • CDK_DESCRIBEDBY_HOST_ATTRIBUTE has been removed.
    • CDK_DESCRIBEDBY_ID_PREFIX has been removed.
    • The injector parameter of the ConfigurableFocusTrap and FocusTrap constructors is now required.
    • The boolean parameter of ConfigurableFocusTrapFactory.create has been replaced with a config object.
    • MESSAGES_CONTAINER_ID has been removed.
    • The event parameter of DropListRef.drop is now required.
    • ContextMenuTracker has been renamed to MenuTracker.
material
    • MatListOption.checkboxPosition has been removed. use togglePosition instead.
    • MatListOptionCheckboxPosition has been renamed to MatListOptionTogglePosition.
    • ArrowViewState has been removed.
    • ArrowViewStateTransition has been removed.
multiple
    • A bunch of constructors that with rest arguments have been removed. If you were extending Material/CDK components, you may have to update your super calls 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.

    • refactor(multiple): update api goldens
google-maps
Commit Type Description
e44ff8318 feat Add support for the gmp-click event (#​33147)
b8201edee fix deprecate heatmap layer (#​33208)
material
Commit Type Description
867ba993b feat bottom-sheet: add the ability to pass bindings
b4a89d599 feat button: Add support for showing a progress indicator inside the button (#​32698)
a46b0a1d4 feat core: add mixins for Material Design typography (#​32959)
bf3596b53 feat dialog: add the ability to pass bindings
85c16fe4b feat tabs: add support for separate tab animation durations (#​32869)
440cb1606 fix autocomplete: remove modal workaround
21f8bbbf2 fix badge: allow badge defaults to be configured (#​33312)
07c2d002d fix core: address sass compiler warnings (#​33040)
add8f16c0 fix list: breaking changes for v22
31904510b fix menu: close menu when cleared from trigger (#​33306)
9d73c98b5 fix menu: missing panelClass getter (#​33191)
348c3c89d fix select: remove modal workaround
f1a435508 fix sidenav: handle mixed sidenav and drawer (#​33274)
c31619852 fix sidenav: mark content as inert while open
a4d92c5fc fix sidenav: more robust reset logic for inert attribute (#​33257)
c2f1c5b03 fix sidenav: query not resolving
75718e4fb fix sort: breaking changes for v22
6ed6218c4 fix tabs: incorrect animation variable name (#​32941)
cdk
Commit Type Description
1a5d5d101 feat dialog: add the ability to pass bindings
24115c021 feat portal: add directives support to ComponentPortal (#​33142)
7426334c5 fix a11y: breaking changes for v22
81c6bbd89 fix drag-drop: breaking changes for v22
ffb23f6f8 fix menu: breaking changes for v22
4c298970e fix scrolling: make it easier to provide custom scrollable (#​33269)
aa42b7798 fix table: expose rendered rows (#​33304)
aria
Commit Type Description
d91f46b4c feat accordion: introduce accordion harness (#​33046)
e3d84f2e0 feat combobox: add test harnesses (#​33194)
0ca47b4a0 feat combobox: migrate simple-combobox directly into primary entrypoints (#​33206)
6ec07bc0c feat grid: add test harnesses (#​33081)
1885d3534 feat listbox: introduce listbox harness (#​33064)
75fae5275 feat menu: introduce menu harness (#​33067)
c25e6252e feat tabs: add test harnesses (#​33079)
a49508bac feat toolbar: add test harnesses (#​33068)
30f223972 feat tree: add test harnesses (#​33066)
91a4932f6 fix combobox: increases autocomplete demo's placeholder text c… (#​33084)
218a77cf9 fix combobox: separates placeholder prefixes (#​33163)
ce1d9a728 fix menu: allow menu item role override (#​33264)
196b7064d fix menu: defer menu item focus in case menus in cdk overlay (#​33258)
6443b79f9 fix menu: unable to set softDisabled (#​33265)
multiple
Commit Type Description
6cb6b5ee1 fix make more public APIs readonly (#​33071)
a88904279 fix prevent form submissions in aria directives (#​33297)
bb4f8ec50 fix re-export collection util (#​33171)
84f2afd24 fix remove developer preview tag from aria (#​33232)
ce4c2c0a1 fix remove empty constructors (#​33048)
936f1148b fix use eager change detection
94a50a25f refactor rename values to value for signal forms compatibility (#​33012)

v21.2.14

Compare Source

No user facing changes in this release

v21.2.13

Compare Source

No user facing changes in this release

v21.2.12

Compare Source

material
Commit Type Description
da87be7646 fix datepicker: ensure dates don't overflow on a small screen ([#​33281](https://redire

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from b472ce9 to dc44faa Compare July 23, 2025 17:32
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from dc44faa to 1ea0b53 Compare July 30, 2025 19:32
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from cbab06a to d78b6f0 Compare August 10, 2025 13:27
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from df5be27 to 7be03fa Compare August 20, 2025 20:11
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from 8f4f3e7 to c3bb336 Compare September 3, 2025 13:03
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from aa36da9 to bbdfa20 Compare September 17, 2025 22:08
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from 8dee3d7 to 9e47ba6 Compare October 2, 2025 02:01
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 735a372 to f88bb2b Compare October 15, 2025 16:52
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from f60e95c to b7346aa Compare October 22, 2025 17:31
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from bb1e83a to a93be8a Compare November 6, 2025 23:07
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from 2167e28 to 945aaca Compare November 19, 2025 21:24
@renovate renovate Bot changed the title fix(deps): update dependency @angular/cdk to v20 fix(deps): update dependency @angular/cdk to v21 Nov 19, 2025
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from afc70c9 to 1ba11b2 Compare December 3, 2025 17:28
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from 1ba11b2 to 6d6df66 Compare December 3, 2025 21:26
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from 6d6df66 to a595e3c Compare December 10, 2025 22:32
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from a595e3c to 80cf047 Compare December 18, 2025 18:38
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from f9e2cc5 to f20c18d Compare March 11, 2026 17:33
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 6b8942d to 26a0c2b Compare March 19, 2026 00:44
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from 4b140f6 to 745e549 Compare April 1, 2026 23:42
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from aa08384 to b82ef0e Compare April 9, 2026 02:37
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from a1fc1a5 to f002397 Compare April 23, 2026 01:02
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from f002397 to 5b0ee4d Compare April 29, 2026 13:36
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from ea16c95 to a2a3e0d Compare May 12, 2026 12:43
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from a619077 to e629840 Compare May 20, 2026 20:54
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from 6e5bdb3 to c0c766a Compare June 1, 2026 21:31
@renovate renovate Bot changed the title fix(deps): update dependency @angular/cdk to v21 fix(deps): update angularmaterial monorepo to v21 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from c0c766a to 6cf5f6f Compare June 3, 2026 16:11
@renovate renovate Bot changed the title fix(deps): update angularmaterial monorepo to v21 fix(deps): update angularmaterial monorepo to v22 Jun 3, 2026
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 59315dd to 16c6852 Compare June 11, 2026 13:10
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from 16c6852 to f1debd8 Compare June 18, 2026 01:00
@renovate renovate Bot changed the title fix(deps): update angularmaterial monorepo to v22 fix(deps): update angularmaterial monorepo (major) Jun 22, 2026
@renovate renovate Bot changed the title fix(deps): update angularmaterial monorepo (major) fix(deps): update dependency @angular/cdk to v22 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from f1debd8 to bb2c205 Compare July 1, 2026 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants