Skip to content

fix: add localization for date helpers #3175

fix: add localization for date helpers

fix: add localization for date helpers #3175

Triggered via push January 7, 2025 12:00
Status Failure
Total duration 1m 34s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test
Argument of type '{ isoDate: string; }' is not assignable to parameter of type 'FormatDateOptions'.
test
Argument of type '{ isoDate: string; format: "date"; }' is not assignable to parameter of type 'FormatDateOptions'.
test
Argument of type '{ isoDate: string; format: "date"; showCurrentYear: true; }' is not assignable to parameter of type 'FormatDateOptions'.
test
Argument of type '{ isoDate: string; format: "date"; }' is not assignable to parameter of type 'FormatDateOptions'.
test
Argument of type '{ isoDate: string; format: "full"; }' is not assignable to parameter of type 'FormatDateOptions'.
test
Argument of type '{ isoDate: string; format: "fullWithSeconds"; }' is not assignable to parameter of type 'FormatDateOptions'.
test
Argument of type '{ isoDate: string; format: "time"; }' is not assignable to parameter of type 'FormatDateOptions'.
test
Argument of type '{ isoDate: string; format: "timeWithSeconds"; }' is not assignable to parameter of type 'FormatDateOptions'.
test
Argument of type '{ isoDate: string; timezone: string; format: "date"; }' is not assignable to parameter of type 'FormatDateOptions'.
test
Argument of type '{ isoDate: string; timezone: string; format: "distanceToNow"; }' is not assignable to parameter of type 'FormatDateOptions'.
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636