Update React (major) #2386
Triggered via pull request
September 3, 2025 18:11
renovate[bot]
synchronize
#6558
Status
Failure
Total duration
3m 32s
Artifacts
–
pull_request.yml
on: pull_request_target
Create comments ✍️
/
CloudFlare Pages deployment 📃🚀
3s
Build 🏗️
/
Run production build 🏗️
3m 22s
Automation 🎛️
/
Merge conflict labeling 🏷️
7s
Quality checks 👌🧪
/
Vulnerable dependencies 🔎
7s
Run eslint suggestions
3m 2s
Matrix: GitHub CodeQL 🔬 / analyze
Matrix: Quality checks 👌🧪 / quality
Deploy 🚀
/
...
/
CloudFlare Pages deployment 📃🚀
Annotations
22 errors, 10 warnings, and 4 notices
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/keys/index.tsx#L46
Type 'FC<CellProps>' is not assignable to type '(props: { cell: MRT_Cell<AuthenticationInfo, unknown>; column: MRT_Column<AuthenticationInfo, unknown>; renderedCellValue: ReactNode; ... 4 more ...; table: MRT_TableInstance<...>; }) => ReactNode'.
|
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/devices/index.tsx#L118
Type 'FC<DeviceInfoCell>' is not assignable to type '(props: { cell: MRT_Cell<DeviceInfoDto, unknown>; column: MRT_Column<DeviceInfoDto, unknown>; renderedCellValue: ReactNode; row: MRT_Row<...>; rowRef?: RefObject<...> | undefined; staticColumnIndex?: number | undefined; staticRowIndex?: number | undefined; table: MRT_TableInstance<...>; }) => ReactNode'.
|
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/devices/index.tsx#L109
Type 'FC<CellProps>' is not assignable to type '(props: { cell: MRT_Cell<DeviceInfoDto, unknown>; column: MRT_Column<DeviceInfoDto, unknown>; renderedCellValue: ReactNode; row: MRT_Row<...>; rowRef?: RefObject<...> | undefined; staticColumnIndex?: number | undefined; staticRowIndex?: number | undefined; table: MRT_TableInstance<...>; }) => ReactNode'.
|
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/activity/index.tsx#L133
Type 'FC<ActivityLogEntryCell>' is not assignable to type '(props: { cell: MRT_Cell<ActivityLogEntry, unknown>; column: MRT_Column<ActivityLogEntry, unknown>; renderedCellValue: ReactNode; ... 4 more ...; table: MRT_TableInstance<...>; }) => ReactNode'.
|
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/activity/index.tsx#L123
Type 'MRT_ColumnDef<ActivityLogEntry, unknown> | { accessorKey: "Name"; header: any; size: number; } | { id: "Overview"; accessorFn: (row: ActivityLogEntry) => string | ... 1 more ... | undefined; header: any; size: number; Cell: FC<...>; } | { ...; } | { ...; }' is not assignable to type 'MRT_ColumnDef<ActivityLogEntry, unknown>'.
|
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/activity/index.tsx#L121
Type 'FC<ActivityLogEntryCell>' is not assignable to type '(props: { cell: MRT_Cell<ActivityLogEntry, unknown>; column: MRT_Column<ActivityLogEntry, unknown>; renderedCellValue: ReactNode; ... 4 more ...; table: MRT_TableInstance<...>; }) => ReactNode'.
|
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/activity/index.tsx#L111
Type 'MRT_ColumnDef<ActivityLogEntry, unknown> | { accessorKey: "Name"; header: any; size: number; } | { id: "Overview"; accessorFn: (row: ActivityLogEntry) => string | ... 1 more ... | undefined; header: any; size: number; Cell: FC<...>; } | { ...; } | { ...; }' is not assignable to type 'MRT_ColumnDef<ActivityLogEntry, unknown>'.
|
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/activity/index.tsx#L110
Type 'MRT_ColumnDef<ActivityLogEntry, unknown> | { accessorKey: "Name"; header: any; size: number; } | { id: "Overview"; accessorFn: (row: ActivityLogEntry) => string | ... 1 more ... | undefined; header: any; size: number; Cell: FC<...>; } | { ...; } | { ...; }' is not assignable to type 'MRT_ColumnDef<ActivityLogEntry, unknown>'.
|
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/activity/index.tsx#L102
Type 'FC<ActivityLogEntryCell>' is not assignable to type '(props: { cell: MRT_Cell<ActivityLogEntry, unknown>; column: MRT_Column<ActivityLogEntry, unknown>; renderedCellValue: ReactNode; ... 4 more ...; table: MRT_TableInstance<...>; }) => ReactNode'.
|
|
Quality checks 👌🧪 / Run build:check 🕵️♂️:
src/apps/dashboard/routes/activity/index.tsx#L95
Type 'FC<CellProps>' is not assignable to type '(props: { cell: MRT_Cell<ActivityLogEntry, unknown>; column: MRT_Column<ActivityLogEntry, unknown>; renderedCellValue: ReactNode; ... 4 more ...; table: MRT_TableInstance<...>; }) => ReactNode'.
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/components/router/routerHistory.ts#L33
Remove this use of the "void" operator
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/components/ConnectionRequired.tsx#L131
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/components/ConnectionRequired.tsx#L111
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/components/ConnectionRequired.tsx#L88
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/components/ConnectionRequired.tsx#L79
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/components/ConnectionRequired.tsx#L71
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/stable/routes/session/forgotPassword/index.tsx#L66
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/experimental/features/details/components/buttons/CancelSeriesTimerButton.tsx#L39
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/routes/playback/transcoding.tsx#L109
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/routes/livetv/recordings.tsx#L175
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Build 🏗️ / Run production build 🏗️
Process completed with exit code 1.
|
|
Quality checks 👌🧪 / Run build:es-check 🕵️♂️
Process completed with exit code 1.
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/routes/index.tsx#L91
`Grid` is deprecated. Use the [`Grid2`](https://mui.com/material-ui/react-grid2/) component instead
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/routes/index.tsx#L90
`Grid` is deprecated. Use the [`Grid2`](https://mui.com/material-ui/react-grid2/) component instead
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/routes/branding/index.tsx#L127
Take the required action to fix the issue indicated by this comment
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/features/sessions/utils/getNowPlayingName.ts#L17
Take the required action to fix the issue indicated by this comment
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/features/logs/api/useServerLog.ts#L14
Take the required action to fix the issue indicated by this comment
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/features/backups/api/useRestoreBackup.ts#L7
Take the required action to fix the issue indicated by this comment
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/features/backups/api/useCreateBackup.ts#L10
Take the required action to fix the issue indicated by this comment
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/features/backups/api/useBackups.ts#L10
Take the required action to fix the issue indicated by this comment
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/components/BaseCard.tsx#L23
`MutableRefObject` is deprecated. Use `RefObject` instead
|
|
Quality checks 👌🧪 / Run lint 🕵️♂️:
src/apps/dashboard/components/AppTabs.tsx#L56
Unexpected 'hack' comment: 'HACK: Force resizing to workaround...'
|
|
Run eslint suggestions
ESLint passes
|
|
Run eslint suggestions
Using ESLint with default configuration
|
|
Run eslint suggestions
ESLint version: 9.30.1
|
|
Run eslint suggestions
Using ESLint from: /home/runner/work/jellyfin-web/jellyfin-web/node_modules/eslint/lib/api.js
|