Update dependency @mui/material to v6.1.6 - abandoned #39

Closed
pierre wants to merge 1 commits from renovate/mui-material-6.x-lockfile into master
Owner

This PR contains the following updates:

Package Type Update Change
@mui/material (source) dependencies patch 6.1.5 -> 6.1.6

Release Notes

mui/material-ui (@​mui/material)

v6.1.6

Compare Source

Oct 30, 2024

A big thanks to the 13 contributors who made this release possible.

@mui/material@6.1.6
  • Autocomplete] Add missing `onMouseDown` type to AutocompleteRenderInputParams ([#​44183](https://github.com/mui/material-ui/issues/44183)) [@​sai6855](https://github.com/sai6855)
    
  • Avatar] Fix AvatarGroup spacing ([#​44208](https://github.com/mui/material-ui/issues/44208)) [@​aarongarciah](https://github.com/aarongarciah)
    
  • AvatarGroup] Fix spacing CSS variable ([#​44202](https://github.com/mui/material-ui/issues/44202)) [@​navedqb](https://github.com/navedqb)
    
  • Divider] Fix CSS specificity order ([#​44204](https://github.com/mui/material-ui/issues/44204)) [@​o-alexandrov](https://github.com/o-alexandrov)
    
  • Slider] Fix value prop type warning ([#​44131](https://github.com/mui/material-ui/issues/44131)) [@​joshkel](https://github.com/joshkel)
    
  • Replace useThemeProps with useDefaultProps (#​44193) @​siriwatknp
@mui/material-nextjs@6.1.6
@mui/lab@6.0.0-beta.14
  • Tabs] Fix type of TabPanel component ([#​44207](https://github.com/mui/material-ui/issues/44207)) [@​blackcow1987](https://github.com/blackcow1987)
    
    
@mui/codemod@6.1.6
@mui/utils@6.1.6
Docs
Core
  • Lock file maintenance (#​43947)
  • Run @​mui/icon-material src:icons (#​44097) @​oliviertassinari
  • test]\[material-ui] Add tests for Pigment Grid and Stack ([#​44132](https://github.com/mui/material-ui/issues/44132)) [@​DiegoAndai](https://github.com/DiegoAndai)
    
  • test] Distinguish private with public tests API ([#​44188](https://github.com/mui/material-ui/issues/44188)) [@​oliviertassinari](https://github.com/oliviertassinari)
    
  • docs-infra] Add recursively the relative modules in the demos ([#​44150](https://github.com/mui/material-ui/issues/44150)) [@​mnajdova](https://github.com/mnajdova)
    
    

All contributors of this release in alphabetical order: @​aarongarciah, @​blackcow1987, @​DiegoAndai, @​jimmycallin, @​joshkel, @​mnajdova, @​navedqb, @​nphmuller, @​o-alexandrov, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​siriwatknp


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/material](https://mui.com/material-ui/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material)) | dependencies | patch | [`6.1.5` -> `6.1.6`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/6.1.5/6.1.6) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v6.1.6`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#616) [Compare Source](https://github.com/mui/material-ui/compare/v6.1.5...v6.1.6) <!-- generated comparing v6.1.5..master --> *Oct 30, 2024* A big thanks to the 13 contributors who made this release possible. ##### `@mui/material@6.1.6` - \[Autocomplete] Add missing `onMouseDown` type to AutocompleteRenderInputParams ([#&#8203;44183](https://github.com/mui/material-ui/issues/44183)) [@&#8203;sai6855](https://github.com/sai6855) - \[Avatar] Fix AvatarGroup spacing ([#&#8203;44208](https://github.com/mui/material-ui/issues/44208)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - \[AvatarGroup] Fix spacing CSS variable ([#&#8203;44202](https://github.com/mui/material-ui/issues/44202)) [@&#8203;navedqb](https://github.com/navedqb) - \[Divider] Fix CSS specificity order ([#&#8203;44204](https://github.com/mui/material-ui/issues/44204)) [@&#8203;o-alexandrov](https://github.com/o-alexandrov) - \[Slider] Fix value prop type warning ([#&#8203;44131](https://github.com/mui/material-ui/issues/44131)) [@&#8203;joshkel](https://github.com/joshkel) - Replace `useThemeProps` with `useDefaultProps` ([#&#8203;44193](https://github.com/mui/material-ui/issues/44193)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/material-nextjs@6.1.6` - Support Next 15.0.0 ([#&#8203;42428](https://github.com/mui/material-ui/issues/42428)) [@&#8203;nphmuller](https://github.com/nphmuller) ##### `@mui/lab@6.0.0-beta.14` - \[Tabs] Fix type of TabPanel component ([#&#8203;44207](https://github.com/mui/material-ui/issues/44207)) [@&#8203;blackcow1987](https://github.com/blackcow1987) ##### `@mui/codemod@6.1.6` - Fix system props default import specifier ([#&#8203;44170](https://github.com/mui/material-ui/issues/44170)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### `@mui/utils@6.1.6` - Bring back useIsFocusVisible ([#&#8203;44256](https://github.com/mui/material-ui/issues/44256)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - Bring back getReactNodeRef ([#&#8203;44248](https://github.com/mui/material-ui/issues/44248)) [@&#8203;aarongarciah](https://github.com/aarongarciah) ##### Docs - \[material-ui]\[Avatar] Add AvatarGroup spacing demo ([#&#8203;44209](https://github.com/mui/material-ui/issues/44209)) [@&#8203;aarongarciah](https://github.com/aarongarciah) - Fix a typo in CONTRIBUTING.md ([#&#8203;44200](https://github.com/mui/material-ui/issues/44200)) [@&#8203;prakhargupta1](https://github.com/prakhargupta1) - Mark the Hidden component as deprecated in the sidenav ([#&#8203;44068](https://github.com/mui/material-ui/issues/44068)) [@&#8203;jimmycallin](https://github.com/jimmycallin) - Use () when referencing functions ([#&#8203;44184](https://github.com/mui/material-ui/issues/44184)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - Follow types description convention ([#&#8203;44187](https://github.com/mui/material-ui/issues/44187)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) ##### Core - Lock file maintenance ([#&#8203;43947](https://github.com/mui/material-ui/issues/43947)) - Run [@&#8203;mui/icon-material](https://github.com/mui/icon-material) src:icons ([#&#8203;44097](https://github.com/mui/material-ui/issues/44097)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[test]\[material-ui] Add tests for Pigment Grid and Stack ([#&#8203;44132](https://github.com/mui/material-ui/issues/44132)) [@&#8203;DiegoAndai](https://github.com/DiegoAndai) - \[test] Distinguish private with public tests API ([#&#8203;44188](https://github.com/mui/material-ui/issues/44188)) [@&#8203;oliviertassinari](https://github.com/oliviertassinari) - \[docs-infra] Add recursively the relative modules in the demos ([#&#8203;44150](https://github.com/mui/material-ui/issues/44150)) [@&#8203;mnajdova](https://github.com/mnajdova) All contributors of this release in alphabetical order: [@&#8203;aarongarciah](https://github.com/aarongarciah), [@&#8203;blackcow1987](https://github.com/blackcow1987), [@&#8203;DiegoAndai](https://github.com/DiegoAndai), [@&#8203;jimmycallin](https://github.com/jimmycallin), [@&#8203;joshkel](https://github.com/joshkel), [@&#8203;mnajdova](https://github.com/mnajdova), [@&#8203;navedqb](https://github.com/navedqb), [@&#8203;nphmuller](https://github.com/nphmuller), [@&#8203;o-alexandrov](https://github.com/o-alexandrov), [@&#8203;oliviertassinari](https://github.com/oliviertassinari), [@&#8203;prakhargupta1](https://github.com/prakhargupta1), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siriwatknp](https://github.com/siriwatknp) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzguNCIsInVwZGF0ZWRJblZlciI6IjM4LjEzOC40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2024-10-31 00:35:31 +00:00
Update dependency @mui/material to v6.1.6
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
3640d793bb
pierre changed title from Update dependency @mui/material to v6.1.6 to Update dependency @mui/material to v6.1.6 - abandoned 2024-11-01 00:35:04 +00:00
Author
Owner

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

### Autoclosing Skipped This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
pierre closed this pull request 2024-11-12 16:27:14 +00:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Pull request closed

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/SolarEnergy#39
No description provided.