create ts check action #1
Annotations
10 errors and 1 warning
build:
metrics.ts#L1
Could not find a declaration file for module 'node-statsd'. '/home/runner/work/sprig/sprig/node_modules/node-statsd/index.js' implicitly has an 'any' type.
|
build:
src/components/big-interactive-pages/login.tsx#L41
Type '{ type: "email"; id: string; autoComplete: string; placeholder: string; bind: Signal<string>; }' is not assignable to type 'IntrinsicAttributes & InputProps'.
|
build:
src/components/big-interactive-pages/login.tsx#L59
Type '{ id: string; type: "text"; maxLength: number; placeholder: string; bind: Signal<string>; }' is not assignable to type 'IntrinsicAttributes & InputProps'.
|
build:
src/components/big-interactive-pages/migrate.tsx#L180
Type '{ type: "email"; autoComplete: string; id: string; placeholder: string; bind: Signal<string>; }' is not assignable to type 'IntrinsicAttributes & InputProps'.
|
build:
src/components/navbar-editor.tsx#L114
Argument of type '{ indent_size: number; brace_style: string; }' is not assignable to parameter of type 'JSBeautifyOptions'.
|
build:
src/components/navbar-main.tsx#L5
'AnnouncementBanner' is declared but its value is never read.
|
build:
src/components/popups-etc/chat-component.tsx#L123
'err' is of type 'unknown'.
|
build:
src/components/popups-etc/draft-warning.tsx#L42
Type '{ type: "email"; autoComplete: string; placeholder: string; bind: Signal<string>; }' is not assignable to type 'IntrinsicAttributes & InputProps'.
|
build:
src/components/popups-etc/draft-warning.tsx#L73
Type '{ maxLength: number; class: string | undefined; type: "text"; bind: Signal<string>; placeholder: string; }' is not assignable to type 'IntrinsicAttributes & InputProps'.
|
build:
src/components/popups-etc/save-prompt.tsx#L41
Type '{ type: "email"; autoComplete: string; placeholder: string; bind: Signal<string>; }' is not assignable to type 'IntrinsicAttributes & InputProps'.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|