Update dependency @mui/material to v6.2.1 #247

Open
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.2.0 -> 6.2.1

Release Notes

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

v6.2.1

Compare Source

Dec 17, 2024

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

@mui/material@6.2.1
  • Update overridesResolver return from object to array of styles (#​44752) @​siddhantantil39
  • Pagination] Use correct `aria-current` value ([#​44753](https://github.com/mui/material-ui/issues/44753)) [@​jacklaurencegaray](https://github.com/jacklaurencegaray)
    
  • Select] Set `aria-required` & `aria-invalid` on `combobox` instead of hidden input ([#​44731](https://github.com/mui/material-ui/issues/44731)) [@​ben-pomelo](https://github.com/ben-pomelo)
    
    
@mui/system@6.2.1
Docs
  • material-ui]\[Dialog] Fix crashing of DraggableDialog demo ([#​44747](https://github.com/mui/material-ui/issues/44747)) [@​sai6855](https://github.com/sai6855)
    
  • material-ui]\[TextField] Update `react-number-format` demo to use the recommended prop ([#​44743](https://github.com/mui/material-ui/issues/44743)) [@​siriwatknp](https://github.com/siriwatknp)
    
  • material-ui]\[TextField] Add size default prop to api docs ([#​44714](https://github.com/mui/material-ui/issues/44714)) [@​sai6855](https://github.com/sai6855)
    
  • material-ui]\[TextField] Add suffix shrink demo ([#​44744](https://github.com/mui/material-ui/issues/44744)) [@​siriwatknp](https://github.com/siriwatknp)
    
    
Core
  • api-docs-builder] Preserve multiline prop descriptions with `rawDescriptions` option ([#​44737](https://github.com/mui/material-ui/issues/44737)) [@​vladmoroz](https://github.com/vladmoroz)
    
  • Fix running mocha related scripts on Windows locally (#​44664) @​ChristopherJamesL
  • Update eslint-plugin-jsx-a11y (#​44701) @​ZeeshanTamboli
  • Add documentation to useThemeProps, deepmerge and composeClasses functions (#​44703) @​JCQuintas
  • examples] Add Theme Mode Switch to Next.js TS example ([#​43576](https://github.com/mui/material-ui/issues/43576)) [@​TurtIeSocks](https://github.com/TurtIeSocks)
    
    

All contributors of this release in alphabetical order: @​ben-pomelo, @​ChristopherJamesL, @​jacklaurencegaray, @​JCQuintas, @​sai6855, @​siddhantantil39, @​siriwatknp, @​TurtIeSocks, @​vladmoroz, @​ZeeshanTamboli


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.2.0` -> `6.2.1`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/6.2.0/6.2.1) | --- ### Release Notes <details> <summary>mui/material-ui (@&#8203;mui/material)</summary> ### [`v6.2.1`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#621) [Compare Source](https://github.com/mui/material-ui/compare/v6.2.0...v6.2.1) <!-- generated comparing v6.2.0..master --> *Dec 17, 2024* A big thanks to the 10 contributors who made this release possible. ##### `@mui/material@6.2.1` - Update `overridesResolver` return from object to array of styles ([#&#8203;44752](https://github.com/mui/material-ui/issues/44752)) [@&#8203;siddhantantil39](https://github.com/siddhantantil39) - \[Pagination] Use correct `aria-current` value ([#&#8203;44753](https://github.com/mui/material-ui/issues/44753)) [@&#8203;jacklaurencegaray](https://github.com/jacklaurencegaray) - \[Select] Set `aria-required` & `aria-invalid` on `combobox` instead of hidden input ([#&#8203;44731](https://github.com/mui/material-ui/issues/44731)) [@&#8203;ben-pomelo](https://github.com/ben-pomelo) ##### `@mui/system@6.2.1` - Warns if the hex color contains trailing space ([#&#8203;44538](https://github.com/mui/material-ui/issues/44538)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Docs - \[material-ui]\[Dialog] Fix crashing of DraggableDialog demo ([#&#8203;44747](https://github.com/mui/material-ui/issues/44747)) [@&#8203;sai6855](https://github.com/sai6855) - \[material-ui]\[TextField] Update `react-number-format` demo to use the recommended prop ([#&#8203;44743](https://github.com/mui/material-ui/issues/44743)) [@&#8203;siriwatknp](https://github.com/siriwatknp) - \[material-ui]\[TextField] Add size default prop to api docs ([#&#8203;44714](https://github.com/mui/material-ui/issues/44714)) [@&#8203;sai6855](https://github.com/sai6855) - \[material-ui]\[TextField] Add suffix shrink demo ([#&#8203;44744](https://github.com/mui/material-ui/issues/44744)) [@&#8203;siriwatknp](https://github.com/siriwatknp) ##### Core - \[api-docs-builder] Preserve multiline prop descriptions with `rawDescriptions` option ([#&#8203;44737](https://github.com/mui/material-ui/issues/44737)) [@&#8203;vladmoroz](https://github.com/vladmoroz) - Fix running mocha related scripts on Windows locally ([#&#8203;44664](https://github.com/mui/material-ui/issues/44664)) [@&#8203;ChristopherJamesL](https://github.com/ChristopherJamesL) - Update `eslint-plugin-jsx-a11y` ([#&#8203;44701](https://github.com/mui/material-ui/issues/44701)) [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) - Add documentation to `useThemeProps`, `deepmerge` and `composeClasses` functions ([#&#8203;44703](https://github.com/mui/material-ui/issues/44703)) [@&#8203;JCQuintas](https://github.com/JCQuintas) - \[examples] Add Theme Mode Switch to Next.js TS example ([#&#8203;43576](https://github.com/mui/material-ui/issues/43576)) [@&#8203;TurtIeSocks](https://github.com/TurtIeSocks) All contributors of this release in alphabetical order: [@&#8203;ben-pomelo](https://github.com/ben-pomelo), [@&#8203;ChristopherJamesL](https://github.com/ChristopherJamesL), [@&#8203;jacklaurencegaray](https://github.com/jacklaurencegaray), [@&#8203;JCQuintas](https://github.com/JCQuintas), [@&#8203;sai6855](https://github.com/sai6855), [@&#8203;siddhantantil39](https://github.com/siddhantantil39), [@&#8203;siriwatknp](https://github.com/siriwatknp), [@&#8203;TurtIeSocks](https://github.com/TurtIeSocks), [@&#8203;vladmoroz](https://github.com/vladmoroz), [@&#8203;ZeeshanTamboli](https://github.com/ZeeshanTamboli) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
pierre added 1 commit 2024-12-18 00:07:49 +00:00
Update dependency @mui/material to v6.2.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
be4fa6f0d7
Author
Owner

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/mui-material-6.x-lockfile:renovate/mui-material-6.x-lockfile
git checkout renovate/mui-material-6.x-lockfile
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/VirtWeb#247
No description provided.