Skip to content

build(deps): bump @mantine/form from 8.3.18 to 9.2.1#126

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mantine/form-9.2.1
Closed

build(deps): bump @mantine/form from 8.3.18 to 9.2.1#126
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mantine/form-9.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown

Bumps @mantine/form from 8.3.18 to 9.2.1.

Release notes

Sourced from @​mantine/form's releases.

9.2.1

What's Changed

  • [@mantine/tiptap] Fix controls having stale state when built with react compiler (#8725)
  • [@mantine/charts] Fix highlighted are being stuck at the previously hovered chart legend section if mouse is moved quickly (#8768)
  • [@mantine/modals] Fix incorrect duplicate modals ids handling (#8736)
  • [@mantine/core] Table: Fix th borders being rendered transparent if sticky prop set (#8778)
  • [@mantine/core] Fix error id not being passed to aria-describedby in Checkbox, Radio and Switch components (#8820)
  • [@mantine/core] Add aria-valuetext support to Slider and RangeSlider (#8871)
  • [@mantine/schedule] MonthView: Improve multi-day events overlap rendering for maxed-out days (#8874)
  • [@mantine/core] Fix mergeMantineTheme mutated DEFAULT_THEME.headings (#8875)
  • [@mantine/hooks] use-debounced-value: Fix leading callback not being reset on timeout (#8833)
  • [@mantine/core] Highlight: Add accent insensitive option support (#8890)
  • [@mantine/form] Fix some handlers not being stable reference (#8891)
  • [@mantine/dropzone] Change useFsAccessApi to false by default to make Dropzone compatible with all current browsers (#8876)
  • [@mantine/schedule] Fix incorrect events positioning with intervalMinutes={60} (#8887)
  • [@mantine/core] PinInput: Fix keyboard shorcuts being blocked on numeric input type (#8889)
  • [@mantine/form] Fix default validators making form.validate return value async (#8880)
  • [@mantine/core] Menu: Add safe polygon support for sub menus (#8888)
  • [@mantine/core] ScrollArea: Fix Maximum update depth exceeded error
  • [@mantine/core] TreeSelect: Fix focus to moving to input after clear button click

New Contributors

Full Changelog: mantinedev/mantine@9.2.0...9.2.1

9.2.0 🔥

View changelog with demos on mantine.dev website

Support Mantine development

You can now sponsor Mantine development with OpenCollective. All funds are used to improve Mantine and create new features and components.

TreeSelect component

New TreeSelect component allows picking one or more values from hierarchical tree data. It supports three selection modes: single, multiple, and checkbox (with parent-child cascade):

import { TreeSelect } from '@mantine/core';
import { data } from './data';
function Demo() {
</tr></table>

... (truncated)

Commits
  • cd3bff3 [release] Version: 9.2.1
  • a73cdec [core] Update minor dependencies version
  • 1aa4848 [@​mantine/form] Fix some handlers not being stable reference (#8891)
  • d6691cc [@​mantine/form] Fix default validators making form.validate return value asyn...
  • b07d290 [release] Version: 9.2.0
  • 3646de9 [release] Version: 9.1.1
  • f185553 [release] Version: 9.1.0
  • c6eaf30 [release] Version: 9.0.2
  • 88d07ad [@​mantine/form] Fix missing ts suggestions for path in clearFieldError, reset...
  • 755b941 [refactor] Fix release script
  • Additional commits viewable in compare view

@dependabot
dependabot Bot requested a review from anilguleroglu as a code owner May 18, 2026 13:57
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 18, 2026
Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 8.3.18 to 9.2.1.
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/9.2.1/packages/@mantine/form)

---
updated-dependencies:
- dependency-name: "@mantine/form"
  dependency-version: 9.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mantine/form-9.2.1 branch from 6c3809e to e2bbceb Compare May 20, 2026 06:39
@dependabot @github

dependabot Bot commented on behalf of github May 27, 2026

Copy link
Copy Markdown
Author

Superseded by #135.

@dependabot dependabot Bot closed this May 27, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mantine/form-9.2.1 branch May 27, 2026 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants