fix(deps): update material-ui monorepo to v6.2.1 #77

Merged
kjuulh merged 1 commits from renovate/material-ui-monorepo into main 2024-12-18 02:04:21 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
@mui/icons-material (source) dependencies patch 6.2.0 -> 6.2.1
@mui/material (source) dependencies patch 6.2.0 -> 6.2.1

Release Notes

mui/material-ui (@​mui/icons-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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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/icons-material](https://mui.com/material-ui/material-icons/) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material)) | dependencies | patch | [`6.2.0` -> `6.2.1`](https://renovatebot.com/diffs/npm/@mui%2ficons-material/6.2.0/6.2.1) | | [@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/icons-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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2024-12-18 02:03:57 +01:00
fix(deps): update material-ui monorepo to v6.2.1
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
e35d51aed5
kjuulh scheduled this pull request to auto merge when all checks succeed 2024-12-18 02:03:57 +01:00
kjuulh merged commit e35d51aed5 into main 2024-12-18 02:04:21 +01: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: kjuulh/backstage#77
No description provided.