chore(deps): bump @tanstack/react-router from 1.49.1 to 1.57.18 #303
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
src/components/Language.tsx#L17
React Hook useEffect contains a call to 'setSelected'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [language] as a second argument to the useEffect Hook
|
Lint:
src/components/Theme.tsx#L5
Missing JSDoc @returns declaration
|
Lint:
src/components/Theme.tsx#L41
Missing JSDoc @returns declaration
|
Lint:
src/utils/parseEnv.ts#L4
Unexpected any. Specify a different type
|
Lint:
src/utils/parseEnv.ts#L7
Missing JSDoc @returns declaration
|
Lint:
src/utils/parseEnv.ts#L9
Missing JSDoc @param "env" description
|
Lint:
src/utils/parseEnv.ts#L9
Missing JSDoc @param "env" type
|
Lint:
src/utils/parseEnv.ts#L14
Unexpected any. Specify a different type
|
Lint:
vite.config.ts#L25
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Lint:
vite.config.ts#L28
Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
|
Loading