From aae0f6f748bf308bc938620dc3c1f9fc0c66befb Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Tue, 14 Oct 2025 11:01:42 -0700 Subject: [PATCH 1/5] chore(repo): Temp fix for tanstack start integration test --- integration/templates/tanstack-react-start/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/templates/tanstack-react-start/package.json b/integration/templates/tanstack-react-start/package.json index 45f452ea75a..63ee8a7dcf7 100644 --- a/integration/templates/tanstack-react-start/package.json +++ b/integration/templates/tanstack-react-start/package.json @@ -13,6 +13,7 @@ "@tanstack/react-start": "1.132.31", "react": "18.3.1", "react-dom": "18.3.1", + "srvx": "^0.8.15", "tailwind-merge": "^2.5.4" }, "devDependencies": { From 44d741ce9e434a3bb3a7e9cb257586de36518f40 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Tue, 14 Oct 2025 11:02:21 -0700 Subject: [PATCH 2/5] chore: placeholder changeset --- .changeset/honest-flies-destroy.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/honest-flies-destroy.md diff --git a/.changeset/honest-flies-destroy.md b/.changeset/honest-flies-destroy.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/honest-flies-destroy.md @@ -0,0 +1,2 @@ +--- +--- From f3ae7972077f17f718e38f03f3ebae740aec1636 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Tue, 14 Oct 2025 11:11:28 -0700 Subject: [PATCH 3/5] chore: update integration tanstack versions --- integration/templates/tanstack-react-start/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/templates/tanstack-react-start/package.json b/integration/templates/tanstack-react-start/package.json index 63ee8a7dcf7..30c0960ffde 100644 --- a/integration/templates/tanstack-react-start/package.json +++ b/integration/templates/tanstack-react-start/package.json @@ -8,9 +8,9 @@ "start": "vite start --port=$PORT" }, "dependencies": { - "@tanstack/react-router": "1.132.31", - "@tanstack/react-router-devtools": "1.132.31", - "@tanstack/react-start": "1.132.31", + "@tanstack/react-router": "1.132.47", + "@tanstack/react-router-devtools": "1.133.1", + "@tanstack/react-start": "1.132.56", "react": "18.3.1", "react-dom": "18.3.1", "srvx": "^0.8.15", From fb5cc253fa107969f843bead0bfc1d08976d599e Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Tue, 14 Oct 2025 11:12:26 -0700 Subject: [PATCH 4/5] chore: pin srvx --- integration/templates/tanstack-react-start/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/templates/tanstack-react-start/package.json b/integration/templates/tanstack-react-start/package.json index 30c0960ffde..bef6801460c 100644 --- a/integration/templates/tanstack-react-start/package.json +++ b/integration/templates/tanstack-react-start/package.json @@ -13,7 +13,7 @@ "@tanstack/react-start": "1.132.56", "react": "18.3.1", "react-dom": "18.3.1", - "srvx": "^0.8.15", + "srvx": "0.8.15", "tailwind-merge": "^2.5.4" }, "devDependencies": { From a5a392f48429cf6e8379986a4d7c495a223fd825 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Tue, 14 Oct 2025 11:19:20 -0700 Subject: [PATCH 5/5] chore: make pnpm happy --- integration/templates/tanstack-react-start/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration/templates/tanstack-react-start/package.json b/integration/templates/tanstack-react-start/package.json index bef6801460c..7e86c3cb0ab 100644 --- a/integration/templates/tanstack-react-start/package.json +++ b/integration/templates/tanstack-react-start/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/react-router": "1.132.47", - "@tanstack/react-router-devtools": "1.133.1", - "@tanstack/react-start": "1.132.56", + "@tanstack/react-router-devtools": "1.132.51", + "@tanstack/react-start": "1.132.51", "react": "18.3.1", "react-dom": "18.3.1", "srvx": "0.8.15",