Skip to content

chore(deps): update dependency @mui/material to v6.4.11 #3

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

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/material (source) 6.4.7 -> 6.4.11 age adoption passing confidence

Release Notes

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

v6.4.11

Compare Source

v6.4.10

Compare Source

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

@mui/[email protected]
  • [Autocomplete] Prevent shrink animation in controlled Autocomplete when initial value is provided (#​45735) @​imadx
  • [Popover] Allow null in anchorEl function return type (#​45723) @​eduter
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​eduter, @​imadx, @​oliviertassinari

v6.4.9

Compare Source

Mar 25, 2025

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

@mui/[email protected]
@mui/[email protected]
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/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Core
Docs

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


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.

Copy link

sourcery-ai bot commented Mar 19, 2025

Reviewer's Guide by Sourcery

This PR updates the @mui/material dependency from version 6.4.7 to 6.4.8. This includes several bug fixes and enhancements across various MUI components, as well as updates to internal dependencies.

Updated class diagram for ListItemText

classDiagram
  class ListItemText {
    +root: Slot
  }
  note for ListItemText "Added missing root slot"
Loading

Updated class diagram for SpeedDial

classDiagram
  class SpeedDial {
    +root: Slot
  }
  note for SpeedDial "Added missing root slot"
Loading

Updated class diagram for Accordion

classDiagram
  class Accordion {
    +root: Slot
  }
  note for Accordion "Added missing root slot"
Loading

Updated class diagram for AccordionSummary

classDiagram
  class AccordionSummary {
    +slots: Slots
    +slotProps: SlotProps
  }
  note for AccordionSummary "Added slots and slotProps"
Loading

Updated class diagram for StyledEngineProvider

classDiagram
  class StyledEngineProvider {
    +enableCssLayer: boolean
  }
  note for StyledEngineProvider "Added enableCssLayer prop"
Loading

File-Level Changes

Change Details Files
Updated the version of the @mui/material dependency.
  • Updated @mui/material from version 6.4.7 to 6.4.8.
  • Updated @mui/core-downloads-tracker from version 6.4.7 to 6.4.8.
  • Updated @mui/system from version 6.4.7 to 6.4.8.
  • Updated @mui/utils from version 6.4.6 to 6.4.8.
  • Updated @mui/private-theming from version 6.4.6 to 6.4.8.
  • Updated @mui/styled-engine from version 6.4.6 to 6.4.8.
  • Updated @mui/types from version 7.2.21 to 7.2.24.
pnpm-lock.yaml
Addressed issues and enhancements in various MUI components.
  • Added missing root slot to ListItemText, SpeedDial, and Accordion components.
  • Allowed auto placement on the Tooltip component.
  • Handled null target in useScrollTrigger hook.
  • Added slots and slotProps to AccordionSummary.
  • Fixed ResizeObserver causing infinite selectionchange loop in TextareaAutosize.
  • Added enableCssLayer prop to StyledEngineProvider.
  • Prevented nested non-vars theme inheritance in the system.
  • Fixed React 18 tests.
  • Fixed component name in migration guide for Backdrop.
  • Fixed broken links to MUI X docs.
  • Fixed the invalid argument to extract examples.
  • Added overriding-component-structure doc to Material UI.

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!

@renovate renovate bot changed the title chore(deps): update dependency @mui/material to v6.4.8 chore(deps): update dependency @mui/material to v6.4.9 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/mui-material-6.x-lockfile branch from 0fbe14d to 23e5360 Compare March 28, 2025 04:02
@renovate renovate bot changed the title chore(deps): update dependency @mui/material to v6.4.9 chore(deps): update dependency @mui/material to v6.4.10 Apr 1, 2025
@renovate renovate bot force-pushed the renovate/mui-material-6.x-lockfile branch 2 times, most recently from f9c418e to 43e81de Compare April 4, 2025 03:33
@renovate renovate bot changed the title chore(deps): update dependency @mui/material to v6.4.10 chore(deps): update dependency @mui/material to v6.4.11 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/mui-material-6.x-lockfile branch from 43e81de to d9e610d Compare April 12, 2025 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants