From 51137b8cd415c9a3b524dbd34110e740f5eb7411 Mon Sep 17 00:00:00 2001 From: MK Date: Mon, 18 May 2026 14:14:24 +0800 Subject: [PATCH 1/2] ci(e2e): remove vinext vp check workaround vinext's upstream main now reflects oxlint 1.63's `eslint-` prefix removal, so `vp check --fix` and `vp run check` no longer need the `|| true` report-only escape hatch. Bump the pinned hash to pick up the source-side fix. --- .github/workflows/e2e-test.yml | 10 ++-------- ecosystem-ci/repo.json | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 03c3830ca3..243a6bfdcf 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -265,14 +265,8 @@ jobs: node-version: 24 command: | vp run build - # Report-only: oxlint 1.63 drops the `eslint-` prefix from plugin names - # (https://github.com/oxc-project/oxc/pull/21806), invalidating vinext's existing - # `oxlint-disable-next-line eslint-plugin-react-hooks/...` directive, and tightens - # a couple of unused-import checks. vinext can only update its source after a - # vite-plus release ships these oxlint changes, so don't fail the matrix on the - # surfaced errors yet. - vp check --fix || true - vp run check || true + vp check --fix + vp run check vp run test - name: reactive-resume node-version: 24 diff --git a/ecosystem-ci/repo.json b/ecosystem-ci/repo.json index e184aaabf8..fce11ccd39 100644 --- a/ecosystem-ci/repo.json +++ b/ecosystem-ci/repo.json @@ -71,7 +71,7 @@ "vinext": { "repository": "https://github.com/cloudflare/vinext.git", "branch": "main", - "hash": "a1d2b6103469cb181e3d097cb16c272004f2d6b1", + "hash": "d558923fde85fab11b8cf9329c9d6eea367758ce", "forceFreshMigration": true }, "reactive-resume": { From 4b348db6f398be8c982f738d6d3b5fc9eb708a2d Mon Sep 17 00:00:00 2001 From: MK Date: Mon, 18 May 2026 21:58:04 +0800 Subject: [PATCH 2/2] ci(e2e): bump vinext hash to latest main --- 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 fce11ccd39..9d5c1907c5 100644 --- a/ecosystem-ci/repo.json +++ b/ecosystem-ci/repo.json @@ -71,7 +71,7 @@ "vinext": { "repository": "https://github.com/cloudflare/vinext.git", "branch": "main", - "hash": "d558923fde85fab11b8cf9329c9d6eea367758ce", + "hash": "c483253b58aa51ece5ae61e8d3df827de64baa5f", "forceFreshMigration": true }, "reactive-resume": {