Skip to content

chore(deps): bump the mantine group across 1 directory with 4 updates - #42

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/mantine-3973ca0085
Open

chore(deps): bump the mantine group across 1 directory with 4 updates#42
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/mantine-3973ca0085

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the mantine group with 4 updates in the /frontend directory: @mantine/core, @mantine/dates, @mantine/dropzone and @mantine/hooks.

Updates @mantine/core from 8.3.18 to 9.6.0

Release notes

Sourced from @​mantine/core's releases.

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

@​mantine/lightbox package

New @​mantine/lightbox package – a full-screen media lightbox with carousel navigation, zoom, thumbnails, toolbar customization, and store-based API. Supports image, video, and custom slides:

import '@mantine/lightbox/styles.css';
import { useState } from 'react';
import { Image, SimpleGrid } from '@mantine/core';
import { Lightbox, LightboxSlideData } from '@mantine/lightbox';
const images = [
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-1.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-2.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-3.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-4.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-5.png',
];
const slides: LightboxSlideData[] = images.map((src) => ({ src }));
function Demo() {
const [opened, setOpened] = useState(false);
const [index, setIndex] = useState(0);
return (
<>
<Lightbox
opened={opened}
onClose={() => setOpened(false)}
slides={slides}
currentIndex={index}
onIndexChange={setIndex}
/>
  &lt;SimpleGrid cols={3}&gt;
    {images.map((src, i) =&gt; (
      &lt;Image
        key={src}
        src={src}
        radius=&quot;md&quot;
        style={{ cursor: 'pointer' }}

</tr></table>

... (truncated)

Commits
  • de1a39d [release] Version: 9.6.0
  • 738aaa0 [refactor] Code review fixes
  • dd29d07 [core] Reformat imports with oxfmt 0.64
  • e2cc70b [core] Update minor dependencies version
  • 02f097c [refactor] Code review fixes
  • 51cf804 [refactor] Fix code review issues
  • 562a84c [refactor] Code review fixes
  • fb65a8c Merge branch 'master' into 9.6
  • 8a284e2 [release] Version: 9.5.2
  • a2e25fe [@​mantine/core] Tooltip: Fix tooltip setting NaN in top/left position style w...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mantine/core since your current version.


Updates @mantine/dates from 8.3.18 to 9.6.0

Release notes

Sourced from @​mantine/dates's releases.

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

@​mantine/lightbox package

New @​mantine/lightbox package – a full-screen media lightbox with carousel navigation, zoom, thumbnails, toolbar customization, and store-based API. Supports image, video, and custom slides:

import '@mantine/lightbox/styles.css';
import { useState } from 'react';
import { Image, SimpleGrid } from '@mantine/core';
import { Lightbox, LightboxSlideData } from '@mantine/lightbox';
const images = [
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-1.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-2.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-3.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-4.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-5.png',
];
const slides: LightboxSlideData[] = images.map((src) => ({ src }));
function Demo() {
const [opened, setOpened] = useState(false);
const [index, setIndex] = useState(0);
return (
<>
<Lightbox
opened={opened}
onClose={() => setOpened(false)}
slides={slides}
currentIndex={index}
onIndexChange={setIndex}
/>
  &lt;SimpleGrid cols={3}&gt;
    {images.map((src, i) =&gt; (
      &lt;Image
        key={src}
        src={src}
        radius=&quot;md&quot;
        style={{ cursor: 'pointer' }}

</tr></table>

... (truncated)

Commits
  • de1a39d [release] Version: 9.6.0
  • dd29d07 [core] Reformat imports with oxfmt 0.64
  • e2cc70b [core] Update minor dependencies version
  • 8a284e2 [release] Version: 9.5.2
  • 38a41b2 [@​mantine/dates] Fix minDate used for default date in some cases (#9117)
  • 7f499c0 [@​mantine/dates] TimePicker: Fix incorrect focus handling of partially filled...
  • 6b82799 [@​mantine/dates] Add missing formatting functions to MiniCalendarm DateInput ...
  • 0f57eaf [release] Version: 9.5.1
  • ca9bc6f [release] Version: 9.5.1-alpha.1
  • 8f1ad1b [release] Version: 9.5.1-alpha.0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mantine/dates since your current version.


Updates @mantine/dropzone from 8.3.18 to 9.6.0

Release notes

Sourced from @​mantine/dropzone's releases.

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

@​mantine/lightbox package

New @​mantine/lightbox package – a full-screen media lightbox with carousel navigation, zoom, thumbnails, toolbar customization, and store-based API. Supports image, video, and custom slides:

import '@mantine/lightbox/styles.css';
import { useState } from 'react';
import { Image, SimpleGrid } from '@mantine/core';
import { Lightbox, LightboxSlideData } from '@mantine/lightbox';
const images = [
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-1.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-2.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-3.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-4.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-5.png',
];
const slides: LightboxSlideData[] = images.map((src) => ({ src }));
function Demo() {
const [opened, setOpened] = useState(false);
const [index, setIndex] = useState(0);
return (
<>
<Lightbox
opened={opened}
onClose={() => setOpened(false)}
slides={slides}
currentIndex={index}
onIndexChange={setIndex}
/>
  &lt;SimpleGrid cols={3}&gt;
    {images.map((src, i) =&gt; (
      &lt;Image
        key={src}
        src={src}
        radius=&quot;md&quot;
        style={{ cursor: 'pointer' }}

</tr></table>

... (truncated)

Commits
  • de1a39d [release] Version: 9.6.0
  • 738aaa0 [refactor] Code review fixes
  • f853692 [@​mantine/dropzone] Update to react-dropzone 20
  • e2cc70b [core] Update minor dependencies version
  • 8a284e2 [release] Version: 9.5.2
  • 0f57eaf [release] Version: 9.5.1
  • ca9bc6f [release] Version: 9.5.1-alpha.1
  • 8f1ad1b [release] Version: 9.5.1-alpha.0
  • f1d3306 [release] Version: 9.5.0
  • 7320562 [release] Version: 9.4.3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mantine/dropzone since your current version.


Updates @mantine/hooks from 8.3.18 to 9.6.0

Release notes

Sourced from @​mantine/hooks's releases.

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

@​mantine/lightbox package

New @​mantine/lightbox package – a full-screen media lightbox with carousel navigation, zoom, thumbnails, toolbar customization, and store-based API. Supports image, video, and custom slides:

import '@mantine/lightbox/styles.css';
import { useState } from 'react';
import { Image, SimpleGrid } from '@mantine/core';
import { Lightbox, LightboxSlideData } from '@mantine/lightbox';
const images = [
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-1.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-2.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-3.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-4.png',
'https://raw.githubusercontent.com/mantinedev/mantine/master/.demo/images/bg-5.png',
];
const slides: LightboxSlideData[] = images.map((src) => ({ src }));
function Demo() {
const [opened, setOpened] = useState(false);
const [index, setIndex] = useState(0);
return (
<>
<Lightbox
opened={opened}
onClose={() => setOpened(false)}
slides={slides}
currentIndex={index}
onIndexChange={setIndex}
/>
  &lt;SimpleGrid cols={3}&gt;
    {images.map((src, i) =&gt; (
      &lt;Image
        key={src}
        src={src}
        radius=&quot;md&quot;
        style={{ cursor: 'pointer' }}

</tr></table>

... (truncated)

Commits
  • de1a39d [release] Version: 9.6.0
  • 8a284e2 [release] Version: 9.5.2
  • 1f93ee5 [@​mantine/hooks] use-debounced-value: Fix leading: true firing multiple tim...
  • 0f57eaf [release] Version: 9.5.1
  • ce00cdd [@​mantine/hooks] use-scroll-spy: Allow usage with refs (#9025)
  • ca9bc6f [release] Version: 9.5.1-alpha.1
  • 8f1ad1b [release] Version: 9.5.1-alpha.0
  • 953192e [@​mantine/core] FloatingWindow: Add support for onSizeChange and `onResize...
  • f1d3306 [release] Version: 9.5.0
  • 7320562 [release] Version: 9.4.3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​mantine/hooks since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 21, 2026
@vercel

vercel Bot commented May 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lumina-pdf Ready Ready Preview, Comment May 28, 2026 5:34am

@github-actions

Copy link
Copy Markdown
Contributor

Java Formatting Check Failed

Your code has formatting issues. Run the following command to fix them:

task backend:format

Then commit and push the changes.

@github-actions

Copy link
Copy Markdown
Contributor

Frontend Check Failed

There are issues with your frontend code that will need to be fixed before they can be merged in.

Run task frontend:fix to auto-fix what can be fixed automatically, then run task frontend:check:all to see what still needs fixing manually.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch from 88bc94a to e04f843 Compare May 28, 2026 05:32
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch from e04f843 to f965f41 Compare June 18, 2026 05:14
@dependabot dependabot Bot changed the title build(deps): bump the mantine group across 1 directory with 4 updates chore(deps): bump the mantine group across 1 directory with 4 updates Jun 25, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch 2 times, most recently from f162ce3 to 811a210 Compare July 2, 2026 05:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch 2 times, most recently from b56691f to 7d2c7c4 Compare July 16, 2026 05:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch from 7d2c7c4 to 875b33a Compare July 23, 2026 05:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch 2 times, most recently from 3022999 to 553dde8 Compare August 6, 2026 05:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch from 553dde8 to 2c50bc4 Compare August 13, 2026 05:14
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch 2 times, most recently from 4afe854 to 4a9822d Compare August 27, 2026 05:13
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch from 4a9822d to 562d4a2 Compare September 3, 2026 05:14
Bumps the mantine group with 4 updates in the /frontend directory: [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core), [@mantine/dates](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dates), [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) and [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks).


Updates `@mantine/core` from 8.3.18 to 9.6.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.6.0/packages/@mantine/core)

Updates `@mantine/dates` from 8.3.18 to 9.6.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.6.0/packages/@mantine/dates)

Updates `@mantine/dropzone` from 8.3.18 to 9.6.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.6.0/packages/@mantine/dropzone)

Updates `@mantine/hooks` from 8.3.18 to 9.6.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.6.0/packages/@mantine/hooks)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mantine
- dependency-name: "@mantine/dates"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mantine
- dependency-name: "@mantine/dropzone"
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mantine
- dependency-name: "@mantine/hooks"
  dependency-version: 9.2.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 force-pushed the dependabot/npm_and_yarn/frontend/mantine-3973ca0085 branch from 562d4a2 to 143db06 Compare September 10, 2026 05:15
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