Bump the effect group across 1 directory with 4 updates #1728
Annotations
10 errors
Run typechecker:
src/CoarNotify.ts#L31
Property 'nonEmpty' does not exist on type 'typeof import("/home/runner/work/coar-notify/coar-notify/node_modules/@effect/schema/dist/dts/Schema")'.
|
Run typechecker:
src/Crossref.ts#L22
Argument of type 'Effect<{ getWork: (doi: Doi) => Effect<any, never, unknown>; }, never, HttpClient>' is not assignable to parameter of type 'Effect<{ readonly getWork: (doi: Doi) => Effect<{ readonly type: string; readonly abstract?: string | undefined; readonly author: readonly ({ readonly family: string; readonly given?: string | undefined; readonly prefix?: string | undefined; readonly suffix?: string | undefined; } | { ...; })[]; ... 5 more ...; read...' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Run typechecker:
src/Crossref.ts#L34
Argument of type 'With<HttpClientError, Scope>' is not assignable to parameter of type '(a: HttpClientRequest) => unknown'.
|
Run typechecker:
src/Crossref.ts#L35
Argument of type '<E>(self: HttpIncomingMessage<E>) => Effect<unknown, ParseError | E, unknown>' is not assignable to parameter of type '(a: unknown) => Effect<unknown, unknown, unknown>'.
|
Run typechecker:
src/Crossref.ts#L35
Argument of type 'Struct<{ message: Schema<{ readonly type: string; readonly abstract?: string | undefined; readonly author: readonly ({ readonly family: string; readonly given?: string | undefined; readonly prefix?: string | undefined; readonly suffix?: string | undefined; } | { ...; })[]; ... 5 more ...; readonly title: readonly st...' is not assignable to parameter of type 'Schema<unknown, unknown, unknown>'.
|
Run typechecker:
src/Crossref.ts#L38
'response' is of type 'unknown'.
|
Run typechecker:
src/Crossref.ts#L42
Argument of type 'string' is not assignable to parameter of type 'never'.
|
Run typechecker:
src/Crossref.ts#L42
Property 'message' does not exist on type 'never'.
|
Run typechecker:
src/Crossref.ts#L44
Argument of type 'string' is not assignable to parameter of type 'never'.
|
Run typechecker:
src/Crossref.ts#L49
Property 'reason' does not exist on type 'never'.
|
Loading