Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

v8.23.0

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

Special thanks go out to these community members for their valuable contributions: @​henkerik, @​sai6855

The following team members contributed to this release: @​alelthomas, @​alexfauquette, @​arminmeh, @​bernardobelchior, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​MBilalShafi, @​siriwatknp

Data Grid

@mui/x-data-grid@8.23.0

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

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

  • [DataGridPro] Fix crash on rows change in tree data with pagination (#20215) @​Copilot

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

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

  • [DataGridPremium] Add aggregation for 'boolean' column type (#20683) @​arminmeh
  • [DataGridPremium] Fix strategy value computation with row grouping (#20725) @​MBilalShafi
  • [DataGridPremium] Handle isRowSelectable() checks for the rows missing due to keepNonExistentRowsSelected (#20668) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.23.0

Internal changes.

@mui/x-date-pickers-pro@8.23.0 pro

Same changes as in @mui/x-date-pickers@8.23.0.

Charts

@mui/x-charts@8.23.0

... (truncated)

Changelog

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

8.23.0

Dec 24, 2025

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

Special thanks go out to these community members for their valuable contributions: @​henkerik, @​sai6855

The following team members contributed to this release: @​alelthomas, @​alexfauquette, @​arminmeh, @​bernardobelchior, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​mapache-salvaje, @​MBilalShafi, @​siriwatknp

Data Grid

@mui/x-data-grid@8.23.0

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

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

  • [DataGridPro] Fix crash on rows change in tree data with pagination (#20215) @​Copilot

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

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

  • [DataGridPremium] Add aggregation for 'boolean' column type (#20683) @​arminmeh
  • [DataGridPremium] Fix strategy value computation with row grouping (#20725) @​MBilalShafi
  • [DataGridPremium] Handle isRowSelectable() checks for the rows missing due to keepNonExistentRowsSelected (#20668) @​arminmeh

Date and Time Pickers

@mui/x-date-pickers@8.23.0

Internal changes.

@mui/x-date-pickers-pro@8.23.0 pro

Same changes as in @mui/x-date-pickers@8.23.0.

Charts

... (truncated)

Commits
  • d35480c [release] v8.23.0 (#20752)
  • 433cc12 [Data Grid] Prevent default on Enter key down (#20751)
  • 7bdee0b [DataGridPremium] Handle isRowSelectable() checks for the rows missing due ...
  • d735c8e [DataGrid] Fix filter datetime with seconds (#20557)
  • a8079d3 [DataGridPro] Fix crash on rows change in tree data with pagination (#20215)
  • 7c39f9e [l10n] Improve Portuguese from Portugal (pt-PT) locale (#20722)
  • 86e8646 [DataGridPremium] Add aggregation for 'boolean' column type (#20683)
  • 5a9193e [DataGrid] Fix columns state and columns prop sync issue (#20703)
  • bf22265 [Data Grid] Add new includeHeaderFilters flag to include header filters whe...
  • c28969e [code-infra] Bump prettier to 3.7.4 (#20709)
  • 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)

@dependabot dependabot bot added dependencies javascript Pull requests that update javascript code labels Dec 26, 2025
@github-project-automation github-project-automation bot moved this to Backlog in LEMS Dec 26, 2025
Bumps [@mui/x-data-grid](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid) from 8.22.0 to 8.23.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.23.0/packages/x-data-grid)

---
updated-dependencies:
- dependency-name: "@mui/x-data-grid"
  dependency-version: 8.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/mui/x-data-grid-8.23.0 branch from d7ed2ed to 7fa1aeb Compare January 1, 2026 19:02
@johnmeshulam johnmeshulam merged commit 022de24 into main Jan 1, 2026
1 check passed
@johnmeshulam johnmeshulam deleted the dependabot/npm_and_yarn/main/mui/x-data-grid-8.23.0 branch January 1, 2026 19:04
@github-project-automation github-project-automation bot moved this from Backlog to Done in LEMS Jan 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants