Skip to content

chore: update tslog from 3.2.1 to 4.9.2 #5041

chore: update tslog from 3.2.1 to 4.9.2

chore: update tslog from 3.2.1 to 4.9.2 #5041

GitHub Actions / ESLint Report Analysis succeeded Oct 17, 2023 in 1s

ESLint Report Analysis

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

Details

Annotations

Check warning on line 17 in packages/app-store/_utils/oauth/parseRefreshTokenResponse.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/_utils/oauth/parseRefreshTokenResponse.ts#L17

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

Check warning on line 3 in packages/app-store/_utils/oauth/refreshOAuthTokens.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/_utils/oauth/refreshOAuthTokens.ts#L3

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

Check warning on line 57 in packages/app-store/alby/pages/setup/index.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/alby/pages/setup/index.tsx#L57

[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'params'. Either include it or remove the dependency array.

Check warning on line 21 in packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx#L21

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

Check warning on line 24 in packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/components/EventTypeAppCardInterface.tsx#L24

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

Check warning on line 62 in packages/app-store/basecamp3/lib/CalendarService.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/lib/CalendarService.ts#L62

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

Check warning on line 6 in packages/app-store/basecamp3/trpc/_router.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/trpc/_router.ts#L6

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

Check warning on line 51 in packages/app-store/basecamp3/trpc/projectMutation.handler.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/basecamp3/trpc/projectMutation.handler.ts#L51

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

Check warning on line 51 in packages/app-store/paypal/components/EventTypeAppCardInterface.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/paypal/components/EventTypeAppCardInterface.tsx#L51

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'getAppData', 'requirePayment', and 'setAppData'. Either include them or remove the dependency array.

Check warning on line 174 in packages/app-store/paypal/lib/PaymentService.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/paypal/lib/PaymentService.ts#L174

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

Check warning on line 175 in packages/app-store/paypal/lib/PaymentService.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/paypal/lib/PaymentService.ts#L175

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

Check warning on line 186 in packages/app-store/paypal/lib/PaymentService.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/paypal/lib/PaymentService.ts#L186

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

Check warning on line 192 in packages/app-store/paypal/lib/PaymentService.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/paypal/lib/PaymentService.ts#L187-L192

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

Check warning on line 193 in packages/app-store/paypal/lib/PaymentService.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/paypal/lib/PaymentService.ts#L193

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

Check warning on line 197 in packages/app-store/paypal/lib/PaymentService.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/app-store/paypal/lib/PaymentService.ts#L197

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

Check warning on line 5 in apps/web/lib/withNonce.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/lib/withNonce.tsx#L5

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

Check warning on line 14 in apps/web/lib/withNonce.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/lib/withNonce.tsx#L14

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

Check warning on line 31 in apps/web/pages/_app.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/pages/_app.tsx#L31

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

Check warning on line 35 in apps/web/pages/_document.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/pages/_document.tsx#L35

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

Check warning on line 60 in apps/web/pages/auth/oauth2/authorize.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/pages/auth/oauth2/authorize.tsx#L60

[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'mappedProfiles'. Either include it or remove the dependency array.

Check warning on line 69 in apps/web/pages/auth/oauth2/authorize.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

apps/web/pages/auth/oauth2/authorize.tsx#L69

[react-hooks/exhaustive-deps] React Hook useEffect has missing dependencies: 'queryString' and 'router'. Either include them or remove the dependency array.

Check warning on line 18 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#L16-L18

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

Check warning on line 60 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#L58-L60

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

Check warning on line 106 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#L104-L106

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

Check warning on line 154 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#L152-L154

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