deps: bump @mui/material from 6.1.2 to 7.1.2 #371
Annotations
16 errors
|
test-tauri (macos-latest, --target aarch64-apple-darwin)
Command "pnpm ["tauri","build","--target","aarch64-apple-darwin"]" failed with exit code 1
|
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/hooks/useImageGeneration.ts#L37
'image.data' is possibly 'undefined'.
|
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/hooks/useAppData.ts#L32
Conversion of type 'ArrayBuffer' to type 'Uint8Array<ArrayBufferLike>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test-tauri (macos-latest, --target aarch64-apple-darwin):
src/components/ChatBox/InputBox.tsx#L97
Argument of type 'ChatCompletionContentPart[]' is not assignable to parameter of type '(ChatCompletionContentPartText | ChatCompletionContentPartImage)[]'.
|
|
test-tauri (macos-latest, --target x86_64-apple-darwin)
Command "pnpm ["tauri","build","--target","x86_64-apple-darwin"]" failed with exit code 1
|
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/hooks/useImageGeneration.ts#L37
'image.data' is possibly 'undefined'.
|
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/hooks/useAppData.ts#L32
Conversion of type 'ArrayBuffer' to type 'Uint8Array<ArrayBufferLike>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test-tauri (macos-latest, --target x86_64-apple-darwin):
src/components/ChatBox/InputBox.tsx#L97
Argument of type 'ChatCompletionContentPart[]' is not assignable to parameter of type '(ChatCompletionContentPartText | ChatCompletionContentPartImage)[]'.
|
|
test-tauri (ubuntu-22.04)
Command "pnpm ["tauri","build"]" failed with exit code 1
|
|
test-tauri (ubuntu-22.04):
src/hooks/useImageGeneration.ts#L37
'image.data' is possibly 'undefined'.
|
|
test-tauri (ubuntu-22.04):
src/hooks/useAppData.ts#L32
Conversion of type 'ArrayBuffer' to type 'Uint8Array<ArrayBufferLike>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test-tauri (ubuntu-22.04):
src/components/ChatBox/InputBox.tsx#L97
Argument of type 'ChatCompletionContentPart[]' is not assignable to parameter of type '(ChatCompletionContentPartText | ChatCompletionContentPartImage)[]'.
|
|
test-tauri (windows-latest)
Command "pnpm ["tauri","build"]" failed with exit code 1
|
|
test-tauri (windows-latest):
src/hooks/useImageGeneration.ts#L37
'image.data' is possibly 'undefined'.
|
|
test-tauri (windows-latest):
src/hooks/useAppData.ts#L32
Conversion of type 'ArrayBuffer' to type 'Uint8Array<ArrayBufferLike>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
test-tauri (windows-latest):
src/components/ChatBox/InputBox.tsx#L97
Argument of type 'ChatCompletionContentPart[]' is not assignable to parameter of type '(ChatCompletionContentPartText | ChatCompletionContentPartImage)[]'.
|