Skip to content

Bump @mantine/modals from 8.3.16 to 9.1.1#7932

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mantine/modals-9.1.1
Closed

Bump @mantine/modals from 8.3.16 to 9.1.1#7932
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/mantine/modals-9.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @mantine/modals from 8.3.16 to 9.1.1.

Release notes

Sourced from @​mantine/modals'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
  • edb0581 [@​mantine/modals] Add ModalsSettings type export
  • f185553 [release] Version: 9.1.0
  • 2293743 [core] Update minor dependencies version
  • c6eaf30 [release] Version: 9.0.2
  • 253967c [@​mantine/modals] Fix modals.closeAll() called from comtext modal causing i...
  • 755b941 [refactor] Fix release script
  • b90d9b8 [core] Fix typos, update versions
  • 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 May 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mantine/modals-9.1.1 branch 2 times, most recently from 2c56ce5 to 7c6d99f Compare May 6, 2026 14:40
Bumps [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) from 8.3.16 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/modals)

---
updated-dependencies:
- dependency-name: "@mantine/modals"
  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/modals-9.1.1 branch from 7c6d99f to b8c43f7 Compare May 6, 2026 15:04
@night night mentioned this pull request May 6, 2026
5 tasks
@night
Copy link
Copy Markdown
Owner

night commented May 6, 2026

Superseded by #7947 — see that PR for the unified Mantine 9 + React 19 upgrade.

@night night closed this May 6, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 6, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/mantine/modals-9.1.1 branch May 6, 2026 15:12
night added a commit that referenced this pull request May 6, 2026
Mantine 9 requires React 19.2+. Bump react and react-dom to 19.2.5
together with @mantine/core, @mantine/modals, and @mantine/hooks (now
declared as a direct dependency) to 9.1.1.

Replaces dependabot PRs #7943 and #7932, which only bumped one Mantine
package each and could not satisfy the inter-package peer dependency.
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.

1 participant