Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ecosystem-ci/repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"vinext": {
"repository": "https://github.com/cloudflare/vinext.git",
"branch": "main",
"hash": "a1d2b6103469cb181e3d097cb16c272004f2d6b1",
"hash": "c483253b58aa51ece5ae61e8d3df827de64baa5f",
"forceFreshMigration": true
},
"reactive-resume": {
Expand Down
Loading