chore(deps): lock file maintenance #4091
tests_ci.yml
on: pull_request
Linting
58s
TypeScript
1m 45s
Package Unit Tests (Jest)
1m 31s
Package Unit Tests (Vitest)
1m 18s
Field CRUD Tests PostgreSQL
1m 53s
Field CRUD Tests SQLite
1m 11s
Field CRUD Tests MySQL
1m 23s
node:test PostgreSQL
3m 7s
node:test SQLite
2m 47s
node:test MySQL
3m 34s
Testing example project
1m 1s
Ensure Next in App directory builds
1m 17s
Matrix: Integration tests for Admin UI
Matrix: Smoke Tests For Examples
Matrix: API Tests MySQL
Matrix: API Tests PostgreSQL
Matrix: API Tests SQLite
Annotations
43 errors
Linting
Process completed with exit code 2.
|
Linting:
packages/fields-document/src/DocumentEditor/Toolbar.tsx#L158
Argument of type 'Key | null' is not assignable to parameter of type 'string | number'.
|
Linting:
packages/core/src/fields/types/select/views/index.tsx#L122
Type '(key: Key) => void' is not assignable to type '(key: Key | null) => void'.
|
Package Unit Tests (Vitest)
Process completed with exit code 1.
|
packages/fields-document/src/DocumentEditor/tests/test-utils.test.tsx > allows non-normalized input when passed normalization: "skip":
packages/fields-document/src/DocumentEditor/tests/utils.tsx#L55
Error: process.exit unexpectedly called with "1"
❯ Console.console.error packages/fields-document/src/DocumentEditor/tests/utils.tsx:55:11
❯ process.env.NODE_ENV.reportGlobalError node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:24133:23
❯ defaultOnRecoverableError node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:8339:7
❯ runWithFiberInDEV node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:1522:13
❯ flushSpawnedWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15656:15
❯ commitRoot node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15403:9
❯ performWorkOnRoot node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14526:15
❯ performWorkOnRootViaSchedulerTask node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:16216:7
❯ flushActQueue node_modules/.pnpm/[email protected]/node_modules/react/cjs/react.development.js:566:34
|
packages/fields-document/src/DocumentEditor/code-block.test.tsx > non-text is removed from code blocks:
packages/fields-document/src/DocumentEditor/tests/utils.tsx#L55
Error: process.exit unexpectedly called with "1"
❯ Console.console.error packages/fields-document/src/DocumentEditor/tests/utils.tsx:55:11
❯ node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:2626:21
❯ runWithFiberInDEV node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:1522:13
❯ validateDOMNesting node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:2625:11
❯ completeWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:11299:15
❯ runWithFiberInDEV node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:1522:13
❯ completeUnitOfWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15268:19
❯ performUnitOfWork node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15149:11
❯ workLoopSync node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14956:41
|
Unhandled error:
packages/fields-document/src/DocumentEditor/tests/utils.tsx#L55
Error: process.exit unexpectedly called with "1"
❯ process.exit node_modules/.pnpm/[email protected]_@[email protected]_@[email protected][email protected][email protected][email protected][email protected][email protected]/node_modules/vitest/dist/chunks/execute.B7h3T_Hc.js:525:9
❯ Console.console.error packages/fields-document/src/DocumentEditor/tests/utils.tsx:55:11
❯ node_modules/.pnpm/[email protected]/node_modules/react/cjs/react.development.js:866:23
❯ node:internal/process/task_queues:151:7
❯ AsyncResource.runInAsyncScope node:async_hooks:214:14
❯ AsyncResource.runMicrotask node:internal/process/task_queues:148:8
❯ processTicksAndRejections node:internal/process/task_queues:105:5
This error originated in "packages/fields-document/src/DocumentEditor/tests/test-utils.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "allows non-normalized input when passed normalization: "skip"". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Integration tests for Admin UI (list-view-crud.test.ts)
Process completed with exit code 1.
|
TypeScript
Process completed with exit code 2.
|
TypeScript:
packages/fields-document/src/DocumentEditor/Toolbar.tsx#L158
Argument of type 'Key | null' is not assignable to parameter of type 'string | number'.
|
TypeScript:
packages/core/src/fields/types/select/views/index.tsx#L122
Type '(key: Key) => void' is not assignable to type '(key: Key | null) => void'.
|
Integration tests for Admin UI (filters.test.ts)
Process completed with exit code 1.
|
Integration tests for Admin UI (init.test.ts)
Process completed with exit code 1.
|
Integration tests for Admin UI (navigation.test.ts)
Process completed with exit code 1.
|
Integration tests for Admin UI (relations.test.ts)
Process completed with exit code 1.
|
Smoke Tests For Examples (default-values.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (default-values.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (field-groups.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (field-groups.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (extend-graphql-schema-graphql-ts.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (extend-graphql-schema-graphql-ts.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (auth.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (auth.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (usecase-roles.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (usecase-roles.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (virtual-field.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (virtual-field.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (usecase-todo.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (usecase-todo.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (usecase-blog.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (usecase-blog.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (testing.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (testing.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (custom-admin-ui-navigation.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (custom-admin-ui-navigation.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (extend-graphql-schema-graphql-tools.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (extend-graphql-schema-graphql-tools.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (extend-graphql-schema-nexus.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (extend-graphql-schema-nexus.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (extend-express-app.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (extend-express-app.test.ts)
The job has exceeded the maximum execution time of 10m0s
|
Smoke Tests For Examples (custom-field.test.ts)
The operation was canceled.
|
Smoke Tests For Examples (custom-field.test.ts)
The job has exceeded the maximum execution time of 10m0s
|