Skip to content

build(deps-dev): bump @mui/x-data-grid from 5.15.3 to 8.22.0#779

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mui/x-data-grid-8.22.0
Closed

build(deps-dev): bump @mui/x-data-grid from 5.15.3 to 8.22.0#779
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mui/x-data-grid-8.22.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps @mui/x-data-grid from 5.15.3 to 8.22.0.

Release notes

Sourced from @​mui/x-data-grid's releases.

v8.22.0

We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:

  • Each Tree View component now exposes its own hook to initialize the apiRef object with accurate typing:

    -import { useTreeViewApiRef } from '@mui/x-tree-view/hooks';
    +import { useSimpleTreeViewApiRef } from '@mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useSimpleTreeViewApiRef();
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewApiRef();
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewProApiRef } from '@​mui/x-tree-view-pro/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewProApiRef();

  • 📚 Tutorial on building a Data Grid with server-side data

  • 🐞 Bugfixes

Special thanks go out to this community member for their valuable contributions: @​kzhgit

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​michelengelen, @​noraleonte, @​oliviertassinari

Data Grid

@mui/x-data-grid@8.22.0

@mui/x-data-grid-pro@8.22.0 pro

Same changes as in @mui/x-data-grid@8.22.0.

@mui/x-data-grid-premium@8.22.0 premium

Same changes as in @mui/x-data-grid-pro@8.22.0, plus:

  • [DataGridPremium] Handle pivoting column name generation for empty strings (#20608) @​arminmeh
  • [DataGridPremium] Pass a row with aggregated value to the custom aggregation function valueFormatter (#20607) @​arminmeh

... (truncated)

Changelog

Sourced from @​mui/x-data-grid's changelog.

8.22.0

Dec 11, 2025

We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:

  • Each Tree View component now exposes its own hook to initialize the apiRef object with accurate typing:

    -import { useTreeViewApiRef } from '@mui/x-tree-view/hooks';
    +import { useSimpleTreeViewApiRef } from '@mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useSimpleTreeViewApiRef();
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewApiRef();
    -import { useTreeViewApiRef } from '@​mui/x-tree-view/hooks';
    +import { useRichTreeViewProApiRef } from '@​mui/x-tree-view-pro/hooks';
    -const apiRef = useTreeViewApiRef();
    +const apiRef = useRichTreeViewProApiRef();

  • 📚 Tutorial on building a Data Grid with server-side data

  • 🐞 Bugfixes

Special thanks go out to this community member for their valuable contributions: @​kzhgit

The following team members contributed to this release: @​alexfauquette, @​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​michelengelen, @​noraleonte, @​oliviertassinari

Data Grid

@mui/x-data-grid@8.22.0

@mui/x-data-grid-pro@8.22.0 pro

Same changes as in @mui/x-data-grid@8.22.0.

@mui/x-data-grid-premium@8.22.0 premium

Same changes as in @mui/x-data-grid-pro@8.22.0, plus:

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​mui/x-data-grid since your current version.


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)

Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 5.15.3 to 8.22.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.22.0/packages/x-data-grid)

---
updated-dependencies:
- dependency-name: "@mui/x-data-grid"
  dependency-version: 8.22.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies [Update] Pull requests that update a dependency file. javascript [Update] Pull requests that update a Javascript code. major [Release] Major release. labels Dec 15, 2025
@gliff-ai-robot gliff-ai-robot enabled auto-merge (squash) December 15, 2025 06:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Superseded by #783.

@dependabot dependabot bot closed this Dec 22, 2025
auto-merge was automatically disabled December 22, 2025 06:02

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mui/x-data-grid-8.22.0 branch December 22, 2025 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies [Update] Pull requests that update a dependency file. javascript [Update] Pull requests that update a Javascript code. major [Release] Major release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants