[Snyk] Upgrade @mui/styled-engine-sc from 6.0.0-alpha.7 to 6.0.2 #4
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.2.
ℹ️ 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 35 versions ahead of your current version.
The recommended version was released on 21 days ago.
Release notes
Package name: @mui/styled-engine-sc
Sep 3, 2024
A big thanks to the 11 contributors who made this release possible.
@ mui/material@6.0.2createThemewith just color schemes (#43518) @ siriwatknp@ mui/system@6.0.2let/constinstead ofvar(#43468) @ ishon19@ mui/codemod@6.0.2ListItemButtonimport for unrelated files (#43532) @ siriwatknpDocs
Core
@ mui/material@6.0.1version (#43516) @ DiegoAndaiThemegeneric (#43523) @ siriwatknpAll contributors of this release in alphabetical order: @ DiegoAndai, @ iamandrewluca, @ ishon19, @ Janpot, @ joserodolfofreitas, @ MateuszGroth, @ Michael-Hutchinson, @ michelengelen, @ oliviertassinari, @ siriwatknp, @ zanivan
Aug 29, 2024
A big thanks to the 12 contributors who made this release possible. It contains bug fixes and documentation improvements.
@ mui/material@6.0.1Docs
Core
@ mui-internal/api-docs-builder(#43498) @ Janpot'use client'from index files and useAutocomplete reexport (#41956) @ DiegoAndailateston all Material UI dependencies (#43494) @ mnajdovaAll contributors of this release in alphabetical order: @ aarongarciah, @ alexfauquette, @ DiegoAndai, @ Janpot, @ JCQuintas, @ Michael-Hutchinson, @ michelengelen, @ mnajdova, @ oliviertassinari, @ prakhargupta1, @ siriwatknp, @ zanivan
We are excited to announce the stable release of Material-UI v6 🎉, check out the blog post to see all the updates.
@ mui/material@6.0.0getItemAriaLabelpage param type (#43399) @ sydneyjodon-wkgetTabbablefunction return type (#42237) @ KalmarLorand@ mui/lab@6.0.0-beta.8Docs
Core
^6.0.0for@ 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/material@6.0.0-rc.0Breaking changes
[Box] Remove
componentfromBoxOwnProps(#43384) @ DiegoAndaiThe
componentprop has been removed from theBoxOwnPropsas it is already included in theBoxtype.This might affect your code if you are using the
styledfunction with theBoxcomponent.If this is the case, use a
divelement instead ofBox:This yields the same end result.
If this doesn't work for you, you can also cast the
styledreturned value totypeof Box:Changes
@ mui/codemod@6.0.0-rc.0Docs
Compositionguide (#43266) @ ZeeshanTamboliPaperPropswithslotProps.paperin demos (#43354) @ sai6855Core
@ mui/systemTypeScript module augmentation tests in CI (#43386) @ ZeeshanTambol...