Skip to content

Bump the material-ui group across 1 directory with 4 updates #4996

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2025

Bumps the material-ui group with 4 updates in the / directory: @mui/icons-material, @mui/lab, @mui/material and @mui/x-tree-view.

Updates @mui/icons-material from 6.4.11 to 7.0.2

Release notes

Sourced from @​mui/icons-material's releases.

v7.0.2

Apr 9, 2025

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

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

  • Added caching to StyledEngineProvider to improve performance for running tests with Jest (#45846) @​siriwatknp

Core

Docs

... (truncated)

Changelog

Sourced from @​mui/icons-material's changelog.

7.0.2

Apr 9, 2025

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

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

  • Added caching to StyledEngineProvider to improve performance for running tests with Jest (#45846) @​siriwatknp

Core

Docs

... (truncated)

Commits

Updates @mui/lab from 6.0.0-dev.240424162023-9968b4889d to 7.0.0-beta.11

Release notes

Sourced from @​mui/lab's releases.

v7.0.0-beta.4

Mar 13, 2025

A big thanks to the 10 contributors who made this release possible. This release contains bug fixes 🐛 and improvements to the new package layout 🏗️.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

Docs

Core

... (truncated)

Changelog

Sourced from @​mui/lab's changelog.

Versions

7.0.2

Apr 9, 2025

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

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

  • Added caching to StyledEngineProvider to improve performance for running tests with Jest (#45846) @​siriwatknp

Core

Docs

... (truncated)

Commits

Updates @mui/material from 6.4.11 to 7.0.2

Release notes

Sourced from @​mui/material's releases.

v7.0.2

Apr 9, 2025

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

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

  • Added caching to StyledEngineProvider to improve performance for running tests with Jest (#45846) @​siriwatknp

Core

Docs

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

7.0.2

Apr 9, 2025

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

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

  • Added caching to StyledEngineProvider to improve performance for running tests with Jest (#45846) @​siriwatknp

Core

Docs

... (truncated)

Commits

Updates @mui/x-tree-view from 7.28.1 to 8.0.0

Release notes

Sourced from @​mui/x-tree-view's releases.

v8.0.0-beta.3

We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨:

  • 🚫 Removed react-spring as a dependency of @mui/x-charts
  • 📦 Data Grid list view feature is now stable
  • 💫 Support title in Data Grid
  • 📚 Documentation improvements
  • 🐞 Bugfixes

Team members who have contributed to this release: @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​KenanYusuf, @​LukasTy, @​MBilalShafi, @​michelengelen, @​oliviertassinari, @​noraleonte, @​romgrk, @​alexfauquette.

Data Grid

Breaking changes

  • The list view feature and its related props are now stable.

    The unstable_listColumn prop has been renamed to listViewColumn.

    The GridListColDef type has been renamed to GridListViewColDef.

    -const listViewColDef: GridListColDef = {
    +const listViewColDef: GridListViewColDef = {
       field: 'listColumn',
       renderCell: ListViewCell,
     };
    <DataGridPro
    
    unstable_listView
    unstable_listColumn={listViewColDef}
    
    
    listView
    listViewColumn={listViewColDef}
    />
  • The useGridApiEventHandler() hook has been renamed to useGridEvent().

  • The useGridApiOptionHandler() hook has been renamed to useGridEventPriority().

  • @mui/[email protected]

    @mui/[email protected] pro

    ... (truncated)

    Changelog

    Sourced from @​mui/x-tree-view's changelog.

    8.0.0

    Apr 17, 2025

    We're excited to announce the first v8 stable release! 🎉🚀

    This is now the officially supported major version, where we'll keep rolling out new features, bug fixes, and improvements. Migration guides are available with a complete list of the breaking changes:

    Here are the highlights from alpha and beta releases included in this stable release:

    ... (truncated)

    Commits
    • 881de93 v8.0.0 (#17406)
    • 5515ca9 [TreeView] Select the unselected children when clicking on an indeterminate c...
    • 01948d1 [fields] Fix to submit a form on Enter press with accessible DOM structure ...
    • da338df [Tree View] Add React Compiler linting rules (#16357)
    • 09b5a8c [core] Remove modern bundles (#17359)
    • ac88e75 [TreeView] Fix drag and drop issue with label editing (#15636)
    • 24af71e Bump Material UI (#17340)
    • a1d9ae2 [code-infra] Update MUI Internal and slightly cleanup regressions test setup ...
    • 43dcadd [TreeView] Remove unused concept (#17246)
    • 40c61b8 Bump use-sync-external-store to ^1.5.0 (#17272)
    • Additional commits viewable in compare view

    You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

    Note
    Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

    @dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 17, 2025
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/material-ui-92864226be branch 10 times, most recently from 8b8fe4c to 4728831 Compare April 25, 2025 16:44
    @vrubezhny
    Copy link
    Contributor

    @dependabot rebase

    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Apr 25, 2025

    Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/material-ui-92864226be branch 8 times, most recently from 33c7d6c to 32dd9dc Compare May 2, 2025 12:49
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/material-ui-92864226be branch 8 times, most recently from 9b753c2 to 4afae0d Compare May 7, 2025 10:43
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/material-ui-92864226be branch 6 times, most recently from c543320 to 7e4d4c5 Compare May 13, 2025 23:02
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/material-ui-92864226be branch 7 times, most recently from 75e922a to ea8f564 Compare May 21, 2025 23:12
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/material-ui-92864226be branch 9 times, most recently from a527e7e to 6424a39 Compare June 1, 2025 11:42
    Bumps the material-ui group with 4 updates in the / directory: [@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material), [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab), [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) and [@mui/x-tree-view](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view).
    
    
    Updates `@mui/icons-material` from 6.4.11 to 7.0.2
    - [Release notes](https://github.com/mui/material-ui/releases)
    - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/mui/material-ui/commits/v7.0.2/packages/mui-icons-material)
    
    Updates `@mui/lab` from 6.0.0-dev.240424162023-9968b4889d to 7.0.0-beta.11
    - [Release notes](https://github.com/mui/material-ui/releases)
    - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab)
    
    Updates `@mui/material` from 6.4.11 to 7.0.2
    - [Release notes](https://github.com/mui/material-ui/releases)
    - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/mui/material-ui/commits/v7.0.2/packages/mui-material)
    
    Updates `@mui/x-tree-view` from 7.28.1 to 8.0.0
    - [Release notes](https://github.com/mui/mui-x/releases)
    - [Changelog](https://github.com/mui/mui-x/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/mui/mui-x/commits/v8.0.0/packages/x-tree-view)
    
    ---
    updated-dependencies:
    - dependency-name: "@mui/icons-material"
      dependency-version: 7.0.2
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: material-ui
    - dependency-name: "@mui/lab"
      dependency-version: 7.0.0-beta.11
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: material-ui
    - dependency-name: "@mui/material"
      dependency-version: 7.0.2
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: material-ui
    - dependency-name: "@mui/x-tree-view"
      dependency-version: 8.0.0
      dependency-type: direct:development
      update-type: version-update:semver-major
      dependency-group: material-ui
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/material-ui-92864226be branch from 6424a39 to 6e447f6 Compare June 2, 2025 03:09
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Jun 2, 2025

    Looks like these dependencies are updatable in another way, so this is no longer needed.

    @dependabot dependabot bot closed this Jun 2, 2025
    @dependabot dependabot bot deleted the dependabot/npm_and_yarn/material-ui-92864226be branch June 2, 2025 11:15
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant