chore(deps): update dependency typescript to v5.7.2 - autoclosed #416
Annotations
7 errors and 2 warnings
Typecheck
Type 'typeof Request' is not assignable to type '{ new (input: URL | RequestInfo, init?: RequestInit | undefined): Request; prototype: Request; }'.
|
Typecheck
Type 'typeof Response' is not assignable to type '{ new (body?: BodyInit | null | undefined, init?: ResponseInit | undefined): Response; prototype: Response; error(): Response; json(data: any, init?: ResponseInit | undefined): Response; redirect(url: string | URL, status?: number | undefined): Response; }'.
|
Typecheck
Type 'typeof URL' is missing the following properties from type '{ new (url: string | URL, base?: string | URL | undefined): URL; prototype: URL; canParse(url: string | URL, base?: string | URL | undefined): boolean; createObjectURL(obj: Blob): string; parse(url: string | URL, base?: string | ... 1 more ... | undefined): URL | null; revokeObjectURL(url: string): void; }': canParse, parse
|
Typecheck
This regular expression flag is only available when targeting 'es2018' or later.
|
Typecheck
@lagoss/js-runtime#typecheck: command (/home/runner/work/lagoss/lagoss/packages/js-runtime) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
Typecheck
@lagoss/dashboard#typecheck: command (/home/runner/work/lagoss/lagoss/packages/dashboard) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
Typecheck
Process completed with exit code 2.
|
Lint:
packages/dashboard/lib/pages/function/FunctionOverview.tsx#L115
React Hook useEffect has a missing dependency: 'calculateCron'. Either include it or remove the dependency array
|
Lint:
packages/dashboard/locales/index.ts#L31
React Hook useEffect has a missing dependency: 'changeLocale'. Either include it or remove the dependency array
|