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.3 in /src/frontend/csrs-portal #344

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular/cdk from 12.2.11 to 13.3.3.

Release notes

Sourced from @​angular/cdk's releases.

v13.3.3

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

material

Commit Description
fix - 1e010a3624 checkbox: add the boolean property coercion for checked input (#20645)
fix - 6c65b1d703 chips: prevent default behavior on remove button (#24722)
fix - 4501b2518d datepicker: avoid rerender when min/maxDate changes to different time on the same day (#24434)
fix - aae60833eb list: wrong order of arguments when calling custom compareWith function (#24743)
fix - 68c5e870bd select: empty space read out by VoiceOver on Chrome (#24741)
fix - 0d1755d566 snack-bar: update generic types for openFromComponent (#24634)
fix - b83d225b33 tabs: wrong scroll distance if selected tab is removed (#24118)
perf - ca30f426a9 progress-bar: do not run change detection if there are no animationEnd listeners (#24673)

cdk

Commit Description
fix - 949e3c7fbc a11y: visually hidden element affecting scrolling (#24620)

Special Thanks

Artur Androsovych, Georgian Stan, Klemen Oslaj, Kristiyan Kostadinov, Michael Doner, Pascal Weyrich, Paul Gschwendtner, RobStrader and Zach Arend

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

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

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

cdk

Commit Type Description
949e3c7fbc fix a11y: visually hidden element affecting scrolling (#24620)

material

Commit Type Description
1e010a3624 fix checkbox: add the boolean property coercion for checked input (#20645)
6c65b1d703 fix chips: prevent default behavior on remove button (#24722)
4501b2518d fix datepicker: avoid rerender when min/maxDate changes to different time on the same day (#24434)
aae60833eb fix list: wrong order of arguments when calling custom compareWith function (#24743)
68c5e870bd fix select: empty space read out by VoiceOver on Chrome (#24741)
0d1755d566 fix snack-bar: update generic types for openFromComponent (#24634)
b83d225b33 fix tabs: wrong scroll distance if selected tab is removed (#24118)
ca30f426a9 perf progress-bar: do not run change detection if there are no animationEnd listeners (#24673)

Special Thanks

Artur Androsovych, Georgian Stan, Klemen Oslaj, Kristiyan Kostadinov, Michael Doner, Pascal Weyrich, Paul Gschwendtner, RobStrader and Zach Arend

14.0.0-next.9 "plastic-headphones" (2022-03-30)

cdk

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

material

Commit Type Description
5a8ebb1da1 feat dialog: add support for explicit injector (#24580)
cb206be37d fix autocomplete: always emit closed event (#24642)
938d7870a7 fix button-toggle: ripples not clipping correctly in safari (#12311)
73dde84325 fix chips: ripple not clipped on safari (#21495)
dbb6dc09b4 fix core: resolve memory leak by removing event listeners from the ripple element (#24663)
5770eba622 fix core: unable to override tag selectors inside .mat-typography (#14617)
7e67602799 fix datepicker: expose datepicker-date-range-colors mixin
460b25cad9 fix list: not working correctly when list item is used as a button (#13617)
a76f30107e fix menu: clicks on disabled item closing the menu (#19183)
81ff8c8daa fix radio: set tabindex based on selected state (#18081)
99f1f38caa fix snack-bar: ensure that the snack bar always runs inside the NgZone (#24611)
b9bfaeecb6 fix tabs: focus wrapping back to selected label when using shift + tab (#14194)
7c2545c240 fix tabs: update tab state when active tab is swapped out (#24164)

cdk-experimental

Commit Type Description
b4b8b202c0 fix menu: fix issue where left/right on standalone menu closes it (#24696)
79b2337949 fix menu: move shared menu logic to base class (#24645)

material-experimental

... (truncated)

Commits
  • 33081f2 release: cut the v13.3.3 release
  • 68c5e87 fix(material/select): empty space read out by VoiceOver on Chrome (#24741)
  • 6c65b1d fix(material/chips): prevent default behavior on remove button (#24722)
  • 0d1755d fix(material/snack-bar): update generic types for openFromComponent (#24634)
  • aae6083 fix(material/list): wrong order of arguments when calling custom compareWith ...
  • 4f19bcf docs: Fix several typos in the documentation (#24756)
  • b1e1e4b docs(material/datepicker): require communicating date format for a11y (#24682)
  • ecd24e9 build: fix API golden failure (#24718)
  • 1e010a3 fix(material/checkbox): add the boolean property coercion for checked input (...
  • 949e3c7 fix(cdk/a11y): visually hidden element affecting scrolling (#24620)
  • 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 #350.