Update dependency sass to v1.85.0 #1957
PRs.yml
on: pull_request
lint
1m 46s
test-ui
31s
Matrix: test-api
Annotations
11 errors and 4 warnings
test-ui
Process completed with exit code 1.
|
lint
Cannot find name 'vitest'.
|
lint
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.
|
lint
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.
|
lint
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...'.
|
lint
Cannot find name 'vitest'.
|
lint
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.
|
lint
Cannot find name 'beforeEach'.
|
lint
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...'.
|
lint
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.
|
lint
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.
|
test-ui
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
test-ui
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
lint:
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
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/wildebeest/wildebeest. Supported file pattern: go.sum
|