Update dependency @mui/x-charts to ^8.23.0 #397

Merged
renovate merged 1 commits from renovate/mui-x-charts-8.x into master 2025-12-27 00:37:33 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@mui/x-charts (source) dependencies minor ^8.22.1^8.23.0

Release Notes

mui/mui-x (@​mui/x-charts)

v8.23.0

Compare Source

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

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

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

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

Internal changes.

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

Charts
@mui/x-charts@8.23.0

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

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

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

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

Codemod
@mui/x-codemod@8.23.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-charts](https://mui.com/x/react-charts/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-charts)) | dependencies | minor | [`^8.22.1` → `^8.23.0`](https://renovatebot.com/diffs/npm/@mui%2fx-charts/8.22.1/8.23.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-charts)</summary> ### [`v8.23.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8230) [Compare Source](https://github.com/mui/mui-x/compare/v8.22.1...v8.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 ✨: - 🧮 Support Data Grid `size`, `size(true)`, and `size(false)` [aggregations for `'boolean'` column type](https://mui.com/x/react-data-grid/aggregation/#usage-with-row-grouping) - 🔎 Allow zooming a heatmap Special thanks go out to these community members for their valuable contributions: [@&#8203;henkerik](https://github.com/henkerik), [@&#8203;sai6855](https://github.com/sai6855) The following team members contributed to this release: [@&#8203;alelthomas](https://github.com/alelthomas), [@&#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;mapache-salvaje](https://github.com/mapache-salvaje), [@&#8203;MBilalShafi](https://github.com/MBilalShafi), [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Data Grid ##### `@mui/x-data-grid@8.23.0` - \[DataGrid] Fix columns state and columns prop sync issue ([#&#8203;20703](https://github.com/mui/mui-x/issues/20703)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Fix filter datetime with seconds ([#&#8203;20557](https://github.com/mui/mui-x/issues/20557)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[DataGrid] Add new `includeHeaderFilters` flag to include header filters when autosizing columns ([#&#8203;20510](https://github.com/mui/mui-x/issues/20510)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[DataGrid] Prevent default on `Enter` key down when starting editing ([#&#8203;20751](https://github.com/mui/mui-x/issues/20751)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[l10n] Improve Portuguese from Portugal (pt-PT) locale ([#&#8203;20722](https://github.com/mui/mui-x/issues/20722)) [@&#8203;Copilot](https://github.com/Copilot) ##### `@mui/x-data-grid-pro@8.23.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.23.0`, plus: - \[DataGridPro] Fix crash on rows change in tree data with pagination ([#&#8203;20215](https://github.com/mui/mui-x/issues/20215)) [@&#8203;Copilot](https://github.com/Copilot) ##### `@mui/x-data-grid-premium@8.23.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.23.0`, plus: - \[DataGridPremium] Add aggregation for `'boolean'` column type ([#&#8203;20683](https://github.com/mui/mui-x/issues/20683)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGridPremium] Fix strategy value computation with row grouping ([#&#8203;20725](https://github.com/mui/mui-x/issues/20725)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGridPremium] Handle `isRowSelectable()` checks for the rows missing due to `keepNonExistentRowsSelected` ([#&#8203;20668](https://github.com/mui/mui-x/issues/20668)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.23.0` Internal changes. ##### `@mui/x-date-pickers-pro@8.23.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.23.0`. ##### Charts ##### `@mui/x-charts@8.23.0` - \[charts] Custom stack functions implementation ([#&#8203;20679](https://github.com/mui/mui-x/issues/20679)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Extract keyboard focus navigation to the series config ([#&#8203;20693](https://github.com/mui/mui-x/issues/20693)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix demo not wrapping in mobile ([#&#8203;20713](https://github.com/mui/mui-x/issues/20713)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix missing dependencies in `x-charts-vendor` ([#&#8203;20685](https://github.com/mui/mui-x/issues/20685)) [@&#8203;henkerik](https://github.com/henkerik) - \[charts] Remove webkit test differences ([#&#8203;20707](https://github.com/mui/mui-x/issues/20707)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### `@mui/x-charts-pro@8.23.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.23.0`, plus: - \[charts-pro] Allow registering preview plots from higher tier packages ([#&#8203;20716](https://github.com/mui/mui-x/issues/20716)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts-pro] Fix erroneous behavior when adding/removing pointers from zoom\&pan gestures ([#&#8203;20698](https://github.com/mui/mui-x/issues/20698)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts-pro] Move heatmap highlight handling to plot component ([#&#8203;20701](https://github.com/mui/mui-x/issues/20701)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts-pro] Add zoom to heatmap ([#&#8203;20708](https://github.com/mui/mui-x/issues/20708)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) ##### `@mui/x-charts-premium@8.23.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.23.0`. ##### Tree View ##### `@mui/x-tree-view@8.23.0` - \[tree view] Add new APIs to disable selection feature for tree view item ([#&#8203;20666](https://github.com/mui/mui-x/issues/20666)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/x-tree-view-pro@8.23.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.23.0`. ##### Codemod ##### `@mui/x-codemod@8.23.0` Internal changes. ##### Docs - \[docs] Clarify feature availability and relationship between Community and Pro/Premium docs ([#&#8203;20714](https://github.com/mui/mui-x/issues/20714)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Copyedit Tree View docs and apply new component style rules (DX-19) ([#&#8203;20652](https://github.com/mui/mui-x/issues/20652)) [@&#8203;mapache-salvaje](https://github.com/mapache-salvaje) - \[docs] Fix `ColumnPinningDynamicRowHeight` demo ([#&#8203;20750](https://github.com/mui/mui-x/issues/20750)) [@&#8203;sai6855](https://github.com/sai6855) - \[docs] Clean up Charts docs sidebar (DX-97) ([#&#8203;20700](https://github.com/mui/mui-x/issues/20700)) [@&#8203;alelthomas](https://github.com/alelthomas) - \[docs] Fix tick labels not being shown on a demo ([#&#8203;20718](https://github.com/mui/mui-x/issues/20718)) [@&#8203;sai6855](https://github.com/sai6855) ##### Core - \[code-infra] Bump prettier to 3.7.4 ([#&#8203;20709](https://github.com/mui/mui-x/issues/20709)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[code-infra] Fix contributor generation logic in changelog script ([#&#8203;20705](https://github.com/mui/mui-x/issues/20705)) [@&#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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42Ni44IiwidXBkYXRlZEluVmVyIjoiNDIuNjYuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-12-27 00:37:30 +00:00
Update dependency @mui/x-charts to ^8.23.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2c65de2f9c
renovate scheduled this pull request to auto merge when all checks succeed 2025-12-27 00:37:31 +00:00
renovate merged commit cb07c78575 into master 2025-12-27 00:37:33 +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/SolarEnergy#397