Skip to content

chore(repo): skip react-router typecheck e2e test due to vite version conflict#35110

Merged
FrozenPandaz merged 1 commit into
masterfrom
fix-react-router-test
Apr 1, 2026
Merged

chore(repo): skip react-router typecheck e2e test due to vite version conflict#35110
FrozenPandaz merged 1 commit into
masterfrom
fix-react-router-test

Conversation

@FrozenPandaz

Copy link
Copy Markdown
Contributor

Current Behavior

The react-router typecheck e2e test fails in CI because pnpm resolves both vite 7 and vite 8 in the generated project. @react-router/dev picks up vite 8 plugin types while defineConfig uses vite 7 types, causing a TypeScript incompatibility.

Expected Behavior

The test is skipped until @react-router/dev adds Vite 8 support, at which point the useViteV7 workaround and this skip can both be removed.

Related Issue(s)

Follow-up to #35101

… conflict

@react-router/dev does not yet support Vite 8, but pnpm can resolve both
vite 7 and 8 in CI, causing typecheck failures from incompatible plugin types.
@FrozenPandaz FrozenPandaz requested a review from a team as a code owner April 1, 2026 00:54
@netlify

netlify Bot commented Apr 1, 2026

Copy link
Copy Markdown

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit 553ca4a
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/69cc6cd5e93faf0008e36c5e
😎 Deploy Preview https://deploy-preview-35110--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Apr 1, 2026

Copy link
Copy Markdown

Deploy Preview for nx-dev ready!

Name Link
🔨 Latest commit 553ca4a
🔍 Latest deploy log https://app.netlify.com/projects/nx-dev/deploys/69cc6cd5186003000803fad4
😎 Deploy Preview https://deploy-preview-35110--nx-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud

nx-cloud Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

View your CI Pipeline Execution ↗ for commit 553ca4a

Command Status Duration Result
nx affected --targets=lint,test,build,e2e,e2e-c... ✅ Succeeded 38m 31s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 3s View ↗
nx-cloud record -- pnpm nx conformance:check ✅ Succeeded 7s View ↗
nx build workspace-plugin ✅ Succeeded <1s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-04-01 01:38:00 UTC

@FrozenPandaz FrozenPandaz enabled auto-merge (squash) April 1, 2026 01:02
@FrozenPandaz FrozenPandaz merged commit 6962a3d into master Apr 1, 2026
24 checks passed
@FrozenPandaz FrozenPandaz deleted the fix-react-router-test branch April 1, 2026 01:38
vsavkin pushed a commit that referenced this pull request Apr 1, 2026
… conflict (#35110)

## Current Behavior

The react-router typecheck e2e test fails in CI because pnpm resolves
both vite 7 and vite 8 in the generated project. `@react-router/dev`
picks up vite 8 plugin types while `defineConfig` uses vite 7 types,
causing a TypeScript incompatibility.

## Expected Behavior

The test is skipped until `@react-router/dev` adds Vite 8 support, at
which point the `useViteV7` workaround and this skip can both be
removed.

## Related Issue(s)

Follow-up to #35101
FrozenPandaz added a commit that referenced this pull request Apr 1, 2026
… conflict (#35110)

## Current Behavior

The react-router typecheck e2e test fails in CI because pnpm resolves
both vite 7 and vite 8 in the generated project. `@react-router/dev`
picks up vite 8 plugin types while `defineConfig` uses vite 7 types,
causing a TypeScript incompatibility.

## Expected Behavior

The test is skipped until `@react-router/dev` adds Vite 8 support, at
which point the `useViteV7` workaround and this skip can both be
removed.

## Related Issue(s)

Follow-up to #35101

(cherry picked from commit 6962a3d)
@github-actions

github-actions Bot commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Apr 7, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants