Skip to content

Migrate type tests to Vitest #5170

Migrate type tests to Vitest

Migrate type tests to Vitest #5170

Triggered via pull request January 28, 2024 09:30
Status Failure
Total duration 6h 1m 44s
Artifacts 1

tests.yml

on: pull_request
Check for changes
3s
Check for changes
Matrix: build
Matrix: Check package config with are-the-types-wrong
Matrix: Test against dist
Matrix: test-published-artifact
Matrix: test-types
Fit to window
Zoom out
Zoom in

Annotations

54 errors and 38 warnings
Test Types with TypeScript 5.3
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<QueryDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: QueryDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.3
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<MutationDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: MutationDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.3
Type 'Transformed | undefined' does not satisfy the constraint '"Expected: undefined, Actual: literal string: out1" | "Expected: ..., Actual: literal string: out1"'.
Test Types with TypeScript 5.3
Type '{ data: Transformed; } | { error: SerializedError | FetchBaseQueryError; }' does not satisfy the constraint '{ error: never; data: never; }'.
Test Types with TypeScript 5.3
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<QueryDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: QueryDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.3
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<MutationDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: MutationDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.3
Process completed with exit code 2.
Test Types with TypeScript 4.9
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.9
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.9
Type 'Transformed | undefined' does not satisfy the constraint '"Expected: undefined, Actual: literal string: out1" | "Expected: ..., Actual: literal string: out1"'.
Test Types with TypeScript 4.9
Type '{ data: Transformed; } | { error: SerializedError | FetchBaseQueryError; }' does not satisfy the constraint '{ error: never; data: never; }'.
Test Types with TypeScript 4.9
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.9
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.9
Expected 1 arguments, but got 0.
Test Types with TypeScript 4.9
Process completed with exit code 2.
Test Types with TypeScript 5.2
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<QueryDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: QueryDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.2
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<MutationDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: MutationDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.2
Type 'Transformed | undefined' does not satisfy the constraint '"Expected: undefined, Actual: literal string: out1" | "Expected: ..., Actual: literal string: out1"'.
Test Types with TypeScript 5.2
Type '{ data: Transformed; } | { error: SerializedError | FetchBaseQueryError; }' does not satisfy the constraint '{ error: never; data: never; }'.
Test Types with TypeScript 5.2
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<QueryDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: QueryDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.2
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<MutationDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: MutationDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.2
Process completed with exit code 2.
Test Types with TypeScript 5.1
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<QueryDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: QueryDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.1
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<MutationDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: MutationDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.1
Type 'Transformed | undefined' does not satisfy the constraint '"Expected: undefined, Actual: literal string: out1" | "Expected: ..., Actual: literal string: out1"'.
Test Types with TypeScript 5.1
Type '{ data: Transformed; } | { error: SerializedError | FetchBaseQueryError; }' does not satisfy the constraint '{ error: never; data: never; }'.
Test Types with TypeScript 5.1
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<QueryDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: QueryDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.1
Type '{ transformResponse: (a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }; }' is not assignable to type 'Partial<MutationDefinition<void, BaseQueryFn<string | FetchArgs, unknown, FetchBaseQueryError, {}, FetchBaseQueryMeta>, "old", "out1", "api">> | ((definition: MutationDefinition<...>) => void) | undefined'.
Test Types with TypeScript 5.1
Process completed with exit code 2.
Test Types with TypeScript 5.0
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 5.0
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 5.0
Type 'Transformed | undefined' does not satisfy the constraint '"Expected: undefined, Actual: literal string: out1" | "Expected: ..., Actual: literal string: out1"'.
Test Types with TypeScript 5.0
Type '{ data: Transformed; } | { error: SerializedError | FetchBaseQueryError; }' does not satisfy the constraint '{ error: never; data: never; }'.
Test Types with TypeScript 5.0
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 5.0
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 5.0
Expected 1 arguments, but got 0.
Test Types with TypeScript 5.0
Process completed with exit code 2.
Test Types with TypeScript 4.7
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.7
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.7
Type 'Transformed | undefined' does not satisfy the constraint '"Expected: undefined, Actual: literal string: out1" | "Expected: ..., Actual: literal string: out1"'.
Test Types with TypeScript 4.7
Type '{ data: Transformed; } | { error: SerializedError | FetchBaseQueryError; }' does not satisfy the constraint '{ error: never; data: never; }'.
Test Types with TypeScript 4.7
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.7
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.7
Expected 1 arguments, but got 0.
Test Types with TypeScript 4.7
Process completed with exit code 2.
Test Types with TypeScript 4.8
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.8
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.8
Type 'Transformed | undefined' does not satisfy the constraint '"Expected: undefined, Actual: literal string: out1" | "Expected: ..., Actual: literal string: out1"'.
Test Types with TypeScript 4.8
Type '{ data: Transformed; } | { error: SerializedError | FetchBaseQueryError; }' does not satisfy the constraint '{ error: never; data: never; }'.
Test Types with TypeScript 4.8
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.8
Type '(a: unknown, b: FetchBaseQueryMeta | undefined, c: void) => { value: string; }' is not assignable to type 'undefined'.
Test Types with TypeScript 4.8
Expected 1 arguments, but got 0.
Test Types with TypeScript 4.8
Process completed with exit code 2.
Test against dist (18.x)
The operation was canceled.
Check for changes
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check for changes
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint, Test, Build & Pack on Node 18.x
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint, Test, Build & Pack on Node 18.x
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Published Artifact node-standard
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Published Artifact node-standard
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Published Artifact node-esm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Published Artifact node-esm
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check package config with are-the-types-wrong (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check package config with are-the-types-wrong (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Published Artifact vite
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Published Artifact vite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Published Artifact next
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Published Artifact next
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Types with TypeScript 5.3
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Types with TypeScript 5.3
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Types with TypeScript 4.9
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Types with TypeScript 4.9
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Published Artifact cra5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Published Artifact cra5
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Types with TypeScript 5.2
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Types with TypeScript 5.2
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Types with TypeScript 5.1
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Types with TypeScript 5.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Types with TypeScript 5.0
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Types with TypeScript 5.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Published Artifact cra4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Published Artifact cra4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Types with TypeScript 4.7
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Types with TypeScript 4.7
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Types with TypeScript 4.8
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Types with TypeScript 4.8
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Published Artifact react-native
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2, actions/setup-java@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Published Artifact react-native
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Published Artifact expo
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2, actions/setup-java@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Published Artifact expo
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2, actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test against dist (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test against dist (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Artifacts

Produced during runtime
Name Size
package Expired
1.12 MB