Skip to content

fix(deps): update angularmaterial monorepo to v22#409

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

fix(deps): update angularmaterial monorepo to v22#409
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-angularmaterial-monorepo

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Nov 20, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular/cdk 18.2.1422.0.0 age confidence

Release Notes

angular/components (@​angular/cdk)

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)

v21.2.11

Compare Source

No user facing changes in this release

v21.2.10

Compare Source

aria
Commit Type Description
48973661e fix menu: do not set default aria-label (#​33202)

v21.2.9

Compare Source

aria
Commit Type Description
bf14cc9d9 fix menu: use computed for menu item patterns, with trigger on visible (#​33118)
cdk
Commit Type Description
3a3852d45 fix tree: enter/space key on child node should not toggle parent node expansion (#​33125)
material
Commit Type Description
51271c619 fix stepper: allow stepper to be labelled (#​33137)

v21.2.8

Compare Source

No user facing changes in this release

v21.2.7

Compare Source

material
Commit Type Description
5954c4594c fix sort: deprecate MatSortHeaderIntl and hide from docs (#​33089)

v21.2.6

Compare Source

material
Commit Type Description
5b4bbe9c4f fix select: wrong transform origin when opening upwards inside another overlay (#​33032)

v21.2.5

Compare Source

cdk
Commit Type Description
42e10553c fix stepper: linear updates not reflected in the DOM (#​33007)
material
Commit Type Description
895908a12 fix sidenav: not resetting margin if transition does not start (#​33001)
475a8aabb fix slider: not picking up static direction (#​33006)
8a5ed09e5 fix tooltip: allow hover detection logic to be customized (#​33018)

v21.2.4

Compare Source

material
Commit Type Description
87aa6d977 fix tooltip: wrong type for shape token (#​32968)

v21.2.3

Compare Source

cdk
Commit Type Description
688deda58 fix drag-drop: item returned to wrong index in initial container (#​32944)
material
Commit Type Description
917526511 fix datepicker: add harness for datepicker actions (#​32925)

v21.2.2

Compare Source

aria
Commit Type Description
345c543dcb fix grid: unit tests and small fixes for grid directives (#​32841)

v21.2.1

Compare Source

aria
Commit Type Description
c1295c5818 fix menu: itemSelected not emitted when menu is attached to a trigger (#​32880)
material
Commit Type Description
cebf303417 fix checkbox: hide decorative elements from assistive technology
2abe8e6b73 fix menu: render backdrop for context menu if explicitly opted in (#​32845)
e2f7308dc4 fix radio: hide decorative elements from assistive technology
multiple
Commit Type Description
17c19cc73b fix expand type for restoreFocus (#​32877)

v21.2.0

Compare Source

aria
Commit Type Description
31ff7f26b5 fix grid: align output naming with styleguide
d030725f46 fix menu: align output naming with styleguide
cdk
Commit Type Description
cd5209e9f5 fix portal: allow bindings to be passed to component portal (#​32814)
e397ecbcfa fix table: remove string-based DI tokens (#​32677)
material
Commit Type Description
8c4526935e fix core: expose strong focus indicator structural styles (#​32808)
7fe3081148 fix datepicker: drop dependency on NgClass (#​32810)

v21.1.6

Compare Source

aria
Commit Type Description
50c34e6ef3 fix combobox: Adjust AutoComplete examples to properly announce no results text (#​32786)

v21.1.5

Compare Source

aria
Commit Type Description
017caa3be7 fix combobox: fix autocomplete examples and add comments explaining combobox selection behavior (#​32714)
cdk
Commit Type Description
c825fa208d fix tree: no nodes focusable if data is replaced (#​32781)
material
Commit Type Description
8f412ec5b7 fix select: disable position locking (#​32772)
google-maps
Commit Type Description
a73a70d291 fix fix mismatch in clusterer types (#​32778)

v21.1.4

Compare Source

aria
Commit Type Description
0bd0ad639 perf grid: performance when selecting in a large grid (#​32766)
material
Commit Type Description
84b5dd766 fix radio: hide empty labels (#​32754)
58870b511 fix slide-toggle: overly broad selector (#​32740)
d175b0180 fix tooltip: do not block events to other overlays
multiple
Commit Type Description
2a269598a fix change aria keyboard manager to only handle repeated events in correct places (#​32728)

v21.1.3

Compare Source

aria
Commit Type Description
4186f740f fix menu: Add label property for proper aria-label (#​32710)
d72693582 fix toolbar: show outline on selected items when forced colors active (#​32708)
material
Commit Type Description
c4f745ce7 fix badge: move warning check later (#​32724)
910aed3c8 fix chips: Example violates axe accessibility tests (#​32679)
cdk-experimental
Commit Type Description
591516c93 perf column-resize: add debounce to column header hover to prevent excessive handler rendering (#​30709)

v21.1.2

Compare Source

aria
Commit Type Description
1d9918a9de fix combobox: Add announcement for empty results to autocomplete demo (#​32707)
81b407d353 perf grid: avoid excessive change detections (#​32705)
cdk
Commit Type Description
9b54cb20da fix listbox: incorrect wording in error message (#​32697)
4b8fc71c08 fix table: throw when multiple row templates are used with virtual scrolling (#​32682)
material
Commit Type Description
bb69f3ca7d fix sidenav: incorrectly trapping focus in some cases (#​32699)
7824225a5b fix timepicker: make it easier to style timepicker panel (#​32711)

v21.1.1

Compare Source

aria
Commit Type Description
d24f099179 fix grid: unit tests for grid pattern (#​32633)
multiple
Commit Type Description
6b5466afb2 fix incorrect paths in declaration files for aria
028f89b4d8 fix resolve sass if function deprecation warnings (#​32674)

v21.1.0

Compare Source

aria
Commit Type Description
b45cda3f9 fix ui-patterns: enable overwriting preventDefault to allow triggering hyperlinks using enter key (#​32123)
cdk
Commit Type Description
a20aeabbe feat a11y: allow safe HTML to be passed to live announcer (#​32386)
75b373bbc feat a11y: allow safe HTML to be passed to live announcer (#​32412)
439d1f92a feat table: add virtual scrolling support
67f213a35 fix a11y: add @angular/platform-browser to peer dependencies (#​32471)
efa0d4f6f fix scrolling: handle null document.body in ViewportRuler (#​32477)
c62c64f21 fix text-field: avoid page jump on auto-resize (#​32605)
material
Commit Type Description
ef1355914 feat schematics: add preconnect links for Google Fonts in index.html (#​32238)
6b9decb77 feat stepper: add a prefix section to the horizontal

Note

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added the chore(deps) label Nov 20, 2024
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Nov 20, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: rbtech@1.0.0
npm error Found: @angular/common@18.2.0
npm error node_modules/@angular/common
npm error   @angular/common@"18.2.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/common@"^22.0.0 || ^23.0.0" from @angular/cdk@22.0.0
npm error node_modules/@angular/cdk
npm error   @angular/cdk@"22.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-06-03T17_07_41_322Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-06-03T17_07_41_322Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 14 times, most recently from 04aa345 to 057bc2a Compare November 27, 2024 12:49
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 11 times, most recently from af20ff9 to e35eda2 Compare December 4, 2024 20:41
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 3 times, most recently from b6f73e2 to c004421 Compare December 7, 2024 03:59
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 4 times, most recently from 145be98 to d59f8ab Compare December 23, 2024 22:53
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 6 times, most recently from 7d19c40 to a46e951 Compare December 30, 2024 22:29
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 8 times, most recently from 7e915ed to c819d38 Compare January 11, 2025 02:10
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 3c923a6 to 96ba8f4 Compare January 22, 2025 17:35
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 7c838c1 to 61d4dc4 Compare February 5, 2025 17:36
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from c865918 to 7a6194c Compare February 19, 2025 19:02
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch from 7a6194c to 0bed138 Compare February 26, 2025 21:43
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from 306973b to 99805fe Compare March 12, 2025 18:19
@renovate renovate Bot force-pushed the renovate/major-angularmaterial-monorepo branch 2 times, most recently from d013276 to 6623efe Compare March 20, 2025 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants