Update dependency sass to v1.85.0 #1957
Annotations
10 errors and 2 warnings
Check frontend types
Cannot find name 'vitest'.
|
Check frontend types
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
Check frontend types
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
Check frontend types
Type '(input: RequestInfo) => Promise<Response>' is not assignable to type '{ (input: URL | RequestInfo, init?: RequestInit<CfProperties<unknown>> | undefined): Promise<Response>; (input: URL | RequestInfo, init?: RequestInit<...> | undefined): Promise<...>; (input: RequestInfo, init?: RequestInit<...> | undefined): Promise<...>; (input: string | ... 1 more ... | Request, init?: RequestInit...'.
|
Check frontend types
Cannot find name 'vitest'.
|
Check frontend types
Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
Check frontend types
Cannot find name 'beforeEach'.
|
Check frontend types
Type '(input: RequestInfo) => Promise<never>' is not assignable to type '{ (input: URL | RequestInfo, init?: RequestInit<CfProperties<unknown>> | undefined): Promise<Response>; (input: URL | RequestInfo, init?: RequestInit<...> | undefined): Promise<...>; (input: RequestInfo, init?: RequestInit<...> | undefined): Promise<...>; (input: string | ... 1 more ... | Request, init?: RequestInit...'.
|
Check frontend types
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
Check frontend types
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
|
Check frontend linting:
frontend/src/components/StatusesPanel/StatusesPanel.tsx#L28
useVisibleTask$() runs eagerly and blocks the main thread, preventing user interaction until the task is finished. Consider using useTask$(), useOn(), useOnDocument(), or useOnWindow() instead. If you have to use a useVisibleTask$(), you can disable the warning with a '// eslint-disable-next-line qwik/no-use-visible-task' comment
|
Setup Go
Restore cache failed: Dependencies file is not found in /home/runner/work/wildebeest/wildebeest. Supported file pattern: go.sum
|
Loading