Update dependency @mui/x-data-grid to ^8.14.1 #605

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

This PR contains the following updates:

Package Type Update Change
@mui/x-data-grid (source) dependencies patch ^8.14.0 -> ^8.14.1

Release Notes

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

v8.14.1

Compare Source

Oct 16, 2025

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

  • 🚀 Charts have optimized data structures for closest point calculations — initial render times reduced by ~25% for 1,000+ data points, with greater gains at larger scales (#​19790) @​bernardobelchior
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to the community members for their valuable contributions:
@​djpremier, @​jacknot, @​justdoit1897, @​mellis481, @​sai6855

The following are all team members who have contributed to this release:
@​arminmeh, @​bernardobelchior, @​brijeshb42, @​cherniavskii, @​flaviendelangle, @​Janpot, @​JCQuintas, @​noraleonte, @​siriwatknp

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

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

  • [DataGridPro] Clear cache before new request to the nested request queue after a row has been edited (#​19873) @​arminmeh

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

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

Internal changes.

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

Charts
@mui/x-charts@8.14.1

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

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

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

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

Codemod
@mui/x-codemod@8.14.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 | patch | [`^8.14.0` -> `^8.14.1`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/8.14.0/8.14.1) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v8.14.1`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8141) [Compare Source](https://github.com/mui/mui-x/compare/v8.14.0...v8.14.1) *Oct 16, 2025* We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨: - 🚀 Charts have optimized data structures for closest point calculations — initial render times reduced by \~25% for 1,000+ data points, with greater gains at larger scales ([#&#8203;19790](https://github.com/mui/mui-x/issues/19790)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - 🐞 Bugfixes - 📚 Documentation improvements Special thanks go out to the community members for their valuable contributions: [@&#8203;djpremier](https://github.com/djpremier), [@&#8203;jacknot](https://github.com/jacknot), [@&#8203;justdoit1897](https://github.com/justdoit1897), [@&#8203;mellis481](https://github.com/mellis481), [@&#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;brijeshb42](https://github.com/brijeshb42), [@&#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;noraleonte](https://github.com/noraleonte), [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Data Grid ##### `@mui/x-data-grid@8.14.1` - \[DataGrid] Fix cell not rerendering on `isCellEditable` prop change ([#&#8203;19898](https://github.com/mui/mui-x/issues/19898)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Fix virtualizer memory leaks ([#&#8203;19886](https://github.com/mui/mui-x/issues/19886)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Fix tree data unable to deselect row for exclude model ([#&#8203;19846](https://github.com/mui/mui-x/issues/19846)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[l10n] Improve Italian (it-IT) locale ([#&#8203;19322](https://github.com/mui/mui-x/issues/19322)) [@&#8203;jacknot](https://github.com/jacknot) and ([#&#8203;19940](https://github.com/mui/mui-x/issues/19940)) [@&#8203;justdoit1897](https://github.com/justdoit1897) ##### `@mui/x-data-grid-pro@8.14.1` [![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.14.1`, plus: - \[DataGridPro] Clear cache before new request to the nested request queue after a row has been edited ([#&#8203;19873](https://github.com/mui/mui-x/issues/19873)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### `@mui/x-data-grid-premium@8.14.1` [![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.14.1`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.14.1` Internal changes. ##### `@mui/x-date-pickers-pro@8.14.1` [![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.14.1`. ##### Charts ##### `@mui/x-charts@8.14.1` - \[charts] Fix `minBarSize` when y-axis is reversed ([#&#8203;19932](https://github.com/mui/mui-x/issues/19932)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix bar chart border radius when axis is reversed ([#&#8203;19895](https://github.com/mui/mui-x/issues/19895)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix scatter chart `datasetKeys.id` not being optional ([#&#8203;19897](https://github.com/mui/mui-x/issues/19897)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Use more performant data structure for closest point ([#&#8203;19790](https://github.com/mui/mui-x/issues/19790)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix `GaugeValueArc` having wrong class ([#&#8203;19965](https://github.com/mui/mui-x/issues/19965)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Fix `undefined` path when highlight empty line chart axis ([#&#8203;19969](https://github.com/mui/mui-x/issues/19969)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### `@mui/x-charts-pro@8.14.1` [![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.14.1`, plus: - \[charts-pro] Add `highlighting` to Sankey chart ([#&#8203;19662](https://github.com/mui/mui-x/issues/19662)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-premium@8.14.1` [![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.14.1`. ##### Tree View ##### `@mui/x-tree-view@8.14.1` - \[tree view] Do not forward the `ownerState` to the icon ([#&#8203;19772](https://github.com/mui/mui-x/issues/19772)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### `@mui/x-tree-view-pro@8.14.1` [![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.14.1`. ##### Codemod ##### `@mui/x-codemod@8.14.0` Internal changes. ##### Docs - \[docs] Add `'bumpX'` and `'bumpY'` curve types to the interpolation demo ([#&#8203;19676](https://github.com/mui/mui-x/issues/19676)) [@&#8203;djpremier](https://github.com/djpremier) - \[docs] Add scatter chart with linear regression demo ([#&#8203;19900](https://github.com/mui/mui-x/issues/19900)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[docs] Correctly describe Data Grid's row selection behavior ([#&#8203;19968](https://github.com/mui/mui-x/issues/19968)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[docs] Fix `isExpanded` type in tree view docs ([#&#8203;19092](https://github.com/mui/mui-x/issues/19092)) [@&#8203;mellis481](https://github.com/mellis481) ##### Core - \[code-infra] Disable Netlify cache plugin ([#&#8203;19950](https://github.com/mui/mui-x/issues/19950)) [@&#8203;Janpot](https://github.com/Janpot) - \[code-infra] Lint json through eslint ([#&#8203;19890](https://github.com/mui/mui-x/issues/19890)) [@&#8203;Janpot](https://github.com/Janpot) - \[docs-infra] Use published netlify cache plugin package ([#&#8203;19929](https://github.com/mui/mui-x/issues/19929)) [@&#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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTIuMCIsInVwZGF0ZWRJblZlciI6IjQxLjE1Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-10-18 00:36:04 +00:00
Update dependency @mui/x-data-grid to ^8.14.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
c929f1a771
renovate scheduled this pull request to auto merge when all checks succeed 2025-10-18 00:36:04 +00:00
renovate merged commit 43bc978f5d into master 2025-10-18 00:36:04 +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#605
No description provided.