Skip to content

ci(e2e): remove vinext vp check workaround - #1615

Closed
fengmk2 wants to merge 3 commits into
mainfrom
ci/vinext-remove-oxlint-workaround
Closed

ci(e2e): remove vinext vp check workaround#1615
fengmk2 wants to merge 3 commits into
mainfrom
ci/vinext-remove-oxlint-workaround

Conversation

@fengmk2

Copy link
Copy Markdown
Member

Summary

  • vinext upstream main now reflects oxlint 1.63's eslint- prefix removal (oxc-project/oxc#21806), so vp check --fix and vp run check no longer need the || true report-only escape hatch in the ecosystem-ci matrix.
  • Bumps the pinned vinext hash (a1d2b610d558923f) to pick up the source-side fix.
  • After this lands, a regression in vp check against vinext will fail the e2e matrix instead of being silently swallowed.

Test plan

  • E2E Test workflow passes the vinext job without || true.

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.
@fengmk2fengmk2 self-assigned this May 18, 2026
@netlify

netlifyBot commented May 18, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

NameLink
🔨 Latest commit4b348db
🔍 Latest deploy loghttps://app.netlify.com/projects/viteplus-preview/deploys/6a0b1af4bffa8900083ef549

@fengmk2

Copy link
Copy Markdown
MemberAuthor

required #1609

@fengmk2

Copy link
Copy Markdown
MemberAuthor

fix in #1767

@fengmk2fengmk2 closed this Jun 5, 2026
@fengmk2
fengmk2 deleted the ci/vinext-remove-oxlint-workaround branch June 5, 2026 06:56
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@fengmk2