Update dependency @mui/x-tree-view to v7.24.0 #436

Merged
pierre merged 1 commits from renovate/mui-x-tree-view-7.x-lockfile into master 2025-01-18 00:33:13 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/x-tree-view (source) dependencies minor 7.23.6 -> 7.24.0

Release Notes

mui/mui-x (@​mui/x-tree-view)

v7.24.0

Compare Source

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

Special thanks go out to the community contributors who have helped make this release possible:
@​lauri865, @​AxharKhan.
Following are all team members who have contributed to this release:
@​KenanYusuf, @​arminmeh, @​cherniavskii, @​michelengelen, @​samuelsycamore, @​LukasTy.

Data Grid
@mui/x-data-grid@7.24.0
  • DataGrid] Fix resizing right pinned column ([#​16193](https://github.com/mui/mui-x/issues/16193)) [@​KenanYusuf](https://github.com/KenanYusuf)
    
  • DataGrid] Improve scrollbar deadzone with overlay scrollbars ([#​16212](https://github.com/mui/mui-x/issues/16212)) [@​lauri865](https://github.com/lauri865)
    
  • DataGrid] Scroll restoration ([#​16208](https://github.com/mui/mui-x/issues/16208)) [@​lauri865](https://github.com/lauri865)
    
  • DataGrid] Fix row, cell and header memoizations ([#​16195](https://github.com/mui/mui-x/issues/16195)) [@​lauri865](https://github.com/lauri865)
    
  • l10n] Improve Urdu (ur-PK) locale ([#​16081](https://github.com/mui/mui-x/issues/16081)) [@​AxharKhan](https://github.com/AxharKhan)
    
    

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

  • DataGridPro] Add test for column pinning with disabled column virtualization ([#​16196](https://github.com/mui/mui-x/issues/16196)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • DataGridPro] Fix width of right-pinned column group during resize ([#​16207](https://github.com/mui/mui-x/issues/16207)) [@​cherniavskii](https://github.com/cherniavskii)
    
    

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

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

Internal changes.

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

Charts
@mui/x-charts@7.24.0

Internal changes.

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

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

Internal changes.

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

Docs
  • docs] Copyedit the Data Grid cell selection page ([#​16213](https://github.com/mui/mui-x/issues/16213)) [@​samuelsycamore](https://github.com/samuelsycamore)
    
  • docs] Fix demo rendering issue on Codesandbox ([#​16129](https://github.com/mui/mui-x/issues/16129)) [@​arminmeh](https://github.com/arminmeh)
    
    
Core
  • core] Type all references as `RefObject` ([#​16125](https://github.com/mui/mui-x/issues/16125)) [@​arminmeh](https://github.com/arminmeh)
    
  • code-infra] Refactor `react` and `react-dom` definitions to simplify dep resolving ([#​16214](https://github.com/mui/mui-x/issues/16214)) [@​LukasTy](https://github.com/LukasTy)
    
  • infra] Improve cherry-pick action target list ([#​16188](https://github.com/mui/mui-x/issues/16188)) [@​michelengelen](https://github.com/michelengelen)
    
  • test] Fix flaky column pinning unit test ([#​16209](https://github.com/mui/mui-x/issues/16209)) [@​cherniavskii](https://github.com/cherniavskii)
    
    

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-tree-view](https://mui.com/x/react-tree-view/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-tree-view)) | dependencies | minor | [`7.23.6` -> `7.24.0`](https://renovatebot.com/diffs/npm/@mui%2fx-tree-view/7.23.6/7.24.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-tree-view)</summary> ### [`v7.24.0`](https://github.com/mui/mui-x/releases/tag/v7.24.0) [Compare Source](https://github.com/mui/mui-x/compare/v7.23.6...v7.24.0) We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: - 🔄 Data Grid [Scroll restoration](https://next.mui.com/x/react-data-grid/scrolling/#scroll-restoration) - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: [@&#8203;lauri865](https://github.com/lauri865), [@&#8203;AxharKhan](https://github.com/AxharKhan). Following are all team members who have contributed to this release: [@&#8203;KenanYusuf](https://github.com/KenanYusuf), [@&#8203;arminmeh](https://github.com/arminmeh), [@&#8203;cherniavskii](https://github.com/cherniavskii), [@&#8203;michelengelen](https://github.com/michelengelen), [@&#8203;samuelsycamore](https://github.com/samuelsycamore), [@&#8203;LukasTy](https://github.com/LukasTy). <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.24.0` - \[DataGrid] Fix resizing right pinned column ([#&#8203;16193](https://github.com/mui/mui-x/issues/16193)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Improve scrollbar deadzone with overlay scrollbars ([#&#8203;16212](https://github.com/mui/mui-x/issues/16212)) [@&#8203;lauri865](https://github.com/lauri865) - \[DataGrid] Scroll restoration ([#&#8203;16208](https://github.com/mui/mui-x/issues/16208)) [@&#8203;lauri865](https://github.com/lauri865) - \[DataGrid] Fix row, cell and header memoizations ([#&#8203;16195](https://github.com/mui/mui-x/issues/16195)) [@&#8203;lauri865](https://github.com/lauri865) - \[l10n] Improve Urdu (ur-PK) locale ([#&#8203;16081](https://github.com/mui/mui-x/issues/16081)) [@&#8203;AxharKhan](https://github.com/AxharKhan) ##### `@mui/x-data-grid-pro@7.24.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.24.0`, plus: - \[DataGridPro] Add test for column pinning with disabled column virtualization ([#&#8203;16196](https://github.com/mui/mui-x/issues/16196)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[DataGridPro] Fix width of right-pinned column group during resize ([#&#8203;16207](https://github.com/mui/mui-x/issues/16207)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### `@mui/x-data-grid-premium@7.24.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.24.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.24.0` Internal changes. ##### `@mui/x-date-pickers-pro@7.24.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.24.0`. ##### Charts ##### `@mui/x-charts@7.24.0` Internal changes. ##### `@mui/x-charts-pro@7.24.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@7.24.0`. ##### Tree View ##### `@mui/x-tree-view@7.24.0` Internal changes. ##### `@mui/x-tree-view-pro@7.24.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.24.0`. ##### Docs - \[docs] Copyedit the Data Grid cell selection page ([#&#8203;16213](https://github.com/mui/mui-x/issues/16213)) [@&#8203;samuelsycamore](https://github.com/samuelsycamore) - \[docs] Fix demo rendering issue on Codesandbox ([#&#8203;16129](https://github.com/mui/mui-x/issues/16129)) [@&#8203;arminmeh](https://github.com/arminmeh) ##### Core - \[core] Type all references as `RefObject` ([#&#8203;16125](https://github.com/mui/mui-x/issues/16125)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[code-infra] Refactor `react` and `react-dom` definitions to simplify dep resolving ([#&#8203;16214](https://github.com/mui/mui-x/issues/16214)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[infra] Improve cherry-pick action target list ([#&#8203;16188](https://github.com/mui/mui-x/issues/16188)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[test] Fix flaky column pinning unit test ([#&#8203;16209](https://github.com/mui/mui-x/issues/16209)) [@&#8203;cherniavskii](https://github.com/cherniavskii) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTUuMyIsInVwZGF0ZWRJblZlciI6IjM5LjExNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2025-01-18 00:23:50 +00:00
Update dependency @mui/x-tree-view to v7.24.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
6b3a6999ba
pierre scheduled this pull request to auto merge when all checks succeed 2025-01-18 00:23:50 +00:00
pierre merged commit 697ce13a40 into master 2025-01-18 00:33:13 +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/GeneIT#436
No description provided.