From 92b4efca79e67cd8605e08fbebf8b2a1fc321f21 Mon Sep 17 00:00:00 2001 From: MK Date: Sun, 21 Jun 2026 16:02:16 +0800 Subject: [PATCH] test(ecosystem-ci): bump bun-vite-template to oxlint jsx-a11y fix Pin bun-vite-template to c507fae, which includes the eslint.config.js fix (why-reproductions-are-required/bun-vite-template#2) that drops the jsx-a11y rule options oxlint 1.70.0 rejects, so the migrated project's vp lint no longer fails config parse. --- ecosystem-ci/repo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem-ci/repo.json b/ecosystem-ci/repo.json index c281f20ed4..a81fd87bd7 100644 --- a/ecosystem-ci/repo.json +++ b/ecosystem-ci/repo.json @@ -106,7 +106,7 @@ "bun-vite-template": { "repository": "https://github.com/why-reproductions-are-required/bun-vite-template.git", "branch": "master", - "hash": "d84099b4a153c7e0f35e510725b2ceb24c6e09ad" + "hash": "c507faecc4338a2d4f51c7a0b7046ed25089d232" }, "vite-plus-vitest-global-type-minimal-repro": { "repository": "https://github.com/why-reproductions-are-required/vite-plus-vitest-global-type-minimal-repro.git",