Bump the effect group across 1 directory with 3 updates #551
Annotations
20 errors
Typecheck:
src/Orcid.ts#L1
Module '"@effect/platform"' has no exported member '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#L45
'response' is of type 'unknown'.
|
Typecheck:
src/Orcid.ts#L65
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#L80
Argument of type '<A, E, R>(effect: Effect<A, E, R>) => Effect<A, E, Exclude<R, Scope>>' is not assignable to parameter of type '(b: unknown) => Effect<unknown, unknown, unknown>'.
|
Typecheck:
src/Orcid.ts#L174
'httpClient' is of type 'unknown'.
|
Typecheck:
src/Zenodo.ts#L1
Module '"@effect/platform"' has no exported member 'HttpClient'.
|
Typecheck:
src/Zenodo.ts#L38
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/Zenodo.ts#L42
'response' is of type 'unknown'.
|
Typecheck:
src/Zenodo.ts#L77
'httpClient' is of type 'unknown'.
|
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 .request 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>`
|