Skip to content

Update dependencies #250

Update dependencies

Update dependencies #250

Triggered via pull request December 31, 2023 21:24
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
check: env.d.ts#L4
Expected a comma
check: env.d.ts#L8
Expected a comma
check: examples/demo.ts#L7
Unexpected separator (,)
check: examples/demo.ts#L9
Unexpected separator (,)
check: examples/demo.ts#L10
Unexpected separator (,)
check: examples/demo.ts#L11
Unexpected separator (,)
check: examples/demo.ts#L48
Top-level functions should be declared with function keyword
check: examples/template-ts/tsconfig.json#L6
Expected object keys to be in specified order. 'lib' should be before 'module'
check: examples/template-ts/tsconfig.json#L10
Expected object keys to be in specified order. 'moduleResolution' should be before 'skipLibCheck'
check: examples/template-ts/tsconfig.json#L14
Expected object keys to be in specified order. 'noEmit' should be before 'isolatedModules'
check: src/ui/app.tsx#L10
The reactive variable 'props.store' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored