Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @angular/cdk from 12.2.4 to 14.0.2.

Release notes

Sourced from @​angular/cdk's releases.

v14.0.2

14.0.2 "corduroy-collar" (2022-06-16)

material-experimental

Commit Description
![](https://img.shields.io/badge/5aec60c9ca-fix-green) mdc-button: don't apply styles to icons within the text label ([#24929](https://github-redirect.dependabot.com/angular/components/issues/24929))
![](https://img.shields.io/badge/d0082e3422-fix-green) mdc-chips: checkmark blending into background in high contrast mode ([#25072](https://github-redirect.dependabot.com/angular/components/issues/25072))
![](https://img.shields.io/badge/2388fe77e5-fix-green) mdc-core: consolidate mdc theming code under mdc-core ([#25084](https://github-redirect.dependabot.com/angular/components/issues/25084))
![](https://img.shields.io/badge/7de5f5432b-fix-green) mdc-form-field: replace !important with CSS var ([#24964](https://github-redirect.dependabot.com/angular/components/issues/24964))
![](https://img.shields.io/badge/8f7394aa3b-fix-green) mdc-list: don't access class before initialization ([#25049](https://github-redirect.dependabot.com/angular/components/issues/25049))

cdk

Commit Description
![](https://img.shields.io/badge/08c3867ba6-fix-green) a11y: re-apply the high contrast mode class when the forced-colors media query changes ([#25088](https://github-redirect.dependabot.com/angular/components/issues/25088))
![](https://img.shields.io/badge/59268fa5bf-fix-green) drag-drop: constrainPosition not working as expected ([#25061](https://github-redirect.dependabot.com/angular/components/issues/25061))
![](https://img.shields.io/badge/732969079d-fix-green) testing: simulate offsetX and offsetY in mouse events

Special Thanks

Jenny Johnson, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and antuxity

v14.0.1

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

material-experimental

Commit Description
![](https://img.shields.io/badge/a7688a8b6-fix-green) mdc-radio: fix ripple color ([#24986](https://github-redirect.dependabot.com/angular/components/issues/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.

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

14.0.2 "corduroy-collar" (2022-06-16)

cdk

Commit Type Description
[08c3867ba6](https://github.com/angular/components/commit/08c3867ba67ef74ee0280e8929e3ba9f8f8a134e) fix a11y: re-apply the high contrast mode class when the forced-colors media query changes ([#25088](https://github-redirect.dependabot.com/angular/components/pull/25088))
[59268fa5bf](https://github.com/angular/components/commit/59268fa5bfb646302c4c9c97fab3f1d0faa233fb) fix drag-drop: constrainPosition not working as expected ([#25061](https://github-redirect.dependabot.com/angular/components/pull/25061))
[732969079d](https://github.com/angular/components/commit/732969079dbbecc4e888ff11b0663e30687ac049) fix testing: simulate offsetX and offsetY in mouse events

material-experimental

Commit Type Description
[5aec60c9ca](https://github.com/angular/components/commit/5aec60c9cae002531459b0b7b71b5bad041d22dc) fix mdc-button: don't apply styles to icons within the text label ([#24929](https://github-redirect.dependabot.com/angular/components/pull/24929))
[d0082e3422](https://github.com/angular/components/commit/d0082e3422f5c67533edf7199af4c0bce85f90d8) fix mdc-chips: checkmark blending into background in high contrast mode ([#25072](https://github-redirect.dependabot.com/angular/components/pull/25072))
[2388fe77e5](https://github.com/angular/components/commit/2388fe77e5ccab3cf98e7189f56f88e779e9e02f) fix mdc-core: consolidate mdc theming code under mdc-core ([#25084](https://github-redirect.dependabot.com/angular/components/pull/25084))
[7de5f5432b](https://github.com/angular/components/commit/7de5f5432b6df82727b63fad925f47bc36ef2aa2) fix mdc-form-field: replace !important with CSS var ([#24964](https://github-redirect.dependabot.com/angular/components/pull/24964))
[8f7394aa3b](https://github.com/angular/components/commit/8f7394aa3bc6af0f154e8c28f25ab6b669bc31bc) fix mdc-list: don't access class before initialization ([#25049](https://github-redirect.dependabot.com/angular/components/pull/25049))

Special Thanks

Jenny Johnson, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and antuxity

14.1.0-next.0 "air-binding" (2022-06-07)

cdk-experimental

Commit Type Description
[0b5963753](https://github.com/angular/components/commit/0b59637535be48d6168da0a71e79122befa3e7e6) fix listbox: clean up the listbox API and make it work with forms ([#24920](https://github-redirect.dependabot.com/angular/components/pull/24920))

material-experimental

Commit Type Description
[1f6810831](https://github.com/angular/components/commit/1f6810831605b6f24325defefb266b2c3ac7e82e) feat mdc-list: add support for activated state in harness ([#24934](https://github-redirect.dependabot.com/angular/components/pull/24934))
[c543db57a](https://github.com/angular/components/commit/c543db57a61fd6841373028689be7cbcc21f9593) fix mdc-checkbox: remove extra a11y tree node for the <label/> ([#24907](https://github-redirect.dependabot.com/angular/components/pull/24907))
[7736515f1](https://github.com/angular/components/commit/7736515f1077b0ca6e991bd388829fb5549f546e) fix mdc-form-field: ensure appearance is valid ([#24963](https://github-redirect.dependabot.com/angular/components/pull/24963))

Special Thanks

Amy Sorto, Andrew Seguin, Miles Malerba, Paul Gschwendtner, Wagner Maciel and Zach Arend

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

material-experimental

Commit Type Description
[a7688a8b6](https://github.com/angular/components/commit/a7688a8b6cf0286cf9b4fecbdbedc5bdd7d524c1) fix mdc-radio: fix ripple color ([#24986](https://github-redirect.dependabot.com/angular/components/pull/24986))

Special Thanks

Kristiyan Kostadinov, Miles Malerba and renovate[bot]

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

... (truncated)

Commits
  • 51755e8 release: cut the v14.0.2 release
  • bfc5f5f build: update to latest snapshot of ESM ng-dev ([#25083](https://github-redirect.dependabot.com/build: update to latest snapshot of ESM ng-dev angular/components#25083))
  • 08c3867 fix(cdk/a11y): re-apply the high contrast mode class when the forced-colors m...
  • 2388fe7 fix(material-experimental/mdc-core): consolidate mdc theming code under mdc-c...
  • a40158e docs(cdk/dialog): fix typo ([#25075](https://github-redirect.dependabot.com/fix(docs/typography-guide): Update dialog.md typo angular/components#25075))
  • 7de5f54 fix(material-experimental/mdc-form-field): replace !important with CSS var (#...
  • d0082e3 fix(material-experimental/mdc-chips): checkmark blending into background in h...
  • 5aec60c fix(material-experimental/mdc-button): don't apply styles to icons within the...
  • 0ed9c95 test(cdk/testing): use offsetX and offsetY to verify element coordinates
  • 7329690 fix(cdk/testing): simulate offsetX and offsetY in mouse events
  • Additional commits viewable in [compare view](https://github.com/angular/components/compare/12.2.4...14.0.2)

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 21, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/angular/cdk-14.0.2 branch from a2cc6da to cd4504b Compare June 22, 2022 03:17
Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.4 to 14.0.2.
- [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.2)

---
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 force-pushed the dependabot/npm_and_yarn/develop/angular/cdk-14.0.2 branch from cd4504b to 24d87a2 Compare June 22, 2022 07:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 27, 2022

Superseded by #1737.

@dependabot dependabot bot closed this Jun 27, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/cdk-14.0.2 branch June 27, 2022 14:17
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.

1 participant