Lock file maintenance (#25838)

* Lock file maintenance
This commit is contained in:
renovate[bot] 2025-06-20 20:43:30 +00:00 committed by GitHub
parent 299713fd5e
commit 1990472970
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 453 additions and 421 deletions

View File

@ -77,7 +77,7 @@ export const formatDateNumeric = (
const month = parts.find((value) => value.type === "month")?.value; const month = parts.find((value) => value.type === "month")?.value;
const year = parts.find((value) => value.type === "year")?.value; const year = parts.find((value) => value.type === "year")?.value;
const lastPart = parts.at(parts.length - 1); const lastPart = parts[parts.length - 1];
let lastLiteral = lastPart?.type === "literal" ? lastPart?.value : ""; let lastLiteral = lastPart?.type === "literal" ? lastPart?.value : "";
if (locale.language === "bg" && locale.date_format === DateFormat.YMD) { if (locale.language === "bg" && locale.date_format === DateFormat.YMD) {

872
yarn.lock

File diff suppressed because it is too large Load Diff