deps(deps): bump the minor-updates group with 13 updates #85
Annotations
21 errors and 10 warnings
|
Logout from Azure
Process completed with exit code 1.
|
|
Build application:
src/mvp/server.ts#L87
Parameter 'res' implicitly has an 'any' type.
|
|
Build application:
src/mvp/server.ts#L87
Parameter '_req' implicitly has an 'any' type.
|
|
Build application:
src/mvp/server.ts#L64
Parameter 'res' implicitly has an 'any' type.
|
|
Build application:
src/mvp/server.ts#L64
Parameter 'req' implicitly has an 'any' type.
|
|
Build application:
src/mvp/server.ts#L57
Type '({ index: number; latitude: number; longitude: number; altitude: number; hoverTime: number; action?: undefined; } | { index: number; latitude: number; longitude: number; altitude: number; hoverTime: number; action: string; })[]' is not assignable to type 'Waypoint[]'.
|
|
Build application:
src/mvp/server.ts#L2
Could not find a declaration file for module 'express'. '/home/runner/work/privaseeAI/privaseeAI/node_modules/express/index.js' implicitly has an 'any' type.
|
|
Build application:
src/lib/stripe.ts#L9
Type '"2025-11-17.clover"' is not assignable to type '"2026-01-28.clover"'.
|
|
Build application:
src/components/MissionDashboard.tsx#L223
Type '{ children: string; jsx: true; }' is not assignable to type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>'.
|
|
Build application:
src/components/MissionDashboard.tsx#L59
'missionId' is declared but its value is never read.
|
|
Build application:
src/components/LaunchApprovalCard.tsx#L145
Type '{ children: string; jsx: true; }' is not assignable to type 'DetailedHTMLProps<StyleHTMLAttributes<HTMLStyleElement>, HTMLStyleElement>'.
|
|
Run linter:
src/components/MissionDashboard.tsx#L59
'missionId' is defined but never used
|
|
Run linter:
src/components/LaunchApprovalCard.tsx#L15
'requestId' is defined but never used
|
|
Run linter:
src/components/LaunchApprovalCard.tsx#L14
'reason' is defined but never used
|
|
Run linter:
src/components/LaunchApprovalCard.tsx#L14
'requestId' is defined but never used
|
|
Run linter:
src/components/LaunchApprovalCard.tsx#L13
'requestId' is defined but never used
|
|
Run linter:
src/components/CameraStream.tsx#L382
'codecError' is defined but never used
|
|
Run linter:
src/components/CameraStream.tsx#L16
'objects' is defined but never used
|
|
Run linter:
src/components/Auth0Components.tsx#L92
'React' is not defined
|
|
Run linter:
src/components/Auth.tsx#L195
'React' is not defined
|
|
Run linter:
src/components/Auth.tsx#L194
'React' is not defined
|
|
Run linter:
src/components/CameraStream.tsx#L282
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Run linter:
src/components/CameraStream.tsx#L250
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Run linter:
src/components/CameraStream.tsx#L249
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Run linter:
src/components/CameraStream.tsx#L127
React Hook useEffect has missing dependencies: 'startDetectionLoop' and 'stream'. Either include them or remove the dependency array
|
|
Run linter:
src/components/Auth0Components.tsx#L65
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Run linter:
src/components/Auth.tsx#L211
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Run linter:
src/auth0-config.ts#L4
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Run linter:
src/auth0-config.ts#L3
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
Run linter:
src/App.tsx#L324
Unexpected any. Specify a different type
|
|
Run linter:
src/App.tsx#L25
Unexpected any. Specify a different type
|
Loading