Skip to content

fix: update dependency effect to v3 #725

fix: update dependency effect to v3

fix: update dependency effect to v3 #725

Triggered via pull request June 3, 2024 10:51
Status Failure
Total duration 31s
Artifacts

pr.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 4 warnings
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
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
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/.
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/.