Update dependency @mui/x-date-pickers to v7.15.0 #314

Merged
pierre merged 1 commits from renovate/mui-x-date-pickers-7.x-lockfile into master 2024-08-31 00:38:30 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/x-date-pickers (source) dependencies minor 7.14.0 -> 7.15.0

Release Notes

mui/mui-x (@​mui/x-date-pickers)

v7.15.0

Compare Source

Aug 29, 2024

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

You can now use MUI X components with either v5 or v6 of @mui/material package 🎉

  • 🐞 Bugfixes
Data Grid
  • DataGridPro] Export `GridRowReorderCell` component ([#​14079](https://github.com/mui/mui-x/issues/14079)) [@​genepaul](https://github.com/genepaul)
    
    

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

Date and Time Pickers
@mui/x-date-pickers@7.15.0
  • pickers] Add `onTouchStart` handler for `TimeClock` ([#​14305](https://github.com/mui/mui-x/issues/14305)) [@​arthurbalduini](https://github.com/arthurbalduini)
    
    

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

  • DateTimeRangePicker] Fix date format resolving from views on 24hr locales ([#​14341](https://github.com/mui/mui-x/issues/14341)) [@​arthurbalduini](https://github.com/arthurbalduini)
    
    
Charts
@mui/x-charts@7.15.0
  • charts] Add missing `themeAugmentation` in pro plan ([#​14313](https://github.com/mui/mui-x/issues/14313)) [@​lhilgert9](https://github.com/lhilgert9)
    
  • charts] Fix `LineChart` transition stopping before completion ([#​14366](https://github.com/mui/mui-x/issues/14366)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • charts] Fix tooltip with horizontal layout ([#​14337](https://github.com/mui/mui-x/issues/14337)) [@​alexfauquette](https://github.com/alexfauquette)
    
  • charts] Keep axis root classe usage explicit ([#​14378](https://github.com/mui/mui-x/issues/14378)) [@​alexfauquette](https://github.com/alexfauquette)
    
    

Same changes as in @mui/x-charts@7.15.0, plus:

  • charts pro] Avoid relative reference to `@mui/x-charts` package ([#​14335](https://github.com/mui/mui-x/issues/14335)) [@​LukasTy](https://github.com/LukasTy)
    
    
Docs
  • docs] Fix sentence case `h2` [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Clarify contribution guide references [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Fix Stack Overflow issue canned response [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Fix outdated link to support page [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Fix use of Material UI [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs] Update deprecated props in docs ([#​14295](https://github.com/mui/mui-x/issues/14295)) [@​JCQuintas](https://github.com/JCQuintas)
    
    
Core
  • core] Allow only v5.x for `MUI Core` renovate group ([#​14382](https://github.com/mui/mui-x/issues/14382)) [@​LukasTy](https://github.com/LukasTy)
    
  • core] Avoid visual regression when using `@mui/material@6` ([#​14357](https://github.com/mui/mui-x/issues/14357)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • core] Remove renovate rule targeting only `next` releases of `@mui/docs` ([#​14364](https://github.com/mui/mui-x/issues/14364)) [@​LukasTy](https://github.com/LukasTy)
    
  • core] Support `@mui/material@6` peer dependency ([#​14142](https://github.com/mui/mui-x/issues/14142)) [@​cherniavskii](https://github.com/cherniavskii)
    
  • core] Use `useRtl` instead of `useTheme` to access direction ([#​14359](https://github.com/mui/mui-x/issues/14359)) [@​LukasTy](https://github.com/LukasTy)
    
  • code-infra] Typecheck nested folders in playground ([#​14352](https://github.com/mui/mui-x/issues/14352)) [@​JCQuintas](https://github.com/JCQuintas)
    
  • infra] Fix Issue cleanup action [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • license] Prepare renaming of argument names [@​oliviertassinari](https://github.com/oliviertassinari)
    
    

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-date-pickers](https://mui.com/x/react-date-pickers/) ([source](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers)) | dependencies | minor | [`7.14.0` -> `7.15.0`](https://renovatebot.com/diffs/npm/@mui%2fx-date-pickers/7.14.0/7.15.0) | --- ### Release Notes <details> <summary>mui/mui-x (@&#8203;mui/x-date-pickers)</summary> ### [`v7.15.0`](https://github.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7150) [Compare Source](https://github.com/mui/mui-x/compare/v7.14.0...v7.15.0) *Aug 29, 2024* We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨: - 💫 Support Material UI v6 (`@mui/material@6`) peer dependency ([#&#8203;14142](https://github.com/mui/mui-x/issues/14142)) [@&#8203;cherniavskii](https://github.com/cherniavskii) You can now use MUI X components with either v5 or v6 of `@mui/material` package 🎉 - 🐞 Bugfixes ##### Data Grid ##### `@mui/x-data-grid-pro@7.15.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") - \[DataGridPro] Export `GridRowReorderCell` component ([#&#8203;14079](https://github.com/mui/mui-x/issues/14079)) [@&#8203;genepaul](https://github.com/genepaul) ##### `@mui/x-data-grid-premium@7.15.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.15.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.15.0` - \[pickers] Add `onTouchStart` handler for `TimeClock` ([#&#8203;14305](https://github.com/mui/mui-x/issues/14305)) [@&#8203;arthurbalduini](https://github.com/arthurbalduini) ##### `@mui/x-date-pickers-pro@7.15.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.15.0`, plus: - \[DateTimeRangePicker] Fix date format resolving from views on 24hr locales ([#&#8203;14341](https://github.com/mui/mui-x/issues/14341)) [@&#8203;arthurbalduini](https://github.com/arthurbalduini) ##### Charts ##### `@mui/x-charts@7.15.0` - \[charts] Add missing `themeAugmentation` in pro plan ([#&#8203;14313](https://github.com/mui/mui-x/issues/14313)) [@&#8203;lhilgert9](https://github.com/lhilgert9) - \[charts] Fix `LineChart` transition stopping before completion ([#&#8203;14366](https://github.com/mui/mui-x/issues/14366)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[charts] Fix tooltip with horizontal layout ([#&#8203;14337](https://github.com/mui/mui-x/issues/14337)) [@&#8203;alexfauquette](https://github.com/alexfauquette) - \[charts] Keep axis root classe usage explicit ([#&#8203;14378](https://github.com/mui/mui-x/issues/14378)) [@&#8203;alexfauquette](https://github.com/alexfauquette) ##### `@mui/x-charts-pro@7.0.0-alpha.3` [![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.15.0`, plus: - \[charts pro] Avoid relative reference to `@mui/x-charts` package ([#&#8203;14335](https://github.com/mui/mui-x/issues/14335)) [@&#8203;LukasTy](https://github.com/LukasTy) ##### Docs - \[docs] Fix sentence case `h2` [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Clarify contribution guide references [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix Stack Overflow issue canned response [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix outdated link to support page [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Fix use of Material UI [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs] Update deprecated props in docs ([#&#8203;14295](https://github.com/mui/mui-x/issues/14295)) [@&#8203;JCQuintas](https://github.com/JCQuintas) ##### Core - \[core] Allow only v5.x for `MUI Core` renovate group ([#&#8203;14382](https://github.com/mui/mui-x/issues/14382)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[core] Avoid visual regression when using `@mui/material@6` ([#&#8203;14357](https://github.com/mui/mui-x/issues/14357)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[core] Remove renovate rule targeting only `next` releases of `@mui/docs` ([#&#8203;14364](https://github.com/mui/mui-x/issues/14364)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[core] Support `@mui/material@6` peer dependency ([#&#8203;14142](https://github.com/mui/mui-x/issues/14142)) [@&#8203;cherniavskii](https://github.com/cherniavskii) - \[core] Use `useRtl` instead of `useTheme` to access direction ([#&#8203;14359](https://github.com/mui/mui-x/issues/14359)) [@&#8203;LukasTy](https://github.com/LukasTy) - \[code-infra] Typecheck nested folders in playground ([#&#8203;14352](https://github.com/mui/mui-x/issues/14352)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[infra] Fix Issue cleanup action [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[license] Prepare renaming of argument names [@&#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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OC4xIiwidXBkYXRlZEluVmVyIjoiMzguNTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-08-31 00:31:09 +00:00
Update dependency @mui/x-date-pickers to v7.15.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
4f926f7786
pierre scheduled this pull request to auto merge when all checks succeed 2024-08-31 00:31:09 +00:00
pierre merged commit 4f926f7786 into master 2024-08-31 00:38:30 +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#314
No description provided.