Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 29, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
@mui/material (source) dependencies major ^6.0.0 -> ^7.0.0 OpenSSF Scorecard

Release Notes

mui/material-ui (@​mui/material)

v7.0.1

Compare Source

Mar 28, 2025

A big thanks to the 7 contributors who made this release possible.

@mui/material@7.0.1
@mui/icons-material@7.0.1
Core
Docs

All contributors of this release in alphabetical order: @​aarongarciah, @​DiegoAndai, @​eduter, @​Janpot, @​micttyoid, @​mnajdova, @​siriwatknp

v7.0.0

Compare Source

Mar 26, 2025

🎉 We're happy to announce the stable release of v7.

@mui/material@7.0.0
@mui/system@7.0.0
@mui/lab@7.0.0-beta.9
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​IshfaqAhmedProg, @​Janpot, @​letianpailove, @​LukasTy, @​mnajdova, @​mushfiqbh, @​oliviertassinari, @​siriwatknp, @​ZeeshanTamboli

v6.4.9

Compare Source

Mar 25, 2025

A big thanks to the 7 contributors who made this release possible.

@mui/material@6.4.9
@mui/codemod@6.4.9
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​letianpailove, @​mapache-salvaje, @​mushfiqbh, @​sai6855, @​siriwatknp, @​ZeeshanTamboli

v6.4.8

Compare Source

Mar 17, 2025

A big thanks to the 9 contributors who made this release possible.

@mui/material@6.4.8
@mui/styled-engine@6.4.8
@mui/system@6.4.8
@mui/utils@6.4.8
Core
Docs

All contributors of this release in alphabetical order: @​dahiro, @​DiegoAndai, @​Jtaks, @​mapache-salvaje, @​mj12albert, @​ovtn, @​sai6855, @​siriwatknp, @​vipierozan99

v6.4.7

Compare Source

Mar 5, 2025

A big thanks to the 2 contributors who made this release possible.

@mui/material@6.4.7

v6.4.6

Compare Source

A big thanks to the 4 contributors who made this release possible.

@mui/material@6.4.6
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​sai6855, @​siriwatknp, @​ZeeshanTamboli

v6.4.5

Compare Source

A big thanks to the 5 contributors who made this release possible.

@mui/material@6.4.5
Docs
Core

All contributors of this release in alphabetical order: @​a-s-russo, @​aarongarciah, @​noobDev31, @​oliviertassinari, @​ZeeshanTamboli

v6.4.4

Compare Source

Feb 11, 2025

A big thanks to the 3 contributors who made this release possible.

@mui/material@6.4.4
Docs
Core

All contributors of this release in alphabetical order: @​oliviertassinari, @​sai6855, @​siriwatknp

v6.4.3

Compare Source

Feb 4, 2025

A big thanks to the 3 contributors who made this release possible.

@mui/material@6.4.3
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​sai6855, @​ZeeshanTamboli

v6.4.2

Compare Source

Jan 29, 2025

A big thanks to the 5 contributors who made this release possible.

@mui/material@6.4.2
Core
Docs

All contributors of this release in alphabetical order: @​DiegoAndai, @​Janpot, @​joshkel, @​mj12albert, @​ZeeshanTamboli


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@sourcery-ai
Copy link

sourcery-ai bot commented Mar 29, 2025

Reviewer's Guide by Sourcery

This pull request updates the @mui/material dependency from version ^6.0.0 to ^7.0.0. Reviewers should pay attention to the potential breaking changes and new features introduced in v7, and ensure that the application is compatible with the new version.

Updated class diagram for the @mui/material library

classDiagram
  class Autocomplete {
    +Fix when `onHighlightChange` is called
    +Remove legacy `aria-owns` attribute for combobox
  }
  class Tabs {
    +Fix modifier keys + Left/Right Arrow key from being consumed by tab navigation
  }
  class System {
    +Fix palette mode does not change when not using CSS vars
  }
  class Lab {
    +Remove @mui/base dependency
  }
  class Docs {
    +Fix unnecessary redirects for v7
    +Fix new React project link, CRA deprecated
    +Prepare the v7 upgrade guide for stable release
    +Fix grammatical errors in support.md
    +Update nextjs font optimization guide
    +Deprecate Toolpad Studio
    +Sync the mode from page to demos
  }
  class Core {
    +v7 stable release
    +Disable flaky masonry screenshot
    +Migrate regression tests to vite
    +Update rollup
    +Support `React.ComponentType` in proptypes generation
    +Ensure `translations.json` is present in all `@mui/docs` package builds
    +Improve Argos script debuggability
    +Reconfigure `react-remove-properties` babel plugin
    +Prepare master for v7 stable
    +Improve instructions on changing domain
    +Deprecate `ponyfillGlobal`
    +Restructure docs theme context to CSS variables
    +Remove code & docs
  }

  note for Autocomplete "Fixes and improvements to the Autocomplete component"
  note for Tabs "Fixes an issue with tab navigation"
  note for System "Fixes an issue with palette mode"
  note for Lab "Removes a dependency"
  note for Docs "Documentation updates and fixes"
  note for Core "Core updates and fixes"
Loading

File-Level Changes

Change Details Files
The pull request updates the @mui/material dependency from version ^6.0.0 to ^7.0.0.
  • Update @mui/material to version 7.
  • The update includes bug fixes, documentation improvements, and core infrastructure changes.
  • The update includes new features such as slots and slotProps for various components, and deprecations of older props.
client/package.json
client/package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!
  • Generate a plan of action for an issue: Comment @sourcery-ai plan on
    an issue to generate a plan of action for it.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant