bcgov / jag-csrs-portal-public

GitHub repo for CSRS public portal on OpenShift
Apache License 2.0
0 stars 10 forks source link

Bump @angular/cdk from 12.2.11 to 13.3.2 in /src/frontend/csrs-portal #334

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular/cdk from 12.2.11 to 13.3.2.

Release notes

Sourced from @​angular/cdk's releases.

v13.3.2

13.3.2 "flannel-flamingo" (2022-03-30)

material-experimental

Commit Description
fix - a704913d2b mdc-button: extended fab touch target not covering entire button (#24322)
fix - 23e7b8e6c1 mdc-chips: make it easier to customize chip typography (#24632)
fix - 518022288b mdc-chips: Mirror aria-describedby to matChipInput (#24551)
fix - 9497b02f8b mdc-slider: update layout when container resizes (#24648)
fix - e5c025dff4 mdc-slider: use passive event listeners (#24675)

material

Commit Description
fix - c677f11ed8 button-toggle: ripples not clipping correctly in safari (#12311)
fix - 20af3e7c9d chips: ripple not clipped on safari (#21495)
fix - d04e7c9b69 core: unable to override tag selectors inside .mat-typography (#14617)
fix - 9490a31641 list: not working correctly when list item is used as a button (#13617)
fix - b07ae4ccc4 menu: clicks on disabled item closing the menu (#19183)
fix - e85777712a radio: set tabindex based on selected state (#18081)
fix - 7f274dc96f snack-bar: ensure that the snack bar always runs inside the NgZone (#24611)
fix - a5aa87502b tabs: focus wrapping back to selected label when using shift + tab (#14194)
fix - 04f4937b75 tabs: update tab state when active tab is swapped out (#24164)

cdk

Commit Description
fix - 48968719fc a11y: live announcer promise never resolved if new announcement comes in (#24700)
fix - e9734a9c66 testing: entering negative number values not working with reactive forms (#24656)

Special Thanks

Artur Androsovych, ByzantineFailure, David Gonzalez, Dilyorbek, Kristiyan Kostadinov, Naveen, Paul Gschwendtner, Raí Siqueira, Shivam Sethi, Wagner Maciel and Zach Arend

v13.3.1

13.3.1 "pearl-necklace" (2022-03-23)

material-experimental

Commit Description
fix - b09c7427c mdc-chips: replace innerText w/ textContent (#24635)

material

Commit Description
fix - 0897f49d7 autocomplete: re-enter the Angular zone when the NgZone.onStable emits (#24569)
fix - 51ddecbbb checkbox: model value not updated when using toggle method (#11902)
fix - 174871713 input: resolve memory leak on iOS (#24599)
fix - eed36b3ba schematics: mark ng-add schematics as hidden
fix - 240b238f9 select: NVDA reading out table when opening select on Chrome (#23446)
fix - e04b7aeee select: value set through property not being propagated to value accessor (#10246)
perf - 5e5b296bf icon: remove IE workaround (#24514)

cdk

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

13.3.2 "flannel-flamingo" (2022-03-30)

cdk

Commit Type Description
48968719fc fix a11y: live announcer promise never resolved if new announcement comes in (#24700)
e9734a9c66 fix testing: entering negative number values not working with reactive forms (#24656)

material

Commit Type Description
c677f11ed8 fix button-toggle: ripples not clipping correctly in safari (#12311)
20af3e7c9d fix chips: ripple not clipped on safari (#21495)
d04e7c9b69 fix core: unable to override tag selectors inside .mat-typography (#14617)
9490a31641 fix list: not working correctly when list item is used as a button (#13617)
b07ae4ccc4 fix menu: clicks on disabled item closing the menu (#19183)
e85777712a fix radio: set tabindex based on selected state (#18081)
7f274dc96f fix snack-bar: ensure that the snack bar always runs inside the NgZone (#24611)
a5aa87502b fix tabs: focus wrapping back to selected label when using shift + tab (#14194)
04f4937b75 fix tabs: update tab state when active tab is swapped out (#24164)

material-experimental

Commit Type Description
a704913d2b fix mdc-button: extended fab touch target not covering entire button (#24322)
23e7b8e6c1 fix mdc-chips: make it easier to customize chip typography (#24632)
518022288b fix mdc-chips: Mirror aria-describedby to matChipInput (#24551)
9497b02f8b fix mdc-slider: update layout when container resizes (#24648)
e5c025dff4 fix mdc-slider: use passive event listeners (#24675)

Special Thanks

Artur Androsovych, ByzantineFailure, David Gonzalez, Dilyorbek, Kristiyan Kostadinov, Naveen, Paul Gschwendtner, Raí Siqueira, Shivam Sethi, Wagner Maciel and Zach Arend

14.0.0-next.8 "aerogel-airplane" (2022-03-24)

cdk

Commit Type Description
fb03164b3 fix schematics: mark ng-add schematics as hidden
ee452de49 perf a11y: avoid triggering change detection if there are no subscribers to stream (#15077)
ad33d7a1b perf scrolling: do not run change detection if there are no viewChange listeners (#23987)

material

Commit Type Description
ff0119648 fix autocomplete: re-enter the Angular zone when the NgZone.onStable emits (#24569)
937160675 fix checkbox: model value not updated when using toggle method (#11902)
6b2b51844 fix input: preserve native placeholder on non-legacy appearances (#20936)
063841933 fix input: resolve memory leak on iOS (#24599)
35018812c fix schematics: mark ng-add schematics as hidden
ff12d09c1 fix schematics: remove usages of deprecated defaultProject option (#24641)
0276784b4 fix select: NVDA reading out table when opening select on Chrome (#23446)
5f4148f35 fix select: value set through property not being propagated to value accessor (#10246)

... (truncated)

Commits
  • d270f3a release: cut the v13.3.2 release
  • 4896871 fix(cdk/a11y): live announcer promise never resolved if new announcement come...
  • 28b3714 docs: Fix typo in word typpography (#23023)
  • e5c025d fix(material-experimental/mdc-slider): use passive event listeners (#24675)
  • 7f274dc fix(material/snack-bar): ensure that the snack bar always runs inside the NgZ...
  • 651de3c build: use github access token for docs site monitoring (#24691)
  • 2789b37 ci: skip ci failure slack notifications for renovate branches (#24692)
  • 9490a31 fix(material/list): not working correctly when list item is used as a button ...
  • b07ae4c fix(material/menu): clicks on disabled item closing the menu (#19183)
  • a5aa875 fix(material/tabs): focus wrapping back to selected label when using shift + ...
  • 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 #344.