Skip to content

[HOLD][WIP] Import and export Onyx snapshots #35858

[HOLD][WIP] Import and export Onyx snapshots

[HOLD][WIP] Import and export Onyx snapshots #35858

Triggered via pull request May 6, 2024 21:44
Status Failure
Total duration 2m 48s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
typecheck: __mocks__/react-native-document-picker.ts#L14
Type 'Readonly<{ allFiles: "public.item"; audio: "public.audio"; csv: "public.comma-separated-values-text"; doc: "com.microsoft.word.doc"; docx: "org.openxmlformats.wordprocessingml.document"; ... 8 more ...; zip: "public.zip-archive"; }>' is not assignable to type 'Readonly<{ readonly allFiles: "*/*"; readonly audio: "audio/*"; readonly csv: "text/csv"; readonly doc: "application/msword"; readonly docx: "application/vnd.openxmlformats-officedocument.wordprocessingml.document"; ... 9 more ...; readonly zip: "application/zip"; }> | Readonly<...> | Readonly<...>'.
typecheck: src/libs/actions/Troubleshooting.ts#L11
Property 'getAllEntries' does not exist on type '{ readonly METHOD: { readonly SET: "set"; readonly MERGE: "merge"; readonly MERGE_COLLECTION: "mergecollection"; readonly MULTI_SET: "multiset"; readonly CLEAR: "clear"; }; readonly connect: <TKey extends OnyxKey>(connectOptions: ConnectOptions<...>) => number; ... 8 more ...; readonly registerLogger: (callback: Log...'.
typecheck: src/libs/actions/Troubleshooting.ts#L12
Parameter 'entries' implicitly has an 'any' type.
typecheck: src/libs/actions/Troubleshooting.ts#L13
Parameter 'json' implicitly has an 'any' type.
typecheck: src/pages/ReportDetailsPage.tsx#L383
Argument of type '"groupChat.lastMemberTitle"' is not assignable to parameter of type 'TranslationPaths'.
typecheck: src/pages/workspace/accounting/qbo/import/QuickbooksChartOfAccountsPage.tsx#L33
Argument of type '"workspace.accounting.import"' is not assignable to parameter of type 'TranslationPaths'.
typecheck
Process completed with exit code 2.
typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.