Skip to content

Move Contracts integration from Farfetched #542

Move Contracts integration from Farfetched

Move Contracts integration from Farfetched #542

Triggered via pull request September 3, 2024 11:28
Status Success
Total duration 3m 37s
Artifacts

ci.yml

on: pull_request
Matrix: code_old_versions
Matrix: e2e_old_versions
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 5 warnings
code_old_versions (22)
Argument of type '{ serialize: "ignore"; name: string; skipVoid: boolean; }' is not assignable to parameter of type '{ name?: string | undefined; sid?: string | undefined; updateFilter?: ((update: State & Ext, current: State & Ext) => boolean) | undefined; serialize?: "ignore" | { ...; } | undefined; domain?: Domain | undefined; }'.
code_old_versions (22)
Type 'Store<i18n | Store<i18n | null>>' is not assignable to type 'Store<i18n | null>'.
code_old_versions (22)
Type 'Effect<string, void, Error>' is not assignable to type 'Effect<string, void, unknown>'.
code_old_versions (22)
Type 'Store<(() => { name: string; getCurrentPosition(): Promise<{ coords: { latitude: number; longitude: number; }; timestamp: number; }>; watchPosition(success: any, error: any): () => void; })[]>' is not assignable to type '(CustomProvider | Geolocation | unique symbol)[] | Store<(CustomProvider | Geolocation | unique symbol)[]> | undefined'.
code_old_versions (22)
Type 'Store<(CustomProvider | Geolocation | unique symbol)[] | Store<(CustomProvider | Geolocation | unique symbol)[]>>' is not assignable to type 'Store<(CustomProvider | Geolocation | unique symbol)[]>'.
code_old_versions (22)
Type 'Effect<void, CustomGeolocationPosition | GeolocationPosition, Error>' is not assignable to type 'Effect<void, CustomGeolocationPosition | GeolocationPosition, CustomGeolocationError | GeolocationPositionError>'.
code_old_versions (22)
Argument of type '[{ clock: Event<{ status: "done"; params: void; result: void; } | { status: "fail"; params: void; error: Error; }>; target: Event<void> | undefined; }]' is not assignable to parameter of type '[message: { error: "target should be unit or array of units"; got: undefined; }] | [config: { clock: Event<{ status: "done"; params: void; result: void; } | { status: "fail"; params: void; error: Error; }>; source?: undefined; filter?: undefined; target: Event<...>; greedy?: boolean | undefined; } & { ...; }]'.
e2e_old_versions (22)
Type 'Store<i18n | Store<i18n | null>>' is not assignable to type 'Store<i18n | null>'.
e2e_old_versions (22)
Type 'Effect<string, void, Error>' is not assignable to type 'Effect<string, void, unknown>'.
e2e_old_versions (22)
Argument of type '{ serialize: "ignore"; name: string; skipVoid: boolean; }' is not assignable to parameter of type '{ name?: string | undefined; sid?: string | undefined; updateFilter?: ((update: State & Ext, current: State & Ext) => boolean) | undefined; serialize?: "ignore" | { ...; } | undefined; domain?: Domain | undefined; }'.
e2e_old_versions (22)
Type 'Store<(() => { name: string; getCurrentPosition(): Promise<{ coords: { latitude: number; longitude: number; }; timestamp: number; }>; watchPosition(success: any, error: any): () => void; })[]>' is not assignable to type '(CustomProvider | Geolocation | unique symbol)[] | Store<(CustomProvider | Geolocation | unique symbol)[]> | undefined'.
e2e_old_versions (22)
Type 'Store<(CustomProvider | Geolocation | unique symbol)[] | Store<(CustomProvider | Geolocation | unique symbol)[]>>' is not assignable to type 'Store<(CustomProvider | Geolocation | unique symbol)[]>'.
e2e_old_versions (22)
Type 'Effect<void, CustomGeolocationPosition | GeolocationPosition, Error>' is not assignable to type 'Effect<void, CustomGeolocationPosition | GeolocationPosition, CustomGeolocationError | GeolocationPositionError>'.
e2e_old_versions (22)
Argument of type '[{ clock: Event<{ status: "done"; params: void; result: void; } | { status: "fail"; params: void; error: Error; }>; target: Event<void> | undefined; }]' is not assignable to parameter of type '[message: { error: "target should be unit or array of units"; got: undefined; }] | [config: { clock: Event<{ status: "done"; params: void; result: void; } | { status: "fail"; params: void; error: Error; }>; source?: undefined; filter?: undefined; target: Event<...>; greedy?: boolean | undefined; } & { ...; }]'.
pkg
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
code_old_versions (22)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
code
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e_old_versions (22)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
e2e
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/