designs to polymorphic model full #365
deploy.yml
on: pull_request
⬣ ESLint
53s
ʦ TypeScript
1m 9s
⚡ Vitest
42s
🎭 Playwright
1m 9s
🚀 Deploy
0s
Annotations
21 errors and 15 warnings
⬣ ESLint:
app/components/progress-bar.tsx#L25
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ ESLint:
app/components/templates/canvas/artwork-canvas.tsx#L23
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ ESLint:
app/components/templates/canvas/canvas-share.tsx#L66
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ ESLint:
app/entry.client.tsx#L6
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ ESLint:
app/entry.server.tsx#L24
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ ESLint:
app/entry.server.tsx#L106
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ ESLint:
app/routes/_auth+/auth.$provider.callback.test.ts#L101
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ ESLint:
app/utils/conform-utils.ts#L62
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ ESLint:
app/utils/conform-utils.ts#L108
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
⬣ ESLint:
app/utils/db.server.ts#L74
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
🎭 Playwright
Process completed with exit code 1.
|
ʦ TypeScript:
app/components/logo.tsx#L24
Type 'string | undefined' is not assignable to type 'string'.
|
ʦ TypeScript:
app/components/templates/form/fetcher-hex.tsx#L101
No overload matches this call.
|
ʦ TypeScript:
app/components/templates/form/fetcher-image-select.tsx#L132
Argument of type 'FieldConfig<any> | undefined' is not assignable to parameter of type 'FieldConfig<any>'.
|
ʦ TypeScript:
app/components/templates/form/fetcher-image-upload.tsx#L127
'fields.file' is possibly 'undefined'.
|
ʦ TypeScript:
app/components/templates/form/fetcher-image-upload.tsx#L162
No overload matches this call.
|
ʦ TypeScript:
app/components/templates/form/fetcher-image-upload.tsx#L171
'fields.file' is possibly 'undefined'.
|
ʦ TypeScript:
app/components/templates/form/fetcher-image-upload.tsx#L172
'fields.file' is possibly 'undefined'.
|
ʦ TypeScript:
app/components/templates/form/fetcher-image-upload.tsx#L180
No overload matches this call.
|
ʦ TypeScript:
app/components/templates/form/fetcher-image-upload.tsx#L183
'fields.name' is possibly 'undefined'.
|
ʦ TypeScript:
app/components/templates/form/fetcher-image-upload.tsx#L188
Argument of type 'FieldConfig<any> | undefined' is not assignable to parameter of type 'FieldConfig<any>'.
|
⚡ Vitest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
⬣ ESLint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
⬣ ESLint:
app/components/templates/combobox/nav-combobox.tsx#L33
'entitySingular' is assigned a value but never used. Allowed unused args must match /^_/u
|
⬣ ESLint:
app/components/templates/form/fetcher-hex.tsx#L71
'f' is defined but never used. Allowed unused args must match /^_/u
|
⬣ ESLint:
app/components/templates/form/fetcher-number.tsx#L70
'f' is defined but never used. Allowed unused args must match /^_/u
|
⬣ ESLint:
app/components/templates/form/fetcher-select.tsx#L74
'f' is defined but never used. Allowed unused args must match /^_/u
|
⬣ ESLint:
app/components/templates/form/fetcher-text.tsx#L72
'f' is defined but never used. Allowed unused args must match /^_/u
|
⬣ ESLint:
app/components/templates/navbar/combobox.tsx#L33
'entitySingular' is assigned a value but never used. Allowed unused args must match /^_/u
|
⬣ ESLint:
app/models/artwork-branch/_.get.server.ts#L7
'whereArgs' is assigned a value but only used as a type. Allowed unused vars must match /^ignored/u
|
⬣ ESLint:
app/models/artwork-version/artwork-version.create.server.ts#L6
'IArtworkVersionParentData' is defined but never used. Allowed unused vars must match /^ignored/u
|
⬣ ESLint:
app/models/artwork-version/artwork-version.get.server.ts#L14
'whereArgs' is assigned a value but only used as a type. Allowed unused vars must match /^ignored/u
|
⬣ ESLint:
app/models/artwork-version/layer/__components.panel.create.tsx#L12
'type' is defined but never used. Allowed unused args must match /^_/u
|
🎭 Playwright
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
🎭 Playwright
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
ʦ TypeScript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|