Bump @mantine/form from 7.17.0 to 8.0.0 in /frontend (#1204)

Bumps
[@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form)
from 7.17.0 to 8.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mantinedev/mantine/releases"><code>@​mantine/form</code>'s
releases</a>.</em></p>
<blockquote>
<h2>8.0.0 🌶️</h2>
<p><a href="https://mantine.dev/changelog/8-0-0">View changelog with
demos on mantine.dev website</a></p>
<h2>Migration guide</h2>
<p>This changelog covers breaking changes and new features in Mantine
8.0.
To migrate your application to Mantine 8.0, follow <a
href="https://mantine.dev/guides/7x-to-8x">7.x → 8.x migration
guide</a>.</p>
<h2>Granular global styles exports</h2>
<p>Global styles are now splitted between 3 files:</p>
<ul>
<li><code>baseline.css</code> – a minimal CSS reset, sets
<code>box-sizing: border-box</code> and changes font properties</li>
<li><code>default-css-variables.css</code> – contains all CSS variables
generated from the default theme</li>
<li><code>global.css</code> – global classes used in Mantine
components</li>
</ul>
<p>If you previously imported individual styles from
<code>@mantine/core</code> package, you need to update imports
to use new files:</p>
<pre lang="tsx"><code>import '@mantine/core/styles/baseline.css';
import '@mantine/core/styles/default-css-variables.css';
import '@mantine/core/styles/global.css';
</code></pre>
<p>If you imported <code>@mantine/core/styles.css</code>, no changes are
required –
all new files are already included in <code>styles.css</code>.</p>
<h2>Menu with submenus</h2>
<p><a href="https://mantine.dev/core/menu">Menu</a> component now
supports submenus:</p>
<pre lang="tsx"><code>import { Button, Menu } from '@mantine/core';
<p>function Demo() {
return (
&lt;Menu width={200} position=&quot;bottom-start&quot;&gt;
&lt;Menu.Target&gt;
&lt;Button&gt;Toggle Menu&lt;/Button&gt;
&lt;/Menu.Target&gt;</p>
<pre><code>  &amp;lt;Menu.Dropdown&amp;gt;
    &amp;lt;Menu.Item&amp;gt;Dashboard&amp;lt;/Menu.Item&amp;gt;

    &amp;lt;Menu.Sub&amp;gt;
      &amp;lt;Menu.Sub.Target&amp;gt;
&amp;lt;Menu.Sub.Item&amp;gt;Products&amp;lt;/Menu.Sub.Item&amp;gt;
      &amp;lt;/Menu.Sub.Target&amp;gt;
</code></pre>
<p>&lt;/tr&gt;&lt;/table&gt;
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b1997c76d1"><code>b1997c7</code></a>
[release] Version: 8.0.0</li>
<li><a
href="7bc3344306"><code>7bc3344</code></a>
Merge branch master into 8.0</li>
<li><a
href="a3b5452ca8"><code>a3b5452</code></a>
[release] Version: 7.17.5</li>
<li><a
href="1526191660"><code>1526191</code></a>
[<code>@​mantine/form</code>] Add <code>form.getInitialValues</code>
handler</li>
<li><a
href="fc94243acd"><code>fc94243</code></a>
[release] Version: 8.0.0-alpha.3</li>
<li><a
href="5c80395297"><code>5c80395</code></a>
Merge branch 'master' of github.com:mantinedev/mantine into 8.0</li>
<li><a
href="839e2d63aa"><code>839e2d6</code></a>
[<code>@​maintine/core</code>] use-field: Fix <code>onValueChange</code>
always using stale function (...</li>
<li><a
href="e41bdc3afb"><code>e41bdc3</code></a>
[<code>@​mantine/form</code>] Fix incorrect circular types resolving (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/7668">#7668</a>)</li>
<li><a
href="38359b072c"><code>38359b0</code></a>
Merge branch &quot;master&quot; into &quot;8.0&quot;</li>
<li><a
href="2833831873"><code>2833831</code></a>
[<code>@​mantine/form</code>] Add <code>defaultChecked</code> to
<code>form.getInputProps</code> return type (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/7702">#7702</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mantinedev/mantine/commits/8.0.0/packages/@mantine/form">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@mantine/form&package-manager=npm_and_yarn&previous-version=7.17.0&new-version=8.0.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-06 04:10:22 +00:00
committed by GitHub
parent b707c6b2c0
commit b98bfe7f5f
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
"@mantine/core": "7.12.1",
"@mantine/dates": "7.12.1",
"@mantine/dropzone": "7.12.1",
"@mantine/form": "7.17.0",
"@mantine/form": "8.0.0",
"@mantine/hooks": "7.12.1",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "7.12.1",

View File

@@ -895,10 +895,10 @@
dependencies:
react-dropzone-esm "15.0.1"
"@mantine/form@7.17.0":
version "7.17.0"
resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.17.0.tgz#1129add79531d98b85ea98145caacc9a52e0f12d"
integrity sha512-LONdeb+wL8h9fvyQ339ZFLxqrvYff+b+H+kginZhnr45OBTZDLXNVAt/YoKVFEkynF9WDJjdBVrXKcOZvPgmrA==
"@mantine/form@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@mantine/form/-/form-8.0.0.tgz#c7489be7e3623c1fe1a1686d06deadc72c01b81b"
integrity sha512-ErbbEFMEiRsK2Rn0jmFE5ohNJXHSMSbuJsL2vDUVsbIaXo6svw6ockw1WWGdiU8oEGqxM6Pd618yI9cJWNHF3g==
dependencies:
fast-deep-equal "^3.1.3"
klona "^2.0.6"