Bump @angular/material from 13.3.5 to 13.3.6 in /frontend #138

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/frontend/angular/material-13.3.6 into main 2022-05-05 10:09:06 +00:00
dependabot[bot] commented 2022-05-05 09:35:46 +00:00 (Migrated from github.com)

Bumps @angular/material from 13.3.5 to 13.3.6.

Release notes

Sourced from @​angular/material's releases.

v13.3.6

13.3.6 "iridium-ire" (2022-05-04)

material-experimental

Commit Description
fix - 8ca629dc7e mdc-snack-bar: avoid multiple snack bars on the page if opened in quick succession (#24757)
fix - d6f9db37b0 mdc-table: add inherit background to rows (#24867)

material

Commit Description
fix - 6a0e6ba510 menu: add constructor overloads for non-deprecated signatures (#24860)

Special Thanks

Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner

Changelog

Sourced from @​angular/material's changelog.

13.3.6 "iridium-ire" (2022-05-04)

material

Commit Type Description
6a0e6ba510 fix menu: add constructor overloads for non-deprecated signatures (#24860)

material-experimental

Commit Type Description
8ca629dc7e fix mdc-snack-bar: avoid multiple snack bars on the page if opened in quick succession (#24757)
d6f9db37b0 fix mdc-table: add inherit background to rows (#24867)

Special Thanks

Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner

14.0.0-next.12 "plastic-keyboard" (2022-04-28)

Deprecations

material

  • mat.define-dark-theme no longer accepts $primary, $accent and $warn. Pass a single config map instead.
  • mat.define-light-theme no longer accepts $primary, $accent and $warn. Pass a single config map instead.
  • Custom Material themes should no longer access primary, accent, warn, is-dark, foreground and background from the theme map, but instead use the actual color configuration (mat.get-color-config($theme)).
  • Passing a color configuration directly to a -theme mixin is not supported. Pass the theme container object instead or use the dedicated -color mixins.

material-experimental

Commit Type Description
ce67406f4a fix mdc-slider: remove pointerdown passive eve… (#24766)
d3428ba5a2 fix mdc-snack-bar: avoid querying the DOM on each change detection (#24770)

material

Commit Type Description
4e5e286e9e fix autocomplete: outside click in Angular zone. (#24817)
8dfbbed549 fix table: accessibility improvements on table examples
f30609c925 refactor core: deprecate legacy theming API (#24835)

cdk

Commit Type Description
c6a1d1519e feat dialog: move experimental CDK dialog into stable (#24804)
49c1921316 feat drag-drop: adding method to set drag position (#24769)
653457eaf4 feat menu: move experimental CDK menu into stable (#24826)
0faba6e5fc fix overlay: animations interrupted on repeat insertions (#24815)

Special Thanks

Andrew Seguin, Diego Bonura, Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Martin Forstner, Paul Gschwendtner, Ruslan Lekhman, Sukka, Wagner Maciel, Zach Arend and renovate[bot]

... (truncated)

Commits
  • f036680 release: cut the v13.3.6 release (#24872)
  • 8ca629d fix(material-experimental/mdc-snack-bar): avoid multiple snack bars on the pa...
  • d6f9db3 fix(material-experimental/mdc-table): add inherit background to rows (#24867)
  • 6da2485 build: cleanup remaining references to master branch
  • 6a0e6ba fix(material/menu): add constructor overloads for non-deprecated signatures (...
  • 884f760 docs(material/button): fix button harness example test (#24736)
  • 090404a build: update to account for snapshot repository branch rename (#24850)
  • 2968213 build: changes for renaming primary branch to main (#24828)
  • 0f15e12 docs(material/theming): document typography-hierarchy (#24838)
  • 5956ef3 docs(material/autocomplete): change documentation for the optionActivated eve...
  • 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.3.5 to 13.3.6. <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.6</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>13.3.6 &quot;iridium-ire&quot; (2022-05-04)</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/8ca629dc7e5aa7e015c10a9f57e8b003bdf36038"><img src="https://img.shields.io/badge/8ca629dc7e-fix-green" alt="fix - 8ca629dc7e" /></a></td> <td><strong>mdc-snack-bar:</strong> avoid multiple snack bars on the page if opened in quick succession (<a href="https://github-redirect.dependabot.com/angular/components/issues/24757">#24757</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/d6f9db37b074fcd11133146e67b8966f5c867291"><img src="https://img.shields.io/badge/d6f9db37b0-fix-green" alt="fix - d6f9db37b0" /></a></td> <td><strong>mdc-table:</strong> add inherit background to rows (<a href="https://github-redirect.dependabot.com/angular/components/issues/24867">#24867</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/6a0e6ba51060a3bd54e2790d2e41d5db8acec9d6"><img src="https://img.shields.io/badge/6a0e6ba510-fix-green" alt="fix - 6a0e6ba510" /></a></td> <td><strong>menu:</strong> add constructor overloads for non-deprecated signatures (<a href="https://github-redirect.dependabot.com/angular/components/issues/24860">#24860</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/components/blob/main/CHANGELOG.md"><code>@​angular/material</code>'s changelog</a>.</em></p> <blockquote> <h1>13.3.6 &quot;iridium-ire&quot; (2022-05-04)</h1> <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/6a0e6ba51060a3bd54e2790d2e41d5db8acec9d6">6a0e6ba510</a></td> <td>fix</td> <td><strong>menu:</strong> add constructor overloads for non-deprecated signatures (<a href="https://github-redirect.dependabot.com/angular/components/pull/24860">#24860</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/8ca629dc7e5aa7e015c10a9f57e8b003bdf36038">8ca629dc7e</a></td> <td>fix</td> <td><strong>mdc-snack-bar:</strong> avoid multiple snack bars on the page if opened in quick succession (<a href="https://github-redirect.dependabot.com/angular/components/pull/24757">#24757</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/d6f9db37b074fcd11133146e67b8966f5c867291">d6f9db37b0</a></td> <td>fix</td> <td><strong>mdc-table:</strong> add inherit background to rows (<a href="https://github-redirect.dependabot.com/angular/components/pull/24867">#24867</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.0.0-next.12 &quot;plastic-keyboard&quot; (2022-04-28)</h1> <h2>Deprecations</h2> <h3>material</h3> <ul> <li><code>mat.define-dark-theme</code> no longer accepts <code>$primary</code>, <code>$accent</code> and <code>$warn</code>. Pass a single config map instead.</li> <li><code>mat.define-light-theme</code> no longer accepts <code>$primary</code>, <code>$accent</code> and <code>$warn</code>. Pass a single config map instead.</li> <li>Custom Material themes should no longer access <code>primary</code>, <code>accent</code>, <code>warn</code>, <code>is-dark</code>, <code>foreground</code> and <code>background</code> from the theme map, but instead use the actual <code>color</code> configuration (<code>mat.get-color-config($theme)</code>).</li> <li>Passing a color configuration directly to a <code>-theme</code> mixin is not supported. Pass the theme container object instead or use the dedicated <code>-color</code> mixins.</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/ce67406f4ac6ed7a4ed9bb7be4299edea1cc72bd">ce67406f4a</a></td> <td>fix</td> <td><strong>mdc-slider:</strong> remove pointerdown passive eve… (<a href="https://github-redirect.dependabot.com/angular/components/pull/24766">#24766</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/d3428ba5a20a6780c90f68403806f8e8acc41414">d3428ba5a2</a></td> <td>fix</td> <td><strong>mdc-snack-bar:</strong> avoid querying the DOM on each change detection (<a href="https://github-redirect.dependabot.com/angular/components/pull/24770">#24770</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/4e5e286e9ebdefdc13222611c36a42f0685277f4">4e5e286e9e</a></td> <td>fix</td> <td><strong>autocomplete:</strong> outside click in Angular zone. (<a href="https://github-redirect.dependabot.com/angular/components/pull/24817">#24817</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/8dfbbed549621546d72dda341aa268cbb44fed97">8dfbbed549</a></td> <td>fix</td> <td><strong>table:</strong> accessibility improvements on table examples</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/f30609c9259ec5b2cabf52abaa051cac6fbe0bc5">f30609c925</a></td> <td>refactor</td> <td><strong>core:</strong> deprecate legacy theming API (<a href="https://github-redirect.dependabot.com/angular/components/pull/24835">#24835</a>)</td> </tr> </tbody> </table> <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/c6a1d1519e1cf6677c161d8794b6af108fa996ed">c6a1d1519e</a></td> <td>feat</td> <td><strong>dialog:</strong> move experimental CDK dialog into stable (<a href="https://github-redirect.dependabot.com/angular/components/pull/24804">#24804</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/49c1921316282c561adb6694b699cd3c6ab0e5ac">49c1921316</a></td> <td>feat</td> <td><strong>drag-drop:</strong> adding method to set drag position (<a href="https://github-redirect.dependabot.com/angular/components/pull/24769">#24769</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/653457eaf48faab99227f37bc2fe104d9f308787">653457eaf4</a></td> <td>feat</td> <td><strong>menu:</strong> move experimental CDK menu into stable (<a href="https://github-redirect.dependabot.com/angular/components/pull/24826">#24826</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/0faba6e5fcb3ebed7fad497fb5938bde47827c9a">0faba6e5fc</a></td> <td>fix</td> <td><strong>overlay:</strong> animations interrupted on repeat insertions (<a href="https://github-redirect.dependabot.com/angular/components/pull/24815">#24815</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Andrew Seguin, Diego Bonura, Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Martin Forstner, Paul Gschwendtner, Ruslan Lekhman, Sukka, Wagner Maciel, Zach Arend and renovate[bot]</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/components/commit/f036680fdcaf3ee71cd2271a6c7b7f27ba753b8c"><code>f036680</code></a> release: cut the v13.3.6 release (<a href="https://github-redirect.dependabot.com/angular/components/issues/24872">#24872</a>)</li> <li><a href="https://github.com/angular/components/commit/8ca629dc7e5aa7e015c10a9f57e8b003bdf36038"><code>8ca629d</code></a> fix(material-experimental/mdc-snack-bar): avoid multiple snack bars on the pa...</li> <li><a href="https://github.com/angular/components/commit/d6f9db37b074fcd11133146e67b8966f5c867291"><code>d6f9db3</code></a> fix(material-experimental/mdc-table): add inherit background to rows (<a href="https://github-redirect.dependabot.com/angular/components/issues/24867">#24867</a>)</li> <li><a href="https://github.com/angular/components/commit/6da24850d2c120a224904fda4c71fbc893281b79"><code>6da2485</code></a> build: cleanup remaining references to <code>master</code> branch</li> <li><a href="https://github.com/angular/components/commit/6a0e6ba51060a3bd54e2790d2e41d5db8acec9d6"><code>6a0e6ba</code></a> fix(material/menu): add constructor overloads for non-deprecated signatures (...</li> <li><a href="https://github.com/angular/components/commit/884f760ee4fb009deebee444f53823dfd243bace"><code>884f760</code></a> docs(material/button): fix button harness example test (<a href="https://github-redirect.dependabot.com/angular/components/issues/24736">#24736</a>)</li> <li><a href="https://github.com/angular/components/commit/090404a1c14625a3397e04bb070a4cd33fd226bf"><code>090404a</code></a> build: update to account for snapshot repository branch rename (<a href="https://github-redirect.dependabot.com/angular/components/issues/24850">#24850</a>)</li> <li><a href="https://github.com/angular/components/commit/296821354735f4e0f4cb6c4d44d7f3ba177a4692"><code>2968213</code></a> build: changes for renaming primary branch to <code>main</code> (<a href="https://github-redirect.dependabot.com/angular/components/issues/24828">#24828</a>)</li> <li><a href="https://github.com/angular/components/commit/0f15e12ab6d4fe6e06e0f4540a1c4d365da31fd1"><code>0f15e12</code></a> docs(material/theming): document <code>typography-hierarchy</code> (<a href="https://github-redirect.dependabot.com/angular/components/issues/24838">#24838</a>)</li> <li><a href="https://github.com/angular/components/commit/5956ef368713dd13c4b3a1afed9667156c1ba514"><code>5956ef3</code></a> docs(material/autocomplete): change documentation for the optionActivated eve...</li> <li>Additional commits viewable in <a href="https://github.com/angular/components/compare/13.3.5...13.3.6">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.3.5&new-version=13.3.6)](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.