EndyKaufman / ngx-cold

Two small directives for work with observable in Angular9+ without subscribe
https://endykaufman.github.io/ngx-cold
MIT License
1 stars 1 forks source link

[Snyk] Upgrade: @angular/cdk, @angular/material #23

Open snyk-bot opened 4 years ago

snyk-bot commented 4 years ago

Snyk has created this PR to upgrade multiple dependencies.

👯 The following dependencies are linked and will therefore be updated together.

:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.

Name Versions Released on
@angular/cdk
from 9.1.2 to 9.2.0
3 versions ahead of your current version a month ago
on 2020-03-25
@angular/material
from 9.1.2 to 9.2.0
3 versions ahead of your current version a month ago
on 2020-03-25
Release notes
Package name: @angular/cdk
  • 9.2.0 - 2020-03-25

    This release introduces support for TypeScript 3.8.

    cdk

    bug fix coercion: add the support for readonly array coercion (#18807) (cd96886), closes #18806

    material

    bug fix form-field: incorrectly calculating start gap in RTL in the presence of a prefix (#18867) (6275339), closes #18857
    bug fix form-field: some input types taller than plain text input (#18825) (e311791), closes #18787
    bug fix list: no selected indication in high contrast mode while in single selection (#18585) (76e8a38)
    bug fix table: error when nesting tables (#18832) (32aec93), closes #18768

    google-maps

    feature support setting the map type (#18578) (2a6aae1), closes #18577

    material-experimental

    bug fix mdc-chips: add feature targeting to theme styles (#18830) (54bbb90)
    bug fix radio: redefine theme variables (#18907) (cc9793f)
    bug fix radio: remove input click handler (#18868) (7c75d6e)
    bug fix slide-toggle: allow different densities (#18895) (4d7ffaa)
    bug fix slide-toggle: redefine more variables (#18908) (1cca459)
  • 9.2.0-next.0 - 2020-03-19

    cdk

    bug fix testing: don't send unnecessary Key.chords to protractor (#18685) (427e91f), closes mozilla/geckodriver#1502
    feature testing: Allow custom querySelectorAll method (#18178) (40ae1b1)

    material

    bug fix column-resize: don't allow dragging using the right mouse button (#18758) (c538354)
    bug fix datepicker: prevent default dialog options from affecting touch ui calendar (#18657) (aca2533), closes #18648
    bug fix radio: clicks not landing correctly in some cases on Chrome (#18357) (fe29835), closes #18285
    feature focus-monitor: Add eventual detection mode option to focus monitor (#18684) (b3a2c56)
    feature form-field: use injection token for providing form-field (#18777) (8ec44a1)
    feature snackbar: add isDismissed harness method (#18766) (6e70cc7)

    material-experimental

    bug fix rename sass mixins to mat-mdc-* (#18615) (b91e88f)
    bug fix form-field: avoid expression changed after check (#18741) (eae5cf8)
  • 9.1.3 - 2020-03-16

    cdk

    bug fix overlay: support SVG element as overlay origin (#18595) (1303d8f)

    material

    bug fix clipboard: not restoring focus to SVG elements (#18626) (f48ddf0)
    bug fix document-injection: Update to use injected document (#18780) (350e598)
    bug fix drag-drop: detect changes on custom preview/placeholder before measuring (#18698) (2201a99), closes #18622
    bug fix drag-drop: error on IE when document is being auto scrolled (#18757) (b0b44d2)
    bug fix drag-drop: only return item to initial index if the new container's sorting is disabled (#18706) (14ae95f), closes #18697
    bug fix form-field: error when trying to lock label into position too early (#18666) (6fd3e6c), closes #18663
    bug fix list: incorrectly selecting items when moving focus using shift + arrow key in single selection mode (#18579) (4a809d7)
    bug fix list: no disabled indication in high contrast mode (#18567) (5f37eb7)
    bug fix mdc-form-field: refresh notch width when toggling appearances (#18776) (0bfa717)
    bug fix mdc-form-field: text-field should stretch based on host element (#18778) (2555344)
    bug fix menu: allow focus to be moved inside menuClosed event (#18756) (5499c40)

    google-maps

    bug fix server-side rendering error for polygon and rectangle components (#18573) (d987807)

    material-experimental

    bug fix mdc-list: fix styles for normal lists (#18632) (fcef522)
    bug fix slider: add slider mixin to main theme mixin (#18384) (3b777eb)
    bug fix mdc-form-field: account for breaking changes in MDC (#18795) (e26670f)
  • 9.1.2 - 2020-03-10

    cdk

    bug fix testing: don't send unnecessary Key.chords to protractor (#18685) (f87195b), closes mozilla/geckodriver#1502

    material

    bug fix column-resize: don't allow dragging using the right mouse button (#18758) (b29308a)
    bug fix datepicker: prevent default dialog options from affecting touch ui calendar (#18657) (913ca45), closes #18648
    bug fix radio: Move .mat-radio-input above .mat-focus-indicator. (#18709) (bdd9ec9)
    bug fix typography: default to normal letter spacing (e441a8c)
    bug fix tabs: fix event emitter type (#18664) (b486891)

    material-experimental

    bug fix mdc-*: rename sass mixins to mat-mdc-* (#18615) (694386a)
    bug fix mdc-form-field: avoid expression changed after check (#18741) (65a602f)
    bug fix mdc-progress-bar: account for breaking changes in latest canary (5d49f37)
    bug fix mdc-slider: resolve warnings about active event listeners (#18583) (6faa30c)
from @angular/cdk GitHub release notes
Package name: @angular/material
  • 9.2.0 - 2020-03-25

    This release introduces support for TypeScript 3.8.

    cdk

    bug fix coercion: add the support for readonly array coercion (#18807) (cd96886), closes #18806

    material

    bug fix form-field: incorrectly calculating start gap in RTL in the presence of a prefix (#18867) (6275339), closes #18857
    bug fix form-field: some input types taller than plain text input (#18825) (e311791), closes #18787
    bug fix list: no selected indication in high contrast mode while in single selection (#18585) (76e8a38)
    bug fix table: error when nesting tables (#18832) (32aec93), closes #18768

    google-maps

    feature support setting the map type (#18578) (2a6aae1), closes #18577

    material-experimental

    bug fix mdc-chips: add feature targeting to theme styles (#18830) (54bbb90)
    bug fix radio: redefine theme variables (#18907) (cc9793f)
    bug fix radio: remove input click handler (#18868) (7c75d6e)
    bug fix slide-toggle: allow different densities (#18895) (4d7ffaa)
    bug fix slide-toggle: redefine more variables (#18908) (1cca459)
  • 9.2.0-next.0 - 2020-03-19

    cdk

    bug fix testing: don't send unnecessary Key.chords to protractor (#18685) (427e91f), closes mozilla/geckodriver#1502
    feature testing: Allow custom querySelectorAll method (#18178) (40ae1b1)

    material

    bug fix column-resize: don't allow dragging using the right mouse button (#18758) (c538354)
    bug fix datepicker: prevent default dialog options from affecting touch ui calendar (#18657) (aca2533), closes #18648
    bug fix radio: clicks not landing correctly in some cases on Chrome (#18357) (fe29835), closes #18285
    feature focus-monitor: Add eventual detection mode option to focus monitor (#18684) (b3a2c56)
    feature form-field: use injection token for providing form-field (#18777) (8ec44a1)
    feature snackbar: add isDismissed harness method (#18766) (6e70cc7)

    material-experimental

    bug fix rename sass mixins to mat-mdc-* (#18615) (b91e88f)
    bug fix form-field: avoid expression changed after check (#18741) (eae5cf8)
  • 9.1.3 - 2020-03-16

    cdk

    bug fix overlay: support SVG element as overlay origin (#18595) (1303d8f)

    material

    bug fix clipboard: not restoring focus to SVG elements (#18626) (f48ddf0)
    bug fix document-injection: Update to use injected document (#18780) (350e598)
    bug fix drag-drop: detect changes on custom preview/placeholder before measuring (#18698) (2201a99), closes #18622
    bug fix drag-drop: error on IE when document is being auto scrolled (#18757) (b0b44d2)
    bug fix drag-drop: only return item to initial index if the new container's sorting is disabled (#18706) (14ae95f), closes #18697
    bug fix form-field: error when trying to lock label into position too early (#18666) (6fd3e6c), closes #18663
    bug fix list: incorrectly selecting items when moving focus using shift + arrow key in single selection mode (#18579) (4a809d7)
    bug fix list: no disabled indication in high contrast mode (#18567) (5f37eb7)
    bug fix mdc-form-field: refresh notch width when toggling appearances (#18776) (0bfa717)
    bug fix mdc-form-field: text-field should stretch based on host element (#18778) (2555344)
    bug fix menu: allow focus to be moved inside menuClosed event (#18756) (5499c40)

    google-maps

    bug fix server-side rendering error for polygon and rectangle components (#18573) (d987807)

    material-experimental

    bug fix mdc-list: fix styles for normal lists (#18632) (fcef522)
    bug fix slider: add slider mixin to main theme mixin (#18384) (3b777eb)
    bug fix mdc-form-field: account for breaking changes in MDC (#18795) (e26670f)
  • 9.1.2 - 2020-03-10

    cdk

    bug fix testing: don't send unnecessary Key.chords to protractor (#18685) (f87195b), closes mozilla/geckodriver#1502

    material

    bug fix column-resize: don't allow dragging using the right mouse button (#18758) (b29308a)
    bug fix datepicker: prevent default dialog options from affecting touch ui calendar (#18657) (913ca45), closes #18648
    bug fix radio: Move .mat-radio-input above .mat-focus-indicator. (#18709) (bdd9ec9)
    bug fix typography: default to normal letter spacing (e441a8c)
    bug fix tabs: fix event emitter type (#18664) (b486891)

    material-experimental

    bug fix mdc-*: rename sass mixins to mat-mdc-* (#18615) (694386a)
    bug fix mdc-form-field: avoid expression changed after check (#18741) (65a602f)
    bug fix mdc-progress-bar: account for breaking changes in latest canary (5d49f37)
    bug fix mdc-slider: resolve warnings about active event listeners (#18583) (6faa30c)
from @angular/material GitHub release notes

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs