Bump @angular/cdk from 13.3.6 to 14.0.0 in /frontend #222

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/frontend/angular/cdk-14.0.0 into main
dependabot[bot] commented 2022-06-03 10:15:15 +00:00 (Migrated from github.com)

Bumps @angular/cdk from 13.3.6 to 14.0.0.

Release notes

Sourced from @​angular/cdk's releases.

v14.0.0

14.0.0 "cotton-peanut" (2022-06-02)

Breaking Changes

material

  • MatChipInputEvent.chipInput is now a required property.
  • Previously the mixinErrorState mixin function defined a class member for stateChanges. This is no longer the case, and consumers need to provide the stateChanges class member themselves.
    • 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.
    • CdkStepper._orientation has been removed. Use CdkStepper.orientation instead.
    • The _document parameter from the CdkStepper constructor has been removed.
    • The _document parameter from the MatStepper constructor has been removed.
    • MatVerticalStepper has been removed. Use MatStepper instead.
    • MatHorizontalStepper has been removed. Use MatStepper instead.

cdk

  • The deprecated angular/cdk/testing/protractor entry-point has been removed.

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 Description
feat - 353a5482e3 mdc-dialog: switch to new theming api (#23620)
feat - 0163ad2697 mdc-dialog: switch to new theming api (#23620) (#24521)
feat - 3e1080931e mdc-list: add support for marking the act… (#24433)
feat - 1b7d47cfed mdc-tabs: default to stretched tabs (#23406)
fix - c3bb3a9e5b mdc-core: avoid style conflicts between MDC list and MDC option
fix - f6310fbcf6 mdc-dialog: expose dialog-legacy-padding mixin
fix - 3a94415b28 mdc-dialog: implement delayFocusTrap option (#24727)
fix - 94ec04156c mdc-dialog: reduce amount of generated CSS
fix - b3c957941a mdc-form-field: incorrect alignment with border-box alignment (#24222)
fix - 766a01e4ef mdc-list: avoid style conflicts with MDC list
fix - 02d6e7d77a mdc-tabs: CSS applied to wrong element when preserveContent is enabled (#24346)

cdk-experimental

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

14.0.0 "cotton-peanut" (2022-06-02)

Breaking Changes

cdk

  • The deprecated angular/cdk/testing/protractor entry-point has been removed.

material

  • MatChipInputEvent.chipInput is now a required property.
  • Previously the mixinErrorState mixin function defined a class member for stateChanges. This is no longer the case, and consumers need to provide the stateChanges class member themselves.
    • 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.
    • CdkStepper._orientation has been removed. Use CdkStepper.orientation instead.
    • The _document parameter from the CdkStepper constructor has been removed.
    • The _document parameter from the MatStepper constructor has been removed.
    • MatVerticalStepper has been removed. Use MatStepper instead.
    • MatHorizontalStepper has been removed. Use MatStepper instead.

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.

cdk

Commit Type Description
7d0bca7bd3 feat a11y: add input to control the duration of the aria live directive (#15275)
feaf50b43a feat a11y: HighContrastModeDetector need not support IE11 (#24462)
c6a1d1519e feat dialog: move experimental CDK dialog into stable (#24804)
49c1921316 feat drag-drop: adding method to set drag position (#24769)
ca6b9fa209 feat drag-drop: expose native event objects in custom events (#17077)
653457eaf4 feat menu: move experimental CDK menu into stable (#24826)
c296084073 feat overlay: add start and end positions to GlobalPositionStrategy (#12007)
f91b98fff3 feat portal: allow specifying injector for template portal (#24554)
508b7ac460 feat table: allow text column to be centered (#24133)
64606fa65b feat testing: add methods getOptionalHarness and hasHarness (#24355)
4edfaedcaf fix a11y: ensure that aria describer ID is unique (#24982)
f342375e29 fix dialog: add container structural styles (#24905)
8946ce2b8f fix menu: allow scrolling while menu is open
3d4b339961 fix menu: update docs to reflect current implementation and add (#24884)
f8dadb3246 fix overlay: disable backdrop animation when noop animations are enabled (#24687)

... (truncated)

Commits
  • 59e1868 release: cut the v14.0.0 release (#25015)
  • 86be885 release: update Angular version range (#25014)
  • 055b25d refactor(material-experimental/mdc-progress-bar): remove usage of MDC adapter...
  • 28cc466 fix(material/datepicker): page scrolling for fast keyboard repeat (#24991)
  • bf97a87 docs(material/icon): update the FontAwesome example link (#24954)
  • 3a7ee5a fix(cdk/schematics): remove instanceof check since it was always false when c...
  • 957797d release: cut the v14.0.0-rc.2 release (#25001)
  • 73be9fb refactor(material-experimental/mdc-chips): remove usage of MDC adapter (#24990)
  • 1119c34 build: speed up TS compilations and type bundling by removing locale files (#...
  • 1ac1f83 refactor(material-experimental/mdc-list): remove usage of MDC adapter (#24994)
  • 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.0.0. <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.0.0</h2> <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p> <h1>14.0.0 &quot;cotton-peanut&quot; (2022-06-02)</h1> <h2>Breaking Changes</h2> <h3>material</h3> <ul> <li><code>MatChipInputEvent.chipInput</code> is now a required property.</li> <li>Previously the <code>mixinErrorState</code> mixin function defined a class member for <code>stateChanges</code>. This is no longer the case, and consumers need to provide the <code>stateChanges</code> class member themselves.</li> <li> <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> </li> <li> <ul> <li><code>CdkStepper._orientation</code> has been removed. Use <code>CdkStepper.orientation</code> instead.</li> <li>The <code>_document</code> parameter from the <code>CdkStepper</code> constructor has been removed.</li> <li>The <code>_document</code> parameter from the <code>MatStepper</code> constructor has been removed.</li> <li><code>MatVerticalStepper</code> has been removed. Use <code>MatStepper</code> instead.</li> <li><code>MatHorizontalStepper</code> has been removed. Use <code>MatStepper</code> instead.</li> </ul> </li> </ul> <h3>cdk</h3> <ul> <li>The deprecated <code>angular/cdk/testing/protractor</code> entry-point has been removed.</li> </ul> <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>Description</th> </tr> </thead> <tbody> <tr> <td><a href="https://github.com/angular/components/commit/353a5482e3811b8d684669973bfa02b4ac2ca0f6"><img src="https://img.shields.io/badge/353a5482e3-feat-blue" alt="feat - 353a5482e3" /></a></td> <td><strong>mdc-dialog:</strong> switch to new theming api (<a href="https://github-redirect.dependabot.com/angular/components/issues/23620">#23620</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/0163ad2697567652cbaa5d004767527ab803f20c"><img src="https://img.shields.io/badge/0163ad2697-feat-blue" alt="feat - 0163ad2697" /></a></td> <td><strong>mdc-dialog:</strong> switch to new theming api (<a href="https://github-redirect.dependabot.com/angular/components/issues/23620">#23620</a>) (<a href="https://github-redirect.dependabot.com/angular/components/issues/24521">#24521</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/3e1080931e62226874e1253528f35878b3228af9"><img src="https://img.shields.io/badge/3e1080931e-feat-blue" alt="feat - 3e1080931e" /></a></td> <td><strong>mdc-list:</strong> add support for marking the act… (<a href="https://github-redirect.dependabot.com/angular/components/issues/24433">#24433</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/1b7d47cfedb4b00570bcd1f7069f4f6d4f1b3afd"><img src="https://img.shields.io/badge/1b7d47cfed-feat-blue" alt="feat - 1b7d47cfed" /></a></td> <td><strong>mdc-tabs:</strong> default to stretched tabs (<a href="https://github-redirect.dependabot.com/angular/components/issues/23406">#23406</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/c3bb3a9e5b16485ad3a6263bed0e9aa7ff45dca1"><img src="https://img.shields.io/badge/c3bb3a9e5b-fix-green" alt="fix - c3bb3a9e5b" /></a></td> <td><strong>mdc-core:</strong> avoid style conflicts between MDC list and MDC option</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/f6310fbcf66c0f88c5f47c61f264c76f93301ca9"><img src="https://img.shields.io/badge/f6310fbcf6-fix-green" alt="fix - f6310fbcf6" /></a></td> <td><strong>mdc-dialog:</strong> expose <code>dialog-legacy-padding</code> mixin</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/3a94415b286ea220912f301000535cbf102112df"><img src="https://img.shields.io/badge/3a94415b28-fix-green" alt="fix - 3a94415b28" /></a></td> <td><strong>mdc-dialog:</strong> implement delayFocusTrap option (<a href="https://github-redirect.dependabot.com/angular/components/issues/24727">#24727</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/94ec04156c1330f5c063b5e2ecb7fcaff65736ab"><img src="https://img.shields.io/badge/94ec04156c-fix-green" alt="fix - 94ec04156c" /></a></td> <td><strong>mdc-dialog:</strong> reduce amount of generated CSS</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/b3c957941a14555eb7adaeb10af3db4f80c0e10a"><img src="https://img.shields.io/badge/b3c957941a-fix-green" alt="fix - b3c957941a" /></a></td> <td><strong>mdc-form-field:</strong> incorrect alignment with border-box alignment (<a href="https://github-redirect.dependabot.com/angular/components/issues/24222">#24222</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/766a01e4efb52e51936d932c43e7a3e0a73660c8"><img src="https://img.shields.io/badge/766a01e4ef-fix-green" alt="fix - 766a01e4ef" /></a></td> <td><strong>mdc-list:</strong> avoid style conflicts with MDC list</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/02d6e7d77ae77feae7d52c929b0dff74f6624c1a"><img src="https://img.shields.io/badge/02d6e7d77a-fix-green" alt="fix - 02d6e7d77a" /></a></td> <td><strong>mdc-tabs:</strong> CSS applied to wrong element when preserveContent is enabled (<a href="https://github-redirect.dependabot.com/angular/components/issues/24346">#24346</a>)</td> </tr> </tbody> </table> <h3>cdk-experimental</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.0.0 &quot;cotton-peanut&quot; (2022-06-02)</h1> <h2>Breaking Changes</h2> <h3>cdk</h3> <ul> <li>The deprecated <code>angular/cdk/testing/protractor</code> entry-point has been removed.</li> </ul> <h3>material</h3> <ul> <li><code>MatChipInputEvent.chipInput</code> is now a required property.</li> <li>Previously the <code>mixinErrorState</code> mixin function defined a class member for <code>stateChanges</code>. This is no longer the case, and consumers need to provide the <code>stateChanges</code> class member themselves.</li> <li> <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> </li> <li> <ul> <li><code>CdkStepper._orientation</code> has been removed. Use <code>CdkStepper.orientation</code> instead.</li> <li>The <code>_document</code> parameter from the <code>CdkStepper</code> constructor has been removed.</li> <li>The <code>_document</code> parameter from the <code>MatStepper</code> constructor has been removed.</li> <li><code>MatVerticalStepper</code> has been removed. Use <code>MatStepper</code> instead.</li> <li><code>MatHorizontalStepper</code> has been removed. Use <code>MatStepper</code> instead.</li> </ul> </li> </ul> <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>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/7d0bca7bd39e97ff6b033f97d05a811dfdac25db">7d0bca7bd3</a></td> <td>feat</td> <td><strong>a11y:</strong> add input to control the duration of the aria live directive (<a href="https://github-redirect.dependabot.com/angular/components/pull/15275">#15275</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/feaf50b43a9debfbd6dfe8949ff69cce7853b455">feaf50b43a</a></td> <td>feat</td> <td><strong>a11y:</strong> HighContrastModeDetector need not support <code>IE11</code> (<a href="https://github-redirect.dependabot.com/angular/components/pull/24462">#24462</a>)</td> </tr> <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/ca6b9fa209ee3233c506a23943d0c5dacd2ac2dc">ca6b9fa209</a></td> <td>feat</td> <td><strong>drag-drop:</strong> expose native event objects in custom events (<a href="https://github-redirect.dependabot.com/angular/components/pull/17077">#17077</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/c296084073bfbb35aac21063afa85ae69527b0b6">c296084073</a></td> <td>feat</td> <td><strong>overlay:</strong> add start and end positions to GlobalPositionStrategy (<a href="https://github-redirect.dependabot.com/angular/components/pull/12007">#12007</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/f91b98fff3beff70b2537f8b3da635518ef403ef">f91b98fff3</a></td> <td>feat</td> <td><strong>portal:</strong> allow specifying injector for template portal (<a href="https://github-redirect.dependabot.com/angular/components/pull/24554">#24554</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/508b7ac460be647a0479421864bcb00e74d60094">508b7ac460</a></td> <td>feat</td> <td><strong>table:</strong> allow text column to be centered (<a href="https://github-redirect.dependabot.com/angular/components/pull/24133">#24133</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/64606fa65bd0d307a87d8a64b7db0da90105102c">64606fa65b</a></td> <td>feat</td> <td><strong>testing:</strong> add methods <code>getOptionalHarness</code> and <code>hasHarness</code> (<a href="https://github-redirect.dependabot.com/angular/components/pull/24355">#24355</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/4edfaedcaf982e10bc41699abb932c4a8ab4941b">4edfaedcaf</a></td> <td>fix</td> <td><strong>a11y:</strong> ensure that aria describer ID is unique (<a href="https://github-redirect.dependabot.com/angular/components/pull/24982">#24982</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/f342375e295e57b966964880e71e734d674c0bf2">f342375e29</a></td> <td>fix</td> <td><strong>dialog:</strong> add container structural styles (<a href="https://github-redirect.dependabot.com/angular/components/pull/24905">#24905</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/8946ce2b8f4faa256e25d16048c3871560b808a0">8946ce2b8f</a></td> <td>fix</td> <td><strong>menu:</strong> allow scrolling while menu is open</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/3d4b339961c8fc9d1f0f1a69b4c3bd72c68fe268">3d4b339961</a></td> <td>fix</td> <td><strong>menu:</strong> update docs to reflect current implementation and add (<a href="https://github-redirect.dependabot.com/angular/components/pull/24884">#24884</a>)</td> </tr> <tr> <td><a href="https://github.com/angular/components/commit/f8dadb3246c778a3916db72ead9033ebb32bc814">f8dadb3246</a></td> <td>fix</td> <td><strong>overlay:</strong> disable backdrop animation when noop animations are enabled (<a href="https://github-redirect.dependabot.com/angular/components/pull/24687">#24687</a>)</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/angular/components/commit/59e1868e689071e06808383cedbd4497cd8475a8"><code>59e1868</code></a> release: cut the v14.0.0 release (<a href="https://github-redirect.dependabot.com/angular/components/issues/25015">#25015</a>)</li> <li><a href="https://github.com/angular/components/commit/86be885fb3d9b7fcf0880bc538cf4963b4ca023c"><code>86be885</code></a> release: update Angular version range (<a href="https://github-redirect.dependabot.com/angular/components/issues/25014">#25014</a>)</li> <li><a href="https://github.com/angular/components/commit/055b25d8e0808a680a4511acb32d80179de14c5a"><code>055b25d</code></a> refactor(material-experimental/mdc-progress-bar): remove usage of MDC adapter...</li> <li><a href="https://github.com/angular/components/commit/28cc466417c954d5ad5e2ca55509d768b8b336e0"><code>28cc466</code></a> fix(material/datepicker): page scrolling for fast keyboard repeat (<a href="https://github-redirect.dependabot.com/angular/components/issues/24991">#24991</a>)</li> <li><a href="https://github.com/angular/components/commit/bf97a872313d9780c39129b513271fde575779ba"><code>bf97a87</code></a> docs(material/icon): update the FontAwesome example link (<a href="https://github-redirect.dependabot.com/angular/components/issues/24954">#24954</a>)</li> <li><a href="https://github.com/angular/components/commit/3a7ee5ad01cbc3e6e58667bfc271031e93624cbe"><code>3a7ee5a</code></a> fix(cdk/schematics): remove instanceof check since it was always false when c...</li> <li><a href="https://github.com/angular/components/commit/957797d830cbdcdc76d4e594be6f426b0e0017d7"><code>957797d</code></a> release: cut the v14.0.0-rc.2 release (<a href="https://github-redirect.dependabot.com/angular/components/issues/25001">#25001</a>)</li> <li><a href="https://github.com/angular/components/commit/73be9fb121658efc8d34d1c5319719db3316771d"><code>73be9fb</code></a> refactor(material-experimental/mdc-chips): remove usage of MDC adapter (<a href="https://github-redirect.dependabot.com/angular/components/issues/24990">#24990</a>)</li> <li><a href="https://github.com/angular/components/commit/1119c349ccefe440ab1cadb3180b67b90b034360"><code>1119c34</code></a> build: speed up TS compilations and type bundling by removing locale files (#...</li> <li><a href="https://github.com/angular/components/commit/1ac1f83373dbb26ccffc92eda621194182876194"><code>1ac1f83</code></a> refactor(material-experimental/mdc-list): remove usage of MDC adapter (<a href="https://github-redirect.dependabot.com/angular/components/issues/24994">#24994</a>)</li> <li>Additional commits viewable in <a href="https://github.com/angular/components/compare/13.3.6...14.0.0">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.0.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>
dependabot[bot] commented 2022-06-08 09:33:09 +00:00 (Migrated from github.com)

Superseded by #233.

Superseded by #233.

Pull request closed

Sign in to join this conversation.
No description provided.