fix: add localization for date helpers #3175
Annotations
10 errors and 1 warning
Run TS check 🔎
Argument of type '{ isoDate: string; }' is not assignable to parameter of type 'FormatDateOptions'.
|
Run TS check 🔎
Argument of type '{ isoDate: string; format: "date"; }' is not assignable to parameter of type 'FormatDateOptions'.
|
Run TS check 🔎
Argument of type '{ isoDate: string; format: "date"; showCurrentYear: true; }' is not assignable to parameter of type 'FormatDateOptions'.
|
Run TS check 🔎
Argument of type '{ isoDate: string; format: "date"; }' is not assignable to parameter of type 'FormatDateOptions'.
|
Run TS check 🔎
Argument of type '{ isoDate: string; format: "full"; }' is not assignable to parameter of type 'FormatDateOptions'.
|
Run TS check 🔎
Argument of type '{ isoDate: string; format: "fullWithSeconds"; }' is not assignable to parameter of type 'FormatDateOptions'.
|
Run TS check 🔎
Argument of type '{ isoDate: string; format: "time"; }' is not assignable to parameter of type 'FormatDateOptions'.
|
Run TS check 🔎
Argument of type '{ isoDate: string; format: "timeWithSeconds"; }' is not assignable to parameter of type 'FormatDateOptions'.
|
Run TS check 🔎
Argument of type '{ isoDate: string; timezone: string; format: "date"; }' is not assignable to parameter of type 'FormatDateOptions'.
|
Run TS check 🔎
Argument of type '{ isoDate: string; timezone: string; format: "distanceToNow"; }' is not assignable to parameter of type 'FormatDateOptions'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading