mirror of
https://github.com/evroon/bracket.git
synced 2026-03-05 23:59:01 -05:00
Bumps [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) from 7.4.1 to 7.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mantinedev/mantine/releases"><code>@mantine/notifications</code>'s releases</a>.</em></p> <blockquote> <h2>7.5.1</h2> <h2>What's Changed</h2> <ul> <li><code>[@mantine/core]</code> Indicator: Improve processing animation for lo-resolution monitors (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5682">#5682</a>)</li> <li><code>[@mantine/hooks]</code> use-debounced-state: Fix incorrect type definition (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5665">#5665</a>)</li> <li><code>[@mantine/hooks]</code> use-session-storage: Fix default value not being set in the storage on initial render (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5663">#5663</a>)</li> <li><code>[@mantine/core]</code> Combobox: Fix incorrect dropdown styles with custom ScrollArea component (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5677">#5677</a>)</li> <li><code>[@mantine/form]</code> Fix incorrect touch and dirty state handling in <code>form.initialize</code> (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5623">#5623</a>)</li> <li><code>[@mantine/core]</code> Chip: Fix error thrown when page is modified with Google Translate (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5586">#5586</a>)</li> <li><code>[@mantine/form]</code> Add previous value as second argument to <code>onValuesChange</code> (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5649">#5649</a>)</li> <li><code>[@mantine/core]</code> Fix <code>autoContrast</code> defined on theme not working in some components (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5655">#5655</a>)</li> <li><code>[@mantine/core]</code> Fix broken alignment in Checkbox, Radio and Switch (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5648">#5648</a>)</li> <li><code>[@mantine/core-highlight]</code> Add <code>withCopyButton</code> prop support to CodeHighlightTabs (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5608">#5608</a>)</li> <li><code>[@mantine/core]</code> Update <code>useComputedColorScheme</code> types to match definition with other similar hooks (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5588">#5588</a>)</li> <li><code>[@mantine/core]</code> MultiSelect: Forbid select item removal if associated item becomes disabled (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications/issues/5630">#5630</a>)</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Phirb"><code>@Phirb</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5630">mantinedev/mantine#5630</a></li> <li><a href="https://github.com/c0nd3v"><code>@c0nd3v</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5588">mantinedev/mantine#5588</a></li> <li><a href="https://github.com/sxflynn"><code>@sxflynn</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5605">mantinedev/mantine#5605</a></li> <li><a href="https://github.com/vizath"><code>@vizath</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5648">mantinedev/mantine#5648</a></li> <li><a href="https://github.com/mariansimecek"><code>@mariansimecek</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5649">mantinedev/mantine#5649</a></li> <li><a href="https://github.com/gabrielmaldi"><code>@gabrielmaldi</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5670">mantinedev/mantine#5670</a></li> <li><a href="https://github.com/waweber"><code>@waweber</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5668">mantinedev/mantine#5668</a></li> <li><a href="https://github.com/msv96"><code>@msv96</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5663">mantinedev/mantine#5663</a></li> <li><a href="https://github.com/cristianghita24"><code>@cristianghita24</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5665">mantinedev/mantine#5665</a></li> <li><a href="https://github.com/matthiasfeist"><code>@matthiasfeist</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/5682">mantinedev/mantine#5682</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mantinedev/mantine/compare/7.5.0...7.5.1">https://github.com/mantinedev/mantine/compare/7.5.0...7.5.1</a></p> <h2>✨ 7.5.0</h2> <p><a href="https://mantine.dev/changelog/7-5-0">View changelog with demos on mantine.dev website</a></p> <h2>DonutChart component</h2> <p>New <a href="https://mantine.dev/charts/donut-chart">DonutChart</a> component:</p> <pre lang="tsx"><code>import { DonutChart } from '@mantine/charts'; import { data } from './data'; <p>function Demo() { return <DonutChart data={data} />; } </code></pre></p> <h2>PieChart component</h2> <p>New <a href="https://mantine.dev/charts/pie-chart">PieChart</a> component:</p> <pre lang="tsx"><code></tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="74748cda32"><code>74748cd</code></a> [release] Version: 7.5.1</li> <li><a href="d1f047bd52"><code>d1f047b</code></a> [release] Version: 7.5.0</li> <li><a href="14b6d38753"><code>14b6d38</code></a> [core] Add mod tests</li> <li><a href="2fb63903e9"><code>2fb6390</code></a> [release] Version: 7.4.2</li> <li>See full diff in <a href="https://github.com/mantinedev/mantine/commits/7.5.1/packages/@mantine/notifications">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>