Update dependency @mui/x-tree-view to ^8.11.2 #572

Merged
renovate merged 1 commits from renovate/mui-x-tree-view-8.x into master 2025-09-12 00:34:20 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@mui/x-tree-view (source) dependencies patch ^8.11.1 -> ^8.11.2

Release Notes

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

v8.11.2

Compare Source

Sep 10, 2025

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

  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to the community members for their valuable contributions:
@​ludvigeriksson, @​sai6855

The following are all team members who have contributed to this release:
@​alexfauquette, @​bernardobelchior, @​brijeshb42, @​flaviendelangle, @​Janpot, @​LukasTy, @​MBilalShafi, @​noraleonte, @​rita-codes, @​romgrk, @​siriwatknp

Data Grid
@mui/x-data-grid@8.11.2

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

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

  • [DataGridPremium] Fallback to the regular reorder method for plain data (#​19467) @​MBilalShafi
  • [DataGridPremium] Fix showing 0 as total aggregation value when aggregation position is set to null for row groups (#​19515) @​cherniavskii
Date and Time Pickers
@mui/x-date-pickers@8.11.2

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

Charts
@mui/x-charts@8.11.2

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

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

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

Codemod
@mui/x-codemod@8.11.2

Internal changes.

Docs
Core
Miscellaneous

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 | patch | [`^8.11.1` -> `^8.11.2`](https://renovatebot.com/diffs/npm/@mui%2fx-tree-view/8.11.1/8.11.2) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-tree-view)</summary> ### [`v8.11.2`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#8112) [Compare Source](https://github.com/mui/mui-x/compare/v8.11.1...v8.11.2) *Sep 10, 2025* We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨: - 🐞 Bugfixes - 📚 Documentation improvements Special thanks go out to the community members for their valuable contributions: [@&#8203;ludvigeriksson](https://github.com/ludvigeriksson), [@&#8203;sai6855](https://github.com/sai6855) The following are all team members who have contributed to this release: [@&#8203;alexfauquette](https://github.com/alexfauquette), [@&#8203;bernardobelchior](https://github.com/bernardobelchior), [@&#8203;brijeshb42](https://github.com/brijeshb42), [@&#8203;flaviendelangle](https://github.com/flaviendelangle), [@&#8203;Janpot](https://github.com/Janpot), [@&#8203;LukasTy](https://github.com/LukasTy), [@&#8203;MBilalShafi](https://github.com/MBilalShafi), [@&#8203;noraleonte](https://github.com/noraleonte), [@&#8203;rita-codes](https://github.com/rita-codes), [@&#8203;romgrk](https://github.com/romgrk), [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Data Grid ##### `@mui/x-data-grid@8.11.2` - \[DataGrid] Allow opting out of the exclude row selection model ([#&#8203;19423](https://github.com/mui/mui-x/issues/19423)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Fix column dropdown menu text alignment for the "Unpin" menu item ([#&#8203;19462](https://github.com/mui/mui-x/issues/19462)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Fix indeterminate state for "Select all" checkbox with exclude model ([#&#8203;19466](https://github.com/mui/mui-x/issues/19466)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Fix styled API arguments error ([#&#8203;19460](https://github.com/mui/mui-x/issues/19460)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGrid] Fix `stringify()` for theme objects ([#&#8203;19427](https://github.com/mui/mui-x/issues/19427)) [@&#8203;romgrk](https://github.com/romgrk) ##### `@mui/x-data-grid-pro@8.11.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@8.11.2`. ##### `@mui/x-data-grid-premium@8.11.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@8.11.2`, plus: - \[DataGridPremium] Fallback to the regular reorder method for plain data ([#&#8203;19467](https://github.com/mui/mui-x/issues/19467)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[DataGridPremium] Fix showing `0` as total aggregation value when aggregation position is set to `null` for row groups ([#&#8203;19515](https://github.com/mui/mui-x/issues/19515)) [@&#8203;cherniavskii](https://github.com/cherniavskii) ##### Date and Time Pickers ##### `@mui/x-date-pickers@8.11.2` - \[pickers] Gracefully handle `textField.slotProps` ([#&#8203;18980](https://github.com/mui/mui-x/issues/18980)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[pickers] Improve hour and minute placement in Date Time Picker ([#&#8203;19227](https://github.com/mui/mui-x/issues/19227)) [@&#8203;MBilalShafi](https://github.com/MBilalShafi) - \[pickers] Use `calendarState.currentMonth` in Month Calendar when available ([#&#8203;19073](https://github.com/mui/mui-x/issues/19073)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[pickers] Improve invalid value pasting into a section ([#&#8203;19357](https://github.com/mui/mui-x/issues/19357)) [@&#8203;sai6855](https://github.com/sai6855) - \[fields] Remove redundant `id` and `aria-labelledby` attributes from spinbuttons ([#&#8203;19523](https://github.com/mui/mui-x/issues/19523)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### `@mui/x-date-pickers-pro@8.11.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@8.11.2`. ##### Charts ##### `@mui/x-charts@8.11.2` - \[charts] Fix highlight regression ([#&#8203;19486](https://github.com/mui/mui-x/issues/19486)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Improve code reuse in `ChartsXAxis` and `ChartsYAxis` ([#&#8203;19198](https://github.com/mui/mui-x/issues/19198)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Simplify params in `getRange` and `createDateFormatter` ([#&#8203;19517](https://github.com/mui/mui-x/issues/19517)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[charts] Handle domain edge cases with `filterMode: 'discard'` ([#&#8203;19199](https://github.com/mui/mui-x/issues/19199)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[l10n] Add Swedish (sv-SE) locale ([#&#8203;19489](https://github.com/mui/mui-x/issues/19489)) [@&#8203;ludvigeriksson](https://github.com/ludvigeriksson) ##### `@mui/x-charts-pro@8.11.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-charts@8.11.2`. ##### Tree View ##### `@mui/x-tree-view@8.11.2` - \[TreeView] Do not mutate `props.items` in the `getItemTree()` method ([#&#8203;19483](https://github.com/mui/mui-x/issues/19483)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[TreeView] Expose a new hook to apply selection propagation on the selected items ([#&#8203;19402](https://github.com/mui/mui-x/issues/19402)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### `@mui/x-tree-view-pro@8.11.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-tree-view@8.11.2`. ##### Codemod ##### `@mui/x-codemod@8.11.2` Internal changes. ##### Docs - \[docs] Add recipe for save and manage filters from the panel ([#&#8203;19361](https://github.com/mui/mui-x/issues/19361)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Core - \[code-infra] Remove log when restarting dev server ([#&#8203;19490](https://github.com/mui/mui-x/issues/19490)) [@&#8203;bernardobelchior](https://github.com/bernardobelchior) - \[code-infra] Store test results in CI ([#&#8203;19507](https://github.com/mui/mui-x/issues/19507)) [@&#8203;Janpot](https://github.com/Janpot) ##### Miscellaneous - \[infra] Set nodejs versions of various CIs to 22.18 ([#&#8203;19503](https://github.com/mui/mui-x/issues/19503)) [@&#8203;brijeshb42](https://github.com/brijeshb42) - \[test] Split infinitive [@&#8203;romgrk](https://github.com/romgrk) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMDQuMCIsInVwZGF0ZWRJblZlciI6IjQxLjEwNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-09-12 00:34:19 +00:00
Update dependency @mui/x-tree-view to ^8.11.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
ffae610848
renovate scheduled this pull request to auto merge when all checks succeed 2025-09-12 00:34:19 +00:00
renovate merged commit f983a22eb8 into master 2025-09-12 00:34:20 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/GeneIT#572
No description provided.