Skip to content

Bump @mantine/form from 8.3.2 to 9.0.0#88

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mantine/form-9.0.0
Closed

Bump @mantine/form from 8.3.2 to 9.0.0#88
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mantine/form-9.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps @mantine/form from 8.3.2 to 9.0.0.

Release notes

Sourced from @​mantine/form'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
  • 79cfa90 [refactor] Fix failing tests
  • 0fabf4e [@​mantine/form] Fix form.watch not working with arrays (#6996)
  • ac4aeb8 [@​mantine/form] Update types to use new React 19 features
  • 7aeb1ad [@​mantine/form] Make Values and TransformedValues covariant (#8198)
  • a097b0c [release] Version: 9.0.0-alpha.6
  • 81d8a54 [refactor] Fix tests
  • 0bf0b44 [@​mantine/form] Add standard schema resolvers support
  • 53c9a80 [release] Version: 9.0.0-alpha.5
  • 0cab72d [core] Update peer requirements to use React 19.2
  • 00e068a [release] Version: 9.0.0-alpha.4
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@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 anilguleroglu as a code owner April 1, 2026 15:21
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/mantine/form-9.0.0 branch from 7af5bec to eda6af5 Compare April 13, 2026 14:37
Bumps [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) from 8.3.2 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/form)

---
updated-dependencies:
- dependency-name: "@mantine/form"
  dependency-version: 9.0.0
  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/form-9.0.0 branch from eda6af5 to 6b78ee5 Compare April 13, 2026 14:56
@dependabot @github

dependabot Bot commented on behalf of github Apr 15, 2026

Copy link
Copy Markdown
Author

Superseded by #99.

@dependabot dependabot Bot closed this Apr 15, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mantine/form-9.0.0 branch April 15, 2026 12:39
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