kubikowski / inanity

a personal sandbox
https://inanity.io
2 stars 0 forks source link

build(deps): bump @angular/cdk from 13.1.3 to 14.0.1 #594

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular/cdk from 13.1.3 to 14.0.1.

Release notes

Sourced from @​angular/cdk's releases.

v14.0.1

14.0.1 "titanium-night" (2022-06-07)

material-experimental

Commit Description
fix - a7688a8b6 mdc-radio: fix ripple color (#24986)

Special Thanks

Kristiyan Kostadinov, Miles Malerba and renovate[bot]

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)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

14.0.1 "titanium-night" (2022-06-07)

material-experimental

Commit Type Description
a7688a8b6 fix mdc-radio: fix ripple color (#24986)

Special Thanks

Kristiyan Kostadinov, Miles Malerba and renovate[bot]

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)

... (truncated)

Commits
  • 5585cf5 release: cut the v14.0.1 release
  • 08d472f build: update angular shared dev-infra code to e45a962 (#25022)
  • a7688a8 fix(material-experimental/mdc-radio): fix ripple color (#24986)
  • 9c6b08e build: set up schematics for version 15 (#25028)
  • 8545b45 build: update angular shared dev-infra code to 932b9d5 (#25000)
  • 781cd1f refactor(material-experimental/mdc-snack-bar): remove MDC adapter usage (#24997)
  • 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)
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #597.