Bump the effect group across 1 directory with 3 updates #635
Annotations
20 errors
Typecheck:
src/Orcid.ts#L18
Namespace '"/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/platform/dist/dts/HttpClient"' has no exported member 'error'.
|
Typecheck:
src/Orcid.ts#L19
Namespace '"/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/platform/dist/dts/HttpClient"' has no exported member 'error'.
|
Typecheck:
src/Orcid.ts#L19
Namespace '"/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/platform/dist/dts/HttpClient"' has no exported member 'body'.
|
Typecheck:
src/Orcid.ts#L20
Namespace '"/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/platform/dist/dts/HttpClient"' has no exported member 'error'.
|
Typecheck:
src/Orcid.ts#L33
Namespace '"/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/platform/dist/dts/HttpClient"' has no exported member 'client'.
|
Typecheck:
src/Orcid.ts#L39
Property 'request' does not exist on type 'typeof import("/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/platform/dist/dts/HttpClient")'.
|
Typecheck:
src/Orcid.ts#L41
Argument of type '<E, R>(self: Effect<unknown, E, R>) => Effect<unknown, unknown, unknown>' is not assignable to parameter of type '(b: unknown) => Effect<unknown, unknown, unknown>'.
|
Typecheck:
src/Orcid.ts#L41
Property 'response' does not exist on type 'typeof import("/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/platform/dist/dts/HttpClient")'.
|
Typecheck:
src/Orcid.ts#L45
'response' is of type 'unknown'.
|
Typecheck:
src/Orcid.ts#L57
Namespace '"/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/platform/dist/dts/HttpClient"' has no exported member 'client'.
|
Lint:
src/Orcid.ts#L18
'any' overrides all other types in this union type
|
Lint:
src/Orcid.ts#L19
'any' overrides all other types in this union type
|
Lint:
src/Orcid.ts#L19
'any' overrides all other types in this union type
|
Lint:
src/Orcid.ts#L33
'any' overrides all other types in this union type
|
Lint:
src/Orcid.ts#L35
Unsafe return of type `Effect<any, unknown, unknown>` from function with return type `Effect<readonly ({ readonly 'external-ids': { readonly 'external-id': readonly [{ readonly 'external-id-type': "peer-review"; readonly 'external-id-value': "orcid-generated:prereview"; }]; }; readonly 'peer-review-group': readonly { ...; }[]; } | { ...; })[], any, any>`
|
Lint:
src/Orcid.ts#L36
Unsafe assignment of an `any` value
|
Lint:
src/Orcid.ts#L39
Unsafe call of an `any` typed value
|
Lint:
src/Orcid.ts#L39
Unsafe member access .get on an `any` value
|
Lint:
src/Orcid.ts#L40
Unsafe argument of type `any` assigned to a parameter of type `(a: any) => unknown`
|
Lint:
src/Orcid.ts#L41
Unsafe argument of type `any` assigned to a parameter of type `(a: unknown) => Effect<unknown, unknown, unknown>`
|