Bump the effect group with 3 updates #194
Annotations
21 errors
Typecheck:
src/Temporal.ts#L13
Type 'Schema<I, A, PlainDate>' is not assignable to type 'Schema<I, PlainDate, PlainDate>'.
|
Typecheck:
src/Temporal.ts#L19
Type 'ParseError' is not assignable to type 'ParseIssue'.
|
Typecheck:
src/Url.ts#L3
Generic type 'Schema<R, From, To>' requires between 2 and 3 type arguments.
|
Typecheck:
src/Url.ts#L6
Type 'Schema<I, A, URL>' is not assignable to type 'Schema<I, URL, URL>'.
|
Typecheck:
src/Url.ts#L12
Type 'ParseError' is not assignable to type 'ParseIssue'.
|
Typecheck:
src/Url.ts#L14
'url' is of type 'unknown'.
|
Typecheck:
src/Users.ts#L25
Type 'unknown' is not assignable to type 'Stream<unknown, unknown, unknown>'.
|
Typecheck:
src/Users.ts#L26
Argument of type '<R, E>(self: Stream<R, E, { readonly orcidId: OrcidId; readonly accessToken: string; }>) => Stream<R, E, User>' is not assignable to parameter of type '(_: Stream<unknown, unknown, { orcidId: string & Brand<"OrcidId">; accessToken: unknown; }>) => Stream<unknown, unknown, User>'.
|
Typecheck:
src/Users.ts#L33
Property 'parse' does not exist on type 'typeof import("/home/runner/work/orcid-sync/orcid-sync/node_modules/@effect/schema/dist/dts/Schema")'.
|
Typecheck:
src/Users.ts#L34
Argument of type '<R, E>(self: Effect<R, E, { value: any; }>) => Effect<R, E, any>' is not assignable to parameter of type '(c: Effect<unknown, unknown, unknown>) => Effect<unknown, unknown, any>'.
|
Test
Process completed with exit code 1.
|
Lint:
src/Url.ts#L8
Unsafe argument of type `any` assigned to a parameter of type `Schema<I, unknown, URL>`
|
Lint:
src/Users.ts#L33
Unsafe argument of type `any` assigned to a parameter of type `(a: string) => Effect<unknown, unknown, unknown>`
|
Lint:
src/Users.ts#L33
Unsafe call of an `any` typed value
|
Lint:
src/Users.ts#L34
Unsafe return of an `any` typed value
|
Lint:
src/Users.ts#L34
Unsafe member access .accessToken on an `any` value
|
Lint:
test/Doi.test.ts#L80
Unsafe assignment of an `any` value
|
Lint:
test/Doi.test.ts#L80
Unsafe call of an `any` typed value
|
Lint:
test/Doi.test.ts#L80
Unsafe call of an `any` typed value
|
Lint:
test/Doi.test.ts#L88
Unsafe assignment of an `any` value
|
Lint:
test/Doi.test.ts#L88
Unsafe call of an `any` typed value
|