Skip to content

chore(deps-dev): bump lint-staged from 15.5.2 to 16.2.6 #134

chore(deps-dev): bump lint-staged from 15.5.2 to 16.2.6

chore(deps-dev): bump lint-staged from 15.5.2 to 16.2.6 #134

Triggered via pull request October 27, 2025 10:27
Status Failure
Total duration 45s
Artifacts

ci.yml

on: pull_request
Code Quality
33s
Code Quality
Security Scanning
21s
Security Scanning
Build Validation
0s
Build Validation
Unit Tests
0s
Unit Tests
Performance Validation
0s
Performance Validation
E2E Tests
0s
E2E Tests
Deployment Readiness
Deployment Readiness
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Security Scanning
Process completed with exit code 1.
Code Quality: app/api/ai/content-enhancement/route.ts#L157
'userId' is declared but its value is never read.
Code Quality: app/api/ai/content-enhancement/route.ts#L137
Property 'generateRecommendations' does not exist on type 'AIContentEnhancement'.
Code Quality: app/api/ai/content-enhancement/route.ts#L101
Argument of type 'string' is not assignable to parameter of type '{ title: string; description: string; tags: string[]; }'.
Code Quality: app/api/ai/content-appeal/route.ts#L74
Property 'userId' does not exist on type 'Promise<SessionAuthWithRedirect<never>>'.
Code Quality: app/api/ai/content-appeal/route.ts#L66
'error' is of type 'unknown'.
Code Quality: app/api/ai/content-appeal/route.ts#L25
Property 'userId' does not exist on type 'Promise<SessionAuthWithRedirect<never>>'.
Code Quality: app/api/ai/content-analysis/route.ts#L65
Property 'userId' does not exist on type 'Promise<SessionAuthWithRedirect<never>>'.
Code Quality: app/api/ai/content-analysis/route.ts#L57
'error' is of type 'unknown'.
Code Quality: app/api/ai/content-analysis/route.ts#L22
Property 'userId' does not exist on type 'Promise<SessionAuthWithRedirect<never>>'.
Code Quality: app/(dashboard)/library/page.tsx#L8
'userId' is declared but its value is never read.