Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: @angular/cdk, @angular/material, @angular/material-moment-adapter #19

Merged
merged 2 commits into from Apr 12, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade multiple dependencies.

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

鈩癸笍 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.3 to 9.2.0
2 versions ahead of your current version 2 days ago
on 2020-03-25
@angular/material
from 9.1.3 to 9.2.0
2 versions ahead of your current version 2 days ago
on 2020-03-25
@angular/material-moment-adapter
from 9.1.3 to 9.2.0
2 versions ahead of your current version 2 days 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)
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)
from @angular/material GitHub release notes
Package name: @angular/material-moment-adapter
  • 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)
from @angular/material-moment-adapter 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

snyk-bot and others added 2 commits March 28, 2020 05:46
Snyk has created this PR to upgrade:
  - @angular/cdk from 9.1.3 to 9.2.0.
    See this package in NPM: https://www.npmjs.com/package/@angular/cdk
  - @angular/material from 9.1.3 to 9.2.0.
    See this package in NPM: https://www.npmjs.com/package/@angular/material
  - @angular/material-moment-adapter from 9.1.3 to 9.2.0.
    See this package in NPM: https://www.npmjs.com/package/@angular/material-moment-adapter

See this project in Snyk:
https://app.snyk.io/org/lingounet/project/d8bb6dfb-7c05-46de-aa72-9d9af86db449?utm_source=github&utm_medium=upgrade-pr
@lingounet lingounet merged commit 79aa1b4 into master Apr 12, 2020
@lingounet lingounet deleted the snyk-upgrade-6817b266cff54d21e5bebfd7830d14e4 branch April 12, 2020 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment