Bump the effect group across 1 directory with 4 updates #1711
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<HttpClientError, Scope>>' 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 'HttpClient<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<{ readonly message: { 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; } | { ...; })[]; ... ...' is not assignable to parameter of type '(a: unknown) => Effect<{ readonly message: { 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 ...'.
|
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'.
|
Run typechecker:
src/Crossref.ts#L52
Argument of type '<I, F, A, Pr, Ret>(self: Matcher<I, F, never, A, Pr, Ret>) => [Pr] extends [never] ? (u: I) => Unify<A> : Unify<A>' is not assignable to parameter of type '(_: Matcher<unknown, Without<never>, unknown, any, unknown, any>) => any'.
|
Loading