Skip to content

Update React (major) #5319

Update React (major)

Update React (major) #5319

Triggered via pull request July 24, 2026 22:48
Status Failure
Total duration 6m 1s
Artifacts

pull_request.yml

on: pull_request
Build 🏗️  /  Run production build 🏗️
3m 5s
Build 🏗️ / Run production build 🏗️
Quality checks 👌🧪  /  Vulnerable dependencies 🔎
10s
Quality checks 👌🧪 / Vulnerable dependencies 🔎
Run eslint suggestions
2m 9s
Run eslint suggestions
Matrix: GitHub CodeQL 🔬 / analyze
Matrix: Quality checks 👌🧪 / quality
Fit to window
Zoom out
Zoom in

Annotations

23 errors, 11 warnings, and 4 notices
Quality checks 👌🧪 / Vulnerable dependencies 🔎
Dependency review detected vulnerable packages.
Quality checks 👌🧪 / Run build:check 🕵️‍♂️: src/apps/dashboard/routes/activity/index.tsx#L197
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#L185
Type 'MRT_ColumnDef<ActivityLogEntry, unknown> | { accessorKey: "Name"; header: any; size: number; grow: true; } | { id: "Overview"; accessorFn: (row: ActivityLogEntry) => string | ... 1 more ... | undefined; ... 4 more ...; maxSize: number; } | { ...; } | { ...; }' is not assignable to type 'MRT_ColumnDef<ActivityLogEntry, unknown>'.
Quality checks 👌🧪 / Run build:check 🕵️‍♂️: src/apps/dashboard/routes/activity/index.tsx#L181
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#L170
Type 'MRT_ColumnDef<ActivityLogEntry, unknown> | { accessorKey: "Name"; header: any; size: number; grow: true; } | { id: "Overview"; accessorFn: (row: ActivityLogEntry) => string | ... 1 more ... | undefined; ... 4 more ...; maxSize: number; } | { ...; } | { ...; }' is not assignable to type 'MRT_ColumnDef<ActivityLogEntry, unknown>'.
Quality checks 👌🧪 / Run build:check 🕵️‍♂️: src/apps/dashboard/routes/activity/index.tsx#L169
Type 'MRT_ColumnDef<ActivityLogEntry, unknown> | { accessorKey: "Name"; header: any; size: number; grow: true; } | { id: "Overview"; accessorFn: (row: ActivityLogEntry) => string | ... 1 more ... | undefined; ... 4 more ...; maxSize: number; } | { ...; } | { ...; }' is not assignable to type 'MRT_ColumnDef<ActivityLogEntry, unknown>'.
Quality checks 👌🧪 / Run build:check 🕵️‍♂️: src/apps/dashboard/routes/activity/index.tsx#L158
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#L149
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 build:check 🕵️‍♂️: src/apps/dashboard/features/tasks/components/NewTriggerForm.tsx#L74
Type '(e: React.FormEvent<HTMLFormElement>) => void' is not assignable to type 'SubmitEventHandler<HTMLDivElement>'.
Quality checks 👌🧪 / Run build:check 🕵️‍♂️: src/apps/dashboard/features/plugins/components/NewRepositoryForm.tsx#L43
Type '(e: React.FormEvent<HTMLFormElement>) => void' is not assignable to type 'SubmitEventHandler<HTMLDivElement>'.
Quality checks 👌🧪 / Run build:check 🕵️‍♂️: src/apps/dashboard/features/backups/components/CreateBackupForm.tsx#L48
Type '(e: React.FormEvent<HTMLFormElement>) => void' is not assignable to type 'SubmitEventHandler<HTMLDivElement>'.
Build 🏗️ / Run production build 🏗️
Process completed with exit code 1.
Quality checks 👌🧪 / Run lint 🕵️‍♂️: src/apps/dashboard/routes/users/index.tsx#L95
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/users/index.tsx#L91
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/users/edit.tsx#L25
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/users/add.tsx#L163
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 🕵️‍♂️
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 🕵️‍♂️
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/index.tsx#L51
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/index.tsx#L47
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/features/users/components/Profile.tsx#L252
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/features/livetv/components/TunerDeviceCard.tsx#L30
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 build:es-check 🕵️‍♂️
Process completed with exit code 1.
GitHub CodeQL 🔬 / Analyze javascript-typescript 🔬
1 issue was detected with this workflow: Please specify an on.push hook to analyze and see code scanning alerts from the default branch on the Security tab.
Quality checks 👌🧪 / Run lint 🕵️‍♂️: src/apps/dashboard/features/users/components/ParentalControl.tsx#L234
Refactor this code to not nest functions more than 4 levels deep
Quality checks 👌🧪 / Run lint 🕵️‍♂️: src/apps/dashboard/features/users/components/Access.tsx#L240
React Hook useEffect has a missing dependency: 'userId'. Either include it or remove the dependency array
Quality checks 👌🧪 / Run lint 🕵️‍♂️: src/apps/dashboard/features/users/components/Access.tsx#L142
React Hook useCallback has a missing dependency: 'libraryMenu'. Either include it or remove the dependency array
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/components/widgets/ItemCountsWidget.tsx#L88
`Grid` is deprecated. Use the [`Grid2`](https://mui.com/material-ui/react-grid2/) component instead
Quality checks 👌🧪 / Run lint 🕵️‍♂️: src/apps/dashboard/components/widgets/ItemCountsWidget.tsx#L80
`Grid` is deprecated. Use the [`Grid2`](https://mui.com/material-ui/react-grid2/) component instead
Quality checks 👌🧪 / Run lint 🕵️‍♂️: src/apps/dashboard/components/BaseCard.tsx#L22
`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.39.4
Run eslint suggestions
Using ESLint from: /home/runner/work/jellyfin-web/jellyfin-web/node_modules/eslint/lib/api.js