[Snyk] Upgrade @mui/material from 6.0.2 to 6.1.0 #9
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/material from 6.0.2 to 6.1.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 1 version ahead of your current version.
The recommended version was released on 22 days ago.
Release notes
Package name: @mui/material
-
6.1.0 - 2024-09-11
- Minor version changes: To solve longstanding ESM compatibility issues we added package exports to
- This release also includes several fixes and documentation improvements to support the Material UI v6 upgrade.
- Add exports field to package.json (#43624) @ Janpot
- [Autocomplete] Add custom props support via
- [Dialog] Fix broken scrolling in full screen mode (#43626) @ LuseBiswas
- [Grid] Revert wrap deprecation (#42363) (#43459) @ DiegoAndai
- Improve color map filter on styles (#43579) @ DiegoAndai
- Return styles directly if the selector is
- [types] Make slots partial in
- [Radio] Fix disabled state styling regression (#43592) @ mnajdova
- Fix wrong import to type (#43584) @ mnajdova
- Simplify version prerelease export (#43699) @ DiegoAndai
- Use a custom sheet to set prepend for
- Simplify version prerelease export (#43699) @ DiegoAndai
- [material-ui][Autocomplete] Refactor asynchronous loading demo (#43630) @ sai6855
- [material-ui][Autocomplete] Fix GitHubLabel demo input background color (#43599) @ sai6855
- [material-ui] Update Next.js font optimization guide (#43196) @ siriwatknp
- [material-ui] Fix getting started with CSS variables in theme example (#43658) @ Designer023
- [material-ui][system] Edit "How to use components selector API" section to add about direct import (#43377) @ IAluI
- [material-ui] Update @ mui/material-nextjs import examples to v14 (#43698) @ ohmsl
- Fix typo in Divider doc (#43691) @ lokendra-reco
- Add Anima section to documentation (#43673) @ GoOrit-Anima
- Add Integrations section to design resources page (#43612) @ zanivan
- Fix versions URL @ oliviertassinari
- Keep showing next under the subdomain @ oliviertassinari
- Add Next.js font optimization section to Pigment CSS migration (#43631) @ siriwatknp
- Update the Material UI readme post-v6 (#43504) @ samuelsycamore
- Bring back v5 release changelogs (#43460) @ oliviertassinari
- Fix use of absolute URLs (#43567) @ oliviertassinari
- Remove explicit
- [pigment-css] Add guide for Pigment CSS quickstart (#43395) @ alelthomas
- [system] Fix link to createCssVarsProvider (#43661) @ oliviertassinari
- Add scrollbar to color picker demo (#43672) @ sai6855
- [blog] Uniformalize version between projects @ oliviertassinari
- [blog] Fix page layout shift @ oliviertassinari
- [code-infra] Build size snapshots from installed packages (#43452) @ Janpot
- [code-infra] Recreate lockfile (#43623) @ Janpot
- [code-infra] Make the API docs builder more configurable (#43574) @ michaldudak
- [code-infra] Update runners from node 18 to 20 for GHA (#43593) @ JCQuintas
- [code-infra] Update runners from node 18 to 20 (#43591) @ JCQuintas
- [docs-infra] Fix axe issue scroll-to-top without landmark (#43663) @ oliviertassinari
- [docs-infra] Reduce Algolia index size, no need for lvl6 @ oliviertassinari
- [docs-infra] Use embed as the default for opening CodeSandbox (#43618) @ siriwatknp
- [docs-infra] Fix broken anchor button when header has a link (#43598) @ cherniavskii
- [docs-infra] Open Sign-in and Dashboard template with CodeSandbox/StackBlitz (#43604) @ siriwatknp
- [examples] Fix CDN live preview demo (#43641) @ oliviertassinari
- Add Pigment CSS screenshot test (#43280) @ mnajdova
- [website] Polish gold sponsors @ oliviertassinari
- [website] Add CopyCopter as gold sponsor (#43595) @ zanivan
- [website] Add disabled button styles to branding theme (#43577) @ zanivan
-
6.0.2 - 2024-09-03
- Fix
- [Menu,Popover] Fix Backdrop props descriptions (#43503) @ Michael-Hutchinson
- [MenuList] Do not react to an event with modifier key pressed (#43505) @ MateuszGroth
- [InitColorSchemeScript] Use
- Fix composeClasses v6 behavior change (#43537) @ oliviertassinari
- Skip
- [figma] Clarity state or Figma Plugin component export (#43543) @ oliviertassinari
- [material-ui] Fix template shadow tokens (#43514) @ zanivan
- Update version support range (#43565) @ oliviertassinari
- Polish Material UI Sync plugin code format @ oliviertassinari
- [blog] Update Material UI v6 blog post link to reflect correct section title (#43535) @ Michael-Hutchinson
- [blog] Makes the v5 name change clearer @ oliviertassinari
- [blog] Fix typo in Material UI v6 blog post (#43502) @ iamandrewluca
- [code-infra] Add missing @ babel/runtime dependency to @ mui/material-pigment-css (#43473) @ Janpot
- [code-infra] Remove permissions in publish-canaries.yml (#43491) @ oliviertassinari
- [core] Fix CodeQL scan (#43547) @ oliviertassinari
- [core] Fix CHANGELOG
- [docs-infra] Reduce description max-length (#43562) @ oliviertassinari
- [docs-infra] Crash on invalid callout type (#43546) @ oliviertassinari
- [docs-infra] Fix GitHub source link redirection (#43534) @ oliviertassinari
- [infra] Fixed workflow file path (#43528) @ michelengelen
- [typescript] Fix missing
- [website] Match pricing label with page @ oliviertassinari
- [website] Update Premium price and remove any mention to cap (#43466) @ joserodolfofreitas
from @mui/material GitHub release notesSep 11, 2024
A big thanks to the 21 contributors who made this release possible. Here are the highlights ✨:
@ mui/icons-material(#43624). This change is backwards compatible with previously recommended setups. Bundlers that don't support theexportsfield won't be affected. If you discover any issues, please reach out by creating a GitHub issue.@ mui/icons-material@6.1.0@ mui/material@6.1.0slotProps(#43613) @ Michael-Hutchinson&when usingapplyStyles(#43633) @ siriwatknpCreateSlotsAndSlotProptype (#42077) @ lhilgert9@ mui/system@6.1.0GlobalStyles(#43632) @ siriwatknpDocs
date-fnsdependency (#40823) @ renovate[bot]Core
All contributors of this release in alphabetical order: @ alelthomas, @ cherniavskii, @ Designer023, @ DiegoAndai, @ GoOrit-Anima, @ IAluI, @ Janpot, @ JCQuintas, @ lhilgert9, @ lokendra-reco, @ LuseBiswas, @ Michael-Hutchinson, @ michaldudak, @ mnajdova, @ ohmsl, @ oliviertassinari, @ renovate[bot], @ sai6855, @ samuelsycamore, @ siriwatknp, @ zanivan
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
Important
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: