Skip to content

build(deps): bump @mantine/core from 8.3.18 to 9.3.0#136

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mantine/core-9.2.2
Open

build(deps): bump @mantine/core from 8.3.18 to 9.3.0#136
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mantine/core-9.2.2

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps @mantine/core from 8.3.18 to 9.3.0.

Release notes

Sourced from @​mantine/core's releases.

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

Pagination responsive layout

Pagination component now supports layout="responsive" prop that uses CSS container queries to switch between page number buttons and a compact "Page X of Y" label based on the available width.

import { Box, Pagination } from '@mantine/core';
function Demo() {
return (
<Box style={{ resize: 'horizontal', overflow: 'auto', minWidth: 200, maxWidth: '100%' }}>
<Pagination total={20} layout="responsive" />
</Box>
);
}

Text textWrap prop

Text and Blockquote components now support textWrap prop that controls the text-wrap CSS property. You can use it to balance line lengths or prevent orphaned words in paragraphs.

import { Text } from '@mantine/core';
function Demo() {
return (
<Text textWrap="wrap">
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Quasi voluptatibus inventore iusto
cum dolore molestiae perspiciatis! Totam repudiandae impedit maxime!
</Text>
);
}

use-splitter hook

New use-splitter hook provides resizable split-pane functionality with pointer drag, keyboard navigation (WAI-ARIA Window Splitter pattern), collapsible panels and min/max constraints:

... (truncated)

Commits
  • bf03b9a [release] Version: 9.3.0
  • 342e5ce [refactor] Finalize 9.3 release
  • 3db1f34 [@​mantine/core] OverflowList: Fix children changes not triggering recalculati...
  • 2b0d5a6 [@​mantine/core] Combobox: Cleanup floatingHeight usage
  • 439f764 [@​mantine/core] Menu: Reduce duplicated code
  • 2803bf3 [@​mantine/core] OverflowList: Fix incorrect index passed to renderItem when...
  • 6fa7bb5 [@​mantine/core] Pagination: Add missing namespace export
  • f2fb8fa Merge branch master into 9.3
  • 4685c41 [release] Version: 9.2.2
  • d21e393 [@​mantine/core] Pill: Fix incorrect overflow handling (#8929)
  • Additional commits viewable in compare view

@dependabot dependabot Bot requested a review from anilguleroglu as a code owner May 27, 2026 15:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 27, 2026
Bumps [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) from 8.3.18 to 9.3.0.
- [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.3.0/packages/@mantine/core)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot changed the title build(deps): bump @mantine/core from 8.3.18 to 9.2.2 build(deps): bump @mantine/core from 8.3.18 to 9.3.0 Jun 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/mantine/core-9.2.2 branch from 4cd40c6 to 2a76d6d Compare June 3, 2026 18:30
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