Update dependency @mui/x-data-grid to ^8.16.0 #622

Merged
renovate merged 1 commits from renovate/mui-x-data-grid-8.x into master 2025-11-04 00:11:24 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@mui/x-data-grid (source) dependencies minor ^8.15.0 -> ^8.16.0

Release Notes

mui/mui-x (@​mui/x-data-grid)

v8.16.0

Compare Source

Oct 29, 2025

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

  • 🖌️ Add brush zoom interaction to charts
  • 🔁 Server-side update in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the demo.

Special thanks go out to the community members for their valuable contributions:
@​felix-wg, @​frncesc, @​sai6855

The following are all team members who have contributed to this release:
@​alexfauquette, @​arminmeh, @​bernardobelchior, @​brijeshb42, @​flaviendelangle, @​JCQuintas, @​MBilalShafi, @​mbrookes, @​michelengelen, @​noraleonte, @​rita-codes

Data Grid
@mui/x-data-grid@8.16.0

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

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

Date and Time Pickers
@mui/x-date-pickers@8.16.0

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

Charts
@mui/x-charts@8.16.0

Same changes as in @mui/x-charts@8.16.0, plus:

Same changes as in @mui/x-charts-pro@8.16.0.

Tree View
@mui/x-tree-view@8.16.0

Internal changes.

Same changes as in @mui/x-tree-view@8.16.0.

Codemod
@mui/x-codemod@8.16.0

Internal changes.

Core
Miscellaneous

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@mui/x-data-grid](https://mui.com/x/react-data-grid/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-data-grid)) | dependencies | minor | [`^8.15.0` -> `^8.16.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/8.15.0/8.16.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v8.16.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8160) [Compare Source](https://github.com/mui/mui-x/compare/v8.15.0...v8.16.0) *Oct 29, 2025* We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨: - 🖌️ Add `brush` zoom interaction to charts - 🔁 [Server-side update](https://mui.com/x/react-data-grid/server-side-data/#updating-server-side-data) in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the [demo](https://mui.com/x/react-data-grid/server-side-data/aggregation/#usage-with-tree-data). Special thanks go out to the community members for their valuable contributions: [@&#8203;felix-wg](https://github.com/felix-wg), [@&#8203;frncesc](https://github.com/frncesc), [@&#8203;sai6855](https://github.com/sai6855) The following are all team members who have contributed to this release: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;brijeshb42](https://github.com/brijeshb42), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;MBilalShafi](https://github.com/MBilalShafi), [@&#8203;mbrookes](https://github.com/mbrookes), [@&#8203;michelengelen](https://github.com/michelengelen), [@&#8203;noraleonte](https://github.com/noraleonte), [@&#8203;rita-codes](https://github.com/rita-codes) ##### Data Grid ##### `@mui/x-data-grid@8.16.0` - \[DataGrid] Ignore `Ctrl+A` key combination for the row selection in the community version ([#&#8203;20110](https://github.com/mui/mui-x/issues/20110)) [@&#8203;felix-wg](https://github.com/felix-wg) - \[DataGrid]\[l10n] Improve Spanish (es-ES) locale ([#&#8203;20134](https://github.com/mui/mui-x/issues/20134)) [@&#8203;frncesc](https://github.com/frncesc) ##### `@mui/x-data-grid-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@8.16.0`, plus: - \[DataGridPro] Add explicit return type to `getVisibleRowsLookup()` to fix the build with `tsc` ([#&#8203;20116](https://github.com/mui/mui-x/issues/20116)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPro] Retain the expansion state with expansion configuration props ([#&#8203;20126](https://github.com/mui/mui-x/issues/20126)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) ##### `@mui/x-data-grid-premium@8.16.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@8.16.0`, plus: - \[DataGridPremium] Export and restore chart integration state ([#&#8203;20079](https://github.com/mui/mui-x/issues/20079)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Fix grouping column `valueFormatter()` crash ([#&#8203;20070](https://github.com/mui/mui-x/issues/20070)) [@&#8203;sai6855](https://github.com/sai6855) - \[DataGridPremium] Refetch aggregation data after row update with server-side aggregation ([#&#8203;20039](https://github.com/mui/mui-x/issues/20039)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.16.0` - \[pickers] Prevent blur event propagation on individual sections ([#&#8203;19825](https://github.com/mui/mui-x/issues/19825)) [@&#8203;michelengelen](https://github.com/michelengelen) ##### `@mui/x-date-pickers-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@8.16.0`. ##### Charts ##### `@mui/x-charts@8.16.0` - \[charts] Allow tooltip to anchor items ([#&#8203;19954](https://github.com/mui/mui-x/issues/19954)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix behavior of grouped axis ([#&#8203;20118](https://github.com/mui/mui-x/issues/20118)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Move scale symlog inside scales ([#&#8203;20137](https://github.com/mui/mui-x/issues/20137)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix AreaChartConnectNulls demo height not correctly resizing ([#&#8203;20078](https://github.com/mui/mui-x/issues/20078)) [@&#8203;sai6855](https://github.com/sai6855) - \[charts] Fix charts resizing overflow ([#&#8203;20080](https://github.com/mui/mui-x/issues/20080)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix tooltip not showing on first render ([#&#8203;20115](https://github.com/mui/mui-x/issues/20115)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Handle `undefined` id and color in series ([#&#8203;20087](https://github.com/mui/mui-x/issues/20087)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Remove `useMemo` from isZoomOn*Enabled and isPanOn*Enabled hooks ([#&#8203;20132](https://github.com/mui/mui-x/issues/20132)) [@&#8203;Copilot](https://github.com/Copilot) - \[charts] Use static data for perf ([#&#8203;20072](https://github.com/mui/mui-x/issues/20072)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Move scale symlog inside scales ([#&#8203;20137](https://github.com/mui/mui-x/issues/20137)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@8.16.0`, plus: - \[charts-pro] Add `brush` zoom interaction ([#&#8203;19899](https://github.com/mui/mui-x/issues/19899)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Add sankey performance check ([#&#8203;20069](https://github.com/mui/mui-x/issues/20069)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-premium@8.16.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-charts-pro@8.16.0`. ##### Tree View ##### `@mui/x-tree-view@8.16.0` Internal changes. ##### `@mui/x-tree-view-pro@8.16.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-tree-view@8.16.0`. ##### Codemod ##### `@mui/x-codemod@8.16.0` Internal changes. ##### Core - \[code-infra] Setup eslint compat plugin ([#&#8203;20105](https://github.com/mui/mui-x/issues/20105)) [@&#8203;brijeshb42](https://github.com/brijeshb42) - \[code-infra] Improve store types ([#&#8203;20129](https://github.com/mui/mui-x/issues/20129)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[docs] Update the callout in `rows` prop documentation ([#&#8203;20127](https://github.com/mui/mui-x/issues/20127)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[docs-infra] Refine changelog contributor acknowledgment messages ([#&#8203;20123](https://github.com/mui/mui-x/issues/20123)) [@&#8203;mbrookes](https://github.com/mbrookes) ##### Miscellaneous - \[x-telemetry] Skip telemetry tests on browser mode ([#&#8203;20122](https://github.com/mui/mui-x/issues/20122)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNjkuMyIsInVwZGF0ZWRJblZlciI6IjQxLjE2OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-11-04 00:11:23 +00:00
Update dependency @mui/x-data-grid to ^8.16.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
ecc11b6242
renovate scheduled this pull request to auto merge when all checks succeed 2025-11-04 00:11:24 +00:00
renovate merged commit 53f5fcfbcb into master 2025-11-04 00:11:24 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/GeneIT#622
No description provided.