Skip to content

build(deps): bump the mantine group in /ui/mantine-ui with 3 updates#5141

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

build(deps): bump the mantine group in /ui/mantine-ui with 3 updates#5141
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/ui/mantine-ui/mantine-e43cc6095f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the mantine group in /ui/mantine-ui with 3 updates: @mantine/code-highlight, @mantine/core and @mantine/hooks.

Updates @mantine/code-highlight from 8.3.16 to 9.0.0

Release notes

Sourced from @​mantine/code-highlight's releases.

9.0.0 🤩

View changelog with demos on mantine.dev website

Migration guide

This changelog covers breaking changes and new features in Mantine 9.0. To migrate your application to Mantine 9.0, follow 8.x → 9.x migration guide.

Peer dependencies requirements updates

Starting from Mantine 9.0, the following dependencies are required:

  • React 19.2+ for all @mantine/* packages
  • Tiptap 3+ for @mantine/tiptap (migration guide)
  • Recharts 3+ for @mantine/charts (no migration required)

New @​mantine/schedule package

New @mantine/schedule package provides a complete set of calendar scheduling components for React applications. It includes multiple view levels, drag-and-drop event management, and extensive customization options.

Schedule

Schedule is a unified container component that combines all views with built-in navigation and view switching. Drag events to reschedule them:

import { useState } from 'react';
import dayjs from 'dayjs';
import { Schedule, ScheduleEventData } from '@mantine/schedule';
const today = dayjs().format('YYYY-MM-DD');
const tomorrow = dayjs().add(1, 'day').format('YYYY-MM-DD');
const initialEvents: ScheduleEventData[] = [
{
id: 1,
title: 'Morning Standup',
start: ${today} 09:00:00,
end: ${today} 09:30:00,
color: 'blue',
},
{
id: 2,
title: 'Team Meeting',
start: ${today} 10:00:00,
end: ${today} 11:30:00,
color: 'green',
},
{
</tr></table>

... (truncated)

Commits
  • a097b0c [release] Version: 9.0.0-alpha.6
  • 53c9a80 [release] Version: 9.0.0-alpha.5
  • f6427cb [core] Update minor dependencies version
  • e77af46 [refactor] Prettier write
  • 0cab72d [core] Update peer requirements to use React 19.2
  • 00e068a [release] Version: 9.0.0-alpha.4
  • 0706f97 [release] Version: 9.0.0-alpha.3
  • ad1a3f1 [release] Version: 9.0.0-alpha.2
  • 9ece115 [core] Tabler -> Phosphor
  • f3b0ff8 [release] Version: 9.0.0-alpha.1
  • Additional commits viewable in compare view

Updates @mantine/core from 8.3.16 to 9.0.0

Release notes

Sourced from @​mantine/core's releases.

9.0.0 🤩

View changelog with demos on mantine.dev website

Migration guide

This changelog covers breaking changes and new features in Mantine 9.0. To migrate your application to Mantine 9.0, follow 8.x → 9.x migration guide.

Peer dependencies requirements updates

Starting from Mantine 9.0, the following dependencies are required:

  • React 19.2+ for all @mantine/* packages
  • Tiptap 3+ for @mantine/tiptap (migration guide)
  • Recharts 3+ for @mantine/charts (no migration required)

New @​mantine/schedule package

New @mantine/schedule package provides a complete set of calendar scheduling components for React applications. It includes multiple view levels, drag-and-drop event management, and extensive customization options.

Schedule

Schedule is a unified container component that combines all views with built-in navigation and view switching. Drag events to reschedule them:

import { useState } from 'react';
import dayjs from 'dayjs';
import { Schedule, ScheduleEventData } from '@mantine/schedule';
const today = dayjs().format('YYYY-MM-DD');
const tomorrow = dayjs().add(1, 'day').format('YYYY-MM-DD');
const initialEvents: ScheduleEventData[] = [
{
id: 1,
title: 'Morning Standup',
start: ${today} 09:00:00,
end: ${today} 09:30:00,
color: 'blue',
},
{
id: 2,
title: 'Team Meeting',
start: ${today} 10:00:00,
end: ${today} 11:30:00,
color: 'green',
},
{
</tr></table>

... (truncated)

Commits
  • 26e66ee [@​mantine/core] Stepper: Fix missing stepperIconContent styles api selector
  • 8255d39 [@​mantine/core] Stepper: Fix loader not being aligned
  • 6e63e0f [@​mantine/core] Add text-box-trim styles to Badge, Button, Chip and Pill
  • b42ff5f [refactor] Fix failing tests
  • c75a1fc [@​mantine/core] Change default radius value to md
  • 79cfa90 [refactor] Fix failing tests
  • a1560f7 [@​mantine/core] Select: Fix number not working as values (#8780)
  • 3279ac3 [refactor] Fix tests
  • 21aa8ab Merge branch 'master' into 9.0
  • 3d07ff1 [@​mantine/core] Combobox: Fix incorrect role attribute (#8767)
  • Additional commits viewable in compare view

Updates @mantine/hooks from 8.3.16 to 9.0.0

Release notes

Sourced from @​mantine/hooks's releases.

9.0.0 🤩

View changelog with demos on mantine.dev website

Migration guide

This changelog covers breaking changes and new features in Mantine 9.0. To migrate your application to Mantine 9.0, follow 8.x → 9.x migration guide.

Peer dependencies requirements updates

Starting from Mantine 9.0, the following dependencies are required:

  • React 19.2+ for all @mantine/* packages
  • Tiptap 3+ for @mantine/tiptap (migration guide)
  • Recharts 3+ for @mantine/charts (no migration required)

New @​mantine/schedule package

New @mantine/schedule package provides a complete set of calendar scheduling components for React applications. It includes multiple view levels, drag-and-drop event management, and extensive customization options.

Schedule

Schedule is a unified container component that combines all views with built-in navigation and view switching. Drag events to reschedule them:

import { useState } from 'react';
import dayjs from 'dayjs';
import { Schedule, ScheduleEventData } from '@mantine/schedule';
const today = dayjs().format('YYYY-MM-DD');
const tomorrow = dayjs().add(1, 'day').format('YYYY-MM-DD');
const initialEvents: ScheduleEventData[] = [
{
id: 1,
title: 'Morning Standup',
start: ${today} 09:00:00,
end: ${today} 09:30:00,
color: 'blue',
},
{
id: 2,
title: 'Team Meeting',
start: ${today} 10:00:00,
end: ${today} 11:30:00,
color: 'green',
},
{
</tr></table>

... (truncated)

Commits
  • 9d010d5 [@​mantine/hooks] use-local-storage: Fix incorrect definition when defaultValu...
  • a097b0c [release] Version: 9.0.0-alpha.6
  • dc703c3 [@​mantine/hooks] Add local stories for browser hooks
  • 4470194 Merge branch 'master' into 9.0
  • bac61d6 [release] Version: 8.3.17
  • 6b3fdee [refactor] Fix formatting
  • c048f99 [@​mantine/hooks] use-list-state: Add memoization to all handlers (#8739)
  • 53c9a80 [release] Version: 9.0.0-alpha.5
  • f6427cb [core] Update minor dependencies version
  • 6abd06e [@​mantine/core] ScrollArea: refactor resize observer usage
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the mantine group in /ui/mantine-ui with 3 updates: [@mantine/code-highlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/code-highlight), [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) and [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks).


Updates `@mantine/code-highlight` from 8.3.16 to 9.0.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.0.0/packages/@mantine/code-highlight)

Updates `@mantine/core` from 8.3.16 to 9.0.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.0.0/packages/@mantine/core)

Updates `@mantine/hooks` from 8.3.16 to 9.0.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.0.0/packages/@mantine/hooks)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2026 19:22
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2026
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