Skip to content

chore(deps): bump the mantine group across 1 directory with 3 updates#351

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

chore(deps): bump the mantine group across 1 directory with 3 updates#351
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/mantine-dd6ba314f9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps the mantine group with 3 updates in the / directory: @mantine/core, @mantine/hooks and @mantine/notifications.

Updates @mantine/core from 8.3.18 to 9.1.1

Release notes

Sourced from @​mantine/core'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
  • 63dafbb [@​mantine/core] Tree: Add dnd handle and dnd lock support
  • de6dd47 [@​mantine/core] Combobox: Fix keyboard events not triggering in Safari after ...
  • de45bcc Merge branch 'master' of github.com:mantinedev/mantine
  • 3d7ef52 [@​mantine/hooks] use-focus-return: Fix incorrect logic when used with nested ...
  • 36a2350 [@​mantine/core] ScrollArea: Fix scrollbar never visible with `offsetScrollbar...
  • 9352503 [@​mantine/core] Fix incorrect renderOption type in Combobox-based component...
  • 58765fd [@​mantine/core] Radio: Fix icon not being centered on some low-density screen...
  • 460f19a [@​mantine/core] Highlight: Fix wholeWord matching for non-ASCII characters
  • c774134 [@​mantine/core] Card: Fix Card.Section not being handled correctly during ser...
  • Additional commits viewable in compare view

Updates @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

Updates @mantine/notifications from 8.3.18 to 9.1.1

Release notes

Sourced from @​mantine/notifications'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
  • f185553 [release] Version: 9.1.0
  • 2293743 [core] Update minor dependencies version
  • c6eaf30 [release] Version: 9.0.2
  • efc2a3b [@​mantine/notifications] Fix onOpen prop being spread to DOM (#8807)
  • 755b941 [refactor] Fix release script
  • b90d9b8 [core] Fix typos, update versions
  • 6f91e24 [@​mantine/notifications] Add new option to not close all notifications when h...
  • a097b0c [release] Version: 9.0.0-alpha.6
  • 53c9a80 [release] Version: 9.0.0-alpha.5
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the mantine group with 3 updates chore(deps): bump the mantine group across 1 directory with 3 updates Apr 16, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mantine-dd6ba314f9 branch 3 times, most recently from 1affa73 to ed571cf Compare April 21, 2026 21:33
Bumps the mantine group with 3 updates in the / directory: [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core), [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) and [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications).


Updates `@mantine/core` 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/core)

Updates `@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)

Updates `@mantine/notifications` 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/notifications)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mantine
- dependency-name: "@mantine/hooks"
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mantine
- dependency-name: "@mantine/notifications"
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mantine
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mantine-dd6ba314f9 branch from ed571cf to 70c1059 Compare April 28, 2026 14:01
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