Bump @angular/material from 13.2.6 to 13.3.0 in /frontend #11

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/frontend/angular/material-13.3.0 into main 2022-03-18 12:07:46 +00:00
dependabot[bot] commented 2022-03-17 23:14:17 +00:00 (Migrated from github.com)

Bumps @angular/material from 13.2.6 to 13.3.0.

Release notes

Sourced from @​angular/material's releases.

v13.3.0

13.3.0 "aluminum-armadillo" (2022-03-16)

material-experimental

Commit Description
fix - 097ec0d11 mdc-core: add app background color (#22992)
fix - 15a0676d5 mdc-radio: add hover indication (#24595)

material

Commit Description
fix - 33d07df95 badge: ensure overflow visible (#24602)
fix - dfef17351 datepicker: fix Voiceover losing focus on PageDown (#24399)
fix - 1703b83ae datepicker: use cdk-visually-hidden on calendar header (#24523)
fix - 41320d07e tabs: avoid timeouts in background tabs (#24000)

cdk

Commit Description
fix - e4c64dd56 drag-drop: only block dragstart event on event targets (#24581)

Special Thanks

Andrew Seguin, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend

Changelog

Sourced from @​angular/material's changelog.

13.3.0 "aluminum-armadillo" (2022-03-16)

cdk

Commit Type Description
e4c64dd56 fix drag-drop: only block dragstart event on event targets (#24581)

material

Commit Type Description
33d07df95 fix badge: ensure overflow visible (#24602)
dfef17351 fix datepicker: fix Voiceover losing focus on PageDown (#24399)
1703b83ae fix datepicker: use cdk-visually-hidden on calendar header (#24523)
41320d07e fix tabs: avoid timeouts in background tabs (#24000)

material-experimental

Commit Type Description
097ec0d11 fix mdc-core: add app background color (#22992)
15a0676d5 fix mdc-radio: add hover indication (#24595)

Special Thanks

Andrew Seguin, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend

14.0.0-next.6 "clay-cup" (2022-03-09)

Breaking Changes

material

  • mat-list-item-avatar CSS class has been renamed to mat-list-item-with-avatar.
  • MatSelectionListChange.option has been removed. Use MatSelectionListChange.options instead.
  • MatSelectionList.tabIndex input has been removed.
  • tabIndex parameter of the MatSelectionList constructor has been removed.
  • _focusMonitor parameter of the MatSelectionList constructor is now required.
  • getHarnessLoaderForContent has been removed from the various test item harnesses. Use getChildLoader(MatListItemSection.CONTENT) instead.

material-experimental

Commit Type Description
1b7d47cfed feat mdc-tabs: default to stretched tabs (#23406)
557f8bc7ce fix mdc-card: remove extra margin if header doesn't have an avatar (#19072)
1a03257394 fix mdc-slider: fix a few null pointer exceptions (#23659)

material

Commit Type Description
60bbd194b3 feat autocomplete: test harness should throw when options are requested but panel is closed (#24494)
899d0e1a0b fix button: avoid setting a tabindex on all link buttons (#22901)
92863cca96 fix dialog: don't wait for animation before moving focus (#24121)
c12347cafb fix expansion: able to tab into descendants with visibility while closed (#24045)
723a821e67 fix select: disabled state out of sync when swapping form group with a disabled one (#17872)
5db1df0fe8 fix slide-toggle: clear name from host node (#15505)
a5ab8e9adf fix tooltip: decouple removal logic from change detection (#19432)
2fc6b9281d refactor list: remove deprecated APIs for version 13 (#23327)

cdk

... (truncated)

Commits
  • 59e9859 release: cut the v13.3.0 release (#24606)
  • b49be83 build: bump version to 13.3.x
  • 346e0f2 build: update to TypeScript 4.6 (#24565)
  • 34aa846 Revert "refactor(material/dialog): use embedded injector to provide ref to te...
  • 33d07df fix(material/badge): ensure overflow visible (#24602)
  • 097ec0d fix(material-experimental/mdc-core): add app background color (#22992)
  • 9c47b2b refactor(material/dialog): use embedded injector to provide ref to template d...
  • 1703b83 fix(material/datepicker): use cdk-visually-hidden on calendar header (#24523)
  • 4128f66 build: add Kristiyan to datepicker code owners (#24592)
  • 15a0676 fix(material-experimental/mdc-radio): add hover indication (#24595)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [@angular/material](https://github.com/angular/components) from 13.2.6 to 13.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/components/releases"><code>@​angular/material</code>'s releases</a>.</em></p> <blockquote> <h2>v13.3.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.0 &quot;aluminum-armadillo&quot; (2022-03-16)</h1> <h3>material-experimental</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/097ec0d11c42b833964cb4f9cb886445d6ecd7b1"><img src="https://img.shields.io/badge/097ec0d11-fix-green" alt="fix - 097ec0d11" /></a></td> <td><strong>mdc-core:</strong> add app background color (<a href="https://github-redirect.dependabot.com/angular/components/issues/22992">#22992</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/15a0676d535a354875e1262cbaa5d23d19ee19e4"><img src="https://img.shields.io/badge/15a0676d5-fix-green" alt="fix - 15a0676d5" /></a></td> <td><strong>mdc-radio:</strong> add hover indication (<a href="https://github-redirect.dependabot.com/angular/components/issues/24595">#24595</a>)</td> </tr> </tbody> </table> <h3>material</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/33d07df953b37a5fd96cc1a13aff002279681ec3"><img src="https://img.shields.io/badge/33d07df95-fix-green" alt="fix - 33d07df95" /></a></td> <td><strong>badge:</strong> ensure overflow visible (<a href="https://github-redirect.dependabot.com/angular/components/issues/24602">#24602</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/dfef17351308e86f10708274e58c905d3b6dfb60"><img src="https://img.shields.io/badge/dfef17351-fix-green" alt="fix - dfef17351" /></a></td> <td><strong>datepicker:</strong> fix Voiceover losing focus on PageDown (<a href="https://github-redirect.dependabot.com/angular/components/issues/24399">#24399</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/1703b83aec5f6a2f92b4cd8cd9dedccb980dd9e3"><img src="https://img.shields.io/badge/1703b83ae-fix-green" alt="fix - 1703b83ae" /></a></td> <td><strong>datepicker:</strong> use cdk-visually-hidden on calendar header (<a href="https://github-redirect.dependabot.com/angular/components/issues/24523">#24523</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/41320d07e14b405e20b2b8fdca84488547cb4845"><img src="https://img.shields.io/badge/41320d07e-fix-green" alt="fix - 41320d07e" /></a></td> <td><strong>tabs:</strong> avoid timeouts in background tabs (<a href="https://github-redirect.dependabot.com/angular/components/issues/24000">#24000</a>)</td> </tr> </tbody> </table> <h3>cdk</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/e4c64dd566c2dbc3d0121e8398fd37461a8182db"><img src="https://img.shields.io/badge/e4c64dd56-fix-green" alt="fix - e4c64dd56" /></a></td> <td><strong>drag-drop:</strong> only block dragstart event on event targets (<a href="https://github-redirect.dependabot.com/angular/components/issues/24581">#24581</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Andrew Seguin, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/components/blob/master/CHANGELOG.md"><code>@​angular/material</code>'s changelog</a>.</em></p> <blockquote> <h1>13.3.0 &quot;aluminum-armadillo&quot; (2022-03-16)</h1> <h3>cdk</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/e4c64dd566c2dbc3d0121e8398fd37461a8182db">e4c64dd56</a></td> <td>fix</td> <td><strong>drag-drop:</strong> only block dragstart event on event targets (<a href="https://github-redirect.dependabot.com/angular/components/pull/24581">#24581</a>)</td> </tr> </tbody> </table> <h3>material</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/33d07df953b37a5fd96cc1a13aff002279681ec3">33d07df95</a></td> <td>fix</td> <td><strong>badge:</strong> ensure overflow visible (<a href="https://github-redirect.dependabot.com/angular/components/pull/24602">#24602</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/dfef17351308e86f10708274e58c905d3b6dfb60">dfef17351</a></td> <td>fix</td> <td><strong>datepicker:</strong> fix Voiceover losing focus on PageDown (<a href="https://github-redirect.dependabot.com/angular/components/pull/24399">#24399</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/1703b83aec5f6a2f92b4cd8cd9dedccb980dd9e3">1703b83ae</a></td> <td>fix</td> <td><strong>datepicker:</strong> use cdk-visually-hidden on calendar header (<a href="https://github-redirect.dependabot.com/angular/components/pull/24523">#24523</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/41320d07e14b405e20b2b8fdca84488547cb4845">41320d07e</a></td> <td>fix</td> <td><strong>tabs:</strong> avoid timeouts in background tabs (<a href="https://github-redirect.dependabot.com/angular/components/pull/24000">#24000</a>)</td> </tr> </tbody> </table> <h3>material-experimental</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/097ec0d11c42b833964cb4f9cb886445d6ecd7b1">097ec0d11</a></td> <td>fix</td> <td><strong>mdc-core:</strong> add app background color (<a href="https://github-redirect.dependabot.com/angular/components/pull/22992">#22992</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/15a0676d535a354875e1262cbaa5d23d19ee19e4">15a0676d5</a></td> <td>fix</td> <td><strong>mdc-radio:</strong> add hover indication (<a href="https://github-redirect.dependabot.com/angular/components/pull/24595">#24595</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Andrew Seguin, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.0.0-next.6 &quot;clay-cup&quot; (2022-03-09)</h1> <h2>Breaking Changes</h2> <h3>material</h3> <ul> <li><code>mat-list-item-avatar</code> CSS class has been renamed to <code>mat-list-item-with-avatar</code>.</li> <li><code>MatSelectionListChange.option</code> has been removed. Use <code>MatSelectionListChange.options</code> instead.</li> <li><code>MatSelectionList.tabIndex</code> input has been removed.</li> <li><code>tabIndex</code> parameter of the <code>MatSelectionList</code> constructor has been removed.</li> <li><code>_focusMonitor</code> parameter of the <code>MatSelectionList</code> constructor is now required.</li> <li><code>getHarnessLoaderForContent</code> has been removed from the various test item harnesses. Use <code>getChildLoader(MatListItemSection.CONTENT)</code> instead.</li> </ul> <h3>material-experimental</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/1b7d47cfedb4b00570bcd1f7069f4f6d4f1b3afd">1b7d47cfed</a></td> <td>feat</td> <td><strong>mdc-tabs:</strong> default to stretched tabs (<a href="https://github-redirect.dependabot.com/angular/components/pull/23406">#23406</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/557f8bc7ce935c776f11fc87c26b14b7289a2102">557f8bc7ce</a></td> <td>fix</td> <td><strong>mdc-card:</strong> remove extra margin if header doesn't have an avatar (<a href="https://github-redirect.dependabot.com/angular/components/pull/19072">#19072</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/1a032573944f8df808f0f1744086b5baeb7b8143">1a03257394</a></td> <td>fix</td> <td><strong>mdc-slider:</strong> fix a few null pointer exceptions (<a href="https://github-redirect.dependabot.com/angular/components/pull/23659">#23659</a>)</td> </tr> </tbody> </table> <h3>material</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/60bbd194b3fdd957f73994d7c44d509cb68c6ea5">60bbd194b3</a></td> <td>feat</td> <td><strong>autocomplete:</strong> test harness should throw when options are requested but panel is closed (<a href="https://github-redirect.dependabot.com/angular/components/pull/24494">#24494</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/899d0e1a0b7a2ee10def8ecc3d212399b717fac4">899d0e1a0b</a></td> <td>fix</td> <td><strong>button:</strong> avoid setting a tabindex on all link buttons (<a href="https://github-redirect.dependabot.com/angular/components/pull/22901">#22901</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/92863cca9676478a1b9ace37794e51ab7aa919fa">92863cca96</a></td> <td>fix</td> <td><strong>dialog:</strong> don't wait for animation before moving focus (<a href="https://github-redirect.dependabot.com/angular/components/pull/24121">#24121</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/c12347cafb18e900d19f613ce91afcca970d66d1">c12347cafb</a></td> <td>fix</td> <td><strong>expansion:</strong> able to tab into descendants with visibility while closed (<a href="https://github-redirect.dependabot.com/angular/components/pull/24045">#24045</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/723a821e67ea1867f0bc9f0d718f1ab0640ab00b">723a821e67</a></td> <td>fix</td> <td><strong>select:</strong> disabled state out of sync when swapping form group with a disabled one (<a href="https://github-redirect.dependabot.com/angular/components/pull/17872">#17872</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/5db1df0fe8ed27f985c1fb0ad92e142b2a5ee54f">5db1df0fe8</a></td> <td>fix</td> <td><strong>slide-toggle:</strong> clear name from host node (<a href="https://github-redirect.dependabot.com/angular/components/pull/15505">#15505</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/a5ab8e9adf728b908e581720cb7b8ddf8d7c6f01">a5ab8e9adf</a></td> <td>fix</td> <td><strong>tooltip:</strong> decouple removal logic from change detection (<a href="https://github-redirect.dependabot.com/angular/components/pull/19432">#19432</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/2fc6b9281dfaebe78b76b46831830d723b7d2c97">2fc6b9281d</a></td> <td>refactor</td> <td><strong>list:</strong> remove deprecated APIs for version 13 (<a href="https://github-redirect.dependabot.com/angular/components/pull/23327">#23327</a>)</td> </tr> </tbody> </table> <h3>cdk</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/components/commit/59e9859958fcb9915c0d53afc8ba8e6e3640510b"><code>59e9859</code></a> release: cut the v13.3.0 release (<a href="https://github-redirect.dependabot.com/angular/components/issues/24606">#24606</a>)</li> <li><a href="https://github.com/angular/components/commit/b49be83dc779208cf8956a2e49854d32794d487b"><code>b49be83</code></a> build: bump version to 13.3.x</li> <li><a href="https://github.com/angular/components/commit/346e0f2907829cb20fe00ce783436b738fc5fb8d"><code>346e0f2</code></a> build: update to TypeScript 4.6 (<a href="https://github-redirect.dependabot.com/angular/components/issues/24565">#24565</a>)</li> <li><a href="https://github.com/angular/components/commit/34aa846455111548b76bc54e9990ea123756233a"><code>34aa846</code></a> Revert &quot;refactor(material/dialog): use embedded injector to provide ref to te...</li> <li><a href="https://github.com/angular/components/commit/33d07df953b37a5fd96cc1a13aff002279681ec3"><code>33d07df</code></a> fix(material/badge): ensure overflow visible (<a href="https://github-redirect.dependabot.com/angular/components/issues/24602">#24602</a>)</li> <li><a href="https://github.com/angular/components/commit/097ec0d11c42b833964cb4f9cb886445d6ecd7b1"><code>097ec0d</code></a> fix(material-experimental/mdc-core): add app background color (<a href="https://github-redirect.dependabot.com/angular/components/issues/22992">#22992</a>)</li> <li><a href="https://github.com/angular/components/commit/9c47b2b945df96f635b421c6694a00733ebc375a"><code>9c47b2b</code></a> refactor(material/dialog): use embedded injector to provide ref to template d...</li> <li><a href="https://github.com/angular/components/commit/1703b83aec5f6a2f92b4cd8cd9dedccb980dd9e3"><code>1703b83</code></a> fix(material/datepicker): use cdk-visually-hidden on calendar header (<a href="https://github-redirect.dependabot.com/angular/components/issues/24523">#24523</a>)</li> <li><a href="https://github.com/angular/components/commit/4128f663d6b916c4b3c41ec1acf1656ccd2ce659"><code>4128f66</code></a> build: add Kristiyan to datepicker code owners (<a href="https://github-redirect.dependabot.com/angular/components/issues/24592">#24592</a>)</li> <li><a href="https://github.com/angular/components/commit/15a0676d535a354875e1262cbaa5d23d19ee19e4"><code>15a0676</code></a> fix(material-experimental/mdc-radio): add hover indication (<a href="https://github-redirect.dependabot.com/angular/components/issues/24595">#24595</a>)</li> <li>Additional commits viewable in <a href="https://github.com/angular/components/compare/13.2.6...13.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/material&package-manager=npm_and_yarn&previous-version=13.2.6&new-version=13.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No description provided.