Skip to content

Commit

Permalink
Bump @mantine/form from 7.6.0 to 7.7.1 in /frontend (#627)
Browse files Browse the repository at this point in the history
Bumps
[@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form)
from 7.6.0 to 7.7.1.
<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>7.7.1</h2>
<h2>What's Changed</h2>
<ul>
<li><code>[@mantine/tiptap]</code> Improve toolbar items alignment for
non-native elements (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5993">#5993</a>)</li>
<li><code>[@mantine/spotlight]</code> Fix incorrect down key handling
when the spotlight is opened repeatedly (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5995">#5995</a>)</li>
<li><code>[@mantine/core]</code> Image: Fix ref not being assigned for
fallback images (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5989">#5989</a>)</li>
<li><code>[@mantine/core]</code> PinInput: Fix incorrect focus logic (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5963">#5963</a>)</li>
<li><code>[@mantine/core]</code> Table: Fix
<code>highlightOnHoverColor</code> prop not working</li>
<li><code>[@mantine/core]</code> AppShell: Adjust footer position to
include env(safe-area-inset-bottom) (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5502">#5502</a>)</li>
<li><code>[@mantine/core]</code> PinInput: Fix placeholder not being
visible on the element that had focus when the component becomes
disabled (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5831">#5831</a>)</li>
<li><code>[@mantine/dates]</code> Calendar: Fix double timezone shift
(<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5916">#5916</a>)</li>
<li><code>[@mantine/hooks]</code> use-local-storage: Fix value not being
updated when key is changed (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5910">#5910</a>)</li>
<li><code>[@mantine/charts]</code> Fix incorrect charts legends height
for multiline values (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5923">#5923</a>)</li>
<li><code>[@mantine/core]</code> NumberInput: Fix incorrect
increment/decrement functions logic when <code>step</code> is a float
value (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5926">#5926</a>)</li>
<li><code>[@mantine/core]</code> Combobox: Fix incorrect IME input
handling (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5935">#5935</a>)</li>
<li><code>[@mantine/core]</code> Menu: Fix unexpected focus styles in
the dropdown element in Firefox (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5957">#5957</a>)</li>
<li><code>[@mantine/core]</code> Fix incorrect <code>disabled</code>
prop handling in TagsInput and MultiSelect (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5959">#5959</a>)</li>
<li><code>[@mantine/core]</code> Fix <code>renderOption</code> not
working for grouped items in Combobox-based components (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5952">#5952</a>)</li>
<li><code>[@mantine/core]</code> AppShell: Fix error when used inside
Suspense (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5979">#5979</a>)</li>
<li><code>[@mantine/core]</code> Update CSS selectors hashing algorithm
to prevent collisions with other libraries (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5968">#5968</a>)</li>
<li><code>[@mantine/carousel]</code> Fix specificity issues of some
selectors (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5973">#5973</a>)</li>
<li><code>[@mantine/core]</code> AppShell: Fix missing Aside offset in
Header and Footer for <code>layout=alt</code> (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5974">#5974</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/naughton"><code>@​naughton</code></a>
made their first contribution in <a
href="https://github.com/mantinedev/mantine/pull/5952">mantinedev/mantine#5952</a></li>
<li><a
href="https://github.com/wasamistake"><code>@​wasamistake</code></a>
made their first contribution in <a
href="https://github.com/mantinedev/mantine/pull/5971">mantinedev/mantine#5971</a></li>
<li><a href="https://github.com/elecdeer"><code>@​elecdeer</code></a>
made their first contribution in <a
href="https://github.com/mantinedev/mantine/pull/5935">mantinedev/mantine#5935</a></li>
<li><a
href="https://github.com/israelins85"><code>@​israelins85</code></a>
made their first contribution in <a
href="https://github.com/mantinedev/mantine/pull/5910">mantinedev/mantine#5910</a></li>
<li><a href="https://github.com/1g0rrr"><code>@​1g0rrr</code></a> made
their first contribution in <a
href="https://github.com/mantinedev/mantine/pull/5916">mantinedev/mantine#5916</a></li>
<li><a
href="https://github.com/joshua-webdev"><code>@​joshua-webdev</code></a>
made their first contribution in <a
href="https://github.com/mantinedev/mantine/pull/5963">mantinedev/mantine#5963</a></li>
<li><a href="https://github.com/s-cork"><code>@​s-cork</code></a> made
their first contribution in <a
href="https://github.com/mantinedev/mantine/pull/5989">mantinedev/mantine#5989</a></li>
<li><a href="https://github.com/xiaohanyu"><code>@​xiaohanyu</code></a>
made their first contribution in <a
href="https://github.com/mantinedev/mantine/pull/5993">mantinedev/mantine#5993</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mantinedev/mantine/compare/7.7.0...7.7.1">https://github.com/mantinedev/mantine/compare/7.7.0...7.7.1</a></p>
<h2>7.7.0</h2>
<p><a href="https://mantine.dev/changelog/7-7-0">View changelog with
demos on mantine.dev website</a></p>
<h2>Virtual colors</h2>
<p>Virtual color is a special color which values should be different for
light and dark color schemes.
To define a virtual color, use <code>virtualColor</code> function which
accepts an object with the following
properties as a single argument:</p>
<ul>
<li><code>name</code> – color name, must be the same as the key in
<code>theme.colors</code> object</li>
<li><code>light</code> – a key of <code>theme.colors</code> object for
light color scheme</li>
<li><code>dark</code> – a key of <code>theme.colors</code> object for
dark color scheme</li>
</ul>
<p>To see the demo in action, switch between light and dark color
schemes (<code>Ctrl + J</code>):</p>
<pre lang="tsx"><code>&lt;/tr&gt;&lt;/table&gt; 
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mantinedev/mantine/commit/30a48dfca30d8cf7ab21b8341dcf91943061548c"><code>30a48df</code></a>
[release] Version: 7.7.1</li>
<li><a
href="https://github.com/mantinedev/mantine/commit/6b14c7ace703f1f9ec025706a94a277b2e3983fe"><code>6b14c7a</code></a>
[release] Version: 7.7.0</li>
<li><a
href="https://github.com/mantinedev/mantine/commit/e3e3bb834de1f2f75a27dbc757dc0a2fc6a6cba8"><code>e3e3bb8</code></a>
[release] Version: 7.6.2</li>
<li><a
href="https://github.com/mantinedev/mantine/commit/52e84693062db1260990874a540e1fe91abf2ff8"><code>52e8469</code></a>
[<code>@​mantine/form</code>] Fix <code>onValuesChange</code> not using
updated function (<a
href="https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form/issues/5901">#5901</a>)</li>
<li><a
href="https://github.com/mantinedev/mantine/commit/188248d51bb66b0dc12bc49bfd9b6cc7ff5bd7e9"><code>188248d</code></a>
[release] Version: 7.6.1</li>
<li>See full diff in <a
href="https://github.com/mantinedev/mantine/commits/7.7.1/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.6.0&new-version=7.7.1)](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>
  • Loading branch information
dependabot[bot] authored Apr 7, 2024
1 parent 13194ca commit dd28521
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@mantine/core": "7.6.0",
"@mantine/dates": "7.6.0",
"@mantine/dropzone": "7.6.0",
"@mantine/form": "7.6.0",
"@mantine/form": "7.7.1",
"@mantine/hooks": "7.6.0",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "7.6.0",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -829,10 +829,10 @@
dependencies:
react-dropzone-esm "15.0.1"

"@mantine/form@7.6.0":
version "7.6.0"
resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.6.0.tgz#58ebce3049f8a4e5d1963c685231d944b5acedf4"
integrity sha512-BXZyNFwHsg0gMKaI3pcf8WlFmQXe+uDjyp+fwRJTGINUrq7k4BPWWBbV+Xu9bOZ19gGP4W/YYLyHCq8R7govzQ==
"@mantine/form@7.7.1":
version "7.7.1"
resolved "https://registry.yarnpkg.com/@mantine/form/-/form-7.7.1.tgz#bf438f4deb96ed615d1fddd231148512d835cf4d"
integrity sha512-NRbVdHsbs634dZIq6IQhqL0uCtF4nYK3OPuPhkBzQ3faqri7TZvYgVQU4KGFTMqPl0UdwC6TkrnnqTZBK6HJMw==
dependencies:
fast-deep-equal "^3.1.3"
klona "^2.0.6"
Expand Down

0 comments on commit dd28521

Please sign in to comment.