Skip to content

Update dependency material-ui to ^0.19.0 #9

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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-for-github.colasdn.workers.dev[bot]
Copy link

@mend-for-github.colasdn.workers.dev mend-for-github.colasdn.workers.dev bot commented Apr 30, 2025

This PR contains the following updates:

Package Type Update Change
material-ui (source) devDependencies minor ^0.18.6 -> ^0.19.0
material-ui (source) dependencies minor ^0.18.6 -> ^0.19.0

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score Vulnerability
Critical Critical 9.1 CVE-2019-10744
High High 7.5 CVE-2020-7733
High High 7.5 CVE-2020-7793
Medium Medium 6.5 CVE-2018-3721

Release Notes

callemall/material-ui (material-ui)

v0.19.0

Compare Source

Aug 15, 2017

Big thanks to the 11 contributors who made this release possible.
As always, we are focusing on bug fixes but this time, we introduce an exceptional breaking change.

Breaking Changes

This change is paving the way toward supporting the upcoming react@16 release a.k.a Fiber.
The react-tap-event-plugin dependency was removed, it was first introduced 3 years ago in order to remove the click delay on mobile devices.
Mobiles devices' browsers have improved since then, it's no longer required.
It's time to remove that dependency as we have done it a year ago on the v1-beta branch.
You need to replace the onTouchTap property callbacks with onClick.

-<div onTouchTap={this.handleEvent} />
+<div onClick={this.handleEvent} />

Thanks @​lostpebble for your hard work!

Component Fixes / Enhancements
Docs
Core

v0.18.7

Compare Source

Jul 23, 2017

Big thanks to the 11 contributors who made this release possible.
As always, we are focusing on bug fixes.

Component Fixes / Enhancements
Docs
Core

N.A


  • If you want to rebase/retry this PR, check this box

@mend-for-github.colasdn.workers.dev mend-for-github.colasdn.workers.dev bot added the security fix Security fix generated by Mend label Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants