Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @mui/material from 6.1.10 to 6.2.1 in /ui (#70)
Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 6.1.10 to 6.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/releases"><code>@mui/material</code>'s releases</a>.</em></p> <blockquote> <h2>v6.2.1</h2> <!-- raw HTML omitted --> <p><em>Dec 17, 2024</em></p> <p>A big thanks to the 10 contributors who made this release possible.</p> <h3><code>@mui/[email protected]</code></h3> <ul> <li>Update <code>overridesResolver</code> return from object to array of styles (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44752">#44752</a>) <a href="https://github.com/siddhantantil39"><code>@siddhantantil39</code></a></li> <li>[Pagination] Use correct <code>aria-current</code> value (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44753">#44753</a>) <a href="https://github.com/jacklaurencegaray"><code>@jacklaurencegaray</code></a></li> <li>[Select] Set <code>aria-required</code> & <code>aria-invalid</code> on <code>combobox</code> instead of hidden input (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44731">#44731</a>) <a href="https://github.com/ben-pomelo"><code>@ben-pomelo</code></a></li> </ul> <h3><code>@mui/[email protected]</code></h3> <ul> <li>Warns if the hex color contains trailing space (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44538">#44538</a>) <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a></li> </ul> <h3>Docs</h3> <ul> <li>[material-ui][Dialog] Fix crashing of DraggableDialog demo (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44747">#44747</a>) <a href="https://github.com/sai6855"><code>@sai6855</code></a></li> <li>[material-ui][TextField] Update <code>react-number-format</code> demo to use the recommended prop (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44743">#44743</a>) <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a></li> <li>[material-ui][TextField] Add size default prop to api docs (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44714">#44714</a>) <a href="https://github.com/sai6855"><code>@sai6855</code></a></li> <li>[material-ui][TextField] Add suffix shrink demo (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44744">#44744</a>) <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a></li> </ul> <h3>Core</h3> <ul> <li>[api-docs-builder] Preserve multiline prop descriptions with <code>rawDescriptions</code> option (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44737">#44737</a>) <a href="https://github.com/vladmoroz"><code>@vladmoroz</code></a></li> <li>Fix running mocha related scripts on Windows locally (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44664">#44664</a>) <a href="https://github.com/ChristopherJamesL"><code>@ChristopherJamesL</code></a></li> <li>Update <code>eslint-plugin-jsx-a11y</code> (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44701">#44701</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> <li>Add documentation to <code>useThemeProps</code>, <code>deepmerge</code> and <code>composeClasses</code> functions (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44703">#44703</a>) <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a></li> <li>[examples] Add Theme Mode Switch to Next.js TS example (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/43576">#43576</a>) <a href="https://github.com/TurtIeSocks"><code>@TurtIeSocks</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ben-pomelo"><code>@ben-pomelo</code></a>, <a href="https://github.com/ChristopherJamesL"><code>@ChristopherJamesL</code></a>, <a href="https://github.com/jacklaurencegaray"><code>@jacklaurencegaray</code></a>, <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a>, <a href="https://github.com/sai6855"><code>@sai6855</code></a>, <a href="https://github.com/siddhantantil39"><code>@siddhantantil39</code></a>, <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a>, <a href="https://github.com/TurtIeSocks"><code>@TurtIeSocks</code></a>, <a href="https://github.com/vladmoroz"><code>@vladmoroz</code></a>, <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> <h2>v6.2.0</h2> <p>A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:</p> <ul> <li>Material UI is now compatible with React 19 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44672">#44672</a>) <a href="https://github.com/DiegoAndai"><code>@DiegoAndai</code></a></li> <li>Fixed incorrect <code>aria-orientation</code> for vertical sliders. <!-- raw HTML omitted -->ArrowRight<!-- raw HTML omitted --> now increases the value and <!-- raw HTML omitted -->ArrowLeft<!-- raw HTML omitted --> decreases the value in vertical sliders; they were reversed in prior versions. (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44537">#44537</a>) <a href="https://github.com/mj12albert"><code>@mj12albert</code></a></li> </ul> <h3><code>@mui/[email protected]</code></h3> <ul> <li>[Box] Add missing <code>component</code> to <code>BoxProps</code> type (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44643">#44643</a>) <a href="https://github.com/DiegoAndai"><code>@DiegoAndai</code></a></li> <li>[Grid] Fix spacing when using css variables (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44663">#44663</a>) <a href="https://github.com/DiegoAndai"><code>@DiegoAndai</code></a></li> <li>[ListItemText] Add <code>slots</code> and <code>slotProps</code> (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44571">#44571</a>) <a href="https://github.com/sai6855"><code>@sai6855</code></a></li> </ul> <h3>Docs</h3> <ul> <li>Add Toolpad Core template link (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44415">#44415</a>) <a href="https://github.com/bharatkashyap"><code>@bharatkashyap</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mui/material-ui/blob/master/CHANGELOG.md"><code>@mui/material</code>'s changelog</a>.</em></p> <blockquote> <h2>6.2.1</h2> <!-- raw HTML omitted --> <p><em>Dec 17, 2024</em></p> <p>A big thanks to the 10 contributors who made this release possible.</p> <h3><code>@mui/[email protected]</code></h3> <ul> <li>Update <code>overridesResolver</code> return from object to array of styles (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44752">#44752</a>) <a href="https://github.com/siddhantantil39"><code>@siddhantantil39</code></a></li> <li>[Pagination] Use correct <code>aria-current</code> value (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44753">#44753</a>) <a href="https://github.com/jacklaurencegaray"><code>@jacklaurencegaray</code></a></li> <li>[Select] Set <code>aria-required</code> & <code>aria-invalid</code> on <code>combobox</code> instead of hidden input (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44731">#44731</a>) <a href="https://github.com/ben-pomelo"><code>@ben-pomelo</code></a></li> </ul> <h3><code>@mui/[email protected]</code></h3> <ul> <li>Warns if the hex color contains trailing space (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44538">#44538</a>) <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a></li> </ul> <h3>Docs</h3> <ul> <li>[material-ui][Dialog] Fix crashing of DraggableDialog demo (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44747">#44747</a>) <a href="https://github.com/sai6855"><code>@sai6855</code></a></li> <li>[material-ui][TextField] Update <code>react-number-format</code> demo to use the recommended prop (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44743">#44743</a>) <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a></li> <li>[material-ui][TextField] Add size default prop to api docs (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44714">#44714</a>) <a href="https://github.com/sai6855"><code>@sai6855</code></a></li> <li>[material-ui][TextField] Add suffix shrink demo (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44744">#44744</a>) <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a></li> </ul> <h3>Core</h3> <ul> <li>[api-docs-builder] Preserve multiline prop descriptions with <code>rawDescriptions</code> option (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44737">#44737</a>) <a href="https://github.com/vladmoroz"><code>@vladmoroz</code></a></li> <li>Fix running mocha related scripts on Windows locally (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44664">#44664</a>) <a href="https://github.com/ChristopherJamesL"><code>@ChristopherJamesL</code></a></li> <li>Update <code>eslint-plugin-jsx-a11y</code> (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44701">#44701</a>) <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></li> <li>Add documentation to <code>useThemeProps</code>, <code>deepmerge</code> and <code>composeClasses</code> functions (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44703">#44703</a>) <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a></li> <li>[examples] Add Theme Mode Switch to Next.js TS example (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/43576">#43576</a>) <a href="https://github.com/TurtIeSocks"><code>@TurtIeSocks</code></a></li> </ul> <p>All contributors of this release in alphabetical order: <a href="https://github.com/ben-pomelo"><code>@ben-pomelo</code></a>, <a href="https://github.com/ChristopherJamesL"><code>@ChristopherJamesL</code></a>, <a href="https://github.com/jacklaurencegaray"><code>@jacklaurencegaray</code></a>, <a href="https://github.com/JCQuintas"><code>@JCQuintas</code></a>, <a href="https://github.com/sai6855"><code>@sai6855</code></a>, <a href="https://github.com/siddhantantil39"><code>@siddhantantil39</code></a>, <a href="https://github.com/siriwatknp"><code>@siriwatknp</code></a>, <a href="https://github.com/TurtIeSocks"><code>@TurtIeSocks</code></a>, <a href="https://github.com/vladmoroz"><code>@vladmoroz</code></a>, <a href="https://github.com/ZeeshanTamboli"><code>@ZeeshanTamboli</code></a></p> <h2>6.2.0</h2> <!-- raw HTML omitted --> <p><em>Dec 10, 2024</em></p> <p>A big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:</p> <ul> <li>Material UI is now compatible with React 19 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44672">#44672</a>) <a href="https://github.com/DiegoAndai"><code>@DiegoAndai</code></a></li> <li>Fixed incorrect <code>aria-orientation</code> for vertical sliders. <!-- raw HTML omitted -->ArrowRight<!-- raw HTML omitted --> now increases the value and <!-- raw HTML omitted -->ArrowLeft<!-- raw HTML omitted --> decreases the value in vertical sliders; they were reversed in prior versions. (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44537">#44537</a>) <a href="https://github.com/mj12albert"><code>@mj12albert</code></a></li> </ul> <h3><code>@mui/[email protected]</code></h3> <ul> <li>[Box] Add missing <code>component</code> to <code>BoxProps</code> type (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44643">#44643</a>) <a href="https://github.com/DiegoAndai"><code>@DiegoAndai</code></a></li> <li>[Grid] Fix spacing when using css variables (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44663">#44663</a>) <a href="https://github.com/DiegoAndai"><code>@DiegoAndai</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mui/material-ui/commit/17026fc203a8b413ec7343b6eeb267a50519d515"><code>17026fc</code></a> [release] v6.2.1 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44787">#44787</a>)</li> <li><a href="https://github.com/mui/material-ui/commit/426bdc30710d6a22f4a2f5d16bb9d1e9d1a47111"><code>426bdc3</code></a> Bump <code>@types/react-dom</code> to ^19.0.2 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44763">#44763</a>)</li> <li><a href="https://github.com/mui/material-ui/commit/bd4d732f7db5ee2af50f9c8a2ae82a44dadc1cdd"><code>bd4d732</code></a> Bump <code>@types/react-transition-group</code> to ^4.4.12 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44764">#44764</a>)</li> <li><a href="https://github.com/mui/material-ui/commit/ab0aa3f508b23f498a3bcec68256ab82173d8d94"><code>ab0aa3f</code></a> Bump <code>@types/react</code> to ^19.0.1 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44762">#44762</a>)</li> <li><a href="https://github.com/mui/material-ui/commit/bc715f9e44ea22c5146fe8ecd5231d4490a63bd9"><code>bc715f9</code></a> [material-ui][Pagination] Use correct <code>aria-current</code> value (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44753">#44753</a>)</li> <li><a href="https://github.com/mui/material-ui/commit/3baba19139ae2ba08ac6a91efb030fccccbfc613"><code>3baba19</code></a> [Select] Set <code>aria-required</code> & <code>aria-invalid</code> on <code>combobox</code> instead of hidden...</li> <li><a href="https://github.com/mui/material-ui/commit/68e3b40bc5d21a446e48a5ab651f713ea6337a52"><code>68e3b40</code></a> [Material UI] Update <code>overridesResolver</code> return from object to array of style...</li> <li><a href="https://github.com/mui/material-ui/commit/2a8ba747f5a876a729d29bacb3340e5cf8257397"><code>2a8ba74</code></a> [core] Add documentation to <code>useThemeProps</code>, <code>deepmerge</code> and <code>composeClasses</code>...</li> <li><a href="https://github.com/mui/material-ui/commit/e3d0e26086d777a436b1a94aaf116a15f3740bd5"><code>e3d0e26</code></a> [material-ui][TextField] Add size default prop to api docs (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44714">#44714</a>)</li> <li><a href="https://github.com/mui/material-ui/commit/3a8ceaead5ac4c2c4554e6500ca3d197420a04c2"><code>3a8ceae</code></a> v6.2.0 (<a href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-material/issues/44710">#44710</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mui/material-ui/commits/v6.2.1/packages/mui-material">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@mui/material&package-manager=npm_and_yarn&previous-version=6.1.10&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information