fix: update dependency effect to v3 #722
Annotations
30 errors and 4 warnings
test
Type '{ _tag: "supplied"; parameter: ParameterBasic; value: boolean; } | { _tag: "supplied"; parameter: ParameterBasic; value: { value: unknown; errors: string[]; }; } | { _tag: "error"; parameter: ParameterBasic; errors: ErrorInvalidArgument[]; }' is not assignable to type 'ParseResultBasic'.
|
test
Conversion of type 'Error' to type 'string' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
test
Conversion of type 'Error' to type 'number' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
test
Conversion of type 'Error' to type 'boolean' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
test
Type 'Either<T, never>' is not assignable to type 'ValidationResult<T>'.
|
test
This comparison appears to be unintentional because the types 'Error | null' and 'boolean' have no overlap.
|
test
Type 'true | Error' is not assignable to type 'boolean'.
|
test
Type '(value: unknown) => Either.Either<undefined, never> | Either.Either<boolean, never> | Either.Either<never, { value: unknown; errors: string[]; }>' is not assignable to type '(value: unknown) => ValidationResult<boolean | undefined>'.
|
test
Type '(params: { channels: Channels; prompt: string; marginLeft?: number | undefined; }) => Effect<any, never, State | null>' is not assignable to type '(params: { channels: Channels; prompt: string; marginLeft?: number | undefined; }) => Effect<never, never, boolean | undefined>'.
|
test
Property 'value' does not exist on type 'never'.
|
lint
Type '{ _tag: "supplied"; parameter: ParameterBasic; value: boolean; } | { _tag: "supplied"; parameter: ParameterBasic; value: { value: unknown; errors: string[]; }; } | { _tag: "error"; parameter: ParameterBasic; errors: ErrorInvalidArgument[]; }' is not assignable to type 'ParseResultBasic'.
|
lint
Conversion of type 'Error' to type 'string' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
lint
Conversion of type 'Error' to type 'number' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
lint
Conversion of type 'Error' to type 'boolean' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
lint
Type 'Either<T, never>' is not assignable to type 'ValidationResult<T>'.
|
lint
This comparison appears to be unintentional because the types 'Error | null' and 'boolean' have no overlap.
|
lint
Type 'true | Error' is not assignable to type 'boolean'.
|
lint
Type '(value: unknown) => Either.Either<undefined, never> | Either.Either<boolean, never> | Either.Either<never, { value: unknown; errors: string[]; }>' is not assignable to type '(value: unknown) => ValidationResult<boolean | undefined>'.
|
lint
Type '(params: { channels: Channels; prompt: string; marginLeft?: number | undefined; }) => Effect<any, never, State | null>' is not assignable to type '(params: { channels: Channels; prompt: string; marginLeft?: number | undefined; }) => Effect<never, never, boolean | undefined>'.
|
lint
Property 'value' does not exist on type 'never'.
|
types
Type '{ _tag: "supplied"; parameter: ParameterBasic; value: boolean; } | { _tag: "supplied"; parameter: ParameterBasic; value: { value: unknown; errors: string[]; }; } | { _tag: "error"; parameter: ParameterBasic; errors: ErrorInvalidArgument[]; }' is not assignable to type 'ParseResultBasic'.
|
types
Conversion of type 'Error' to type 'string' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
types
Conversion of type 'Error' to type 'number' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
types
Conversion of type 'Error' to type 'boolean' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
types
Type 'Either<T, never>' is not assignable to type 'ValidationResult<T>'.
|
types
This comparison appears to be unintentional because the types 'Error | null' and 'boolean' have no overlap.
|
types
Type 'true | Error' is not assignable to type 'boolean'.
|
types
Type '(value: unknown) => Either.Either<undefined, never> | Either.Either<boolean, never> | Either.Either<never, { value: unknown; errors: string[]; }>' is not assignable to type '(value: unknown) => ValidationResult<boolean | undefined>'.
|
types
Type '(params: { channels: Channels; prompt: string; marginLeft?: number | undefined; }) => Effect<any, never, State | null>' is not assignable to type '(params: { channels: Channels; prompt: string; marginLeft?: number | undefined; }) => Effect<never, never, boolean | undefined>'.
|
types
Property 'value' does not exist on type 'never'.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
types
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|