Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @mui/material from 5.16.7 to 6.4.6 #495

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps @mui/material from 5.16.7 to 6.4.6.

Release notes

Sourced from @​mui/material's releases.

v6.4.6

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

@mui/[email protected]

Docs

Core

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

v6.4.5

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

@mui/[email protected]

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

6.4.6

Feb 26, 2025

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

@mui/[email protected]

Docs

Core

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

6.4.5

Feb 18, 2025

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

@mui/[email protected]

... (truncated)

Commits
  • 356b885 [release] v6.4.6 (#45416)
  • 6af576b [material-ui][InputBase] Deprecate composed classes (#45366)
  • 698dd35 [Menu] Deprecate *Props and complete slots, slotProps (#45369)
  • 03e3b8f [material-ui][Drawer] Deprecate *Props and complete slots, slotProps (#45...
  • 0813fd1 [material-ui] Fix slotProps.transition types (#45367)
  • 551d995 [material-ui] Allow nested theme creation with vars (#45368)
  • a1182b0 [material-ui][SpeedDialAction] Add slots and slotProps (#45365)
  • e7ad90a [material-ui][Radio] Add slots and slotProps (#45364)
  • d06c212 [material-ui][Checkbox] Add slots and slotProps (#45361)
  • a6e05ee [material-ui] Fix wrong slotProps of DetailsHTMLAttributes types (#45356)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by Sourcery

Upgrade the @mui/material dependency from version 5.16.7 to 6.4.6.

Enhancements:

  • Add slots and slotProps to Checkbox, Radio, Snackbar, and SpeedDialAction components.
  • Deprecate *Props and complete slots, slotProps for Drawer, InputBase, Popover, SwitchBase, Tabs, and Menu components.
  • Improve Grid2 upgrade experience.
  • Allow nested theme creation with vars.

Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.16.7 to 6.4.6.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/v6.4.6/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v6.4.6/packages/mui-material)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added _bot [BOT only] Issue or PR made by a bot. dependencies Dependency updates and their version upgrades. labels Mar 3, 2025
Copy link

sourcery-ai bot commented Mar 3, 2025

Reviewer's Guide by Sourcery

This pull request bumps the @mui/material package from version 5.16.7 to 6.4.6. The update includes the addition of slots and slotProps to several components, deprecation of *Props in favor of slots/slotProps, and various bug fixes and improvements.

Updated class diagram for Checkbox component

classDiagram
  class Checkbox {
    +slots: object
    +slotProps: object
    -inputProps: object
  }
  note for Checkbox "Added slots and slotProps, potentially replacing inputProps"
Loading

Updated class diagram for InputBase component

classDiagram
  class InputBase {
    -composedClasses: object
  }
  note for InputBase "Deprecated composed classes"
Loading

Updated class diagram for Popover component

classDiagram
  class Popover {
    +slots: object
    +slotProps: object
    -*Props: object
  }
  note for Popover "Deprecated *Props and complete slots, slotProps"
Loading

Updated class diagram for Snackbar component

classDiagram
  class Snackbar {
    +slots: object
    +slotProps: object
  }
  note for Snackbar "Added slots and slotProps"
Loading

Updated class diagram for Tabs component

classDiagram
  class Tabs {
    +slots: object
    +slotProps: object
    -Props: object
  }
  note for Tabs "Deprecated *Props and complete slots, slotProps"
Loading

File-Level Changes

Change Details Files
The pull request upgrades the @mui/material package to version 6.4.6.
  • Update @mui/material from version 5.16.7 to 6.4.6.
package.json
package-lock.json
Several components have been updated to include slots and slotProps.
  • Checkbox: Added slots and slotProps.
  • Radio: Added slots and slotProps.
  • Snackbar: Added slots and slotProps.
  • SpeedDialAction: Added slots and slotProps.
Several components have been updated to deprecate *Props and complete slots/slotProps.
  • Drawer: Deprecated *Props and completed slots, slotProps.
  • InputBase: Deprecated composed classes.
  • Popover: Deprecated *Props and completed slots, slotProps.
  • SwitchBase: Deprecated inputProps and completed slots, slotProps.
  • Tabs: Deprecated *Props and completed slots, slotProps.
  • Menu: Deprecated *Props and completed slots, slotProps.
Fixes and improvements were made to the Grid, Slider, and Autocomplete components.
  • Grid: Improved Grid2 upgrade experience.
  • Slider: Fixed CSS class selector in migration guide and spacings in .md files.
  • Autocomplete: Removed unnecessary renderTags prop from Sizes demo and fixed key warning in Autocomplete regression test.
Other fixes and improvements.
  • Fixed slotProps.transition types.
  • Allowed nested theme creation with vars.
  • Fixed wrong slotProps of DetailsHTMLAttributes types.
  • Removed legacy aria-owns attribute for combobox in Autocomplete.
  • Applied id only if loading indicator is present in Button.

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

netlify bot commented Mar 3, 2025

Deploy Preview for neurobagel-query failed.

Name Link
🔨 Latest commit 409276c
🔍 Latest deploy log https://app.netlify.com/sites/neurobagel-query/deploys/67c537412d5b8e0008271c47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
_bot [BOT only] Issue or PR made by a bot. dependencies Dependency updates and their version upgrades.
Projects
Status: Automation
Development

Successfully merging this pull request may close these issues.

0 participants