Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@mui/docs (source) 7.1.2 -> 7.3.4 age confidence
@mui/internal-docs-utils (source) ^2.0.1 -> ^2.0.3 age confidence
@mui/internal-markdown (source) ^2.0.6 -> ^2.0.11 age confidence
@mui/internal-test-utils (source) ^2.0.9 -> ^2.0.14 age confidence

Release Notes

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

v7.3.4

Compare Source

Oct 2, 2025

A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:

Small update to revert a change that broke the <Tabs> component. Also publishing a beta version of @mui/lab which was accidentally published as a stable release.

@mui/[email protected]
Docs
Core

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

v7.3.3

Compare Source

Sep 30, 2025

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

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alelthomas, @​bernardobelchior, @​brijeshb42, @​christopherschroer, @​Janpot, @​Jayesh-11, @​jonyen, @​mapache-salvaje, @​monam2, @​oliviertassinari, @​sai6855, @​siriwatknp, @​wo-o29, @​ZeeshanTamboli

v7.3.2

Compare Source

Sep 1, 2025

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

@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alisasanib, @​bernardobelchior, @​brijeshb42, @​checcoux, @​danpeleg4, @​frontman-git, @​Janpot, @​mj12albert, @​neemski, @​noritaka1166, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​siriwatknp, @​Yashkanekar, @​ZeeshanTamboli

v7.3.1

Compare Source

Aug 6, 2025

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

@mui/[email protected]

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

v7.3.0

Compare Source

Aug 5, 2025

A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:

  • 🚀 Shipped nativeColor feature that eliminates JS color manipulation and unlocks support for all modern color spaces (#​43942) @​siriwatknp!

    To learn more, check out the Native Color guide.

@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​adiitxa, @​aditi291soni, @​AidanLDev, @​alexfauquette, @​apedroferreira, @​atharva3333, @​bernardobelchior, @​bharatkashyap, @​brijeshb42, @​cherniavskii, @​EndiM, @​frontman-git, @​Janpot, @​Kartik-Murthy, @​LukasTy, @​mnajdova, @​oliviertassinari, @​rjray, @​sai6855, @​saschabratton, @​satendra03, @​siriwatknp, @​yafeng-c, @​ZeeshanTamboli

v7.2.0

Compare Source

Jun 26, 2025

A big thanks to the 17 contributors who made this release possible. Here are the highlights ✨:

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​0210shivam, @​bharatkashyap, @​brijeshb42, @​dhu-redwoodtech, @​DiegoAndai, @​humble-barnacle001, @​Janpot, @​KirankumarAmbati, @​mapache-salvaje, @​michaldudak, @​oliviertassinari, @​prakhargupta1, @​robbtraister, @​sai6855, @​scousino, @​siriwatknp, @​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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the dependencies Update of dependencies. label Oct 9, 2025
@mui-bot
Copy link

mui-bot commented Oct 9, 2025

Deploy preview: https://deploy-preview-19883--material-ui-x.netlify.app/

Bundle size report

Bundle Parsed size Gzip size
@mui/x-data-grid 0B(0.00%) 0B(0.00%)
@mui/x-data-grid-pro 0B(0.00%) 0B(0.00%)
@mui/x-data-grid-premium 0B(0.00%) 0B(0.00%)
@mui/x-charts 0B(0.00%) 0B(0.00%)
@mui/x-charts-pro 0B(0.00%) 0B(0.00%)
@mui/x-charts-premium 0B(0.00%) 0B(0.00%)
@mui/x-date-pickers 0B(0.00%) 0B(0.00%)
@mui/x-date-pickers-pro 0B(0.00%) 0B(0.00%)
@mui/x-tree-view 0B(0.00%) 0B(0.00%)
@mui/x-tree-view-pro 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against 05247f3

@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from d3a7ad2 to c03fc4e Compare October 9, 2025 16:55
@bernardobelchior
Copy link
Member

This is a bit weird, but I think I now understand why these are failing when they passed in this PR where lodash was removed.

Before, @mui/internal-test-utils was importing lodash. By running pnpm why lodash you can see that there's several packages that depend on it, so it was available as a transitive dependency even though it wasn't declared in our package.json. In 2.0.14, @mui/internal-test-utils started importing lodash.kebabcase which isn't included as a dependency by any other package, so that's why this is failing.

Fortunately, they have replaced lodash as well, so if we have no rush, we can just wait for the next release and things should work.

@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from c03fc4e to 1992d59 Compare October 10, 2025 13:16
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Oct 10, 2025
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from 1992d59 to 6c5bf25 Compare October 10, 2025 14:58
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Oct 10, 2025
@Janpot
Copy link
Member

Janpot commented Oct 10, 2025

Adding a temp fix with

// package.json
  "pnpm": {
    "packageExtensions": {
      "@mui/internal-test-utils": {
        "dependencies": {
          "lodash.kebabcase": "^4.1.1"
        }
      }
    }
  }

Copy link
Contributor Author

renovate bot commented Oct 10, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Janpot Janpot merged commit 487a02f into master Oct 10, 2025
21 checks passed
@Janpot Janpot deleted the renovate/mui-infra-packages branch October 10, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants