fix: localhost in install links #549
Annotations
10 errors and 11 warnings
|
Run Linting
Type '{ id: number; node_id: string; url: string; body?: string | undefined; body_text?: string | undefined; body_html?: string | undefined; html_url: string; user: { name?: string | null | undefined; ... 20 more ...; user_view_type?: string | undefined; } | null; ... 5 more ...; reactions?: { ...; } | undefined; }' is not assignable to type '{ id: number; node_id: string; url: string; body?: string | undefined; body_text?: string | undefined; body_html?: string | undefined; html_url: string; user: { name?: string | null | undefined; ... 19 more ...; starred_at?: string | undefined; } | null; ... 5 more ...; reactions?: { ...; } | undefined; }'.
|
|
Run Linting
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Run Linting
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Run Linting
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Run Linting
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Run Linting
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
Run Linting
Object is possibly 'undefined'.
|
|
Run Linting
Property 'currentPage' does not exist on type '{ hasNextPage: boolean; endCursor: string | null; currentPage: number; perPage: number; totalCount: number; totalPages: number; } | { hasNextPage: boolean; endCursor: null; }'.
|
|
Run Linting
Property 'totalPages' does not exist on type '{ hasNextPage: boolean; endCursor: string | null; currentPage: number; perPage: number; totalCount: number; totalPages: number; } | { hasNextPage: boolean; endCursor: null; }'.
|
|
Run Linting
Property 'currentPage' does not exist on type '{ hasNextPage: boolean; endCursor: string | null; currentPage: number; perPage: number; totalCount: number; totalPages: number; } | { hasNextPage: boolean; endCursor: null; }'.
|
|
Run Linting
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run Linting:
packages/app/server/api/repo/search.get.ts#L106
Unexpected console statement
|
|
Run Linting:
packages/app/server/api/repo/index.get.ts#L51
Unexpected console statement
|
|
Run Linting:
packages/app/server/api/repo/index.get.ts#L37
'_event' is defined but never used
|
|
Run Linting:
packages/app/server/api/repo/index.get.ts#L29
Unexpected console statement
|
|
Run Linting:
packages/app/server/api/repo/commits.get.ts#L314
Unexpected console statement
|
|
Run Linting:
packages/app/script/update-webhook-url.ts#L47
Unexpected console statement
|
|
Run Linting:
packages/app/script/update-webhook-url.ts#L34
Unexpected console statement
|
|
Run Linting:
packages/app/script/generate-dev-vars.ts#L69
Unexpected console statement
|
|
Run Linting:
packages/app/script/generate-dev-vars.ts#L66
Unexpected console statement
|
|
Run Linting:
packages/app/app/components/RepoSearch.vue#L57
Unexpected console statement
|