Skip to content

fix: handle changed TanStack Start commands #6495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

serhalp
Copy link
Member

@serhalp serhalp commented Jun 26, 2025

Summary

TanStack Start removed the vinxi layer in v1.121.0, so the dev and build commands have changed. The port and publish are are the same. The app.config.ts file also no longer exists, but that doesn't affect framework detection here.

test('detects a TanStack Start React site', async ({ fs }) => {
test('detects a TanStack Start React site (v1.121.0+)', async ({ fs }) => {
const cwd = mockFileSystem({
'package.json': JSON.stringify({
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


export class TanStackStart extends BaseFramework implements Framework {
readonly id = 'tanstack-start'
name = 'TanStack Start'
npmDependencies = ['@tanstack/start', '@tanstack/react-start', '@tanstack/solid-start']
npmDependencies = [
// This was the package name until it became `@tanstack/react-start` in v1.111.0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just adding a comment for an unrelated previous change, for clarity

@serhalp serhalp marked this pull request as ready for review June 26, 2025 18:49
@serhalp serhalp requested a review from a team as a code owner June 26, 2025 18:49
@serhalp serhalp enabled auto-merge (squash) June 27, 2025 14:06
@serhalp serhalp merged commit 7438003 into main Jun 27, 2025
86 of 89 checks passed
@serhalp serhalp deleted the serhalp/frb-1918-update-tanstack-start-framework-detection-config-docs-due-to branch June 27, 2025 14:41
Sign up for free to 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.

2 participants