Bump @angular/cdk from 13.3.6 to 14.2.2 in /frontend #413

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

Bumps @angular/cdk from 13.3.6 to 14.2.2.

Release notes

Sourced from @​angular/cdk's releases.

v14.2.2

14.2.2 "cytoplasm-salmon" (2022-09-14)

material

Commit Description
fix - b3e35f3be4 datepicker: restore focus after closing animation (#25567)

cdk

Commit Description
fix - 6275f9d41f a11y: account for Windows 11 high contrast themes in detector (#25624)
fix - eb5f79bb7b listbox: error with multiple preselected values (#25621)
fix - 65af24ee53 menu: don't prevent default enter and space actions (#25591)

Special Thanks

Kristiyan Kostadinov and Paul Gschwendtner

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

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

14.2.2 "cytoplasm-salmon" (2022-09-14)

cdk

Commit Type Description
6275f9d41f fix a11y: account for Windows 11 high contrast themes in detector (#25624)
eb5f79bb7b fix listbox: error with multiple preselected values (#25621)
65af24ee53 fix menu: don't prevent default enter and space actions (#25591)

material

Commit Type Description
b3e35f3be4 fix datepicker: restore focus after closing animation (#25567)

Special Thanks

Kristiyan Kostadinov and Paul Gschwendtner

15.0.0-next.0 "charcoal-coin" (2022-09-07)

Breaking Changes

material

    • DOM and CSS classes for mat-autocomplete have changes.
    • TypeScript API is largely the same but may have minor differences.
  • DOM and CSS classes for mat-button, mat-fab, and mat-icon-button have changed. Typescript API is largely the same but may have minor differences.

    • DOM and CSS classes for mat-card have changes
    • Typescript API is largely the same but may have minor differences
    • See the MDC migration guide for more information about the changes and how to migrate your app (TODO: link when available)
    • mat-chip-list has been split up into three different components: mat-chip-set, mat-chip-listbox and mat-chip-grid to better represent the different interaction patterns.
    • DOM and CSS classes for mat-option and mat-optgroup have changed.
    • Typescript API is largely the same but may have minor differences
    • DOM and CSS classes for mat-dialog have changes
    • Typescript API is largely the same but may have minor differences
    • See the MDC migration guide for more information about the changes and how to migrate your app (TODO: link when available)
    • fixup! feat(material/dialog): Switch dialog implementation to use MDC
    • DOM and CSS classes for the various list components have changed.
    • Typescript API is largely the same but may have minor differences.
    • DOM and CSS classes for mat-menu have changes.
    • Typescript API is largely the same but may have minor differences.
    • DOM and CSS classes for mat-radio-group and mat-radio-button have changes.
    • Typescript API is largely the same but may have minor differences.
    • DOM and CSS classes for mat-select have changes.
    • TypeScript API is largely the same but may have minor differences.
    • DOM and CSS classes for mat-slide-toggle have changes
    • Typescript API is largely the same but may have minor differences
    • See the MDC migration guide for more information about the changes and how to migrate your app (TODO: link when available)
    • mat-slider has a new API that requires a <input matSliderThumb> element.

... (truncated)

Commits
  • 3db4fe6 release: cut the v14.2.2 release
  • 1b5ae4b ci: re-enable until front of line blocking in publish snapshot job (#25602)
  • b3e35f3 fix(material/datepicker): restore focus after closing animation (#25567)
  • 6275f9d fix(cdk/a11y): account for Windows 11 high contrast themes in detector (#25624)
  • ee0067d build: update angular shared dev-infra code to 50647a2 (#25521)
  • 65af24e fix(cdk/menu): don't prevent default enter and space actions (#25591)
  • eb5f79b fix(cdk/listbox): error with multiple preselected values (#25621)
  • 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)
  • 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.2. <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.2</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.2.2 &quot;cytoplasm-salmon&quot; (2022-09-14)</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/b3e35f3be43bee79e8e368d0e753130bce07d70c"><img src="https://img.shields.io/badge/b3e35f3be4-fix-green" alt="fix - b3e35f3be4" /></a></td> <td><strong>datepicker:</strong> restore focus after closing animation (<a href="https://github-redirect.dependabot.com/angular/components/issues/25567">#25567</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/6275f9d41f509724a938ab35e7038965b1c59651"><img src="https://img.shields.io/badge/6275f9d41f-fix-green" alt="fix - 6275f9d41f" /></a></td> <td><strong>a11y:</strong> account for Windows 11 high contrast themes in detector (<a href="https://github-redirect.dependabot.com/angular/components/issues/25624">#25624</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/eb5f79bb7b2660a1e007aa82ddceb5c33aa7acac"><img src="https://img.shields.io/badge/eb5f79bb7b-fix-green" alt="fix - eb5f79bb7b" /></a></td> <td><strong>listbox:</strong> error with multiple preselected values (<a href="https://github-redirect.dependabot.com/angular/components/issues/25621">#25621</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/65af24ee53c7a23f6005ec807bb8c1407368de71"><img src="https://img.shields.io/badge/65af24ee53-fix-green" alt="fix - 65af24ee53" /></a></td> <td><strong>menu:</strong> don't prevent default enter and space actions (<a href="https://github-redirect.dependabot.com/angular/components/issues/25591">#25591</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Kristiyan Kostadinov and Paul Gschwendtner</p> <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> <!-- 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.2 &quot;cytoplasm-salmon&quot; (2022-09-14)</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/6275f9d41f509724a938ab35e7038965b1c59651">6275f9d41f</a></td> <td>fix</td> <td><strong>a11y:</strong> account for Windows 11 high contrast themes in detector (<a href="https://github-redirect.dependabot.com/angular/components/pull/25624">#25624</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/eb5f79bb7b2660a1e007aa82ddceb5c33aa7acac">eb5f79bb7b</a></td> <td>fix</td> <td><strong>listbox:</strong> error with multiple preselected values (<a href="https://github-redirect.dependabot.com/angular/components/pull/25621">#25621</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/65af24ee53c7a23f6005ec807bb8c1407368de71">65af24ee53</a></td> <td>fix</td> <td><strong>menu:</strong> don't prevent default enter and space actions (<a href="https://github-redirect.dependabot.com/angular/components/pull/25591">#25591</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/b3e35f3be43bee79e8e368d0e753130bce07d70c">b3e35f3be4</a></td> <td>fix</td> <td><strong>datepicker:</strong> restore focus after closing animation (<a href="https://github-redirect.dependabot.com/angular/components/pull/25567">#25567</a>)</td> </tr> </tbody> </table> <h2>Special Thanks</h2> <p>Kristiyan Kostadinov and Paul Gschwendtner</p> <!-- raw HTML omitted --> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>15.0.0-next.0 &quot;charcoal-coin&quot; (2022-09-07)</h1> <h2>Breaking Changes</h2> <h3>material</h3> <ul> <li> <ul> <li>DOM and CSS classes for <code>mat-autocomplete</code> have changes.</li> <li>TypeScript API is largely the same but may have minor differences.</li> </ul> </li> <li> <p>DOM and CSS classes for mat-button, mat-fab, and mat-icon-button have changed. Typescript API is largely the same but may have minor differences.</p> </li> <li> <ul> <li>DOM and CSS classes for mat-card have changes</li> <li>Typescript API is largely the same but may have minor differences</li> <li>See the MDC migration guide for more information about the changes and how to migrate your app (TODO: link when available)</li> </ul> </li> <li> <ul> <li><code>mat-chip-list</code> has been split up into three different components: <code>mat-chip-set</code>, <code>mat-chip-listbox</code> and <code>mat-chip-grid</code> to better represent the different interaction patterns.</li> </ul> </li> <li> <ul> <li>DOM and CSS classes for <code>mat-option</code> and <code>mat-optgroup</code> have changed.</li> <li>Typescript API is largely the same but may have minor differences</li> </ul> </li> <li> <ul> <li>DOM and CSS classes for mat-dialog have changes</li> <li>Typescript API is largely the same but may have minor differences</li> <li>See the MDC migration guide for more information about the changes and how to migrate your app (TODO: link when available)</li> </ul> <ul> <li>fixup! feat(material/dialog): Switch dialog implementation to use MDC</li> </ul> </li> <li> <ul> <li>DOM and CSS classes for the various list components have changed.</li> <li>Typescript API is largely the same but may have minor differences.</li> </ul> </li> <li> <ul> <li>DOM and CSS classes for <code>mat-menu</code> have changes.</li> <li>Typescript API is largely the same but may have minor differences.</li> </ul> </li> <li> <ul> <li>DOM and CSS classes for <code>mat-radio-group</code> and <code>mat-radio-button</code> have changes.</li> <li>Typescript API is largely the same but may have minor differences.</li> </ul> </li> <li> <ul> <li>DOM and CSS classes for <code>mat-select</code> have changes.</li> <li>TypeScript API is largely the same but may have minor differences.</li> </ul> </li> <li> <ul> <li>DOM and CSS classes for mat-slide-toggle have changes</li> <li>Typescript API is largely the same but may have minor differences</li> <li>See the MDC migration guide for more information about the changes and how to migrate your app (TODO: link when available)</li> </ul> </li> <li> <ul> <li><code>mat-slider</code> has a new API that requires a <code>&lt;input matSliderThumb&gt;</code> element.</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/components/commit/3db4fe60511af6922fb4519e18e5304d0f1d62e4"><code>3db4fe6</code></a> release: cut the v14.2.2 release</li> <li><a href="https://github.com/angular/components/commit/1b5ae4bdbe5933ee0482dcd38b68b02baee71fea"><code>1b5ae4b</code></a> ci: re-enable until front of line blocking in publish snapshot job (<a href="https://github-redirect.dependabot.com/angular/components/issues/25602">#25602</a>)</li> <li><a href="https://github.com/angular/components/commit/b3e35f3be43bee79e8e368d0e753130bce07d70c"><code>b3e35f3</code></a> fix(material/datepicker): restore focus after closing animation (<a href="https://github-redirect.dependabot.com/angular/components/issues/25567">#25567</a>)</li> <li><a href="https://github.com/angular/components/commit/6275f9d41f509724a938ab35e7038965b1c59651"><code>6275f9d</code></a> fix(cdk/a11y): account for Windows 11 high contrast themes in detector (<a href="https://github-redirect.dependabot.com/angular/components/issues/25624">#25624</a>)</li> <li><a href="https://github.com/angular/components/commit/ee0067d7dda33d6b3b39a9125cda33721ad21b5d"><code>ee0067d</code></a> build: update angular shared dev-infra code to 50647a2 (<a href="https://github-redirect.dependabot.com/angular/components/issues/25521">#25521</a>)</li> <li><a href="https://github.com/angular/components/commit/65af24ee53c7a23f6005ec807bb8c1407368de71"><code>65af24e</code></a> fix(cdk/menu): don't prevent default enter and space actions (<a href="https://github-redirect.dependabot.com/angular/components/issues/25591">#25591</a>)</li> <li><a href="https://github.com/angular/components/commit/eb5f79bb7b2660a1e007aa82ddceb5c33aa7acac"><code>eb5f79b</code></a> fix(cdk/listbox): error with multiple preselected values (<a href="https://github-redirect.dependabot.com/angular/components/issues/25621">#25621</a>)</li> <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>Additional commits viewable in <a href="https://github.com/angular/components/compare/13.3.6...14.2.2">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.2)](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>
administrator closed this pull request 2022-09-17 22:44:36 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.