Bump @angular/cdk from 13.3.6 to 14.2.1 in /frontend #399

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/angular/cdk-14.2.1 into main
dependabot[bot] commented 2022-09-08 10:37:55 +00:00 (Migrated from github.com)

Bumps @angular/cdk from 13.3.6 to 14.2.1.

Release notes

Sourced from @​angular/cdk's releases.

v14.2.1

14.2.1 "carbon-candle" (2022-09-07)

material

Commit Description
fix - 8683f476c button-toggle: incorrect event source in some cases (#25544)

cdk

Commit Description
fix - 84388dd23 collections: ConnectableObservable incorrectly inferred as data source (#25526)

Special Thanks

Kristiyan Kostadinov, Mark Goldberg and Paul Gschwendtner

v14.2.0

14.2.0 "rayon-river" (2022-08-25)

cdk-experimental

Commit Description
fix - aaa9d93c92 listbox: fix issue with aria-selected (#25373)

material

Commit Description
feat - 657774e29b datepicker: Allow user to jump between start and end dates with arrow keys (#25359)

cdk

Commit Description
feat - 06c2164618 a11y: add named export and public property to CdkMonitorFocus directive (#25427)
feat - 0fb2e9a5f7 listbox: add listbox to cdk (#25380) (#25474)
fix - 79858ea14b scrolling: error during server-side rendering (#25461)

Special Thanks

Andrew Seguin, Emmanuel Roux, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel

v14.2.0-rc.0

14.2.0-rc.0 "plastic-duck" (2022-08-19)

material

Commit Description
fix - b20876d86b button-toggle: toggle name falling out of sync if name changes (#24713)
fix - ab8f6fead4 expansion: fix lint issue (#25469)

cdk

Commit Description
feat - 0fb2e9a5f7 listbox: add listbox to cdk (#25380) (#25474)
fix - 200556ea96 dialog: fall back to node injector token doesn't exist in template injector (#25406)
fix - 0ba8c759fe overlay: backdropClass type mismatch (#25487)

expansion

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

14.2.1 "carbon-candle" (2022-09-07)

cdk

Commit Type Description
84388dd23 fix collections: ConnectableObservable incorrectly inferred as data source (#25526)

material

Commit Type Description
8683f476c fix button-toggle: incorrect event source in some cases (#25544)

Special Thanks

Kristiyan Kostadinov, Mark Goldberg and Paul Gschwendtner

14.2.0 "rayon-river" (2022-08-25)

cdk

Commit Type Description
06c2164618 feat a11y: add named export and public property to CdkMonitorFocus directive (#25427)
0fb2e9a5f7 feat listbox: add listbox to cdk (#25380) (#25474)
79858ea14b fix scrolling: error during server-side rendering (#25461)

material

Commit Type Description
657774e29b feat datepicker: Allow user to jump between start and end dates with arrow keys (#25359)

cdk-experimental

Commit Type Description
aaa9d93c92 fix listbox: fix issue with aria-selected (#25373)

Special Thanks

Andrew Seguin, Emmanuel Roux, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel

14.1.3 "rubber-chicken" (2022-08-19)

cdk

Commit Type Description
f661a9300e fix dialog: fall back to node injector token doesn't exist in template injector (#25406)
b9f09aa741 fix overlay: backdropClass type mismatch (#25487)

material

Commit Type Description
d1ef7e23c6 fix button-toggle: toggle name falling out of sync if name changes (#24713)
19df7cf940 fix expansion: fix lint issue (#25469)

expansion

Commit Type Description

... (truncated)

Commits
  • f0556a9 release: cut the v14.2.1 release
  • 2ff1f71 test(cdk/testing): Allow TestComponentsModule to be bootable as a module for ...
  • 07418ae test(cdk/testing): add includeAsyncTests flag (#25542)
  • 8683f47 fix(material/button-toggle): incorrect event source in some cases (#25544)
  • 84388dd fix(cdk/collections): ConnectableObservable incorrectly inferred as data sour...
  • 3cc9254 build: update to TypeScript 4.8 final (#25536)
  • ce65a4b build: remove exceptional minor logic (#25535)
  • 90324b9 release: cut the v14.2.0 release
  • 4cad61b build: update ng-dev version (#25529)
  • 3c1f10c build: update angular shared dev-infra code to 6a13e27
  • 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/cdk](https://github.com/angular/components) from 13.3.6 to 14.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/angular/components/releases"><code>@​angular/cdk</code>'s releases</a>.</em></p> <blockquote> <h2>v14.2.1</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.2.1 &quot;carbon-candle&quot; (2022-09-07)</h1> <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/8683f476c854f494507f213b21ef54ee6aea7b31"><img src="https://img.shields.io/badge/8683f476c-fix-green" alt="fix - 8683f476c" /></a></td> <td><strong>button-toggle:</strong> incorrect event source in some cases (<a href="https://github-redirect.dependabot.com/angular/components/issues/25544">#25544</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/84388dd239a6c96823c9701cccf937d25c3e78fb"><img src="https://img.shields.io/badge/84388dd23-fix-green" alt="fix - 84388dd23" /></a></td> <td><strong>collections:</strong> ConnectableObservable incorrectly inferred as data source (<a href="https://github-redirect.dependabot.com/angular/components/issues/25526">#25526</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Kristiyan Kostadinov, Mark Goldberg and Paul Gschwendtner</p> <h2>v14.2.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.2.0 &quot;rayon-river&quot; (2022-08-25)</h1> <h3>cdk-experimental</h3> <table> <thead> <tr> <th>Commit</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/aaa9d93c927c630eba3e4743d6a38f186aa08094"><img src="https://img.shields.io/badge/aaa9d93c92-fix-green" alt="fix - aaa9d93c92" /></a></td> <td><strong>listbox:</strong> fix issue with aria-selected (<a href="https://github-redirect.dependabot.com/angular/components/issues/25373">#25373</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/657774e29b90ab3d66f7abdbeadd7fafcae9b407"><img src="https://img.shields.io/badge/657774e29b-feat-blue" alt="feat - 657774e29b" /></a></td> <td><strong>datepicker:</strong> Allow user to jump between start and end dates with arrow keys (<a href="https://github-redirect.dependabot.com/angular/components/issues/25359">#25359</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/06c216461874fe90befe475e2720947ca4d43eb7"><img src="https://img.shields.io/badge/06c2164618-feat-blue" alt="feat - 06c2164618" /></a></td> <td><strong>a11y:</strong> add named export and public property to CdkMonitorFocus directive (<a href="https://github-redirect.dependabot.com/angular/components/issues/25427">#25427</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/0fb2e9a5f7e5cc19540977ec665c686f51c8ad9b"><img src="https://img.shields.io/badge/0fb2e9a5f7-feat-blue" alt="feat - 0fb2e9a5f7" /></a></td> <td><strong>listbox:</strong> add listbox to cdk (<a href="https://github-redirect.dependabot.com/angular/components/issues/25380">#25380</a>) (<a href="https://github-redirect.dependabot.com/angular/components/issues/25474">#25474</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/79858ea14ba1b3b03b792bdd89e17b38bdf5b5f6"><img src="https://img.shields.io/badge/79858ea14b-fix-green" alt="fix - 79858ea14b" /></a></td> <td><strong>scrolling:</strong> error during server-side rendering (<a href="https://github-redirect.dependabot.com/angular/components/issues/25461">#25461</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Andrew Seguin, Emmanuel Roux, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel</p> <h2>v14.2.0-rc.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.2.0-rc.0 &quot;plastic-duck&quot; (2022-08-19)</h1> <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/b20876d86b5d0650cc8079411a73fe7e5d8312b0"><img src="https://img.shields.io/badge/b20876d86b-fix-green" alt="fix - b20876d86b" /></a></td> <td><strong>button-toggle:</strong> toggle name falling out of sync if name changes (<a href="https://github-redirect.dependabot.com/angular/components/issues/24713">#24713</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/ab8f6fead478dbbea2a59ccb66b0fcecf302271d"><img src="https://img.shields.io/badge/ab8f6fead4-fix-green" alt="fix - ab8f6fead4" /></a></td> <td><strong>expansion:</strong> fix lint issue (<a href="https://github-redirect.dependabot.com/angular/components/issues/25469">#25469</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/0fb2e9a5f7e5cc19540977ec665c686f51c8ad9b"><img src="https://img.shields.io/badge/0fb2e9a5f7-feat-blue" alt="feat - 0fb2e9a5f7" /></a></td> <td><strong>listbox:</strong> add listbox to cdk (<a href="https://github-redirect.dependabot.com/angular/components/issues/25380">#25380</a>) (<a href="https://github-redirect.dependabot.com/angular/components/issues/25474">#25474</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/200556ea9604cc7cd25ef807dd5f20181c700302"><img src="https://img.shields.io/badge/200556ea96-fix-green" alt="fix - 200556ea96" /></a></td> <td><strong>dialog:</strong> fall back to node injector token doesn't exist in template injector (<a href="https://github-redirect.dependabot.com/angular/components/issues/25406">#25406</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/0ba8c759fe15e2f2ce876ae1eb28b032692262dd"><img src="https://img.shields.io/badge/0ba8c759fe-fix-green" alt="fix - 0ba8c759fe" /></a></td> <td><strong>overlay:</strong> backdropClass type mismatch (<a href="https://github-redirect.dependabot.com/angular/components/issues/25487">#25487</a>)</td> </tr> </tbody> </table> <h3>expansion</h3> <p>| Commit | Description |</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/angular/components/blob/main/CHANGELOG.md"><code>@​angular/cdk</code>'s changelog</a>.</em></p> <blockquote> <h1>14.2.1 &quot;carbon-candle&quot; (2022-09-07)</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/84388dd239a6c96823c9701cccf937d25c3e78fb">84388dd23</a></td> <td>fix</td> <td><strong>collections:</strong> ConnectableObservable incorrectly inferred as data source (<a href="https://github-redirect.dependabot.com/angular/components/pull/25526">#25526</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/8683f476c854f494507f213b21ef54ee6aea7b31">8683f476c</a></td> <td>fix</td> <td><strong>button-toggle:</strong> incorrect event source in some cases (<a href="https://github-redirect.dependabot.com/angular/components/pull/25544">#25544</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Kristiyan Kostadinov, Mark Goldberg and Paul Gschwendtner</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.2.0 &quot;rayon-river&quot; (2022-08-25)</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/06c216461874fe90befe475e2720947ca4d43eb7">06c2164618</a></td> <td>feat</td> <td><strong>a11y:</strong> add named export and public property to CdkMonitorFocus directive (<a href="https://github-redirect.dependabot.com/angular/components/pull/25427">#25427</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/0fb2e9a5f7e5cc19540977ec665c686f51c8ad9b">0fb2e9a5f7</a></td> <td>feat</td> <td><strong>listbox:</strong> add listbox to cdk (<a href="https://github-redirect.dependabot.com/angular/components/pull/25380">#25380</a>) (<a href="https://github-redirect.dependabot.com/angular/components/pull/25474">#25474</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/79858ea14ba1b3b03b792bdd89e17b38bdf5b5f6">79858ea14b</a></td> <td>fix</td> <td><strong>scrolling:</strong> error during server-side rendering (<a href="https://github-redirect.dependabot.com/angular/components/pull/25461">#25461</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/657774e29b90ab3d66f7abdbeadd7fafcae9b407">657774e29b</a></td> <td>feat</td> <td><strong>datepicker:</strong> Allow user to jump between start and end dates with arrow keys (<a href="https://github-redirect.dependabot.com/angular/components/pull/25359">#25359</a>)</td> </tr> </tbody> </table> <h3>cdk-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/aaa9d93c927c630eba3e4743d6a38f186aa08094">aaa9d93c92</a></td> <td>fix</td> <td><strong>listbox:</strong> fix issue with aria-selected (<a href="https://github-redirect.dependabot.com/angular/components/pull/25373">#25373</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Andrew Seguin, Emmanuel Roux, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and Wagner Maciel</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.1.3 &quot;rubber-chicken&quot; (2022-08-19)</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/f661a9300ec78a4914dbe29dbc4b9275ef2e3758">f661a9300e</a></td> <td>fix</td> <td><strong>dialog:</strong> fall back to node injector token doesn't exist in template injector (<a href="https://github-redirect.dependabot.com/angular/components/pull/25406">#25406</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/b9f09aa741cbddb9cb81ecd9960860de082813b5">b9f09aa741</a></td> <td>fix</td> <td><strong>overlay:</strong> backdropClass type mismatch (<a href="https://github-redirect.dependabot.com/angular/components/pull/25487">#25487</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/d1ef7e23c633886ce5e8082e85dc7f7424c9b997">d1ef7e23c6</a></td> <td>fix</td> <td><strong>button-toggle:</strong> toggle name falling out of sync if name changes (<a href="https://github-redirect.dependabot.com/angular/components/pull/24713">#24713</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/19df7cf940aa21ffd6c083bbdd8721329ced392d">19df7cf940</a></td> <td>fix</td> <td><strong>expansion:</strong> fix lint issue (<a href="https://github-redirect.dependabot.com/angular/components/pull/25469">#25469</a>)</td> </tr> </tbody> </table> <h3>expansion</h3> <table> <thead> <tr> <th>Commit</th> <th>Type</th> <th>Description</th> </tr> </thead> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/components/commit/f0556a93425bdeb51f9644244dfa407b701c2180"><code>f0556a9</code></a> release: cut the v14.2.1 release</li> <li><a href="https://github.com/angular/components/commit/2ff1f71dbb992e980f0e45021f32605ce3054eb3"><code>2ff1f71</code></a> test(cdk/testing): Allow TestComponentsModule to be bootable as a module for ...</li> <li><a href="https://github.com/angular/components/commit/07418aebb59163c71deac17700d55167eb0fbe31"><code>07418ae</code></a> test(cdk/testing): add includeAsyncTests flag (<a href="https://github-redirect.dependabot.com/angular/components/issues/25542">#25542</a>)</li> <li><a href="https://github.com/angular/components/commit/8683f476c854f494507f213b21ef54ee6aea7b31"><code>8683f47</code></a> fix(material/button-toggle): incorrect event source in some cases (<a href="https://github-redirect.dependabot.com/angular/components/issues/25544">#25544</a>)</li> <li><a href="https://github.com/angular/components/commit/84388dd239a6c96823c9701cccf937d25c3e78fb"><code>84388dd</code></a> fix(cdk/collections): ConnectableObservable incorrectly inferred as data sour...</li> <li><a href="https://github.com/angular/components/commit/3cc92542684f793a01028534ebc31ee678c7aab5"><code>3cc9254</code></a> build: update to TypeScript 4.8 final (<a href="https://github-redirect.dependabot.com/angular/components/issues/25536">#25536</a>)</li> <li><a href="https://github.com/angular/components/commit/ce65a4bd90463dd20918ccdb6d8db0280d886916"><code>ce65a4b</code></a> build: remove exceptional minor logic (<a href="https://github-redirect.dependabot.com/angular/components/issues/25535">#25535</a>)</li> <li><a href="https://github.com/angular/components/commit/90324b917838caf7124710ea9aeb4b5168987f9c"><code>90324b9</code></a> release: cut the v14.2.0 release</li> <li><a href="https://github.com/angular/components/commit/4cad61b7ed9bf2d53e1e5b5b089ed651ed6d3aef"><code>4cad61b</code></a> build: update ng-dev version (<a href="https://github-redirect.dependabot.com/angular/components/issues/25529">#25529</a>)</li> <li><a href="https://github.com/angular/components/commit/3c1f10ced97c0b99bc2d9bab031efcd40a7b0313"><code>3c1f10c</code></a> build: update angular shared dev-infra code to 6a13e27</li> <li>Additional commits viewable in <a href="https://github.com/angular/components/compare/13.3.6...14.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@angular/cdk&package-manager=npm_and_yarn&previous-version=13.3.6&new-version=14.2.1)](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>
dependabot[bot] commented 2022-09-15 09:43:40 +00:00 (Migrated from github.com)

Superseded by #413.

Superseded by #413.

Pull request closed

Sign in to join this conversation.
No description provided.