Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix all TS warnings (fix-tsWarnings) #12139

Merged
merged 12 commits into from
Jan 4, 2024

Merge branch 'main' into fix-tsWarnings

640ae0f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: Fix all TS warnings (fix-tsWarnings) #12139

Merge branch 'main' into fix-tsWarnings
640ae0f
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint Report Analysis succeeded Jan 2, 2024 in 1s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 25 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L25

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 38 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L38

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 41 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L41

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 42 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L42

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 60 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L60

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 72 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L72

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 77 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L77

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 104 in packages/app-store/googlecalendar/tests/google-calendar.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/google-calendar.e2e.ts#L104

[playwright/no-skipped-test] Unexpected use of the `.skip()` annotation.

Check warning on line 110 in packages/app-store/googlecalendar/tests/testUtils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/googlecalendar/tests/testUtils.ts#L110

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 85 in packages/app-store/zohocalendar/api/callback.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/zohocalendar/api/callback.ts#L85

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 50 in apps/web/app/_trpc/createTRPCNextLayout.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/_trpc/createTRPCNextLayout.ts#L50

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 52 in apps/web/app/_trpc/createTRPCNextLayout.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/_trpc/createTRPCNextLayout.ts#L52

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 33 in apps/web/app/future/(individual-page-wrapper)/apps/installed/[category]/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/future/(individual-page-wrapper)/apps/installed/[category]/page.tsx#L33

[@typescript-eslint/no-unused-vars] 'category' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 92 in apps/web/app/future/(individual-page-wrapper)/video/[uid]/page.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/app/future/(individual-page-wrapper)/video/[uid]/page.tsx#L92

[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.

Check warning on line 245 in apps/web/pages/auth/verify.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/pages/auth/verify.tsx#L245

[@typescript-eslint/no-unused-vars] 'context' is defined but never used. Allowed unused args must match /^_/u.

Check warning on line 839 in apps/web/pages/event-types/index.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/pages/event-types/index.tsx#L839

[@typescript-eslint/no-unused-vars] 'orgBranding' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 11 in apps/web/pages/settings/my-account/calendars.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/pages/settings/my-account/calendars.tsx#L11

[@typescript-eslint/no-unused-vars] 'SkeletonLoader' is assigned a value but never used. Allowed unused vars must match /^_/u.

Check warning on line 232 in apps/web/playwright/payment-apps.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/playwright/payment-apps.e2e.ts#L230-L232

[playwright/no-conditional-in-test] Avoid having conditionals in tests

Check warning on line 276 in apps/web/playwright/payment-apps.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/playwright/payment-apps.e2e.ts#L274-L276

[playwright/no-conditional-in-test] Avoid having conditionals in tests

Check warning on line 193 in apps/web/playwright/signup.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/playwright/signup.e2e.ts#L193

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 140 in apps/web/playwright/teams.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/playwright/teams.e2e.ts#L140

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 181 in apps/web/playwright/teams.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/playwright/teams.e2e.ts#L181

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 419 in apps/web/playwright/teams.e2e.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/playwright/teams.e2e.ts#L419

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 173 in apps/web/test/utils/bookingScenario/expects.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/utils/bookingScenario/expects.ts#L173

[@typescript-eslint/no-non-null-assertion] Forbidden non-null assertion.

Check warning on line 733 in apps/web/test/utils/bookingScenario/expects.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/test/utils/bookingScenario/expects.ts#L733

[@typescript-eslint/no-unused-vars] 'organizer' is defined but never used. Allowed unused args must match /^_/u.