Update dependency @mui/x-data-grid to v7.11.0 #139

Merged
pierre merged 1 commits from renovate/mui-x-data-grid-7.x-lockfile into master 2024-07-19 01:05:09 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/x-data-grid (source) dependencies minor 7.10.0 -> 7.11.0

Release Notes

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

v7.11.0

Compare Source

Jul 18, 2024

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

  • 🎨 Add color legend for charts (#​13700) @​alexfauquette
  • 🌍 Improve Korean (ko-KR) locale on the Date and Time Pickers
  • 🌍 Improve Russian (ru-RU) locale on the Date and Time Pickers and Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.11.0
  • DataGrid] Expose `gridEditRowsStateSelector` ([#​13877](https://github.com/mui/mui-x/issues/13877)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Fix `columnResizeStop` event not emitted when column is not resized ([#​13307](https://github.com/mui/mui-x/issues/13307)) [@​mateuseap](https://github.com/mateuseap)
    
  • DataGrid] Fix delete filter inconsistent behavior ([#​13353](https://github.com/mui/mui-x/issues/13353)) [@​oukunan](https://github.com/oukunan)
    
  • DataGrid] Enable flip on preferences panel ([#​13803](https://github.com/mui/mui-x/issues/13803)) [@​romgrk](https://github.com/romgrk)
    
  • DataGrid] Support `date` and `datetime-local` input types in `GridFilterInputMultipleValue` type ([#​13411](https://github.com/mui/mui-x/issues/13411)) [@​karudedios](https://github.com/karudedios)
    
  • l10n] Improve Russian (ru-RU) locale ([#​13735](https://github.com/mui/mui-x/issues/13735)) [@​diro-atk](https://github.com/diro-atk)
    
    

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

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

Date and Time Pickers
@mui/x-date-pickers@7.11.0
  • l10n] Improve Korean (ko-KR) locale ([#​13651](https://github.com/mui/mui-x/issues/13651)) [@​100pearlcent](https://github.com/100pearlcent)
    
  • l10n] Improve Russian (ru-RU) locale ([#​13871](https://github.com/mui/mui-x/issues/13871)) [@​Inv1x](https://github.com/Inv1x)
    
  • pickers] Add more conformance tests improving API docs precision ([#​13800](https://github.com/mui/mui-x/issues/13800)) [@​LukasTy](https://github.com/LukasTy)
    
  • TimePicker] Add `Mui-selected` class to `TimeClock` meridiem buttons ([#​13848](https://github.com/mui/mui-x/issues/13848)) [@​LukasTy](https://github.com/LukasTy)
    
    

Same changes as in @mui/x-date-pickers@7.11.0, plus:

  • DateRangePicker] Fix `name` prop propagation regression ([#​13821](https://github.com/mui/mui-x/issues/13821)) [@​LukasTy](https://github.com/LukasTy)
    
    
Charts
@mui/x-charts@7.11.0
  • charts] Create color legend ([#​13700](https://github.com/mui/mui-x/issues/13700)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Defaultize axis on top level `useChartContainerProps` ([#​13817](https://github.com/mui/mui-x/issues/13817)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Fix charts not passing `className` to root element ([#​13647](https://github.com/mui/mui-x/issues/13647)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Generate API documentation for pro components ([#​13822](https://github.com/mui/mui-x/issues/13822)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Improve zoomed highlight behaviour (unreleased) ([#​13868](https://github.com/mui/mui-x/issues/13868)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Allow zoom on Y axis and add zoom options to configure zooming behaviour (unreleased) ([#​13726](https://github.com/mui/mui-x/issues/13726)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Disable animations while zooming (unreleased) ([#​13807](https://github.com/mui/mui-x/issues/13807)) [@​JCQuintas](https://github.com/JCQuintas)
    
    
Tree View
@mui/x-tree-view@7.11.0
  • TreeView] Extract some logic outside of the `useTreeView` hook ([#​13845](https://github.com/mui/mui-x/issues/13845)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Add warning about `process.env.NODE_ENV` in production ([#​13869](https://github.com/mui/mui-x/issues/13869)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • docs] Allow controlling the demo form from the example ([#​13796](https://github.com/mui/mui-x/issues/13796)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • docs] Clarify Pickers clearable behavior not working on mobile ([#​13786](https://github.com/mui/mui-x/issues/13786)) [@​lnhrdt](https://github.com/lnhrdt)
    
  • docs] Improve the documentation of the picker's `onChange` and `onAccept` props ([#​13543](https://github.com/mui/mui-x/issues/13543)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • docs] Replace company name with project name [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Sort Pickers & Charts API slots alphabetically ([#​13843](https://github.com/mui/mui-x/issues/13843)) [@​LukasTy](https://github.com/LukasTy)
    
    
Core
  • core] Add MUI Internal `renovate` group ([#​13846](https://github.com/mui/mui-x/issues/13846)) [@​LukasTy](https://github.com/LukasTy)
    
  • core] Link GitHub issue for `import/prefer-default-export` rule [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • core] Normalize `...other` and test imports in charts ([#​13844](https://github.com/mui/mui-x/issues/13844)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • core] Normalize rest / other to match the most common used [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • code-infra] Follow `next` tag for `@mui/docs` package bumps ([#​13813](https://github.com/mui/mui-x/issues/13813)) [@​LukasTy](https://github.com/LukasTy)
    
  • code-infra] Use specific version for `@mui/docs` dependency ([#​13760](https://github.com/mui/mui-x/issues/13760)) [@​LukasTy](https://github.com/LukasTy)
    
  • internals] Move `EventManager` to `@mui/x-internals` package ([#​13815](https://github.com/mui/mui-x/issues/13815)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 | [`7.10.0` -> `7.11.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/7.10.0/7.11.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v7.11.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7110) [Compare Source](https://github.com/mui/mui-x/compare/v7.10.0...v7.11.0) *Jul 18, 2024* We'd like to offer a big thanks to the 13 contributors who made this release possible. Here are some highlights ✨: - 🎨 Add [color legend](https://mui.com/x/react-charts/legend/#color-legend) for charts ([#&#8203;13700](https://github.com/mui/mui-x/issues/13700)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - 🌍 Improve Korean (ko-KR) locale on the Date and Time Pickers - 🌍 Improve Russian (ru-RU) locale on the Date and Time Pickers and Data Grid - 🐞 Bugfixes - 📚 Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.11.0` - \[DataGrid] Expose `gridEditRowsStateSelector` ([#&#8203;13877](https://github.com/mui/mui-x/issues/13877)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Fix `columnResizeStop` event not emitted when column is not resized ([#&#8203;13307](https://github.com/mui/mui-x/issues/13307)) [@&#8203;mateuseap](https://github.com/mateuseap) - \[DataGrid] Fix delete filter inconsistent behavior ([#&#8203;13353](https://github.com/mui/mui-x/issues/13353)) [@&#8203;oukunan](https://github.com/oukunan) - \[DataGrid] Enable flip on preferences panel ([#&#8203;13803](https://github.com/mui/mui-x/issues/13803)) [@&#8203;romgrk](https://github.com/romgrk) - \[DataGrid] Support `date` and `datetime-local` input types in `GridFilterInputMultipleValue` type ([#&#8203;13411](https://github.com/mui/mui-x/issues/13411)) [@&#8203;karudedios](https://github.com/karudedios) - \[l10n] Improve Russian (ru-RU) locale ([#&#8203;13735](https://github.com/mui/mui-x/issues/13735)) [@&#8203;diro-atk](https://github.com/diro-atk) ##### `@mui/x-data-grid-pro@7.11.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@7.11.0`. ##### `@mui/x-data-grid-premium@7.11.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@7.11.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.11.0` - \[l10n] Improve Korean (ko-KR) locale ([#&#8203;13651](https://github.com/mui/mui-x/issues/13651)) [@&#8203;100pearlcent](https://github.com/100pearlcent) - \[l10n] Improve Russian (ru-RU) locale ([#&#8203;13871](https://github.com/mui/mui-x/issues/13871)) [@&#8203;Inv1x](https://github.com/Inv1x) - \[pickers] Add more conformance tests improving API docs precision ([#&#8203;13800](https://github.com/mui/mui-x/issues/13800)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[TimePicker] Add `Mui-selected` class to `TimeClock` meridiem buttons ([#&#8203;13848](https://github.com/mui/mui-x/issues/13848)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### `@mui/x-date-pickers-pro@7.11.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@7.11.0`, plus: - \[DateRangePicker] Fix `name` prop propagation regression ([#&#8203;13821](https://github.com/mui/mui-x/issues/13821)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Charts ##### `@mui/x-charts@7.11.0` - \[charts] Create color legend ([#&#8203;13700](https://github.com/mui/mui-x/issues/13700)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Defaultize axis on top level `useChartContainerProps` ([#&#8203;13817](https://github.com/mui/mui-x/issues/13817)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix charts not passing `className` to root element ([#&#8203;13647](https://github.com/mui/mui-x/issues/13647)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Generate API documentation for pro components ([#&#8203;13822](https://github.com/mui/mui-x/issues/13822)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Improve zoomed highlight behaviour (unreleased) ([#&#8203;13868](https://github.com/mui/mui-x/issues/13868)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Allow zoom on Y axis and add zoom options to configure zooming behaviour (unreleased) ([#&#8203;13726](https://github.com/mui/mui-x/issues/13726)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Disable animations while zooming (unreleased) ([#&#8203;13807](https://github.com/mui/mui-x/issues/13807)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### Tree View ##### `@mui/x-tree-view@7.11.0` - \[TreeView] Extract some logic outside of the `useTreeView` hook ([#&#8203;13845](https://github.com/mui/mui-x/issues/13845)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Add warning about `process.env.NODE_ENV` in production ([#&#8203;13869](https://github.com/mui/mui-x/issues/13869)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[docs] Allow controlling the demo form from the example ([#&#8203;13796](https://github.com/mui/mui-x/issues/13796)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[docs] Clarify Pickers clearable behavior not working on mobile ([#&#8203;13786](https://github.com/mui/mui-x/issues/13786)) [@&#8203;lnhrdt](https://github.com/lnhrdt) - \[docs] Improve the documentation of the picker's `onChange` and `onAccept` props ([#&#8203;13543](https://github.com/mui/mui-x/issues/13543)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[docs] Replace company name with project name [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Sort Pickers & Charts API slots alphabetically ([#&#8203;13843](https://github.com/mui/mui-x/issues/13843)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Core - \[core] Add MUI Internal `renovate` group ([#&#8203;13846](https://github.com/mui/mui-x/issues/13846)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[core] Link GitHub issue for `import/prefer-default-export` rule [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[core] Normalize `...other` and test imports in charts ([#&#8203;13844](https://github.com/mui/mui-x/issues/13844)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[core] Normalize rest / other to match the most common used [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Follow `next` tag for `@mui/docs` package bumps ([#&#8203;13813](https://github.com/mui/mui-x/issues/13813)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[code-infra] Use specific version for `@mui/docs` dependency ([#&#8203;13760](https://github.com/mui/mui-x/issues/13760)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[internals] Move `EventManager` to `@mui/x-internals` package ([#&#8203;13815](https://github.com/mui/mui-x/issues/13815)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQzMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2024-07-19 00:10:28 +00:00
Update dependency @mui/x-data-grid to v7.11.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
110d806a8f
pierre scheduled this pull request to auto merge when all checks succeed 2024-07-19 00:10:28 +00:00
pierre force-pushed renovate/mui-x-data-grid-7.x-lockfile from 42ce76b0d1 to 110d806a8f 2024-07-19 00:10:30 +00:00 Compare
pierre merged commit 87d4c5b0fd into master 2024-07-19 01:05:09 +00:00
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#139
No description provided.