Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2022

Bumps @angular/cdk from 12.2.8 to 13.3.6.

Release notes

Sourced from @​angular/cdk's releases.

v13.3.6

13.3.6 "iridium-ire" (2022-05-04)

material-experimental

Commit Description
fix - 8ca629dc7e mdc-snack-bar: avoid multiple snack bars on the page if opened in quick succession (#24757)
fix - d6f9db37b0 mdc-table: add inherit background to rows (#24867)

material

Commit Description
fix - 6a0e6ba510 menu: add constructor overloads for non-deprecated signatures (#24860)

Special Thanks

Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner

v13.3.5

13.3.5 "bread-bun" (2022-04-27)

material-experimental

Commit Description
fix - b16a33dbb2 mdc-slider: remove pointerdown passive eve… (#24766)
fix - 6603bd5ec6 mdc-snack-bar: avoid querying the DOM on each change detection (#24770)

material

Commit Description
fix - 86a1e8c7be autocomplete: outside click in Angular zone. (#24817)

cdk

Commit Description
fix - 68d09ddecd overlay: animations interrupted on repeat insertions (#24815)

Special Thanks

Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Paul Gschwendtner, Ruslan Lekhman, Sukka and Wagner Maciel

v13.3.4

13.3.4 "adamantium-albatross" (2022-04-20)

cdk

Commit Description
fix - eef47579f portal: prevent calling ApplicationRef.detachView on destroyed instance (#24775)

Special Thanks

Andrew Kushnir, Kristiyan Kostadinov, Paul Gschwendtner and Zach Arend

v13.3.3

13.3.3 "tweed-table" (2022-04-13)

material

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

13.3.6 "iridium-ire" (2022-05-04)

material

Commit Type Description
6a0e6ba510 fix menu: add constructor overloads for non-deprecated signatures (#24860)

material-experimental

Commit Type Description
8ca629dc7e fix mdc-snack-bar: avoid multiple snack bars on the page if opened in quick succession (#24757)
d6f9db37b0 fix mdc-table: add inherit background to rows (#24867)

Special Thanks

Andrew Seguin, Daniil Dubrava, Jeremy Elbourn, Kristiyan Kostadinov and Paul Gschwendtner

14.0.0-next.12 "plastic-keyboard" (2022-04-28)

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 Type Description
ce67406f4a fix mdc-slider: remove pointerdown passive eve… (#24766)
d3428ba5a2 fix mdc-snack-bar: avoid querying the DOM on each change detection (#24770)

material

Commit Type Description
4e5e286e9e fix autocomplete: outside click in Angular zone. (#24817)
8dfbbed549 fix table: accessibility improvements on table examples
f30609c925 refactor core: deprecate legacy theming API (#24835)

cdk

Commit Type Description
c6a1d1519e feat dialog: move experimental CDK dialog into stable (#24804)
49c1921316 feat drag-drop: adding method to set drag position (#24769)
653457eaf4 feat menu: move experimental CDK menu into stable (#24826)
0faba6e5fc fix overlay: animations interrupted on repeat insertions (#24815)

Special Thanks

Andrew Seguin, Diego Bonura, Egor Volvachev, Jesse Beder, Kirill Cherkashin, Kristiyan Kostadinov, Martin Forstner, Paul Gschwendtner, Ruslan Lekhman, Sukka, Wagner Maciel, Zach Arend and renovate[bot]

... (truncated)

Commits
  • f036680 release: cut the v13.3.6 release (#24872)
  • 8ca629d fix(material-experimental/mdc-snack-bar): avoid multiple snack bars on the pa...
  • d6f9db3 fix(material-experimental/mdc-table): add inherit background to rows (#24867)
  • 6da2485 build: cleanup remaining references to master branch
  • 6a0e6ba fix(material/menu): add constructor overloads for non-deprecated signatures (...
  • 884f760 docs(material/button): fix button harness example test (#24736)
  • 090404a build: update to account for snapshot repository branch rename (#24850)
  • 2968213 build: changes for renaming primary branch to main (#24828)
  • 0f15e12 docs(material/theming): document typography-hierarchy (#24838)
  • 5956ef3 docs(material/autocomplete): change documentation for the optionActivated eve...
  • 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 12.2.8 to 13.3.6.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@12.2.8...13.3.6)

---
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 May 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2022

Superseded by #369.

@dependabot dependabot bot closed this May 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cdk-13.3.6 branch May 12, 2022 17:16
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