Update dependency @mui/x-data-grid to v7.7.0 #92

Merged
pierre merged 1 commits from renovate/mui-x-data-grid-7.x-lockfile into master 2024-06-14 01:08:33 +00:00
Owner

This PR contains the following updates:

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

Release Notes

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

v7.7.0

Compare Source

Jun 13, 2024

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

  • 🎁 Allow customization of the Pickers month and the year buttons
  • 🌍 Improve Persian (fa-IR), Portuguese (pt-PT), and Russian (ru-RU) locales on the Data Grid
  • 🌍 Improve Korean (ko-KR) and Persian (fa-IR) locales on the Date and Time Pickers
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.7.0
  • DataGrid] Add `getFilterState` method ([#​13418](https://github.com/mui/mui-x/issues/13418)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • DataGrid] Do not show resize separators for column groups ([#​13455](https://github.com/mui/mui-x/issues/13455)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • l10n] Improve Persian (fa-IR) locale ([#​13402](https://github.com/mui/mui-x/issues/13402)) [@​fakhamatia](https://github.com/fakhamatia)
    
  • l10n] Improve Portuguese (pt-PT) locale ([#​13384](https://github.com/mui/mui-x/issues/13384)) [@​olavocarvalho](https://github.com/olavocarvalho)
    
  • l10n] Improve Russian (ru-RU) locale ([#​11210](https://github.com/mui/mui-x/issues/11210)) [@​dastan-akhmetov-scity](https://github.com/dastan-akhmetov-scity)
    
    

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

  • DataGridPro] Do not render detail panel if the focused cell is not visible ([#​13456](https://github.com/mui/mui-x/issues/13456)) [@​cherniavskii](https://github.com/cherniavskii)
    
    

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

Date and Time Pickers
@mui/x-date-pickers@7.7.0
  • l10n] Improve Korean (ko-KR) locale ([#​13452](https://github.com/mui/mui-x/issues/13452)) [@​ryxxn](https://github.com/ryxxn)
    
  • l10n] Improve Persian (fa-IR) locale ([#​13402](https://github.com/mui/mui-x/issues/13402)) [@​fakhamatia](https://github.com/fakhamatia)
    
  • pickers] Allow to customize the month and the year buttons ([#​13321](https://github.com/mui/mui-x/issues/13321)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    

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

Charts
@mui/x-charts@7.7.0
  • charts] Add watermark on the pro `ResponsiveChartContainer` ([#​13398](https://github.com/mui/mui-x/issues/13398)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Allow to specify y-axis configuration ([#​13438](https://github.com/mui/mui-x/issues/13438)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Fix eslint for react compiler ([#​13444](https://github.com/mui/mui-x/issues/13444)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Improve themeAugmentation typing ([#​13433](https://github.com/mui/mui-x/issues/13433)) [@​noraleonte](https://github.com/noraleonte)
    
  • charts] Move the `ZAxisContextProvider` by default in the `ChartContainer` ([#​13465](https://github.com/mui/mui-x/issues/13465)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Use plugins to define series extremum and colors ([#​13397](https://github.com/mui/mui-x/issues/13397)) [@​alexfauquette](https://github.com/alexfauquette)
    
    
Tree View
@mui/x-tree-view@7.7.0
  • TreeView] Improve TypeScript for plugins ([#​13380](https://github.com/mui/mui-x/issues/13380)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Improve the typing of the cancelable events ([#​13152](https://github.com/mui/mui-x/issues/13152)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Prepare support for PigmentCSS ([#​13412](https://github.com/mui/mui-x/issues/13412)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
  • TreeView] Refactor the tree view internals to prepare for headless API ([#​13311](https://github.com/mui/mui-x/issues/13311)) [@​flaviendelangle](https://github.com/flaviendelangle)
    
    
Docs
  • docs] Add `renderHeader` recipe to the Master Details docs ([#​13370](https://github.com/mui/mui-x/issues/13370)) [@​michelengelen](https://github.com/michelengelen)
    
  • docs] Add lazy loading detail panel demo ([#​13453](https://github.com/mui/mui-x/issues/13453)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • docs] Add small edits to the Data Grid overview page ([#​13060](https://github.com/mui/mui-x/issues/13060)) [@​danilo-leal](https://github.com/danilo-leal)
    
  • docs] Update a11y pages description ([#​13417](https://github.com/mui/mui-x/issues/13417)) [@​danilo-leal](https://github.com/danilo-leal)
    
  • docs] improve the writing on the "Quick filter outside of the grid" example ([#​13155](https://github.com/mui/mui-x/issues/13155)) [@​michelengelen](https://github.com/michelengelen)
    
    
Core
  • core] Add `eslint-plugin-react-compiler` experimental version and rules ([#​13415](https://github.com/mui/mui-x/issues/13415)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • core] Minor setup cleanup ([#​13467](https://github.com/mui/mui-x/issues/13467)) [@​LukasTy](https://github.com/LukasTy)
    
  • infra] Adjust CI setup ([#​13448](https://github.com/mui/mui-x/issues/13448)) [@​LukasTy](https://github.com/LukasTy)
    
  • test] Add tests for the custom slots of `TreeItem2` ([#​13314](https://github.com/mui/mui-x/issues/13314)) [@​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.6.2` -> `7.7.0`](https://renovatebot.com/diffs/npm/@mui%2fx-data-grid/7.6.2/7.7.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-data-grid)</summary> ### [`v7.7.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#770) [Compare Source](https://github.com/mui/mui-x/compare/v7.6.2...v7.7.0) *Jun 13, 2024* We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 🎁 Allow customization of the Pickers month and the year buttons - 🌍 Improve Persian (fa-IR), Portuguese (pt-PT), and Russian (ru-RU) locales on the Data Grid - 🌍 Improve Korean (ko-KR) and Persian (fa-IR) locales on the Date and Time Pickers - 🐞 Bugfixes - 📚 Documentation improvements <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.7.0` - \[DataGrid] Add `getFilterState` method ([#&#8203;13418](https://github.com/mui/mui-x/issues/13418)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGrid] Do not show resize separators for column groups ([#&#8203;13455](https://github.com/mui/mui-x/issues/13455)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[l10n] Improve Persian (fa-IR) locale ([#&#8203;13402](https://github.com/mui/mui-x/issues/13402)) [@&#8203;fakhamatia](https://github.com/fakhamatia) - \[l10n] Improve Portuguese (pt-PT) locale ([#&#8203;13384](https://github.com/mui/mui-x/issues/13384)) [@&#8203;olavocarvalho](https://github.com/olavocarvalho) - \[l10n] Improve Russian (ru-RU) locale ([#&#8203;11210](https://github.com/mui/mui-x/issues/11210)) [@&#8203;dastan-akhmetov-scity](https://github.com/dastan-akhmetov-scity) ##### `@mui/x-data-grid-pro@7.7.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.7.0`, plus: - \[DataGridPro] Do not render detail panel if the focused cell is not visible ([#&#8203;13456](https://github.com/mui/mui-x/issues/13456)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### `@mui/x-data-grid-premium@7.7.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.7.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.7.0` - \[l10n] Improve Korean (ko-KR) locale ([#&#8203;13452](https://github.com/mui/mui-x/issues/13452)) [@&#8203;ryxxn](https://github.com/ryxxn) - \[l10n] Improve Persian (fa-IR) locale ([#&#8203;13402](https://github.com/mui/mui-x/issues/13402)) [@&#8203;fakhamatia](https://github.com/fakhamatia) - \[pickers] Allow to customize the month and the year buttons ([#&#8203;13321](https://github.com/mui/mui-x/issues/13321)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### `@mui/x-date-pickers-pro@7.7.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.7.0`. ##### Charts ##### `@mui/x-charts@7.7.0` - \[charts] Add watermark on the pro `ResponsiveChartContainer` ([#&#8203;13398](https://github.com/mui/mui-x/issues/13398)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Allow to specify y-axis configuration ([#&#8203;13438](https://github.com/mui/mui-x/issues/13438)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Fix eslint for react compiler ([#&#8203;13444](https://github.com/mui/mui-x/issues/13444)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Improve themeAugmentation typing ([#&#8203;13433](https://github.com/mui/mui-x/issues/13433)) [@&#8203;noraleonte](https://github.com/noraleonte) - \[charts] Move the `ZAxisContextProvider` by default in the `ChartContainer` ([#&#8203;13465](https://github.com/mui/mui-x/issues/13465)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Use plugins to define series extremum and colors ([#&#8203;13397](https://github.com/mui/mui-x/issues/13397)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### Tree View ##### `@mui/x-tree-view@7.7.0` - \[TreeView] Improve TypeScript for plugins ([#&#8203;13380](https://github.com/mui/mui-x/issues/13380)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Improve the typing of the cancelable events ([#&#8203;13152](https://github.com/mui/mui-x/issues/13152)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Prepare support for PigmentCSS ([#&#8203;13412](https://github.com/mui/mui-x/issues/13412)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Refactor the tree view internals to prepare for headless API ([#&#8203;13311](https://github.com/mui/mui-x/issues/13311)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Add `renderHeader` recipe to the Master Details docs ([#&#8203;13370](https://github.com/mui/mui-x/issues/13370)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[docs] Add lazy loading detail panel demo ([#&#8203;13453](https://github.com/mui/mui-x/issues/13453)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[docs] Add small edits to the Data Grid overview page ([#&#8203;13060](https://github.com/mui/mui-x/issues/13060)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs] Update a11y pages description ([#&#8203;13417](https://github.com/mui/mui-x/issues/13417)) [@&#8203;danilo-leal](https://github.com/danilo-leal) - \[docs] improve the writing on the "Quick filter outside of the grid" example ([#&#8203;13155](https://github.com/mui/mui-x/issues/13155)) [@&#8203;michelengelen](https://github.com/michelengelen) ##### Core - \[core] Add `eslint-plugin-react-compiler` experimental version and rules ([#&#8203;13415](https://github.com/mui/mui-x/issues/13415)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[core] Minor setup cleanup ([#&#8203;13467](https://github.com/mui/mui-x/issues/13467)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[infra] Adjust CI setup ([#&#8203;13448](https://github.com/mui/mui-x/issues/13448)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[test] Add tests for the custom slots of `TreeItem2` ([#&#8203;13314](https://github.com/mui/mui-x/issues/13314)) [@&#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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDcuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2024-06-14 00:16:46 +00:00
Update dependency @mui/x-data-grid to v7.7.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
66a47ba856
pierre scheduled this pull request to auto merge when all checks succeed 2024-06-14 00:16:47 +00:00
pierre added 1 commit 2024-06-14 00:16:48 +00:00
Update dependency @mui/x-data-grid to v7.7.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
66a47ba856
pierre merged commit a539c092f5 into master 2024-06-14 01:08:33 +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#92
No description provided.