patching sparkle #22093
Annotations
5 errors and 1 warning
check-eslint
Property 'moreMenuItems' does not exist on type 'RowProps'.
|
check-eslint
Argument of type '{ id: string; cell: (info: CellContext<RowData, string>) => React.JSX.Element; accessorFn: (row: RowData) => string; }' is not assignable to parameter of type '{ id: string; cell: (info: CellContext<RowData, string>) => React.JSX.Element; accessorFn: (row: RowData) => string; meta: { className: string; }; }'.
|
check-eslint
Type '((AccessorKeyColumnDefBase<RowData, string> & Partial<IdIdentifier<RowData, string>>) | { header: string; accessorFn: (row: RowData) => number; id: string; meta: { width: string; }; cell: (info: CellContext<RowData, DataSourceWithAgentsUsageType>) => Element; } | { header: string; accessorFn: (row: RowData) => string | null | undefined; meta: { width: string; }; id: string; accessorKey: string; cell: (info: CellContext<RowData, string>) => Element; } | { header: string; id: string; accessorFn: (row: RowData) => number | undefined; meta: { width: string; }; cell: (info: CellContext<RowData, number>) => Element; } | { id: string; meta: { width: string; }; cell: (info: CellContext<RowData, unknown>) => Element; })[]' is not assignable to type 'ColumnDef<RowData, any>[]'.
|
check-eslint
Type '({ id: string; header: string; accessorKey: string; meta: { width: string; }; cell: (info: CellContext<RowData, string>) => Element; } | { id: string; header: string; accessorKey: string; cell: (info: CellContext<RowData, string>) => Element; meta?: undefined; })[]' is not assignable to type 'ColumnDef<{ onClick: () => undefined; id: number; sId: string; name: string; status: TrackerStatus; description: string | null; modelId: "gpt-3.5-turbo" | "gpt-4-turbo" | "gpt-4o" | "gpt-4o-2024-08-06" | "gpt-4o-mini" | "o1" | "o1-mini" | "claude-3-opus-20240229" | "claude-3-5-sonnet-20240620" | "claude-3-5-sonnet-20241022" | "claude-3-haiku-20240307" | "claude-3-5-haiku-20241022" | "claude-2.1" | "claude-instant-1.2" | "mistral-large-latest" | "mistral-medium" | "mistral-small-latest" | "codestral-latest" | "gemini-1.5-pro-latest" | "gemini-1.5-flash-latest" | "gemini-2.0-flash-exp" | "gemini-2.0-flash-thinking-exp-1219" | "meta-llama/Llama-3.3-70B-Instruct-Turbo" | "Qwen/Qwen2.5-Coder-32B-Instruct" | "Qwen/QwQ-32B-Preview" | "Qwen/Qwen2-72B-Instruct" | "deepseek-chat"; providerId: "openai" | "anthropic" | "mistral" | "google_ai_studio" | "togetherai" | "deepseek"; temperature: number; prompt: string | null; frequency: string; skipEmptyEmails: boolean; recipients: string[]; space: SpaceType; maintainedDataSources: TrackerDataSourceConfigurationType[]; watchedDataSources: TrackerDataSourceConfigurationType[]; generations?: TrackerGenerationToProcess[] | undefined; }, any>[]'.
|
check-eslint
Process completed with exit code 2.
|
check-eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|