[Snyk] Upgrade @mui/styled-engine-sc from 6.0.0-alpha.7 to 6.0.0 #62
+13
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @mui/styled-engine-sc from 6.0.0-alpha.7 to 6.0.0.
ℹ️ 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.
The recommended version is 33 versions ahead of your current version.
The recommended version was released on 22 days ago.
Release notes
Package name: @mui/styled-engine-sc
We are excited to announce the stable release of Material-UI v6 🎉, check out the blog post to see all the updates.
@ mui/[email protected]
getItemAriaLabel
page param type (#43399) @ sydneyjodon-wkgetTabbable
function return type (#42237) @ KalmarLorand@ mui/[email protected]
Docs
Core
^6.0.0
for@ mui/
dependencies in@ mui/docs
(#43445) @ LukasTyAll contributors of this release in alphabetical order: @ ahmadnadeem6236, @ bahmanworld, @ DiegoAndai, @ Janpot, @ KalmarLorand, @ LukasTy, @ michelengelen, @ mnajdova, @ oliviertassinari, @ prakhargupta1, @ sai6855, @ siriwatknp, @ sydneyjodon-wk, @ zanivan
A big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:
@ mui/[email protected]
Breaking changes
[Box] Remove
component
fromBoxOwnProps
(#43384) @ DiegoAndaiThe
component
prop has been removed from theBoxOwnProps
as it is already included in theBox
type.This might affect your code if you are using the
styled
function with theBox
component.If this is the case, use a
div
element instead ofBox
:This yields the same end result.
If this doesn't work for you, you can also cast the
styled
returned value totypeof Box
:Changes
@ mui/[email protected]
Docs
Composition
guide (#43266) @ ZeeshanTamboliPaperProps
withslotProps.paper
in demos (#43354) @ sai6855Core
@ mui/system
TypeScript module augmentation tests in CI (#43386) @ ZeeshanTamboliindexOf
withincludes
(#42883) @ k-rajat19composeClasses
(#43363) @ romgrkAll contributors of this release in alphabetical order: @ aarongarciah, @ DiegoAndai, @ Janpot, @ Jay-Karia, @ k-rajat19, @ oliviertassinari, @ rluzists1, @ romgrk, @ sai6855, @ siriwatknp, @ Vxee, @ ZeeshanTamboli
A big thanks to the 18 contributors who made this release possible.
@ mui/[email protected]
options
prop description (#41591) @ pluvio72getSelector
prefers-color-scheme to be object (#43237) @ siriwatknpdisplay="block"
usage to work with Pigment CSS (#43307) @ siriwatknp@ mui/[email protected]
@ mui/[email protected]
Docs
Core
userEvent
export from@ mui/internal-test-utils
(#43313) @ LukasTyeslint-plugin-jsx-a11y
version to 6.7.1 (#43292) @ Janpot@ mui/material/styles
(#43236) @ siriwatknpmatchMedia
mocks (#43240) @ cherniavskii