Skip to content

chore(deps): bump @mantine/hooks from 8.3.18 to 9.1.1#5048

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mantine/hooks-9.1.1
Open

chore(deps): bump @mantine/hooks from 8.3.18 to 9.1.1#5048
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mantine/hooks-9.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @mantine/hooks from 8.3.18 to 9.1.1.

Release notes

Sourced from @​mantine/hooks's releases.

9.1.1

What's Changed

  • [@mantine/spotlight] Fix error thrown when listId is empty (#8863)
  • [@mantine/schedule] Fix onEventClick not being passed down to MoreEvents in DayView and MonthView components (#8862)
  • [@mantine/core] Tree: Add dnd handle and dnd lock support
  • [@mantine/schedule] Fix labels not propagating to custom schedule header and more events lists
  • [@mantine/modals] Add ModalsSettings type export
  • [@mantine/schedule] Fix renderEvent not working in MoreEvents
  • [@mantine/mcp-server] Update displayed version
  • [@mantine/core] Combobox: Fix keyboard events not triggering in Safari after click on the inout (#7386)
  • [@mantine/hooks] use-focus-return: Fix incorrect logic when used with nested focus traps (#8857)
  • [@mantine/core] ScrollArea: Fix scrollbar never visible with offsetScrollbars="present" (#8844)
  • [@mantine/core] Fix incorrect renderOption type in Combobox-based components (#8858)
  • [@mantine/hooks] use-mask: Fix stale mask partial remaining as input value on blur after input field was cleared
  • [@mantine/hooks] use-mask: Fix incorrect cursor position handling
  • [@mantine/hooks] use-mask: Fix part of the mask remaining as input value on blur
  • [@mantine/core] Radio: Fix icon not being centered on some low-density screens (#8845)
  • [@mantine/core] Highlight: Fix wholeWord matching for non-ASCII characters
  • [@mantine/core] Card: Fix Card.Section not being handled correctly during server-side rendering of server components (#8846))
  • [@mantine/core] Fix clearButtonProps={{ size: lg }} not working when passed to Select and other similar components (#8855)
  • [@mantine/core] Fix Styles API defined for Input not being applied to Select and MultiSelect components (#8851)

New Contributors

Full Changelog: mantinedev/mantine@9.1.0...9.1.1

9.1.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.

deduplicateInlineStyles

New deduplicateInlineStyles prop on MantineProvider enables React 19 style tag deduplication for responsive style props. When many components share the same responsive style prop values, only a single <style /> tag is generated and hoisted to <head /> instead of each component injecting its own:

import { MantineProvider } from '@mantine/core';
function Demo() {
return (
</tr></table>

... (truncated)

Commits
  • 3646de9 [release] Version: 9.1.1
  • 3d7ef52 [@​mantine/hooks] use-focus-return: Fix incorrect logic when used with nested ...
  • 90c3b7a [@​mantine/hooks] use-mask: Fix stale mask partial remaining as input value on...
  • 12242fe [@​mantine/hooks] use-mask: Fix incorrect cursor position handling
  • 81b3579 [@​mantine/hooks] use-mask: Fix part of the mask remaining as input value on blur
  • f185553 [release] Version: 9.1.0
  • f03c34d [@​mantine/hooks] Fix use-focus-trap null ref race condition and use-headroom ...
  • 4e5760a Merge branch 'master' into 9.1
  • c6eaf30 [release] Version: 9.0.2
  • 70b4988 [@​mantine/hooks] use-move: Fix incorrect events removal handling
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels May 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mantine/hooks-9.1.1 branch 2 times, most recently from 7c0b765 to e5c9533 Compare May 1, 2026 20:51
Bumps [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) from 8.3.18 to 9.1.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.1.1/packages/@mantine/hooks)

---
updated-dependencies:
- dependency-name: "@mantine/hooks"
  dependency-version: 9.1.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/hooks-9.1.1 branch from e5c9533 to 5847669 Compare May 1, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants