fix(deps): update mantine monorepo to v8 (major) (#3022)

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2025-05-06 20:02:20 +02:00
committed by GitHub
parent 680f7b0c72
commit 44853ea64b
14 changed files with 154 additions and 154 deletions

View File

@@ -44,7 +44,7 @@
"@homarr/env": "workspace:^0.1.0",
"@homarr/log": "workspace:^0.1.0",
"@homarr/server-settings": "workspace:^0.1.0",
"@mantine/core": "^7.17.7",
"@mantine/core": "^8.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"@testcontainers/mysql": "^10.25.0",
"better-sqlite3": "^11.9.1",

View File

@@ -26,7 +26,7 @@
"@homarr/common": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/form": "^7.17.7",
"@mantine/form": "^8.0.0",
"zod": "^3.24.4"
},
"devDependencies": {

View File

@@ -29,7 +29,7 @@
"@homarr/notifications": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/core": "^7.17.7",
"@mantine/core": "^8.0.0",
"react": "19.1.0",
"zod": "^3.24.4"
},

View File

@@ -33,7 +33,7 @@
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/core": "^7.17.7",
"@mantine/core": "^8.0.0",
"@tabler/icons-react": "^3.31.0",
"dayjs": "^1.11.13",
"next": "15.3.1",

View File

@@ -24,8 +24,8 @@
"dependencies": {
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@mantine/core": "^7.17.7",
"@mantine/hooks": "^7.17.7",
"@mantine/core": "^8.0.0",
"@mantine/hooks": "^8.0.0",
"react": "19.1.0"
},
"devDependencies": {

View File

@@ -24,7 +24,7 @@
"prettier": "@homarr/prettier-config",
"dependencies": {
"@homarr/ui": "workspace:^0.1.0",
"@mantine/notifications": "^7.17.7",
"@mantine/notifications": "^8.0.0",
"@tabler/icons-react": "^3.31.0"
},
"devDependencies": {

View File

@@ -37,8 +37,8 @@
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/core": "^7.17.7",
"@mantine/hooks": "^7.17.7",
"@mantine/core": "^8.0.0",
"@mantine/hooks": "^8.0.0",
"adm-zip": "0.5.16",
"next": "15.3.1",
"react": "19.1.0",

View File

@@ -26,7 +26,7 @@
"@homarr/api": "workspace:^0.1.0",
"@homarr/db": "workspace:^0.1.0",
"@homarr/server-settings": "workspace:^0.1.0",
"@mantine/dates": "^7.17.7",
"@mantine/dates": "^8.0.0",
"next": "15.3.1",
"react": "19.1.0",
"react-dom": "19.1.0"

View File

@@ -33,9 +33,9 @@
"@homarr/settings": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@mantine/core": "^7.17.7",
"@mantine/hooks": "^7.17.7",
"@mantine/spotlight": "^7.17.7",
"@mantine/core": "^8.0.0",
"@mantine/hooks": "^8.0.0",
"@mantine/spotlight": "^8.0.0",
"@tabler/icons-react": "^3.31.0",
"jotai": "^2.12.4",
"next": "15.3.1",

View File

@@ -29,9 +29,9 @@
"@homarr/log": "workspace:^0.1.0",
"@homarr/translation": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/core": "^7.17.7",
"@mantine/dates": "^7.17.7",
"@mantine/hooks": "^7.17.7",
"@mantine/core": "^8.0.0",
"@mantine/dates": "^8.0.0",
"@mantine/hooks": "^8.0.0",
"@tabler/icons-react": "^3.31.0",
"mantine-react-table": "2.0.0-beta.9",
"next": "15.3.1",

View File

@@ -47,9 +47,9 @@
"@homarr/translation": "workspace:^0.1.0",
"@homarr/ui": "workspace:^0.1.0",
"@homarr/validation": "workspace:^0.1.0",
"@mantine/charts": "^7.17.7",
"@mantine/core": "^7.17.7",
"@mantine/hooks": "^7.17.7",
"@mantine/charts": "^8.0.0",
"@mantine/core": "^8.0.0",
"@mantine/hooks": "^8.0.0",
"@tabler/icons-react": "^3.31.0",
"@tiptap/extension-color": "2.12.0",
"@tiptap/extension-highlight": "2.12.0",

View File

@@ -72,8 +72,8 @@ const CalendarBase = ({ isEditMode, events, month, setMonth, options }: Calendar
return (
<Calendar
defaultDate={new Date()}
onPreviousMonth={setMonth}
onNextMonth={setMonth}
onPreviousMonth={(month) => setMonth(new Date(month))}
onNextMonth={(month) => setMonth(new Date(month))}
highlightToday
locale={locale}
hideWeekdays={false}
@@ -126,7 +126,7 @@ const CalendarBase = ({ isEditMode, events, month, setMonth, options }: Calendar
.filter((event): event is CalendarEvent => Boolean(event.date));
return (
<CalendarDay
date={tileDate}
date={new Date(tileDate)}
events={eventsForDate}
disabled={isEditMode || eventsForDate.length === 0}
rootWidth={width}