Update dependency @mui/x-charts to v7.22.2 #192

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 patch 7.22.1 -> 7.22.2

Release Notes

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

v7.22.2

Compare Source

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

  • 👨🏽‍💻 API enhancements
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible:
@​clins1994, @​GuillaumeMeheut, @​k-rajat19.
Following are all team members who have contributed to this release:
@​LukasTy, @​MBilalShafi, @​KenanYusuf, @​arminmeh.

Upcoming alpha

Keep an eye out for the MUI⠀X v8.0.0-aplha.0 release soon. It will follow a weekly release schedule as always until it is stable.

Data Grid
@mui/x-data-grid@7.22.2
  • DataGrid] Fix `null` reference error in `GridVirtualScrollbar` ([#​15289](https://github.com/mui/mui-x/issues/15289)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
  • DataGrid] Fix filtering with `boolean` column type ([#​15257](https://github.com/mui/mui-x/issues/15257)) [@​k-rajat19](https://github.com/k-rajat19)
    
  • DataGrid] Improve row selection propagation trigger ([#​15274](https://github.com/mui/mui-x/issues/15274)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
  • DataGrid] Preprocess edit cell props on backspace/delete ([#​15223](https://github.com/mui/mui-x/issues/15223)) [@​KenanYusuf](https://github.com/KenanYusuf)
    
  • DataGrid] Add a recipe to persist column width and order ([#​15309](https://github.com/mui/mui-x/issues/15309)) [@​MBilalShafi](https://github.com/MBilalShafi)
    
    

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

  • DataGridPro] Apply default properties if they are not passed in a reorder column ([#​15320](https://github.com/mui/mui-x/issues/15320)) [@​k-rajat19](https://github.com/k-rajat19)
    
  • DataGridPro] Toggle row expansion with `Enter` key in Tree data ([#​15313](https://github.com/mui/mui-x/issues/15313)) [@​k-rajat19](https://github.com/k-rajat19)
    
    

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

  • DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping ([#​15222](https://github.com/mui/mui-x/issues/15222)) [@​arminmeh](https://github.com/arminmeh)
    
    
Date and Time Pickers
@mui/x-date-pickers@7.22.2
  • pickers] Add support for `moment-hijri@3.0.0` ([#​15248](https://github.com/mui/mui-x/issues/15248)) [@​LukasTy](https://github.com/LukasTy)
    
    

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

Charts
@mui/x-charts@7.22.2
  • charts] Allow `SeriesValueFormatter` to return `null` value ([#​15295](https://github.com/mui/mui-x/issues/15295)) [@​clins1994](https://github.com/clins1994)
    
  • charts] Allow configuring the `domainLimit` for each axis. ([#​15325](https://github.com/mui/mui-x/issues/15325)) [@​GuillaumeMeheut](https://github.com/GuillaumeMeheut)
    
    

Same changes as in @mui/x-charts@7.22.2.


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 | patch | [`7.22.1` -> `7.22.2`](https://renovatebot.com/diffs/npm/@mui%2fx-charts/7.22.1/7.22.2) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-charts)</summary> ### [`v7.22.2`](https://github.com/mui/mui-x/releases/tag/v7.22.2) [Compare Source](https://github.com/mui/mui-x/compare/v7.22.1...v7.22.2) We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - 👨🏽‍💻 API enhancements - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: [@&#8203;clins1994](https://github.com/clins1994), [@&#8203;GuillaumeMeheut](https://github.com/GuillaumeMeheut), [@&#8203;k-rajat19](https://github.com/k-rajat19). Following are all team members who have contributed to this release: [@&#8203;LukasTy](https://github.com/LukasTy), [@&#8203;MBilalShafi](https://github.com/MBilalShafi), [@&#8203;KenanYusuf](https://github.com/KenanYusuf), [@&#8203;arminmeh](https://github.com/arminmeh). ##### Upcoming alpha Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable. <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.22.2` - \[DataGrid] Fix `null` reference error in `GridVirtualScrollbar` ([#&#8203;15289](https://github.com/mui/mui-x/issues/15289)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Fix filtering with `boolean` column type ([#&#8203;15257](https://github.com/mui/mui-x/issues/15257)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[DataGrid] Improve row selection propagation trigger ([#&#8203;15274](https://github.com/mui/mui-x/issues/15274)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Preprocess edit cell props on backspace/delete ([#&#8203;15223](https://github.com/mui/mui-x/issues/15223)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Add a recipe to persist column width and order ([#&#8203;15309](https://github.com/mui/mui-x/issues/15309)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) ##### `@mui/x-data-grid-pro@7.22.2` [![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@7.22.2`, plus: - \[DataGridPro] Apply default properties if they are not passed in a reorder column ([#&#8203;15320](https://github.com/mui/mui-x/issues/15320)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[DataGridPro] Toggle row expansion with `Enter` key in Tree data ([#&#8203;15313](https://github.com/mui/mui-x/issues/15313)) [@&#8203;k-rajat19](https://github.com/k-rajat19) ##### `@mui/x-data-grid-premium@7.22.2` [![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@7.22.2`, plus: - \[DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping ([#&#8203;15222](https://github.com/mui/mui-x/issues/15222)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.22.2` - \[pickers] Add support for `moment-hijri@3.0.0` ([#&#8203;15248](https://github.com/mui/mui-x/issues/15248)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### `@mui/x-date-pickers-pro@7.22.2` [![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@7.22.2`. ##### Charts ##### `@mui/x-charts@7.22.2` - \[charts] Allow `SeriesValueFormatter` to return `null` value ([#&#8203;15295](https://github.com/mui/mui-x/issues/15295)) [@&#8203;clins1994](https://github.com/clins1994) - \[charts] Allow configuring the `domainLimit` for each axis. ([#&#8203;15325](https://github.com/mui/mui-x/issues/15325)) [@&#8203;GuillaumeMeheut](https://github.com/GuillaumeMeheut) ##### `@mui/x-charts-pro@7.0.0-beta.7` [![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@7.22.2`. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44LjAiLCJ1cGRhdGVkSW5WZXIiOiIzOS44LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
pierre added 1 commit 2024-11-09 00:16:33 +00:00
Update dependency @mui/x-charts to v7.22.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
8f9fba0a2e
pierre force-pushed renovate/mui-x-charts-7.x-lockfile from f219a471fb to 8f9fba0a2e 2024-11-09 00:16:33 +00:00 Compare
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#192
No description provided.