chore(deps): update dependency eslint-plugin-unicorn to v60 (#20677)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
This commit is contained in:
renovate[bot]
2025-08-05 10:58:13 +00:00
committed by GitHub
parent 2a370087e8
commit eb2f4c866e
10 changed files with 215 additions and 303 deletions

View File

@@ -62,7 +62,7 @@ export class BackupService extends BaseService {
return oldBackupStyle || newBackupStyle;
})
.sort()
.reverse();
.toReversed();
const toDelete = backups.slice(config.keepLastAmount);
toDelete.push(...failedBackups);