[Snyk] Upgrade: , , , , , , , , beautiful-react-hooks, date-fns, file-type, graphql-request, jazzicon, react-redux, react-toastify, typescript, web-vitals #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 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.
@mui/icons-material
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
⚠️ This is a major version upgrade, and may be a breaking change | 2 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
⚠️ This is a major version upgrade, and may be a breaking change | 9 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 8 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 21 days ago
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
⚠️ This is a major version upgrade, and may be a breaking change | 5 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 6 months ago
⚠️ This is a major version upgrade, and may be a breaking change | a month ago
⚠️ This is a major version upgrade, and may be a breaking change | 3 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 8 years ago
⚠️ This is a major version upgrade, and may be a breaking change | 5 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 6 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 2 months ago
⚠️ This is a major version upgrade, and may be a breaking change | 2 months ago
from 5.16.7 to 6.0.1 | 26 versions ahead of your current version
on 2024-08-29
@mui/material
from 5.16.7 to 6.0.1 | 31 versions ahead of your current version
on 2024-08-29
@reduxjs/toolkit
from 1.9.7 to 2.2.7 | 27 versions ahead of your current version
on 2024-07-27
@testing-library/react
from 13.4.0 to 16.0.1 | 23 versions ahead of your current version
on 2024-08-29
@testing-library/user-event
from 13.5.0 to 14.5.2 | 54 versions ahead of your current version
on 2023-12-29
@types/jest
from 27.5.2 to 29.5.12 | 41 versions ahead of your current version
on 2024-02-01
@types/node
from 16.18.108 to 22.5.2 | 397 versions ahead of your current version
on 2024-09-01
@web3-react/core
from 6.1.9 to 8.2.3 | 59 versions ahead of your current version
on 2023-10-02
beautiful-react-hooks
from 4.3.0 to 5.0.2 | 3 versions ahead of your current version
on 2024-04-28
date-fns
from 2.30.0 to 3.6.0 | 21 versions ahead of your current version
on 2024-03-18
file-type
from 16.5.4 to 19.4.1 | 26 versions ahead of your current version
on 2024-08-14
graphql-request
from 5.2.0 to 7.1.0 | 106 versions ahead of your current version
on 2024-06-22
jazzicon
from 1.5.0 to 2.0.0 | 1 version ahead of your current version
on 2016-11-08
react-redux
from 8.1.3 to 9.1.2 | 12 versions ahead of your current version
on 2024-05-02
react-toastify
from 9.1.3 to 10.0.5 | 8 versions ahead of your current version
on 2024-03-15
typescript
from 4.9.5 to 5.5.4 | 595 versions ahead of your current version
on 2024-07-22
web-vitals
from 2.1.4 to 4.2.3 | 54 versions ahead of your current version
on 2024-08-07
Release notes
Package name: @mui/icons-material
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.1
Docs
Core
@ mui-internal/api-docs-builder
(#43498) @ Janpot'use client'
from index files and useAutocomplete reexport (#41956) @ DiegoAndailatest
on 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.0
getItemAriaLabel
page param type (#43399) @ sydneyjodon-wkgetTabbable
function return type (#42237) @ KalmarLorand@ mui/lab@6.0.0-beta.8
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/material@6.0.0-rc.0
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/codemod@6.0.0-rc.0
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/material@6.0.0-beta.6
options
prop description (#41591) @ pluvio72getSelector
prefers-color-scheme to be object (#43237) @ siriwatknpdisplay="block"
usage to work with Pigment CSS (#43307) @ siriwatknp@ mui/codemod@6.0.0-beta.6
@ mui/styles@6.0.0-beta.6