upgrade effect #1455
tests-and-checks.yml
on: push
Install deps, build required package, typecheck, lint and test
4m 7s
Annotations
9 errors and 1 warning
|
Install deps, build required package, typecheck, lint and test
Process completed with exit code 2.
|
|
Install deps, build required package, typecheck, lint and test:
packages/typesync-studio/src/routes/index.tsx#L104
Argument of type 'typeof TypesyncHypergraphSchema' is not assignable to parameter of type 'Schema<unknown, unknown, never>'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/typesync-studio/src/hooks/useSyncHypergraphSchemaMutation.tsx#L41
Argument of type '{ onError?: (error: Error, variables: Typesync.TypesyncHypergraphSchema, context: unknown) => Promise<unknown> | unknown; throwOnError?: boolean | ((error: Error) => boolean); ... 10 more ...; mutationKey: MutationKey; }' is not assignable to parameter of type 'UseMutationOptions<TypesyncHypergraphSchema, Error, TypesyncHypergraphSchema, unknown>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
|
Install deps, build required package, typecheck, lint and test:
packages/typesync-studio/src/hooks/useSyncHypergraphSchemaMutation.tsx#L7
Argument of type 'typeof TypesyncHypergraphSchema' is not assignable to parameter of type 'Schema<unknown, unknown, never>'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/typesync-studio/src/hooks/useSyncHypergraphMappingMutation.tsx#L26
Type '(variables: { readonly [x: string]: any; readonly [x: number]: any; readonly [x: symbol]: any; }) => Promise<unknown>' is not assignable to type 'MutationFunction<TypesyncHypergraphSchema, { readonly [x: string]: any; readonly [x: number]: any; readonly [x: symbol]: any; }>'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/typesync-studio/src/hooks/useSyncHypergraphMappingMutation.tsx#L11
Type 'typeof TypesyncHypergraphSchema' is not assignable to type 'Field'.
|
|
Install deps, build required package, typecheck, lint and test:
packages/typesync-studio/src/hooks/useSyncHypergraphMappingMutation.tsx#L8
Argument of type 'typeof TypesyncHypergraphSchema' is not assignable to parameter of type 'Schema<unknown, unknown, never>'.
|
|
|
|
Install deps, build required package, typecheck, lint and test:
packages/typesync-studio/src/hooks/useHypergraphSchemaQuery.tsx#L7
Argument of type 'transform<SchemaClass<unknown, string, never>, Any>' is not assignable to parameter of type 'Schema<any, string, never>'.
|
|
Install deps, build required package, typecheck, lint and test
Could not determine node version from /home/runner/work/hypergraph/hypergraph/package.json. Falling back
|