Skip to content

release: v2.0.0-alpha.0 #379

release: v2.0.0-alpha.0

release: v2.0.0-alpha.0 #379

Triggered via push June 17, 2024 10:08
Status Failure
Total duration 32s
Artifacts

ci.yml

on: push
type-check
22s
type-check
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
type-check: mods/mod-chart/src/widgets/barChart.ts#L139
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/barChart.ts#L168
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/barChart.ts#L201
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/barChart.ts#L209
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
type-check: mods/mod-chart/src/widgets/baseSimpleChart.ts#L57
Property 'style' in type 'BaseSimpleChart' is not assignable to the same property in base type 'BaseChart'.
type-check: mods/mod-chart/src/widgets/baseSimpleChart.ts#L103
Argument of type '[ChartLayout]' is not assignable to parameter of type 'Widget[] | ((parent: Widget) => Widget)[]'.
type-check: mods/mod-chart/src/widgets/chartLayout.ts#L104
Property 'style' in type 'ChartLayout' is not assignable to the same property in base type 'BaseChart'.
type-check: mods/mod-chart/src/widgets/chartLayout.ts#L367
Property 'value' is missing in type 'number[]' but required in type 'Ref<[number, number]>'.
type-check: mods/mod-chart/src/widgets/chartLayout.ts#L368
Type 'number[]' is not assignable to type 'Ref<[number, number]>'.
type-check: mods/mod-chart/src/widgets/chartLayout.ts#L417
Type 'number[]' is not assignable to type 'Ref<[number, number]>'.
type-check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
type-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/