Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @angular/cdk from 12.2.4 to 14.0.0 #1688

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2022

Bumps @angular/cdk from 12.2.4 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
![](https://img.shields.io/badge/353a5482e3-feat-blue) mdc-dialog: switch to new theming api ([#23620](https://github-redirect.dependabot.com/angular/components/issues/23620))
![](https://img.shields.io/badge/0163ad2697-feat-blue) mdc-dialog: switch to new theming api ([#23620](https://github-redirect.dependabot.com/angular/components/issues/23620)) ([#24521](https://github-redirect.dependabot.com/angular/components/issues/24521))
![](https://img.shields.io/badge/3e1080931e-feat-blue) mdc-list: add support for marking the act… ([#24433](https://github-redirect.dependabot.com/angular/components/issues/24433))
![](https://img.shields.io/badge/1b7d47cfed-feat-blue) mdc-tabs: default to stretched tabs ([#23406](https://github-redirect.dependabot.com/angular/components/issues/23406))
![](https://img.shields.io/badge/c3bb3a9e5b-fix-green) mdc-core: avoid style conflicts between MDC list and MDC option
![](https://img.shields.io/badge/f6310fbcf6-fix-green) mdc-dialog: expose dialog-legacy-padding mixin
![](https://img.shields.io/badge/3a94415b28-fix-green) mdc-dialog: implement delayFocusTrap option ([#24727](https://github-redirect.dependabot.com/angular/components/issues/24727))
![](https://img.shields.io/badge/94ec04156c-fix-green) mdc-dialog: reduce amount of generated CSS
![](https://img.shields.io/badge/b3c957941a-fix-green) mdc-form-field: incorrect alignment with border-box alignment ([#24222](https://github-redirect.dependabot.com/angular/components/issues/24222))
![](https://img.shields.io/badge/766a01e4ef-fix-green) mdc-list: avoid style conflicts with MDC list
![](https://img.shields.io/badge/02d6e7d77a-fix-green) mdc-tabs: CSS applied to wrong element when preserveContent is enabled ([#24346](https://github-redirect.dependabot.com/angular/components/issues/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](https://github.com/angular/components/commit/7d0bca7bd39e97ff6b033f97d05a811dfdac25db) feat a11y: add input to control the duration of the aria live directive ([#15275](https://github-redirect.dependabot.com/angular/components/pull/15275))
[feaf50b43a](https://github.com/angular/components/commit/feaf50b43a9debfbd6dfe8949ff69cce7853b455) feat a11y: HighContrastModeDetector need not support IE11 ([#24462](https://github-redirect.dependabot.com/angular/components/pull/24462))
[c6a1d1519e](https://github.com/angular/components/commit/c6a1d1519e1cf6677c161d8794b6af108fa996ed) feat dialog: move experimental CDK dialog into stable ([#24804](https://github-redirect.dependabot.com/angular/components/pull/24804))
[49c1921316](https://github.com/angular/components/commit/49c1921316282c561adb6694b699cd3c6ab0e5ac) feat drag-drop: adding method to set drag position ([#24769](https://github-redirect.dependabot.com/angular/components/pull/24769))
[ca6b9fa209](https://github.com/angular/components/commit/ca6b9fa209ee3233c506a23943d0c5dacd2ac2dc) feat drag-drop: expose native event objects in custom events ([#17077](https://github-redirect.dependabot.com/angular/components/pull/17077))
[653457eaf4](https://github.com/angular/components/commit/653457eaf48faab99227f37bc2fe104d9f308787) feat menu: move experimental CDK menu into stable ([#24826](https://github-redirect.dependabot.com/angular/components/pull/24826))
[c296084073](https://github.com/angular/components/commit/c296084073bfbb35aac21063afa85ae69527b0b6) feat overlay: add start and end positions to GlobalPositionStrategy ([#12007](https://github-redirect.dependabot.com/angular/components/pull/12007))
[f91b98fff3](https://github.com/angular/components/commit/f91b98fff3beff70b2537f8b3da635518ef403ef) feat portal: allow specifying injector for template portal ([#24554](https://github-redirect.dependabot.com/angular/components/pull/24554))
[508b7ac460](https://github.com/angular/components/commit/508b7ac460be647a0479421864bcb00e74d60094) feat table: allow text column to be centered ([#24133](https://github-redirect.dependabot.com/angular/components/pull/24133))
[64606fa65b](https://github.com/angular/components/commit/64606fa65bd0d307a87d8a64b7db0da90105102c) feat testing: add methods getOptionalHarness and hasHarness ([#24355](https://github-redirect.dependabot.com/angular/components/pull/24355))
[4edfaedcaf](https://github.com/angular/components/commit/4edfaedcaf982e10bc41699abb932c4a8ab4941b) fix a11y: ensure that aria describer ID is unique ([#24982](https://github-redirect.dependabot.com/angular/components/pull/24982))
[f342375e29](https://github.com/angular/components/commit/f342375e295e57b966964880e71e734d674c0bf2) fix dialog: add container structural styles ([#24905](https://github-redirect.dependabot.com/angular/components/pull/24905))
[8946ce2b8f](https://github.com/angular/components/commit/8946ce2b8f4faa256e25d16048c3871560b808a0) fix menu: allow scrolling while menu is open
[3d4b339961](https://github.com/angular/components/commit/3d4b339961c8fc9d1f0f1a69b4c3bd72c68fe268) fix menu: update docs to reflect current implementation and add ([#24884](https://github-redirect.dependabot.com/angular/components/pull/24884))
[f8dadb3246](https://github.com/angular/components/commit/f8dadb3246c778a3916db72ead9033ebb32bc814) fix overlay: disable backdrop animation when noop animations are enabled ([#24687](https://github-redirect.dependabot.com/angular/components/pull/24687))

... (truncated)

Commits

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)

┆Issue is synchronized with this Asana task by Unito

Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.4 to 14.0.0.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@12.2.4...14.0.0)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 7, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2022

Superseded by #1723.

@dependabot dependabot bot closed this Jun 21, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/cdk-14.0.0 branch June 21, 2022 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants