Skip to content

Use Svelte 5 without migration #1346

Use Svelte 5 without migration

Use Svelte 5 without migration #1346

Triggered via pull request December 3, 2024 05:36
Status Success
Total duration 6m 17s
Artifacts

codeql.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

87 errors and 2 warnings
frontend/src/lib/user.ts#L132
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .email on an `error` typed value.
frontend/src/lib/user.ts#L134
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `error` typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L235
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/lib/user.ts#L143
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .createGuestUserByAdmin on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L246
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: BulkAddProjectMembersInput; }>`.
frontend/src/lib/user.ts#L146
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L246
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L146
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .createGuestUserByAdmin on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L273
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/lib/user.ts#L147
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L282
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: { code: string; }; }>`.
frontend/src/lib/user.ts#L149
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L282
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L149
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .email on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L307
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: { code: string; }; }>`.
frontend/src/lib/user.ts#L150
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L307
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L150
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L334
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: { code: string; }; }>`.
frontend/src/lib/user.ts#L151
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L334
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L361
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: { code: string; }; }>`.
frontend/src/lib/user.ts#L151
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .locked on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L361
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L152
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L388
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: { code: string; }; }>`.
frontend/src/lib/user.ts#L152
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .emailVerificationRequired on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L388
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L153
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L426
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: ChangeProjectMemberRoleInput; }>`.
frontend/src/lib/user.ts#L153
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .canCreateProjects on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L426
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L154
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L442
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/lib/user.ts#L154
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .createdByAdmin on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L451
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: ChangeProjectNameInput; }>`.
frontend/src/lib/user.ts#L155
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .email on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L451
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L155
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .username on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L466
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/lib/user.ts#L180
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L475
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: ChangeProjectDescriptionInput; }>`.
frontend/src/lib/user.ts#L180
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `{ [s: string]: unknown; } | ArrayLike<unknown>`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L475
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L180
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L490
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/lib/user.ts#L180
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .User on an `error` typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L499
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: { projectId: string; orgId: string; }; }>`.
frontend/src/lib/user.ts#L192
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L499
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L193
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .Admin on an `error` typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L523
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: SetProjectConfidentialityInput; }>`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L523
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L198
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .Admin on an `error` typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L538
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/lib/user.ts#L210
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L547
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: SetRetentionPolicyInput; }>`.
frontend/src/lib/user.ts#L210
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .Unknown on an `error` typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L547
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L213
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L562
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/lib/user.ts#L213
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .Manager on an `error` typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L570
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: { projectId: string; userId: string; }; }>`.
frontend/src/lib/user.ts#L216
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L570
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/lib/user.ts#L216
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .Editor on an `error` typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L593
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { projectCode: string; }>`.
frontend/src/lib/user.ts#L220
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L593
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L47
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<unknown, { projectCode: string; userIsAdmin: boolean; }>`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L622
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: { projectId: string; }; }>`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L47
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L622
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L116
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<unknown, { projectCode: string; }>`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L116
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L135
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `(Readable<unknown> & Pausable) | undefined`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L149
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L149
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .changesets on an `any` value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L159
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, {}>`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L159
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L169
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, {}>`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L169
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L185
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: AddProjectToOrgInput; }>`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L185
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L200
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an error typed value.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L209
[@typescript-eslint/no-unsafe-argument] Unsafe argument of type error typed assigned to a parameter of type `TypedDocumentNode<GenericData, { input: AddProjectMemberInput; }>`.
frontend/src/routes/(authenticated)/project/[project_code]/+page.ts#L209
[@typescript-eslint/no-unsafe-call] Unsafe call of a(n) `error` type typed value.
Analyze (javascript-typescript)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Analyze (csharp)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636