Skip to content

Conversation

@snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Feb 3, 2022

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 13.1.1 to 13.1.2
1 version ahead of your current version 21 days ago
on 2022-01-12
@angular/material
from 13.1.1 to 13.1.2
1 version ahead of your current version 21 days ago
on 2022-01-12
Release notes
Package name: @angular/cdk
  • 13.1.2 - 2022-01-12

    13.1.2 "rubber-road" (2022-01-12)

    material-experimental

    Commit Description
    fix - a7d97d618 mdc-button: incorrect metadata for fab anchor (#24179)
    fix - ae9f3d5f5 mdc-checkbox: switch to non-deprecated styles (#23218)
    fix - 2f668888f mdc-dialog: remove extra outline in high contrast mode (#24140)
    fix - 12f427cdc mdc-list: export missing harness symbols (#24175)
    fix - eb508be13 mdc-select: change max height to show scrollability (#24129)
    fix - 997589dd8 mdc-slide-toggle: remove aria-required rather than setting to false (#24105)
    fix - be21308bb mdc-slider: keep value indicator within bounds (#24167)

    material

    Commit Description
    fix - 69753d711 core: disable strong focus indicators in high contrast mode (#24120)
    fix - 0631976ca core: move pseudo-checkbox module to same directory (#24132)
    fix - c6f7b9468 datepicker: fix duplicate nav stop with Voiceover (#24085)
    fix - 2ca59f8a6 stepper: icon not centered in header if direction changes (#24131)

    cdk

    Commit Description
    fix - 37898c3c1 overlay: fix positioning when zooming in Safari (#24160)
    fix - af1882311 schematics: remove file extensions in tilde migration (#24169)
    fix - db5d8cea2 table: Measure column width for sticky columns after new data has rendered. (#23885)
    fix - 7705cae78 text-field: handle undefined placeholder (#24159)

    multiple

    Commit Description
    fix - 32f33c6dc correct tooltip and table MDC style import paths (#24077)

    Special Thanks

    Andrew Seguin, Jeremy Elbourn, Jeri Peier, Karl Seamon, Kristiyan Kostadinov, Lukas Spirig, Miles Malerba, Paul Gschwendtner, Pei Wang, Wagner Maciel, Zach Arend and batnyu

  • 13.1.1 - 2021-12-16

    13.1.1 "chiffon-cabbage" (2021-12-16)

    material

    Commit Description
    fix - 0629a2c1b3 schematics: don't replace variables contained within the names of other variables in theming API migration (#24021)
    fix - 6ce89aa0a5 stepper: assistive technology reading out stepper icon (#24025)
    fix - 655b41ab0f tabs: remove CSS content from chevron element (#24091)

    Special Thanks

    Kristiyan Kostadinov and Paul Gschwendtner

from @angular/cdk GitHub release notes
Package name: @angular/material
  • 13.1.2 - 2022-01-12
    Read more
  • 13.1.1 - 2021-12-16

    13.1.1 "chiffon-cabbage" (2021-12-16)

    material

    Commit Description
    fix - 0629a2c1b3 schematics: don't replace variables contained within the names of other variables in theming API migration (#24021)
    fix - 6ce89aa0a5 stepper: assistive technology reading out stepper icon (#24025)
    fix - 655b41ab0f tabs: remove CSS content from chevron element (#24091)

    Special Thanks

    Kristiyan Kostadinov and Paul Gschwendtner

from @angular/material GitHub release notes
Commit messages
Package name: @angular/cdk
  • e9976b9 release: cut the v13.1.2 release (#24195)
  • 24c2714 Revert "fix(material-experimental/mdc-list): export missing harness symbols (#24175)" (#24194)
  • 0631976 fix(material/core): move pseudo-checkbox module to same directory (#24132)
  • a7d97d6 fix(material-experimental/mdc-button): incorrect metadata for fab anchor (#24179)
  • 8bc1dff build: prevent * expansion for static css content in ng_web_test_suite (#23982)
  • db5d8ce fix(cdk/table): Measure column width for sticky columns after new data has rendered. (#23885)
  • 84e6b02 refactor(material/menu): use separate signature for deprecated constructor parameters (#24116)
  • 69753d7 fix(material/core): disable strong focus indicators in high contrast mode (#24120)
  • e8b400f docs(material/radio): fix button width (#24176)
  • 12f427c fix(material-experimental/mdc-list): export missing harness symbols (#24175)
  • f35cdfd build: reduce jelbourn presence in code owners (#24083)
  • 6032385 refactor(material/table): clean up IE workarounds (#23462)
  • 9b96999 refactor(material-experimental/mdc-select): remove dependency on @ material/select (#24148)
  • eb508be fix(material-experimental/mdc-select): change max height to show scrollability (#24129)
  • 2f66888 fix(material-experimental/mdc-dialog): remove extra outline in high contrast mode (#24140)
  • ae9f3d5 fix(material-experimental/mdc-checkbox): switch to non-deprecated styles (#23218)
  • 34e4d20 build: add .vimrc to gitignore (#24168)
  • af18823 fix(cdk/schematics): remove file extensions in tilde migration (#24169)
  • 05bd77e refactor(cdk/testing): reuse stabilize callback when creating test element (#24094)
  • 2ca59f8 fix(material/stepper): icon not centered in header if direction changes (#24131)
  • 7705cae fix(cdk/text-field): handle undefined placeholder (#24159)
  • 37898c3 fix(cdk/overlay): fix positioning when zooming in Safari (#24160)
  • bd406b4 ci: Add tsec_test for all ng_module targets. (#24066)
  • a550e69 build: add all prebuilt themes to experimental (#24142)

Compare

Package name: @angular/material
  • e9976b9 release: cut the v13.1.2 release (#24195)
  • 24c2714 Revert "fix(material-experimental/mdc-list): export missing harness symbols (#24175)" (#24194)
  • 0631976 fix(material/core): move pseudo-checkbox module to same directory (#24132)
  • a7d97d6 fix(material-experimental/mdc-button): incorrect metadata for fab anchor (#24179)
  • 8bc1dff build: prevent * expansion for static css content in ng_web_test_suite (#23982)
  • db5d8ce fix(cdk/table): Measure column width for sticky columns after new data has rendered. (#23885)
  • 84e6b02 refactor(material/menu): use separate signature for deprecated constructor parameters (#24116)
  • 69753d7 fix(material/core): disable strong focus indicators in high contrast mode (#24120)
  • e8b400f docs(material/radio): fix button width (#24176)
  • 12f427c fix(material-experimental/mdc-list): export missing harness symbols (#24175)
  • f35cdfd build: reduce jelbourn presence in code owners (#24083)
  • 6032385 refactor(material/table): clean up IE workarounds (#23462)
  • 9b96999 refactor(material-experimental/mdc-select): remove dependency on @ material/select (#24148)
  • eb508be fix(material-experimental/mdc-select): change max height to show scrollability (#24129)
  • 2f66888 fix(material-experimental/mdc-dialog): remove extra outline in high contrast mode (#24140)
  • ae9f3d5 fix(material-experimental/mdc-checkbox): switch to non-deprecated styles (#23218)
  • 34e4d20 build: add .vimrc to gitignore (#24168)
  • af18823 fix(cdk/schematics): remove file extensions in tilde migration (#24169)
  • 05bd77e refactor(cdk/testing): reuse stabilize callback when creating test element (#24094)
  • 2ca59f8 fix(material/stepper): icon not centered in header if direction changes (#24131)
  • 7705cae fix(cdk/text-field): handle undefined placeholder (#24159)
  • 37898c3 fix(cdk/overlay): fix positioning when zooming in Safari (#24160)
  • bd406b4 ci: Add tsec_test for all ng_module targets. (#24066)
  • a550e69 build: add all prebuilt themes to experimental (#24142)

Compare


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 has created this PR to upgrade:
  - @angular/cdk from 13.1.1 to 13.1.2.
    See this package in npm: https://www.npmjs.com/package/@angular/cdk
  - @angular/material from 13.1.1 to 13.1.2.
    See this package in npm: https://www.npmjs.com/package/@angular/material

See this project in Snyk:
https://app.snyk.io/org/mwilman/project/41084432-d8ec-40f2-93b4-4d1282bde288?utm_source=github&utm_medium=referral&page=upgrade-pr
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants