Skip to content

feat(all): support world chart type #44

feat(all): support world chart type

feat(all): support world chart type #44

Triggered via push February 23, 2024 08:57
Status Failure
Total duration 46s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Release
Generic type 'WorldMapProps' requires 1 type argument(s).
Release
Conversion of type '(Type extends "line" ? LineChartProps<Labels, IsBreakdown> : Type extends "cumulative-line" ? LineChartProps<Labels, IsBreakdown> : Type extends "bar" ? BarChartProps<...> : Type extends "area" ? AreaChartProps<...> : Type extends "bar-total" ? BarTotalChartProps<...> : Type extends "pie" ? PieChartProps<...> : Type...' to type 'LineChartProps<Labels, IsBreakdown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Release
Conversion of type '(Type extends "line" ? LineChartProps<Labels, IsBreakdown> : Type extends "cumulative-line" ? LineChartProps<Labels, IsBreakdown> : Type extends "bar" ? BarChartProps<...> : Type extends "area" ? AreaChartProps<...> : Type extends "bar-total" ? BarTotalChartProps<...> : Type extends "pie" ? PieChartProps<...> : Type...' to type 'BarChartProps<Labels, IsBreakdown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Release
Conversion of type '(Type extends "line" ? LineChartProps<Labels, IsBreakdown> : Type extends "cumulative-line" ? LineChartProps<Labels, IsBreakdown> : Type extends "bar" ? BarChartProps<...> : Type extends "area" ? AreaChartProps<...> : Type extends "bar-total" ? BarTotalChartProps<...> : Type extends "pie" ? PieChartProps<...> : Type...' to type 'AreaChartProps<Labels, IsBreakdown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Release
Conversion of type '(Type extends "line" ? LineChartProps<Labels, IsBreakdown> : Type extends "cumulative-line" ? LineChartProps<Labels, IsBreakdown> : Type extends "bar" ? BarChartProps<...> : Type extends "area" ? AreaChartProps<...> : Type extends "bar-total" ? BarTotalChartProps<...> : Type extends "pie" ? PieChartProps<...> : Type...' to type 'BarTotalChartProps<Labels, IsBreakdown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Release
Conversion of type '(Type extends "line" ? LineChartProps<Labels, IsBreakdown> : Type extends "cumulative-line" ? LineChartProps<Labels, IsBreakdown> : Type extends "bar" ? BarChartProps<...> : Type extends "area" ? AreaChartProps<...> : Type extends "bar-total" ? BarTotalChartProps<...> : Type extends "pie" ? PieChartProps<...> : Type...' to type 'PieChartProps<Labels, IsBreakdown>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Release
Generic type 'WorldMapProps' requires 1 type argument(s).
Release
Process completed with exit code 1.
Release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2.2.4, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.