Skip to content

Security patch 12 2025 - #226

Merged
JeremiahSecrist merged 2 commits into
mainfrom
security-patch-12-2025
Dec 6, 2025
Merged

Security patch 12 2025#226
JeremiahSecrist merged 2 commits into
mainfrom
security-patch-12-2025

fix: mdx config change

0e1de9e
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / ESLint Report Analysis succeeded Dec 6, 2025 in 1s

ESLint Report Analysis

0 ESLint error(s) and 4 ESLint warning(s) found

Details

4 Warning(s):

src/app/staging/testApp/page.tsx line 14

  • Start Line: 14
  • End Line: 14
  • Message: 'useState' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/app/staging/testApp/page.tsx line 14

  • Start Line: 14
  • End Line: 14
  • Message: 'useEffect' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/app/staging/testApp/page.tsx line 14

  • Start Line: 14
  • End Line: 14
  • Message: 'useContext' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

src/app/staging/testApp/page.tsx line 15

  • Start Line: 15
  • End Line: 15
  • Message: 'ThemeContext' is defined but never used.
    • From: [@typescript-eslint/no-unused-vars]

Annotations

Check warning on line 14 in src/app/staging/testApp/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/staging/testApp/page.tsx#L14

[@typescript-eslint/no-unused-vars] 'useState' is defined but never used.

Check warning on line 14 in src/app/staging/testApp/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/staging/testApp/page.tsx#L14

[@typescript-eslint/no-unused-vars] 'useEffect' is defined but never used.

Check warning on line 14 in src/app/staging/testApp/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/staging/testApp/page.tsx#L14

[@typescript-eslint/no-unused-vars] 'useContext' is defined but never used.

Check warning on line 15 in src/app/staging/testApp/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/app/staging/testApp/page.tsx#L15

[@typescript-eslint/no-unused-vars] 'ThemeContext' is defined but never used.