[PR #28] [MERGED] Bump @material-ui/icons from 4.9.1 to 4.11.2 in /ui #467

Closed
opened 2026-03-07 22:15:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/28
Author: @dependabot[bot]
Created: 3/2/2021
Status: Merged
Merged: 3/2/2021
Merged by: @hibiken

Base: masterHead: dependabot/npm_and_yarn/ui/material-ui/icons-4.11.2


📝 Commits (1)

  • 3cc9ad9 Bump @material-ui/icons from 4.9.1 to 4.11.2 in /ui

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 ui/package.json (+1 -1)
📝 ui/yarn.lock (+4 -4)

📄 Description

Bumps @material-ui/icons from 4.9.1 to 4.11.2.

Release notes

Sourced from @​material-ui/icons's releases.

v4.11.2

Nov 24, 2020

This release widens the peer dependency scope of React to accept ^17.0.0 ⚛️ . The change makes it easier for developers to upgrade React independently from Material-UI. The best support for React 17 will be found in Material-UI v5.

This is a reminder that all ongoing work has moved to v5. This means a feature freeze on v4. The development of v4 is limited to important bug fixes, security patches, and easing the upgrade path to v5.

@material-ui/core@v4.11.2

@material-ui/icons@v4.11.2

@material-ui/lab@v4.11.2

@material-ui/styles@v4.11.2

@material-ui/system@v4.11.2

@material-ui/utils@v4.11.2

@material-ui/lab@v4.0.0-alpha.57

v4.11.1

Nov 24, 2020

Big thanks to the 12 contributors who made this release possible.

  • 🐛 Fix integration issue with TypeScript 4.1 (#23692) @​ldrick
  • 🐛 Fix right-to-left support of Tabs since Chrome 85 (#22830) @​ankit
  • 🐛 Fix two issues with React 17 (#22263, #23367) @​eps1lon v4.11.1 doesn't have official support for React 17 like v5 has. Be careful, use React 17 at your own risk.

@material-ui/core@v4.11.1

... (truncated)

Changelog

Sourced from @​material-ui/icons's changelog.

4.11.2

Dec 2 2020

This release widens the peer dependency scope of React to accept ^17.0.0. The change makes it easier for developers to upgrade React independently from Material-UI. The best support for React 17 will be found in Material-UI v5.

This is a reminder that all ongoing work has moved to v5. This means a feature freeze on v4. The development of v4 is limited to important bug fixes, security patches and easing the upgrade path to v5.

@material-ui/core@v4.11.2

@material-ui/icons@v4.11.2

@material-ui/lab@v4.11.2

@material-ui/styles@v4.11.2

@material-ui/system@v4.11.2

@material-ui/utils@v4.11.2

@material-ui/lab@v4.0.0-alpha.57

4.11.1

Nov 24 2020

Big thanks to the 12 contributors who made this release possible.

  • 🐛 Fix integration issue with TypeScript 4.1 (#23692) @​ldrick
  • ⚛️ Fix two issues with React 17 (#22263, #23367) @​eps1lon v4 doesn't have official support for React 17 like v5 has. Use it at your own risk.
  • 🐛 Fix right-to-left support of Tabs since Chrome 85 (#22830) @​ankit

@material-ui/core@v4.11.1

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynqmon/pull/28 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/2/2021 **Status:** ✅ Merged **Merged:** 3/2/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ui/material-ui/icons-4.11.2` --- ### 📝 Commits (1) - [`3cc9ad9`](https://github.com/hibiken/asynqmon/commit/3cc9ad9108814c6179965bfbef6b613a1e9ee311) Bump @material-ui/icons from 4.9.1 to 4.11.2 in /ui ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `ui/package.json` (+1 -1) 📝 `ui/yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [@material-ui/icons](https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons) from 4.9.1 to 4.11.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mui-org/material-ui/releases"><code>@​material-ui/icons's releases</code></a>.</em></p> <blockquote> <h2>v4.11.2</h2> <h6><em>Nov 24, 2020</em></h6> <p>This release widens the peer dependency scope of React to accept ^17.0.0 ⚛️ . The change makes it easier for developers to upgrade React independently from Material-UI. The best support for React 17 will be found in Material-UI v5.</p> <p>This is a reminder that all ongoing work has moved to <a href="https://next.material-ui.com/">v5</a>. This means a feature freeze on v4. The development of v4 is limited to important bug fixes, security patches, and easing the upgrade path to v5.</p> <h3><code>@material-ui/core@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/icons@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/lab@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/styles@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/system@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/utils@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/lab@v4.0.0-alpha.57</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h2>v4.11.1</h2> <h6><em>Nov 24, 2020</em></h6> <p>Big thanks to the 12 contributors who made this release possible.</p> <ul> <li>🐛 Fix integration issue with TypeScript 4.1 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23692">#23692</a>) <a href="https://github.com/ldrick"><code>@​ldrick</code></a></li> <li>🐛 Fix right-to-left support of Tabs since Chrome 85 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/22830">#22830</a>) <a href="https://github.com/ankit"><code>@​ankit</code></a></li> <li>🐛 Fix two issues with React 17 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/22263">#22263</a>, <a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23367">#23367</a>) <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> v4.11.1 doesn't have official support for React 17 like <a href="https://next.material-ui.com/">v5</a> has. Be careful, use React 17 at your own risk.</li> </ul> <h3><code>@material-ui/core@v4.11.1</code></h3> <ul> <li>[styles] Add support for TypeScript 4.1 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23692">#23692</a>) <a href="https://github.com/ldrick"><code>@​ldrick</code></a></li> <li>[ClickAwayListener] Fix mounting behavior in Portals in React 17 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23367">#23367</a>) <a href="https://github.com/eps1lon"><code>@​eps1lon</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-org/material-ui/blob/v4.11.2/CHANGELOG.md"><code>@​material-ui/icons's changelog</code></a>.</em></p> <blockquote> <h2>4.11.2</h2> <h6><em>Dec 2 2020</em></h6> <p>This release widens the peer dependency scope of React to accept ^17.0.0. The change makes it easier for developers to upgrade React independently from Material-UI. The best support for React 17 will be found in Material-UI v5.</p> <p>This is a reminder that all ongoing work has moved to v5. This means a feature freeze on v4. The development of v4 is limited to important bug fixes, security patches and easing the upgrade path to v5.</p> <h3><code>@material-ui/core@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/icons@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/lab@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/styles@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/system@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/utils@v4.11.2</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h3><code>@material-ui/lab@v4.0.0-alpha.57</code></h3> <ul> <li>[core] Allow React 17 in peer dependencies (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>) <a href="https://github.com/oliviertassinari"><code>@​oliviertassinari</code></a></li> </ul> <h2>4.11.1</h2> <h6><em>Nov 24 2020</em></h6> <p>Big thanks to the 12 contributors who made this release possible.</p> <ul> <li>🐛 Fix integration issue with TypeScript 4.1 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23692">#23692</a>) <a href="https://github.com/ldrick"><code>@​ldrick</code></a></li> <li>⚛️ Fix two issues with React 17 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/22263">#22263</a>, <a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23367">#23367</a>) <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a> v4 doesn't have official support for React 17 like v5 has. Use it at your own risk.</li> <li>🐛 Fix right-to-left support of Tabs since Chrome 85 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/22830">#22830</a>) <a href="https://github.com/ankit"><code>@​ankit</code></a></li> </ul> <h3><code>@material-ui/core@v4.11.1</code></h3> <ul> <li>[styles] Add support for TypeScript 4.1 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23692">#23692</a>) <a href="https://github.com/ldrick"><code>@​ldrick</code></a></li> <li>[ClickAwayListener] Fix mounting behavior in Portals in React 17 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23367">#23367</a>) <a href="https://github.com/eps1lon"><code>@​eps1lon</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mui-org/material-ui/commit/174b64f8a3adffb8df3c13285f4edc2437a8547a"><code>174b64f</code></a> v4.11.2</li> <li><a href="https://github.com/mui-org/material-ui/commit/328cdd4886513615b1e01d1c574a29d422f22223"><code>328cdd4</code></a> [core] Support React 17 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/23697">#23697</a>)</li> <li><a href="https://github.com/mui-org/material-ui/commit/594cfe5985ee5f2845912c900f6672ac3bcc985c"><code>594cfe5</code></a> [core] Don't ship type tests (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/21300">#21300</a>)</li> <li><a href="https://github.com/mui-org/material-ui/commit/edd2eb58fc5949e2dcd78d7e46078d32e8e4a0eb"><code>edd2eb5</code></a> [test] Replace all assert with expect (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/20853">#20853</a>)</li> <li><a href="https://github.com/mui-org/material-ui/commit/72ac76099abdd5a2956471807be6696dd4dd543a"><code>72ac760</code></a> [test] Migrate from assert to expect (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/20799">#20799</a>)</li> <li><a href="https://github.com/mui-org/material-ui/commit/8ea2df8a18fb4a1f8a89e755e0d7f05a9b8eed73"><code>8ea2df8</code></a> [core] Remove createSvgIcon duplication (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/20308">#20308</a>)</li> <li><a href="https://github.com/mui-org/material-ui/commit/1ca755aaa5c863aa71ee657a4ee3452cbb19fdb3"><code>1ca755a</code></a> Bump fs-extra from 8.1.0 to 9.0.0 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/20225">#20225</a>)</li> <li><a href="https://github.com/mui-org/material-ui/commit/27471b4564eb40ff769352d73a29938d25804e45"><code>27471b4</code></a> Bump prettier to 2.0.0 (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/20211">#20211</a>)</li> <li><a href="https://github.com/mui-org/material-ui/commit/4fba0dafd30f608937efa32883d151ba01fc9681"><code>4fba0da</code></a> [core] Migrate to import * as React from 'react' (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/19802">#19802</a>)</li> <li><a href="https://github.com/mui-org/material-ui/commit/47ed4db57ed2f88a1cc420494ad04408c89783fc"><code>47ed4db</code></a> [docs] Switch to cross-fetch (<a href="https://github.com/mui-org/material-ui/tree/HEAD/packages/material-ui-icons/issues/19644">#19644</a>)</li> <li>See full diff in <a href="https://github.com/mui-org/material-ui/commits/v4.11.2/packages/material-ui-icons">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@material-ui/icons&package-manager=npm_and_yarn&previous-version=4.9.1&new-version=4.11.2)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:15:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/asynqmon#467
No description provided.