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..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": "a1d2b6103469cb181e3d097cb16c272004f2d6b1", + "hash": "c483253b58aa51ece5ae61e8d3df827de64baa5f", "forceFreshMigration": true }, "reactive-resume": {