Skip to content

refactor: use TypeScript + Node 20 + vite (#44) #5

refactor: use TypeScript + Node 20 + vite (#44)

refactor: use TypeScript + Node 20 + vite (#44) #5

Triggered via push February 4, 2024 20:06
Status Failure
Total duration 33s
Artifacts

ci.yml

on: push
test coverage (20.x)
19s
test coverage (20.x)
build (20.x)
15s
build (20.x)
Matrix: lint and test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 8 warnings
build (20.x): src/Client.ts#L1
Parameter 'canvas' implicitly has an 'any' type.
build (20.x): src/Client.ts#L1
Binding element 'api' implicitly has an 'any' type.
build (20.x): src/Client.ts#L1
Property 'instance' does not exist on type 'Function'.
build (20.x): src/Client.ts#L1
Property 'fetch' does not exist on type 'Client'.
build (20.x): src/Client.ts#L1
Property 'device' does not exist on type 'Client'.
build (20.x): src/Client.ts#L1
Property 'device' does not exist on type 'Client'.
build (20.x): src/Client.ts#L1
Expected 0 arguments, but got 1.
build (20.x): src/Client.ts#L1
Property 'screen' does not exist on type 'Client'.
build (20.x): src/Client.ts#L1
Property 'textures' does not exist on type 'Client'.
build (20.x): src/Client.ts#L1
Property 'ui' does not exist on type 'Client'.
lint and test (20.x): src/gfx/Screen.ts#L26
'_viewport' is defined but never used
lint and test (20.x): src/gfx/Screen.ts#L60
'_viewport' is assigned a value but never used
lint and test (20.x): src/ui/components/FactoryRegistry.ts#L33
Unable to validate computed reference to imported namespace 'frameTypes'
lint and test (20.x): src/ui/components/UIRoot.ts#L49
'_unknownBool' is defined but never used
lint and test (20.x): src/ui/components/UIRoot.ts#L61
'_checkOcclusion' is defined but never used
lint and test (20.x): src/ui/components/abstract/FrameStrata.ts#L1
'Frame' is defined but never used. Allowed unused vars must match /^_/u
lint and test (20.x): src/ui/components/abstract/FrameStrata.ts#L1
'Frame' is defined but never used
lint and test (20.x): src/ui/components/abstract/LayoutFrame.ts#L294
'_other' is defined but never used
lint and test (20.x): src/ui/components/abstract/LayoutFrame.ts#L443
'_prevRect' is defined but never used
lint and test (20.x): src/ui/components/abstract/ScriptObject.ts#L43
Unexpected aliasing of 'this' to local variable
lint and test (18.x): src/gfx/Screen.ts#L26
'_viewport' is defined but never used
lint and test (18.x): src/gfx/Screen.ts#L60
'_viewport' is assigned a value but never used
lint and test (18.x): src/ui/components/FactoryRegistry.ts#L33
Unable to validate computed reference to imported namespace 'frameTypes'
lint and test (18.x): src/ui/components/UIRoot.ts#L49
'_unknownBool' is defined but never used
lint and test (18.x): src/ui/components/UIRoot.ts#L61
'_checkOcclusion' is defined but never used
lint and test (18.x): src/ui/components/abstract/FrameStrata.ts#L1
'Frame' is defined but never used. Allowed unused vars must match /^_/u
lint and test (18.x): src/ui/components/abstract/FrameStrata.ts#L1
'Frame' is defined but never used
lint and test (18.x): src/ui/components/abstract/LayoutFrame.ts#L294
'_other' is defined but never used
lint and test (18.x): src/ui/components/abstract/LayoutFrame.ts#L443
'_prevRect' is defined but never used
lint and test (18.x): src/ui/components/abstract/ScriptObject.ts#L43
Unexpected aliasing of 'this' to local variable
build (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint and test (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint and test (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test coverage (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, codecov/codecov-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test coverage (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint and test (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint and test (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/