Update dependency @mui/x-data-grid to ^8.18.0 #144

Merged
renovate merged 1 commits from renovate/mui-x-data-grid-8.x into main 2025-11-19 00:09:37 +00:00
Collaborator

This PR contains the following updates:

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

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v8.18.0

Compare Source

Nov 13, 2025

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

  • Add barLabelPlacement property to customize the bar label position in bar charts, enabling labels to be placed above bars.

    image

  • Add source property to the date/time picker lifecycle and event handler context, enabling clearer differentiation between changes initiated by the picker UI and those from direct field input.

  • 🐞 Bugfixes

  • 📚 Documentation improvements

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

The following team members contributed to this release:
@​arminmeh, @​bernardobelchior, @​brijeshb42, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​michelengelen, @​noraleonte, @​prakhargupta1, @​rita-codes, @​siriwatknp

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

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

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

  • [DataGridPremium] Return the correct cellParams value from the aggregation cells (#​20224) @​arminmeh
Date and Time Pickers
@mui/x-date-pickers@8.18.0

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

Charts
@mui/x-charts@8.18.0

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

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

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

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

Codemod
@mui/x-codemod@8.18.0

Internal changes.

Docs
Core

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.17.0` -> `^8.18.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/8.17.0/8.18.0) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v8.18.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8180) [Compare Source](https://github.com/mui/mui-x/compare/v8.17.0...v8.18.0) <!-- generated comparing v8.17.0..master --> *Nov 13, 2025* We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨: - Add `barLabelPlacement` property to customize the bar label position in bar charts, enabling labels to be placed above bars. ![image](https://github.com/user-attachments/assets/4bc3a75b-74b8-4c6d-896b-5f5bf837bcda) - Add `source` property to the date/time picker lifecycle and event handler context, enabling clearer differentiation between changes initiated by the picker UI and those from direct field input. - 🐞 Bugfixes - 📚 Documentation improvements Special thanks go out to these community members for their valuable contributions: [@&#8203;htollefsen](https://github.com/htollefsen), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;Sigdriv](https://github.com/Sigdriv) The following team members contributed to this release: [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;brijeshb42](https://github.com/brijeshb42), [@&#8203;cherniavskii](https://github.com/cherniavskii), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;michelengelen](https://github.com/michelengelen), [@&#8203;noraleonte](https://github.com/noraleonte), [@&#8203;prakhargupta1](https://github.com/prakhargupta1), [@&#8203;rita-codes](https://github.com/rita-codes), [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Data Grid ##### `@mui/x-data-grid@8.18.0` - \[DataGrid] Allow default event in the column action cell item click event handler ([#&#8203;20272](https://github.com/mui/mui-x/issues/20272)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Remove unnecessary generic from `useGridApiRef` ([#&#8203;20277](https://github.com/mui/mui-x/issues/20277)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### `@mui/x-data-grid-pro@8.18.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.18.0`. ##### `@mui/x-data-grid-premium@8.18.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.18.0`, plus: - \[DataGridPremium] Return the correct `cellParams` value from the aggregation cells ([#&#8203;20224](https://github.com/mui/mui-x/issues/20224)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.18.0` - \[pickers] Keep invalid date state consistent ([#&#8203;20040](https://github.com/mui/mui-x/issues/20040)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[pickers] Adds new `source` property to `onChange` and `onAccept` context object ([#&#8203;20234](https://github.com/mui/mui-x/issues/20234)) [@&#8203;michelengelen](https://github.com/michelengelen) ##### `@mui/x-date-pickers-pro@8.18.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.18.0`. ##### Charts ##### `@mui/x-charts@8.18.0` - \[charts] Add prop for positioning a bar label ([#&#8203;20194](https://github.com/mui/mui-x/issues/20194)) [@&#8203;Sigdriv](https://github.com/Sigdriv) - \[charts] Fix applying dark mode styles in `ChartAxisZoomSliderThumb` ([#&#8203;20232](https://github.com/mui/mui-x/issues/20232)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/x-charts-pro@8.18.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.18.0`, plus: - \[charts-pro] Allow specifying Content Security Policy nonce on export ([#&#8203;20053](https://github.com/mui/mui-x/issues/20053)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts-pro] Fix applying dark mode styles to slider ([#&#8203;20220](https://github.com/mui/mui-x/issues/20220)) [@&#8203;sai6855](https://github.com/sai6855) - \[charts-pro] Sankey should respect node order ([#&#8203;20065](https://github.com/mui/mui-x/issues/20065)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-premium@8.18.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.18.0`. ##### Tree View ##### `@mui/x-tree-view@8.18.0` - \[tree view] Prepare tests for the new store structure ([#&#8203;20225](https://github.com/mui/mui-x/issues/20225)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[tree view] Prepare the item plugin files for the store migration ([#&#8203;20240](https://github.com/mui/mui-x/issues/20240)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[tree view] Use `TreeItemId` type instead of raw string ([#&#8203;20233](https://github.com/mui/mui-x/issues/20233)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### `@mui/x-tree-view-pro@8.18.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.18.0`. ##### Codemod ##### `@mui/x-codemod@8.18.0` Internal changes. ##### Docs - \[charts] Add a demo for a custom tick label ([#&#8203;20073](https://github.com/mui/mui-x/issues/20073)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - \[charts] Create `useAxes()` hook documentation page ([#&#8203;20229](https://github.com/mui/mui-x/issues/20229)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix logo alignment ([#&#8203;20228](https://github.com/mui/mui-x/issues/20228)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fixes typo in import example ([#&#8203;20236](https://github.com/mui/mui-x/issues/20236)) [@&#8203;htollefsen](https://github.com/htollefsen) - \[Data Grid] Add recipe for cursor pagination with data source ([#&#8203;19700](https://github.com/mui/mui-x/issues/19700)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[Data Grid] Add a demo for pinned rows aggregation ([#&#8203;20198](https://github.com/mui/mui-x/issues/20198)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### Core - \[docs-infra] Use deployment config from docs-infra package ([#&#8203;20243](https://github.com/mui/mui-x/issues/20243)) [@&#8203;brijeshb42](https://github.com/brijeshb42) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNC4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTQuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-11-19 00:09:36 +00:00
Update dependency @mui/x-data-grid to ^8.18.0
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
d456cff4b4
renovate scheduled this pull request to auto merge when all checks succeed 2025-11-19 00:09:36 +00:00
renovate merged commit d75a27f872 into main 2025-11-19 00:09:37 +00:00
renovate deleted branch renovate/mui-x-data-grid-8.x 2025-11-19 00:09:38 +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/MoneyMgr#144