fix: solve 401 error when searching and update dependencies (#58) #241
tests.yml
on: push
Typecheck
38s
Check format
36s
Annotations
10 errors and 2 warnings
Typecheck:
server/api/auth/callback.get.ts#L2
'User' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
server/forges/github.ts#L2
'Forge' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
server/forges/github.ts#L2
'Credentials' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
server/forges/github.ts#L2
'Tokens' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
server/forges/github.ts#L2
'ForgeUser' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
server/forges/github.ts#L2
'Repo' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
server/forges/github.ts#L2
'PaginatedList' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
server/forges/github.ts#L2
'Pagination' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
server/forges/github.ts#L2
'Issue' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
server/forges/github.ts#L3
'Forge' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Check format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|