Skip to content

Commit

Permalink
[dependencies]: Bump @mui/icons-material from 6.2.0 to 6.3.0 (#961)
Browse files Browse the repository at this point in the history
Bumps
[@mui/icons-material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material)
from 6.2.0 to 6.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mui/material-ui/releases"><code>@​mui/icons-material</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.3.0</h2>
<p>A big thanks to the 11 contributors who made this release possible.
Here are some highlights ✨:</p>
<ul>
<li>Fix invalid HTML structure in the Accordion component (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44408">#44408</a>)
<a
href="https://github.com/ZeeshanTamboli"><code>@​ZeeshanTamboli</code></a>
The HTML elements of the Accordion summary have been updated:
<ul>
<li>the root element is now button (previously div).</li>
<li>summary content and the icon wrapper are now span (previously div).
This will only impact you if you used the HTML element as selectors in
your styles.</li>
</ul>
</li>
</ul>
<h3><code>@mui/[email protected]</code></h3>
<ul>
<li>[Accordion] Fix invalid HTML inside heading (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44408">#44408</a>)
<a
href="https://github.com/ZeeshanTamboli"><code>@​ZeeshanTamboli</code></a></li>
<li>[useAutocomplete] Improve TS typing of <code>groupedOptions</code>
prop (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44657">#44657</a>)
<a href="https://github.com/lewxdev"><code>@​lewxdev</code></a></li>
<li>Prevent <code>ownerState</code> propagation for transition slots (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44401">#44401</a>)
<a
href="https://github.com/ZeeshanTamboli"><code>@​ZeeshanTamboli</code></a></li>
<li>[StepContent] Add slots and slotProps (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44742">#44742</a>)
<a href="https://github.com/sai6855"><code>@​sai6855</code></a></li>
<li>[TablePagination] Add the rest of <code>slots</code> and
<code>slotProps</code>. (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44570">#44570</a>)
<a
href="https://github.com/siriwatknp"><code>@​siriwatknp</code></a></li>
</ul>
<h3><code>@mui/[email protected]</code></h3>
<ul>
<li>Set <code>before</code> directly without using prepend for global
styles (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44648">#44648</a>)
<a
href="https://github.com/siriwatknp"><code>@​siriwatknp</code></a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>[material-ui] Improve <code>theme.applyStyles()</code> docs (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44658">#44658</a>)
<a
href="https://github.com/DiegoAndai"><code>@​DiegoAndai</code></a></li>
<li>[material-ui] Update MD callout (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/43958">#43958</a>)
<a
href="https://github.com/aarongarciah"><code>@​aarongarciah</code></a></li>
</ul>
<h3>Core</h3>
<ul>
<li>Remove unnecessary conditional around <code>.muiName =</code> (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44071">#44071</a>)
<a href="https://github.com/Janpot"><code>@​Janpot</code></a></li>
<li>[blog] Material UI: 2024 EOY updates blog post (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44722">#44722</a>)
<a
href="https://github.com/alelthomas"><code>@​alelthomas</code></a></li>
<li>Fix quickstart command in pigment docs (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44806">#44806</a>)
<a href="https://github.com/yash49"><code>@​yash49</code></a></li>
<li>[docs-infra] Remove Next.js production profiler (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44823">#44823</a>)
<a href="https://github.com/romgrk"><code>@​romgrk</code></a></li>
<li>[docs-infra] Remove no longer support <code>optimizeFonts</code>
Next.js option (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44802">#44802</a>)
<a href="https://github.com/LukasTy"><code>@​LukasTy</code></a></li>
</ul>
<p>All contributors of this release in alphabetical order: <a
href="https://github.com/aarongarciah"><code>@​aarongarciah</code></a>,
<a href="https://github.com/alelthomas"><code>@​alelthomas</code></a>,
<a href="https://github.com/DiegoAndai"><code>@​DiegoAndai</code></a>,
<a href="https://github.com/Janpot"><code>@​Janpot</code></a>, <a
href="https://github.com/lewxdev"><code>@​lewxdev</code></a>, <a
href="https://github.com/LukasTy"><code>@​LukasTy</code></a>, <a
href="https://github.com/romgrk"><code>@​romgrk</code></a>, <a
href="https://github.com/sai6855"><code>@​sai6855</code></a>, <a
href="https://github.com/siriwatknp"><code>@​siriwatknp</code></a>, <a
href="https://github.com/yash49"><code>@​yash49</code></a>, <a
href="https://github.com/ZeeshanTamboli"><code>@​ZeeshanTamboli</code></a></p>
<h2>v6.2.1</h2>
<!-- raw HTML omitted -->
<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-icons-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-icons-material/issues/44753">#44753</a>)
<a
href="https://github.com/jacklaurencegaray"><code>@​jacklaurencegaray</code></a></li>
<li>[Select] Set <code>aria-required</code> &amp;
<code>aria-invalid</code> on <code>combobox</code> instead of hidden
input (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-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-icons-material/issues/44538">#44538</a>)
<a
href="https://github.com/siriwatknp"><code>@​siriwatknp</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/icons-material</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>6.3.0</h2>
<!-- raw HTML omitted -->
<p><em>Dec 23, 2024</em></p>
<p>A big thanks to the 11 contributors who made this release possible.
Here are some highlights ✨:</p>
<ul>
<li>Fix invalid HTML structure in the Accordion component (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44408">#44408</a>)
<a
href="https://github.com/ZeeshanTamboli"><code>@​ZeeshanTamboli</code></a>
The HTML elements of the Accordion summary have been updated:
<ul>
<li>the root element is now button (previously div).</li>
<li>summary content and the icon wrapper are now span (previously div).
This will only impact you if you used the HTML element as selectors in
your styles.</li>
</ul>
</li>
</ul>
<h3><code>@mui/[email protected]</code></h3>
<ul>
<li>[Accordion] Fix invalid HTML inside heading (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44408">#44408</a>)
<a
href="https://github.com/ZeeshanTamboli"><code>@​ZeeshanTamboli</code></a></li>
<li>[useAutocomplete] Improve TS typing of <code>groupedOptions</code>
prop (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44657">#44657</a>)
<a href="https://github.com/lewxdev"><code>@​lewxdev</code></a></li>
<li>Prevent <code>ownerState</code> propagation for transition slots (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44401">#44401</a>)
<a
href="https://github.com/ZeeshanTamboli"><code>@​ZeeshanTamboli</code></a></li>
<li>[StepContent] Add slots and slotProps (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44742">#44742</a>)
<a href="https://github.com/sai6855"><code>@​sai6855</code></a></li>
<li>[TablePagination] Add the rest of <code>slots</code> and
<code>slotProps</code>. (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44570">#44570</a>)
<a
href="https://github.com/siriwatknp"><code>@​siriwatknp</code></a></li>
</ul>
<h3><code>@mui/[email protected]</code></h3>
<ul>
<li>Set <code>before</code> directly without using prepend for global
styles (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44648">#44648</a>)
<a
href="https://github.com/siriwatknp"><code>@​siriwatknp</code></a></li>
</ul>
<h3>Docs</h3>
<ul>
<li>[material-ui] Improve <code>theme.applyStyles()</code> docs (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44658">#44658</a>)
<a
href="https://github.com/DiegoAndai"><code>@​DiegoAndai</code></a></li>
<li>[material-ui] Update MD callout (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/43958">#43958</a>)
<a
href="https://github.com/aarongarciah"><code>@​aarongarciah</code></a></li>
</ul>
<h3>Core</h3>
<ul>
<li>Remove unnecessary conditional around <code>.muiName =</code> (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44071">#44071</a>)
<a href="https://github.com/Janpot"><code>@​Janpot</code></a></li>
<li>[blog] Material UI: 2024 EOY updates blog post (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44722">#44722</a>)
<a
href="https://github.com/alelthomas"><code>@​alelthomas</code></a></li>
<li>Fix quickstart command in pigment docs (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44806">#44806</a>)
<a href="https://github.com/yash49"><code>@​yash49</code></a></li>
<li>[docs-infra] Remove Next.js production profiler (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44823">#44823</a>)
<a href="https://github.com/romgrk"><code>@​romgrk</code></a></li>
<li>[docs-infra] Remove no longer support <code>optimizeFonts</code>
Next.js option (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44802">#44802</a>)
<a href="https://github.com/LukasTy"><code>@​LukasTy</code></a></li>
</ul>
<p>All contributors of this release in alphabetical order: <a
href="https://github.com/aarongarciah"><code>@​aarongarciah</code></a>,
<a href="https://github.com/alelthomas"><code>@​alelthomas</code></a>,
<a href="https://github.com/DiegoAndai"><code>@​DiegoAndai</code></a>,
<a href="https://github.com/Janpot"><code>@​Janpot</code></a>, <a
href="https://github.com/lewxdev"><code>@​lewxdev</code></a>, <a
href="https://github.com/LukasTy"><code>@​LukasTy</code></a>, <a
href="https://github.com/romgrk"><code>@​romgrk</code></a>, <a
href="https://github.com/sai6855"><code>@​sai6855</code></a>, <a
href="https://github.com/siriwatknp"><code>@​siriwatknp</code></a>, <a
href="https://github.com/yash49"><code>@​yash49</code></a>, <a
href="https://github.com/ZeeshanTamboli"><code>@​ZeeshanTamboli</code></a></p>
<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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mui/material-ui/commit/84d6ecfdccd10f204854beeef98bcc55dc99d117"><code>84d6ecf</code></a>
[release] v6.3.0 (<a
href="https://github.com/mui/material-ui/tree/HEAD/packages/mui-icons-material/issues/44847">#44847</a>)</li>
<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-icons-material/issues/44787">#44787</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-icons-material/issues/44762">#44762</a>)</li>
<li>See full diff in <a
href="https://github.com/mui/material-ui/commits/v6.3.0/packages/mui-icons-material">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@mui/icons-material&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.3.0)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 464bc57 commit d806488
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@emotion/styled": "^11.14.0",
"@fontsource/pirata-one": "^5.1.0",
"@fontsource/roboto": "^5.1.1",
"@mui/icons-material": "^6.2.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^5.16.7",
"@mui/material-nextjs": "^5.16.6",
"@types/lodash": "^4.17.13",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1954,19 +1954,19 @@ __metadata:
languageName: node
linkType: hard

"@mui/icons-material@npm:^6.2.0":
version: 6.2.0
resolution: "@mui/icons-material@npm:6.2.0"
"@mui/icons-material@npm:^6.3.0":
version: 6.3.0
resolution: "@mui/icons-material@npm:6.3.0"
dependencies:
"@babel/runtime": "npm:^7.26.0"
peerDependencies:
"@mui/material": ^6.2.0
"@mui/material": ^6.3.0
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
react: ^17.0.0 || ^18.0.0 || ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10/f7ce935b5183faef07f188e20647b17793c5dd318fa6cc44f105a7544af6b61c83efe5d30299b8a1a95246d1198a8e4649b98d290c61596c7cdf9d413ca65d97
checksum: 10/f5d536be03ba90c3a196261b8294d4df7952080593369bdd573f4f094b9ec76ff6cd2a0aa41bd6c2494997a296876672ebf366de69af673634443e1e40fa5678
languageName: node
linkType: hard

Expand Down Expand Up @@ -4215,7 +4215,7 @@ __metadata:
"@emotion/styled": "npm:^11.14.0"
"@fontsource/pirata-one": "npm:^5.1.0"
"@fontsource/roboto": "npm:^5.1.1"
"@mui/icons-material": "npm:^6.2.0"
"@mui/icons-material": "npm:^6.3.0"
"@mui/material": "npm:^5.16.7"
"@mui/material-nextjs": "npm:^5.16.6"
"@testing-library/jest-dom": "npm:^6.6.3"
Expand Down

0 comments on commit d806488

Please sign in to comment.