Update dependency @mui/x-charts to v7.23.0 #213

Open
pierre wants to merge 1 commits from renovate/mui-x-charts-7.x-lockfile into master
Owner

This PR contains the following updates:

Package Type Update Change
@mui/x-charts (source) dependencies minor 7.22.3 -> 7.23.0

Release Notes

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

v7.23.0

Compare Source

Nov 29, 2024

We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights :

  • Support for a new display mode on the Data Grid with the List View feature, offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes.

    https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c

  • ⚛️ React 19 support

  • 📚 Documentation improvements

  • 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.

  • 🌍 Improve Dutch locale on the Date and Time Picker components.

  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible:
@​dloeda, @​headironc, @​mathzdev, @​nphmuller, @​lhilgert9, @​lauri865.
Following are all team members who have contributed to this release:
@​oliviertassinari, @​arminmeh, @​KenanYusuf, @​flaviendelangle, @​MBilalShafi.

Data Grid
@mui/x-data-grid@v7.23.0
  • DataGrid] React 19 support ([#​15557](https://github.com/mui/mui-x/issues/15557)) [@​arminmeh](https://github.com/arminmeh)
    
  • DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. ([#​15642](https://github.com/mui/mui-x/issues/15642)) [@​jedesroches](https://github.com/jedesroches)
    
  • DataGrid] Fix last separator not being hidden when grid is scrollable ([#​15551](https://github.com/mui/mui-x/issues/15551)) [@​KenanYusuf](https://github.com/KenanYusuf)
    
  • DataGrid] Fix order of spread props on toolbar items ([#​15556](https://github.com/mui/mui-x/issues/15556)) [@​KenanYusuf](https://github.com/KenanYusuf)
    
  • DataGrid] Fix row-spanning in combination with column-pinning ([#​15460](https://github.com/mui/mui-x/issues/15460)) [@​lhilgert9](https://github.com/lhilgert9)
    
  • DataGrid] Improve resize performance ([#​15592](https://github.com/mui/mui-x/issues/15592)) [@​lauri865](https://github.com/lauri865)
    
  • DataGrid] Support column virtualization with dynamic row height ([#​15567](https://github.com/mui/mui-x/issues/15567)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • DataGrid] Improve `GridCell` performance ([#​15621](https://github.com/mui/mui-x/issues/15621)) [@​lauri865](https://github.com/lauri865)
    
  • l10n] Improve Chinese (zh-CN) locale ([#​15570](https://github.com/mui/mui-x/issues/15570)) [@​headironc](https://github.com/headironc)
    
  • l10n] Improve Portuguese (pt-PT) locale ([#​15561](https://github.com/mui/mui-x/issues/15561)) [@​mathzdev](https://github.com/mathzdev)
    
    

Same changes as in @mui/x-data-grid@v7.23.0, plus:

  • DataGridPro] Fix header filtering with `boolean` column type ([#​15640](https://github.com/mui/mui-x/issues/15640)) [@​k-rajat19](https://github.com/k-rajat19)
    
  • DataGridPro] Fix pagination state not updating if the data source response has no rows ([#​15643](https://github.com/mui/mui-x/issues/15643)) [@​zinoroman](https://github.com/zinoroman)
    
  • DataGridPro] Fix selection propagation issue on initialization ([#​15593](https://github.com/mui/mui-x/issues/15593)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
    

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

Date and Time Pickers
@mui/x-date-pickers@v7.23.0
  • pickers] React 19 support ([#​15557](https://github.com/mui/mui-x/issues/15557)) [@​arminmeh](https://github.com/arminmeh)
    
  • pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` ([#​15653](https://github.com/mui/mui-x/issues/15653)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined ([#​15544](https://github.com/mui/mui-x/issues/15544)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • l10n] Improve Dutch (nl-NL) locale ([#​15564](https://github.com/mui/mui-x/issues/15564)) [@​nphmuller](https://github.com/nphmuller)
    
    

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

Charts
@mui/x-charts@v7.23.0
  • charts] React 19 support ([#​15557](https://github.com/mui/mui-x/issues/15557)) [@​arminmeh](https://github.com/arminmeh)
    
  • charts] Prevent invalid `releasePointerCapture` ([#​15609](https://github.com/mui/mui-x/issues/15609)) [@​alexfauquette](https://github.com/alexfauquette)
    
    

Same changes as in @mui/x-charts@v7.23.0.

Tree View
@mui/x-tree-view@v7.23.0
  • TreeView] React 19 support ([#​15557](https://github.com/mui/mui-x/issues/15557)) [@​arminmeh](https://github.com/arminmeh)
    
    

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

Docs
  • docs] Add data caching to lazy loaded detail panel demo ([#​15555](https://github.com/mui/mui-x/issues/15555)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • docs] Remove selectors section from list view docs ([#​15639](https://github.com/mui/mui-x/issues/15639)) [@​KenanYusuf](https://github.com/KenanYusuf)
    
  • docs] Add documentation for the list view feature ([#​15344](https://github.com/mui/mui-x/issues/15344)) [@​KenanYusuf](https://github.com/KenanYusuf)
    
    
Core
  • core] Update [@​mui/monorepo](https://github.com/mui/monorepo) ([#​15574](https://github.com/mui/mui-x/issues/15574)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
    

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 | [`7.22.3` -> `7.23.0`](https://renovatebot.com/diffs/npm/@mui%2fx-charts/7.22.3/7.23.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-charts)</summary> ### [`v7.23.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7230) [Compare Source](https://github.com/mui/mui-x/compare/v7.22.3...v7.23.0) *Nov 29, 2024* We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨: - ✨ Support for a new display mode on the Data Grid with the [List View feature](https://mui.com/x/react-data-grid/list-view/), offering an extremely flexible way to render datasets and enabling developers to adapt how data is displayed across different screen sizes. https://github.com/user-attachments/assets/61286adc-03fc-4323-9739-8ca726fcc16c - ⚛️ React 19 support - 📚 Documentation improvements - 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component. - 🌍 Improve Dutch locale on the Date and Time Picker components. - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: [@&#8203;dloeda](https://github.com/dloeda), [@&#8203;headironc](https://github.com/headironc), [@&#8203;mathzdev](https://github.com/mathzdev), [@&#8203;nphmuller](https://github.com/nphmuller), [@&#8203;lhilgert9](https://github.com/lhilgert9), [@&#8203;lauri865](https://github.com/lauri865). Following are all team members who have contributed to this release: [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;KenanYusuf](https://github.com/KenanYusuf), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;MBilalShafi](https://github.com/MBilalShafi). <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@v7.23.0` - \[DataGrid] React 19 support ([#&#8203;15557](https://github.com/mui/mui-x/issues/15557)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Change test dom check from `/jsdom/` to `/jsdom|HappyDOM/`. ([#&#8203;15642](https://github.com/mui/mui-x/issues/15642)) [@&#8203;jedesroches](https://github.com/jedesroches) - \[DataGrid] Fix last separator not being hidden when grid is scrollable ([#&#8203;15551](https://github.com/mui/mui-x/issues/15551)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Fix order of spread props on toolbar items ([#&#8203;15556](https://github.com/mui/mui-x/issues/15556)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Fix row-spanning in combination with column-pinning ([#&#8203;15460](https://github.com/mui/mui-x/issues/15460)) [@&#8203;lhilgert9](https://github.com/lhilgert9) - \[DataGrid] Improve resize performance ([#&#8203;15592](https://github.com/mui/mui-x/issues/15592)) [@&#8203;lauri865](https://github.com/lauri865) - \[DataGrid] Support column virtualization with dynamic row height ([#&#8203;15567](https://github.com/mui/mui-x/issues/15567)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Improve `GridCell` performance ([#&#8203;15621](https://github.com/mui/mui-x/issues/15621)) [@&#8203;lauri865](https://github.com/lauri865) - \[l10n] Improve Chinese (zh-CN) locale ([#&#8203;15570](https://github.com/mui/mui-x/issues/15570)) [@&#8203;headironc](https://github.com/headironc) - \[l10n] Improve Portuguese (pt-PT) locale ([#&#8203;15561](https://github.com/mui/mui-x/issues/15561)) [@&#8203;mathzdev](https://github.com/mathzdev) ##### `@mui/x-data-grid-pro@v7.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@v7.23.0`, plus: - \[DataGridPro] Fix header filtering with `boolean` column type ([#&#8203;15640](https://github.com/mui/mui-x/issues/15640)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[DataGridPro] Fix pagination state not updating if the data source response has no rows ([#&#8203;15643](https://github.com/mui/mui-x/issues/15643)) [@&#8203;zinoroman](https://github.com/zinoroman) - \[DataGridPro] Fix selection propagation issue on initialization ([#&#8203;15593](https://github.com/mui/mui-x/issues/15593)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) ##### `@mui/x-data-grid-premium@v7.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@v7.23.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@v7.23.0` - \[pickers] React 19 support ([#&#8203;15557](https://github.com/mui/mui-x/issues/15557)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[pickers] Fix DST issue with `America/Asuncion` timezone and `AdapterMoment` ([#&#8203;15653](https://github.com/mui/mui-x/issues/15653)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[pickers] Use `props.referenceDate` timezone when `props.value` and `props.defaultValue` are not defined ([#&#8203;15544](https://github.com/mui/mui-x/issues/15544)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[l10n] Improve Dutch (nl-NL) locale ([#&#8203;15564](https://github.com/mui/mui-x/issues/15564)) [@&#8203;nphmuller](https://github.com/nphmuller) ##### `@mui/x-date-pickers-pro@v7.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@v7.23.0`. ##### Charts ##### `@mui/x-charts@v7.23.0` - \[charts] React 19 support ([#&#8203;15557](https://github.com/mui/mui-x/issues/15557)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[charts] Prevent invalid `releasePointerCapture` ([#&#8203;15609](https://github.com/mui/mui-x/issues/15609)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### `@mui/x-charts-pro@v7.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@v7.23.0`. ##### Tree View ##### `@mui/x-tree-view@v7.23.0` - \[TreeView] React 19 support ([#&#8203;15557](https://github.com/mui/mui-x/issues/15557)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### `@mui/x-tree-view-pro@7.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@7.23.0`. ##### Docs - \[docs] Add data caching to lazy loaded detail panel demo ([#&#8203;15555](https://github.com/mui/mui-x/issues/15555)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[docs] Remove selectors section from list view docs ([#&#8203;15639](https://github.com/mui/mui-x/issues/15639)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[docs] Add documentation for the list view feature ([#&#8203;15344](https://github.com/mui/mui-x/issues/15344)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) ##### Core - \[core] Update [@&#8203;mui/monorepo](https://github.com/mui/monorepo) ([#&#8203;15574](https://github.com/mui/mui-x/issues/15574)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS40MC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-11-30 00:24:32 +00:00
Update dependency @mui/x-charts to v7.23.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
a969248744
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mui-x-charts-7.x-lockfile:renovate/mui-x-charts-7.x-lockfile
git checkout renovate/mui-x-charts-7.x-lockfile
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/VirtWeb#213
No description provided.