Skip to content

Bump @mantine/core from 8.3.13 to 9.0.1 in /frontend#23096

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/frontend/dev/mantine/core-9.0.1
Open

Bump @mantine/core from 8.3.13 to 9.0.1 in /frontend#23096
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/frontend/dev/mantine/core-9.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @mantine/core from 8.3.13 to 9.0.1.

Release notes

Sourced from @​mantine/core's releases.

9.0.1

What's Changed

  • [@mantine/core] LoadingOverlay: Fix double overlay visible with dark color scheme (#8811)
  • [@mantine/core] RingProgress: Add missing viewBox (#8806)
  • [@mantine/core] Input: Add rootRef prop support
  • [@mantine/core] Combobox: Fix refProp not working on Combobox.Target (#8798)
  • [@mantine/mcp-server] Fix stdio transport to comply with MCP spec (#8792)
  • [@mantine/core] Input: Fix aria-invalid="false" attribute being set (#8785)
  • [@mantine/core] Slider: Fix incorrect orientation inheritance from the parent markup (#8791)
  • [@mantine/core] Fix incorrect default placeholder size in PasswordInput and other components (#8793)
  • [@mantine/core] Badge: Fix text being cut off with some fonts (#8788)
  • [@mantine/hooks] use-scroller: Fix element dynamic resizing not being handled correctly (#8800)
  • [@mantine/core] Fix Checkbox.Group, Switch.Group, Radio.Group and Chip.Group not working with generic primitive values (#8801)
  • [@mantine/core] Popover: Fix missing withProps (#8802)
  • [@mantine/core] Accordion: Fix focus ring being cut off (#8797)
  • [@mantine/charts] Add option to fully customize reference lines label (#8790)
  • [@mantine/core] Fix loading prop not being handled correctly in TagsInput and MultiSelect (#8803)

Full Changelog: mantinedev/mantine@9.0.0...9.0.1

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';
</tr></table> 

... (truncated)

Commits
  • d16c799 [@​mantine/core] LoadingOverlay: Fix double overlay visible with dark color sc...
  • c1c9c23 [refactor] Fix formatting
  • f88a943 [@​mantine/core] RingProgress: Add missing viewBox (#8806)
  • 20e6b40 [@​mantine/core] Input: Add rootRef prop support
  • de40ce2 [@​mantine/core] Combobox: Fix refProp not working on Combobox.Target (#8798)
  • c5b157f [core] Fix types not being compatible with typecheck used in js files
  • 4e071c1 [@​mantine/core] Input: Fix aria-invalid="false" attribute being set (#8785)
  • c75d84f [@​mantine/core] Slider: Fix incorrect orientation inheritance from the parent...
  • edabb9d [@​mantine/core] Fix incorrect default placeholder size in PasswordInput and o...
  • 2fb0fe4 [@​mantine/core] Badge: Fix text being cut off with some fonts (#8788)
  • 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 7, 2026
Bumps [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) from 8.3.13 to 9.0.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.0.1/packages/@mantine/core)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-version: 9.0.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/frontend/dev/mantine/core-9.0.1 branch from 420a738 to b48093a Compare May 7, 2026 11:34
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

Development

Successfully merging this pull request may close these issues.

0 participants