Update dependency @mui/x-data-grid to ^8.10.0 #380

Merged
renovate merged 1 commits from renovate/mui-x-data-grid-8.x into master 2025-08-09 00:31:51 +00:00
Collaborator

This PR contains the following updates:

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

Release Notes

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

v8.10.0

Compare Source

Aug 8, 2025

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

  • 📊 FunnelChart marked as stable
  • 📈 Zoom slider and Preview marked as stable
  • 📈 Supporting label groups in band and point axis
  • 🌎 Improve Norwegian Nynorsk (nn-NO) locale on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to the community members for their valuable contributions:
@​AnderzL7, @​aqeelat, @​dwrth, @​noobyogi0010, @​nusr, @​sai6855

The following are all team members who have contributed to this release:
@​arminmeh, @​bernardobelchior, @​cherniavskii, @​flaviendelangle, @​Janpot, @​JCQuintas, @​mapache-salvaje, @​MBilalShafi, @​oliviertassinari, @​rita-codes, @​romgrk

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

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

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

Date and Time Pickers
@mui/x-date-pickers@8.10.0
  • [pickers] MuiPickersLayout-toolbar is overlapping the Calendar in RTL MobileDatePicker variant (#​18981) @​rita-codes

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

Charts
@mui/x-charts@8.10.0

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

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

Internal changes.

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

Codemod
@mui/x-codemod@8.10.0

Internal changes.

Docs
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.9.2` -> `^8.10.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/8.9.2/8.10.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v8.10.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8100) [Compare Source](https://github.com/mui/mui-x/compare/v8.9.2...v8.10.0) *Aug 8, 2025* We'd like to extend a big thank you to the 17 contributors who made this release possible. Here are some highlights ✨: - 📊 [`FunnelChart`](https://mui.com/x/react-charts/funnel/) marked as stable - 📈 [Zoom slider](https://mui.com/x/react-charts/zoom-and-pan/#zoom-slider) and [Preview](https://mui.com/x/react-charts/zoom-and-pan/#preview) marked as stable - 📈 Supporting [label groups](https://mui.com/x/react-charts/axis/#grouped-axes) in band and point axis - 🌎 Improve Norwegian Nynorsk (nn-NO) locale on the Data Grid - 🐞 Bugfixes - 📚 Documentation improvements Special thanks go out to the community members for their valuable contributions: [@&#8203;AnderzL7](https://github.com/AnderzL7), [@&#8203;aqeelat](https://github.com/aqeelat), [@&#8203;dwrth](https://github.com/dwrth), [@&#8203;noobyogi0010](https://github.com/noobyogi0010), [@&#8203;nusr](https://github.com/nusr), [@&#8203;sai6855](https://github.com/sai6855) The following are all team members who have contributed to this release: [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;cherniavskii](https://github.com/cherniavskii), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje), [@&#8203;MBilalShafi](https://github.com/MBilalShafi), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;rita-codes](https://github.com/rita-codes), [@&#8203;romgrk](https://github.com/romgrk) ##### Data Grid ##### `@mui/x-data-grid@8.10.0` - \[DataGrid] Move spread operator in `BaseSelect` to allow `variant` change ([#&#8203;19026](https://github.com/mui/mui-x/issues/19026)) [@&#8203;dwrth](https://github.com/dwrth) - \[DataGrid] Use `use-sync-external-store` shim ([#&#8203;19063](https://github.com/mui/mui-x/issues/19063)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Allow skipping cache in `dataSource.fetchRows()` API method ([#&#8203;18904](https://github.com/mui/mui-x/issues/18904)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Do not call `preProcessEditCellProps()` if cell is not editable based on `isCellEditable()` ([#&#8203;18405](https://github.com/mui/mui-x/issues/18405)) [@&#8203;nusr](https://github.com/nusr) - \[DataGrid] Fix `renderCountry` throwing an error when used in tree data ([#&#8203;19068](https://github.com/mui/mui-x/issues/19068)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Fix performance issue for root level "select all" ([#&#8203;19015](https://github.com/mui/mui-x/issues/19015)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Fix pagination `slotProps` being ignored by the grid ([#&#8203;19095](https://github.com/mui/mui-x/issues/19095)) [@&#8203;romgrk](https://github.com/romgrk) - \[l10n] Improve Norwegian Nynorsk (nn-NO) locale ([#&#8203;19076](https://github.com/mui/mui-x/issues/19076)) [@&#8203;AnderzL7](https://github.com/AnderzL7) ##### `@mui/x-data-grid-pro@8.10.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.10.0`, plus: - \[DataGridPro] Fix row reorder not working with column reorder disabled ([#&#8203;19016](https://github.com/mui/mui-x/issues/19016)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGridPro] Fix header filters cache sharing issue ([#&#8203;19090](https://github.com/mui/mui-x/issues/19090)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) ##### `@mui/x-data-grid-premium@8.10.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.10.0`, plus: - \[DataGridPremium] Allow additional derived columns customization via `valueFormatter` ([#&#8203;18982](https://github.com/mui/mui-x/issues/18982)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Fix complex `singleSelect` columns not working in pivot model ([#&#8203;18971](https://github.com/mui/mui-x/issues/18971)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.10.0` - \[pickers] `MuiPickersLayout-toolbar` is overlapping the Calendar in RTL `MobileDatePicker` variant ([#&#8203;18981](https://github.com/mui/mui-x/issues/18981)) [@&#8203;rita-codes](https://github.com/rita-codes) ##### `@mui/x-date-pickers-pro@8.10.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.10.0`. ##### Charts ##### `@mui/x-charts@8.10.0` - \[charts] Add `groups` to `band` and `point` axis config ([#&#8203;18766](https://github.com/mui/mui-x/issues/18766)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Animation example using `motion` library ([#&#8203;18993](https://github.com/mui/mui-x/issues/18993)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Deprecate `Unstable_` radar exports ([#&#8203;19079](https://github.com/mui/mui-x/issues/19079)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Improve grouped axis logic ([#&#8203;19069](https://github.com/mui/mui-x/issues/19069)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix type assertion in axis highlight components ([#&#8203;19060](https://github.com/mui/mui-x/issues/19060)) [@&#8203;sai6855](https://github.com/sai6855) - \[charts] Remove unnecessary type assertion in tooltip `valueFormatter` in heatmap ([#&#8203;19047](https://github.com/mui/mui-x/issues/19047)) [@&#8203;sai6855](https://github.com/sai6855) ##### `@mui/x-charts-pro@8.10.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.10.0`, plus: - \[charts-pro] Fix `slotProps.tooltip.trigger` not respected in `ScatterChartPro` and `FunnelChart` ([#&#8203;18902](https://github.com/mui/mui-x/issues/18902)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts-pro] Fix zoom filtering adjusting axis too soon ([#&#8203;18992](https://github.com/mui/mui-x/issues/18992)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts-pro] Mark `FunnelChart` as stable ([#&#8203;19048](https://github.com/mui/mui-x/issues/19048)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Mark zoom slider and preview as stable ([#&#8203;19049](https://github.com/mui/mui-x/issues/19049)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Refactor `createAxisFilterMapper` ([#&#8203;18998](https://github.com/mui/mui-x/issues/18998)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### Tree View ##### `@mui/x-tree-view@8.10.0` Internal changes. ##### `@mui/x-tree-view-pro@8.10.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.10.0`. ##### Codemod ##### `@mui/x-codemod@8.10.0` Internal changes. ##### Docs - \[docs] Add CSS bundler breaking change to migration guide ([#&#8203;17436](https://github.com/mui/mui-x/issues/17436)) [@&#8203;romgrk](https://github.com/romgrk) - \[docs] `RichTreeViewPro` demo for dragging via custom drag-handle is not working properly ([#&#8203;19008](https://github.com/mui/mui-x/issues/19008)) [@&#8203;rita-codes](https://github.com/rita-codes) - \[docs] Fix broken link to D3 in Charts ([#&#8203;19020](https://github.com/mui/mui-x/issues/19020)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Revise the Charts Animation doc ([#&#8203;18990](https://github.com/mui/mui-x/issues/18990)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Fix incorrect code in line chart preview ([#&#8203;19023](https://github.com/mui/mui-x/issues/19023)) [@&#8203;noobyogi0010](https://github.com/noobyogi0010) - \[docs] Improve bundling instructions for the Data Grid ([#&#8203;19065](https://github.com/mui/mui-x/issues/19065)) [@&#8203;romgrk](https://github.com/romgrk) - \[docs] Reduce image size in the inventory grid demo ([#&#8203;19004](https://github.com/mui/mui-x/issues/19004)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Core - \[core] Fix ESLint reference name [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Miscellaneous - \[infra] Remove bundle size tracking for subpaths ([#&#8203;19072](https://github.com/mui/mui-x/issues/19072)) [@&#8203;Janpot](https://github.com/Janpot) - \[infra] Accept `PORT` env on `docs:dev` script ([#&#8203;19014](https://github.com/mui/mui-x/issues/19014)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[infra] Skip codesandbox iframe demos in regressions tests ([#&#8203;18970](https://github.com/mui/mui-x/issues/18970)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[infra] Remove package.json `module` field ([#&#8203;18961](https://github.com/mui/mui-x/issues/18961)) [@&#8203;Janpot](https://github.com/Janpot) - \[internal] Remove peer dependency on `@mui/system` ([#&#8203;19062](https://github.com/mui/mui-x/issues/19062)) [@&#8203;aqeelat](https://github.com/aqeelat) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC4xIiwidXBkYXRlZEluVmVyIjoiNDEuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-08-09 00:31:49 +00:00
Update dependency @mui/x-data-grid to ^8.10.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
c00668f174
renovate scheduled this pull request to auto merge when all checks succeed 2025-08-09 00:31:49 +00:00
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: virtweb_frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: typescript-eslint@8.38.0
npm error Found: typescript@5.9.2
npm error node_modules/typescript
npm error   dev typescript@"^5.9.2" from the root project
npm error   peer typescript@">=4.8.4 <6.0.0" from @typescript-eslint/project-service@8.39.0
npm error   node_modules/@typescript-eslint/project-service
npm error     @typescript-eslint/project-service@"8.39.0" from @typescript-eslint/typescript-estree@8.39.0
npm error     node_modules/@typescript-eslint/typescript-estree
npm error       @typescript-eslint/typescript-estree@"^8.36.0" from @eslint-react/ast@1.52.3
npm error       node_modules/@eslint-react/ast
npm error         @eslint-react/ast@"1.52.3" from @eslint-react/core@1.52.3
npm error         node_modules/@eslint-react/core
npm error         3 more (@eslint-react/var, eslint-plugin-react-dom, eslint-plugin-react-x)
npm error       2 more (@typescript-eslint/type-utils, @typescript-eslint/utils)
npm error   9 more (@typescript-eslint/tsconfig-utils, ...)
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=4.8.4 <5.9.0" from typescript-eslint@8.38.0
npm error node_modules/typescript-eslint
npm error   dev typescript-eslint@"^8.38.0" from the root project
npm error
npm error Conflicting peer dependency: typescript@5.8.3
npm error node_modules/typescript
npm error   peer typescript@">=4.8.4 <5.9.0" from typescript-eslint@8.38.0
npm error   node_modules/typescript-eslint
npm error     dev typescript-eslint@"^8.38.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-08-09T00_31_45_777Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-08-09T00_31_45_777Z-debug-0.log

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: virtweb_frontend/package-lock.json ``` npm warn Unknown env config "store". This will stop working in the next major version of npm. npm error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: typescript-eslint@8.38.0 npm error Found: typescript@5.9.2 npm error node_modules/typescript npm error dev typescript@"^5.9.2" from the root project npm error peer typescript@">=4.8.4 <6.0.0" from @typescript-eslint/project-service@8.39.0 npm error node_modules/@typescript-eslint/project-service npm error @typescript-eslint/project-service@"8.39.0" from @typescript-eslint/typescript-estree@8.39.0 npm error node_modules/@typescript-eslint/typescript-estree npm error @typescript-eslint/typescript-estree@"^8.36.0" from @eslint-react/ast@1.52.3 npm error node_modules/@eslint-react/ast npm error @eslint-react/ast@"1.52.3" from @eslint-react/core@1.52.3 npm error node_modules/@eslint-react/core npm error 3 more (@eslint-react/var, eslint-plugin-react-dom, eslint-plugin-react-x) npm error 2 more (@typescript-eslint/type-utils, @typescript-eslint/utils) npm error 9 more (@typescript-eslint/tsconfig-utils, ...) npm error npm error Could not resolve dependency: npm error peer typescript@">=4.8.4 <5.9.0" from typescript-eslint@8.38.0 npm error node_modules/typescript-eslint npm error dev typescript-eslint@"^8.38.0" from the root project npm error npm error Conflicting peer dependency: typescript@5.8.3 npm error node_modules/typescript npm error peer typescript@">=4.8.4 <5.9.0" from typescript-eslint@8.38.0 npm error node_modules/typescript-eslint npm error dev typescript-eslint@"^8.38.0" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution. npm error npm error npm error For a full report see: npm error /tmp/renovate/cache/others/npm/_logs/2025-08-09T00_31_45_777Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-08-09T00_31_45_777Z-debug-0.log ```
renovate merged commit 2e3059dad6 into master 2025-08-09 00:31:51 +00:00
renovate deleted branch renovate/mui-x-data-grid-8.x 2025-08-09 00:31:51 +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/VirtWeb#380
No description provided.