From 919bb6fcd30b437324b46a2ea5cb53c5e5a6c8fa Mon Sep 17 00:00:00 2001 From: "stella-provenance-updater[bot]" <281121101+stella-provenance-updater[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:48:39 +0000 Subject: [PATCH] chore(deps): remove expired quarantine excludes --- bunfig.toml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/bunfig.toml b/bunfig.toml index b0b434f..86cfa6a 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -3,30 +3,8 @@ minimumReleaseAge = 432_000 minimumReleaseAgeExcludes = [ # Keep Bun's compiler contract aligned with the pinned runtime. - "bun-types", # quarantine-expires: 2026-09-09T08:36:48.390Z # Upgrading to Oxlint 1.81.0 requires the category-specific React Compiler # rules. Keep every optional native binding in the same temporary exception # so Bun cannot silently omit the executable. Remove these exceptions after # 2026-09-06T15:22:06.857Z. - "@oxlint/binding-android-arm-eabi", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-android-arm64", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-darwin-arm64", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-darwin-x64", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-freebsd-x64", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-arm-gnueabihf", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-arm-musleabihf", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-arm64-gnu", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-arm64-musl", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-ppc64-gnu", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-riscv64-gnu", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-riscv64-musl", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-s390x-gnu", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-x64-gnu", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-linux-x64-musl", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-openharmony-arm64", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-win32-arm64-msvc", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-win32-ia32-msvc", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/binding-win32-x64-msvc", # quarantine-expires: 2026-09-06T15:22:06.857Z - "@oxlint/plugins", # quarantine-expires: 2026-09-06T15:22:06.857Z - "oxlint", # quarantine-expires: 2026-09-06T15:22:06.857Z ]