Update dependency @mui/x-tree-view to v7.17.0 #341

Merged
pierre merged 1 commits from renovate/mui-x-tree-view-7.x-lockfile into master 2024-09-19 00:37:03 +00:00
Owner

This PR contains the following updates:

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

Release Notes

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

v7.17.0

Compare Source

Sep 13, 2024

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

  • 📊 Charts performance improvement
  • 🧑‍💻 New Data Grid custom columns demo
  • 🐞 Bugfixes
  • 📚 Documentation improvements
  • 🌍 Improve Hungarian (hu-HU) locale on the Data Grid
Data Grid
@mui/x-data-grid@7.17.0

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

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

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

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

  • [DateRangePicker] Fix currentMonthCalendarPosition not scrolling to future sibling (#​14442) @​GMchris
Charts
@mui/x-charts@7.17.0

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

Tree View
@mui/x-tree-view@7.17.0
Docs
Core

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.16.0` -> `7.17.0`](https://renovatebot.com/diffs/npm/@mui%2fx-tree-view/7.16.0/7.17.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-tree-view)</summary> ### [`v7.17.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7170) [Compare Source](https://github.com/mui/mui-x/compare/v7.16.0...v7.17.0) *Sep 13, 2024* We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 📊 Charts performance improvement - 🧑‍💻 New Data Grid [custom columns demo](https://mui.com/x/react-data-grid/custom-columns/#full-example) - 🐞 Bugfixes - 📚 Documentation improvements - 🌍 Improve Hungarian (hu-HU) locale on the Data Grid <!--/ HIGHLIGHT_ABOVE_SEPARATOR /--> ##### Data Grid ##### `@mui/x-data-grid@7.17.0` - \[DataGrid] Add "does not equal" and "does not contain" filter operators ([#&#8203;14489](https://github.com/mui/mui-x/issues/14489)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Add demo to the "Custom columns" page that does not use generator ([#&#8203;13695](https://github.com/mui/mui-x/issues/13695)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Fix Voice Over reading the column name twice ([#&#8203;14482](https://github.com/mui/mui-x/issues/14482)) [@&#8203;arminmeh](https://github.com/arminmeh) - \[DataGrid] Fix bug in CRUD example ([#&#8203;14513](https://github.com/mui/mui-x/issues/14513)) [@&#8203;michelengelen](https://github.com/michelengelen) - \[DataGrid] Fix failing jsdom tests caused by `:has()` selectors ([#&#8203;14559](https://github.com/mui/mui-x/issues/14559)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[DataGrid] Refactor string operator filter functions ([#&#8203;14564](https://github.com/mui/mui-x/issues/14564)) [@&#8203;KenanYusuf](https://github.com/KenanYusuf) - \[l10n] Improve Hungarian (hu-HU) locale ([#&#8203;14506](https://github.com/mui/mui-x/issues/14506)) [@&#8203;ntamas](https://github.com/ntamas) ##### `@mui/x-data-grid-pro@7.17.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.17.0`. ##### `@mui/x-data-grid-premium@7.17.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.17.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.17.0` - \[fields] Improve `useSplitFieldProps` and make it public ([#&#8203;14514](https://github.com/mui/mui-x/issues/14514)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[pickers] Improve clear action label ([#&#8203;14243](https://github.com/mui/mui-x/issues/14243)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[pickers] Add `"use client"` directive to every public component and hook ([#&#8203;14562](https://github.com/mui/mui-x/issues/14562)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[pickers] Allow custom fields to validate the value ([#&#8203;14486](https://github.com/mui/mui-x/issues/14486)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[pickers] Stop using utils in locales ([#&#8203;14505](https://github.com/mui/mui-x/issues/14505)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### `@mui/x-date-pickers-pro@7.17.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.17.0`, plus: - \[DateRangePicker] Fix `currentMonthCalendarPosition` not scrolling to future sibling ([#&#8203;14442](https://github.com/mui/mui-x/issues/14442)) [@&#8203;GMchris](https://github.com/GMchris) ##### Charts ##### `@mui/x-charts@7.17.0` - \[charts] Add `"use client"` directive to every public component and hook ([#&#8203;14578](https://github.com/mui/mui-x/issues/14578)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[charts] Allow `onItemClick` on the `Legend` component ([#&#8203;14231](https://github.com/mui/mui-x/issues/14231)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix `onAxisClick` with `layout='horizontal'` ([#&#8203;14547](https://github.com/mui/mui-x/issues/14547)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Replace `path` with `circle` for performance improvement ([#&#8203;14518](https://github.com/mui/mui-x/issues/14518)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### `@mui/x-charts-pro@7.0.0-beta.1` [![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.17.0`. ##### Tree View ##### `@mui/x-tree-view@7.17.0` - \[TreeView] Make `useTreeItem2` stable ([#&#8203;14498](https://github.com/mui/mui-x/issues/14498)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) ##### Docs - \[docs] Add missing callout on "Imperative API" tree view sections ([#&#8203;14503](https://github.com/mui/mui-x/issues/14503)) [@&#8203;flaviendelangle](https://github.com/flaviendelangle) - \[docs] Fix broken redirection to MUI X v5 [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix multiple `console.error` messages on `charts` docs ([#&#8203;14554](https://github.com/mui/mui-x/issues/14554)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[docs] Fixed typo in Row Grouping recipes ([#&#8203;14549](https://github.com/mui/mui-x/issues/14549)) [@&#8203;Miodini](https://github.com/Miodini) - \[docs] Match title with blog posts [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Core - \[core] Move warning methods to `@mui/x-internals` ([#&#8203;14528](https://github.com/mui/mui-x/issues/14528)) [@&#8203;k-rajat19](https://github.com/k-rajat19) - \[core] Sync with core release flow [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[code-infra] Fix charts benchmark workflow ([#&#8203;14573](https://github.com/mui/mui-x/issues/14573)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[docs-infra] Type interface API pages ([#&#8203;14138](https://github.com/mui/mui-x/issues/14138)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[infra] Create `ESLint plugins` renovate group ([#&#8203;14574](https://github.com/mui/mui-x/issues/14574)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[license] Clean-up terminology to match codebase ([#&#8203;14531](https://github.com/mui/mui-x/issues/14531)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test] Remove dead `act()` logic ([#&#8203;14529](https://github.com/mui/mui-x/issues/14529)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC44OC4yIiwidXBkYXRlZEluVmVyIjoiMzguODguMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-09-19 00:31:17 +00:00
Update dependency @mui/x-tree-view to v7.17.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
7d8f8388f5
pierre scheduled this pull request to auto merge when all checks succeed 2024-09-19 00:31:17 +00:00
pierre merged commit 7d8f8388f5 into master 2024-09-19 00:37:03 +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#341
No description provided.