mirror of
https://github.com/evroon/bracket.git
synced 2026-09-22 12:35:37 -04:00
Bump @mantine/form from 9.0.1 to 9.4.2 in /frontend (#1793)
Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 9.0.1 to 9.4.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mantinedev/mantine/releases">@mantine/form's releases</a>.</em></p> <blockquote> <h2>9.4.2</h2> <h2>What's Changed</h2> <ul> <li><code>[@mantine/schedule]</code> Fix 1-3 minutes events not aligning correctly in ResourcesWeekView and ResourcesDayView (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9057">#9057</a>)</li> <li><code>[@mantine/form]</code> Fix async validation with debounce on initial keystroke of empty input (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9068">#9068</a>)</li> <li><code>[@mantine/core]</code> Add <code>keepMountedMode</code> prop to Modal and Drawer components (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9056">#9056</a>)</li> <li><code>[@mantine/core]</code> Menubar: Fix menu requiring two clicks to dismiss after switching menus with hover (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9050">#9050</a>)</li> <li><code>[@mantine/core]</code> AppShell: Fix <code>breakpoint={0}</code> not working correctly (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9042">#9042</a>)</li> <li><code>[@mantine/core]</code> Tree: Fix keyboard navigation not working on Safari (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9049">#9049</a>)</li> <li><code>[@mantine/notifications]</code> NotificationContainer: Fix <code>autoClose</code> leak (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9048">#9048</a>)</li> <li><code>[@mantine/core]</code> Collapse: Add <code>keepMountedMode</code> prop (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9021">#9021</a>)</li> <li><code>[@mantine/dates]</code> TimePicker: Fix incorrect <code>withSeconds</code> handling when pasting partial values (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9041">#9041</a>)</li> <li><code>[@mantine/schedule]</code> Add option to customize current time in ResourcesDayView and ResourcesWeekView components</li> <li><code>[@mantine/core]</code> TreeSelect: Add <code>expand</code> callback to <code>renderNode</code> payload</li> <li><code>[@mantine/core]</code> Fix incorrect empty children arrays handling in Tree and TreeSelect</li> <li><code>[@mantine/hooks]</code> Fix unstable <code>scrollIntoView</code> for some bundlers (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9035">#9035</a>)</li> <li><code>[@mantine/schedule]</code> Add <code>intervalMinutes</code> more than 60 support to ResourcesDayView and ResourcesWeekView</li> <li><code>[@mantine/schedule]</code> ResourcesWeekView: Fix incorrect handling of events with small duration</li> <li><code>[@mantine/schedule]</code> ResourcesDayView: Fix events with small durations not being visible</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/saadpocalypse"><code>@saadpocalypse</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/9021">mantinedev/mantine#9021</a></li> <li><a href="https://github.com/Arman-Luthra"><code>@Arman-Luthra</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/9050">mantinedev/mantine#9050</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mantinedev/mantine/compare/9.4.1...9.4.2">https://github.com/mantinedev/mantine/compare/9.4.1...9.4.2</a></p> <h2>9.4.1</h2> <h2>What's Changed</h2> <ul> <li><code>[@mantine/form]</code> Fix some functions not working correctly with react compiler (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9007">#9007</a>)</li> <li><code>[@mantine/charts]</code> Heatmap: Fix values outside the provided domain rendering with no fill (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/8982">#8982</a>)</li> <li><code>[@mantine/core]</code> RollingNumber: Fix rendering <code>-0</code> for values that round to zero (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/8983">#8983</a>)</li> <li><code>[@mantine/core]</code> Slider: Fix incorrect marks labels position in RTL layouts (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/8996">#8996</a>)</li> <li><code>[@mantine/hooks]</code> Fix use-set and use-map hooks using stale values when used with React compiler (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9008">#9008</a>)</li> <li><code>[@mantine/form]</code> Add <code>FormProviderProps</code> type export (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9009">#9009</a>)</li> <li><code>[@mantine/schedule]</code> ResourcesDayView: Fix incorrect multiday events rendering (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9014">#9014</a>)</li> <li><code>[@mantine/dates]</code> TimePicker: Fix duration values greater than 9999 hours not working (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9002">#9002</a>)</li> <li><code>[@mantine/core]</code> Menu: Mark <code>non-menuitem</code> dropdown children as presentational (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9004">#9004</a>)</li> <li><code>[@mantine/core]</code> Collapse: Fix <code>ref</code> and <code>style</code> props not working when <code>transitionDuration: 0</code> (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9013">#9013</a>)</li> <li><code>[@mantine/core]</code> Textarea: Fix autosize not working correctly with <code>minRows</code> on initial render</li> <li><code>[@mantine/schedule]</code> ResourcesWeekView: Add events resizing support</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ayu3456"><code>@ayu3456</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/9013">mantinedev/mantine#9013</a></li> <li><a href="https://github.com/Sanjays2402"><code>@Sanjays2402</code></a> made their first contribution in <a href="https://redirect.github.com/mantinedev/mantine/pull/9004">mantinedev/mantine#9004</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mantinedev/mantine/compare/9.4.0...9.4.1">https://github.com/mantinedev/mantine/compare/9.4.0...9.4.1</a></p> <h2>9.4.0 🥵</h2> <p><a href="https://mantine.dev/changelog/9-4-0">View changelog with demos on mantine.dev website</a></p> <h2>Support Mantine development</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mantinedev/mantine/commit/e5752de4067bd58f6cdd970660b3c8469a56d4e5"><code>e5752de</code></a> [release] Version: 9.4.2</li> <li><a href="https://github.com/mantinedev/mantine/commit/1d68be7025ceca3619eda9db00b9395c53b75c0a"><code>1d68be7</code></a> [<code>@mantine/form</code>] Fix async validation with debounce on initial keystroke of em...</li> <li><a href="https://github.com/mantinedev/mantine/commit/d709e0bc277255c2a857f138cc694028273d8697"><code>d709e0b</code></a> [release] Version: 9.4.1</li> <li><a href="https://github.com/mantinedev/mantine/commit/f53d726d4f7e32381cc3723e2f547e5136b151ae"><code>f53d726</code></a> [<code>@mantine/form</code>] Fix some functions not working correctly with react compiler ...</li> <li><a href="https://github.com/mantinedev/mantine/commit/61a8d3508c8bb296d24058407e2c584fe2e38a3c"><code>61a8d35</code></a> [<code>@mantine/form</code>] Add <code>FormProviderProps</code> type export (<a href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/9009">#9009</a>)</li> <li><a href="https://github.com/mantinedev/mantine/commit/75d5ab5b419f3aa560bb56fc1d75d7815c5fb2f8"><code>75d5ab5</code></a> [release] Version: 9.4.0</li> <li><a href="https://github.com/mantinedev/mantine/commit/73a04e07abd340d9e11cb956e04e8ee8dd105560"><code>73a04e0</code></a> [release] Version: 9.3.2</li> <li><a href="https://github.com/mantinedev/mantine/commit/33b8c0f3c1ce6dbdd692d4c2ecc805875aad3d26"><code>33b8c0f</code></a> [release] Version: 9.3.1</li> <li><a href="https://github.com/mantinedev/mantine/commit/bf03b9a0d9a5ece7ddf834532dcaf323907255ec"><code>bf03b9a</code></a> [release] Version: 9.3.0</li> <li><a href="https://github.com/mantinedev/mantine/commit/4685c4195a855641fcf0331dc6e0857bd03fdad8"><code>4685c41</code></a> [release] Version: 9.2.2</li> <li>Additional commits viewable in <a href="https://github.com/mantinedev/mantine/commits/9.4.2/packages/@mantine/form">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 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:
1 parent
29f4154e32
commit
cedc711154
2 files changed
+6
-6
No files matched your search
@@ -23,7 +23,7 @@
|
||||
"@mantine/core": "8.3.7",
|
||||
"@mantine/dates": "8.3.7",
|
||||
"@mantine/dropzone": "8.3.7",
|
||||
"@mantine/form": "9.0.1",
|
||||
"@mantine/form": "9.4.2",
|
||||
"@mantine/hooks": "8.3.7",
|
||||
"@mantine/notifications": "8.3.7",
|
||||
"@mantine/spotlight": "8.3.7",
|
||||
|
||||
Generated
+5
-5
@@ -30,8 +30,8 @@ importers:
|
||||
specifier: 8.3.7
|
||||
version: 8.3.7(@mantine/core@8.3.7(@mantine/hooks@8.3.7(react@19.2.0))(@types/react@19.2.14)(react-dom@19.2.0(react@19.2.0))(react@19.2.0))(@mantine/hooks@8.3.7(react@19.2.0))(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
|
||||
'@mantine/form':
|
||||
specifier: 9.0.1
|
||||
version: 9.0.1(react@19.2.0)
|
||||
specifier: 9.4.2
|
||||
version: 9.4.2(react@19.2.0)
|
||||
'@mantine/hooks':
|
||||
specifier: 8.3.7
|
||||
version: 8.3.7(react@19.2.0)
|
||||
@@ -334,8 +334,8 @@ packages:
|
||||
react: ^18.x || ^19.x
|
||||
react-dom: ^18.x || ^19.x
|
||||
|
||||
'@mantine/form@9.0.1':
|
||||
resolution: {integrity: sha512-47XTUugKjBwc5Dmr+2+81I4M5v48i0Z/HgGoGVdiydIgvtfchDV9GBySMxvsQ1ZVR2s+BwcYGsNHFO9RQNVM7w==}
|
||||
'@mantine/form@9.4.2':
|
||||
resolution: {integrity: sha512-rpj43qFQEhas/T5qD0fp2ErCNATV544BuHColyrkko/2UcVf57LUJ52N8KZxT3/mKTQmNqprOJReHrbc42Z59Q==}
|
||||
peerDependencies:
|
||||
react: ^19.2.0
|
||||
|
||||
@@ -1924,7 +1924,7 @@ snapshots:
|
||||
react-dom: 19.2.0(react@19.2.0)
|
||||
react-dropzone: 14.3.8(react@19.2.0)
|
||||
|
||||
'@mantine/form@9.0.1(react@19.2.0)':
|
||||
'@mantine/form@9.4.2(react@19.2.0)':
|
||||
dependencies:
|
||||
'@standard-schema/spec': 1.1.0
|
||||
fast-deep-equal: 3.1.3
|
||||
|
||||
Reference in new issue
Block a user