Skip to content

Merge pull request #3 from UKDanceBlue/dependabot/github_actions/dock… #24

Merge pull request #3 from UKDanceBlue/dependabot/github_actions/dock…

Merge pull request #3 from UKDanceBlue/dependabot/github_actions/dock… #24

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / ESLint Report Analysis failed Nov 22, 2023 in 2s

ESLint Report Analysis

1474 ESLint error(s) and 0 ESLint warning(s) found

Details

Annotations

Check failure on line 26 in packages/portal/src/elements/forms/event/edit/EventEditorGQL.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/forms/event/edit/EventEditorGQL.ts#L26

[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.

Check failure on line 147 in packages/server/src/lib/auth/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/lib/auth/index.ts#L147

[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.

Check failure on line 39 in packages/portal/src/elements/viewers/person/PersonViewer.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/viewers/person/PersonViewer.tsx#L39

[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.

Check failure on line 182 in packages/server/src/models/Person.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/models/Person.ts#L182

[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: string; } | ArrayLike<string>`.

Check failure on line 481 in packages/server/src/resolvers/EventResolver.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/resolvers/EventResolver.ts#L481

[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `string`.

Check failure on line 16 in packages/portal/src/elements/forms/event/edit/useEventEditorForm.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/forms/event/edit/useEventEditorForm.ts#L16

[@typescript-eslint/no-redundant-type-constituents] 'any' overrides all other types in this union type.

Check failure on line 15 in packages/portal/src/elements/forms/person/edit/usePersonEditorForm.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/forms/person/edit/usePersonEditorForm.ts#L15

[@typescript-eslint/no-redundant-type-constituents] 'any' overrides all other types in this union type.

Check failure on line 66 in packages/portal/src/elements/viewers/event/EventViewer.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/viewers/event/EventViewer.tsx#L66

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .uuid on an `any` value.

Check failure on line 39 in packages/portal/src/elements/viewers/person/PersonViewer.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/viewers/person/PersonViewer.tsx#L39

[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.

Check failure on line 184 in packages/server/src/models/Person.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/models/Person.ts#L184

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .None on an `any` value.

Check failure on line 88 in packages/portal/src/elements/forms/team/create/TeamCreator.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/forms/team/create/TeamCreator.tsx#L88

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .NewTeam on an `any` value.

Check failure on line 62 in packages/portal/src/elements/forms/person/create/usePersonCreatorForm.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/forms/person/create/usePersonCreatorForm.ts#L62

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .createPerson on an `any` value.

Check failure on line 70 in packages/portal/src/elements/viewers/team/TeamViewer.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/viewers/team/TeamViewer.tsx#L70

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .totalPoints on an `any` value.

Check failure on line 147 in packages/server/src/lib/auth/index.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/lib/auth/index.ts#L147

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .auth on an `any` value.

Check failure on line 481 in packages/server/src/resolvers/EventResolver.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/resolvers/EventResolver.ts#L481

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .uuid on an `any` value.

Check failure on line 19 in packages/portal/src/elements/forms/event/edit/useEventEditorForm.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/forms/event/edit/useEventEditorForm.ts#L19

[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.

Check failure on line 97 in packages/portal/src/elements/forms/person/edit/usePersonEditorForm.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/forms/person/edit/usePersonEditorForm.ts#L97

[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.

Check failure on line 92 in packages/portal/src/elements/viewers/event/EventViewer.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/viewers/event/EventViewer.tsx#L92

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .title on an `any` value.

Check failure on line 46 in packages/portal/src/elements/forms/event/create/EventCreator.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/forms/event/create/EventCreator.tsx#L46

[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.

Check failure on line 63 in packages/server/src/controllers/PersonController.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/controllers/PersonController.ts#L63

[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.

Check failure on line 187 in packages/server/src/models/Person.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/models/Person.ts#L187

[@typescript-eslint/no-unsafe-argument] Unsafe argument of type `any` assigned to a parameter of type `{ [s: string]: string; } | ArrayLike<string>`.

Check failure on line 277 in packages/server/src/resolvers/TeamResolver.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/resolvers/TeamResolver.ts#L277

[@typescript-eslint/no-unsafe-return] Unsafe return of an `any[]` typed value.

Check failure on line 18 in packages/portal/src/elements/forms/person/edit/usePersonEditorForm.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/forms/person/edit/usePersonEditorForm.ts#L18

[@typescript-eslint/no-redundant-type-constituents] 'any' overrides all other types in this union type.

Check failure on line 486 in packages/server/src/resolvers/EventResolver.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/server/src/resolvers/EventResolver.ts#L486

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .NotFound on an `any` value.

Check failure on line 72 in packages/portal/src/elements/viewers/team/TeamViewer.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/portal/src/elements/viewers/team/TeamViewer.tsx#L72

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .type on an `any` value.