Skip to content

deps: bump react-router-dom from 6.26.2 to 7.6.2 #362

deps: bump react-router-dom from 6.26.2 to 7.6.2

deps: bump react-router-dom from 6.26.2 to 7.6.2 #362

Triggered via pull request June 9, 2025 16:27
Status Failure
Total duration 1m 19s
Artifacts

cross-platform-test.yml

on: pull_request
Matrix: test-tauri
Fit to window
Zoom out
Zoom in

Annotations

16 errors
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/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 (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/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 (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)[]'.
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)[]'.