From b15d310fa7ba6a0f3e430d1579482cd38419b16e Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Wed, 4 Sep 2024 21:38:14 +0000 Subject: [PATCH] release: v1.54.0 --- examples/react/authenticated-routes/package.json | 2 +- examples/react/basic-file-based-codesplitting/package.json | 2 +- examples/react/basic-file-based/package.json | 2 +- examples/react/basic-react-query-file-based/package.json | 2 +- examples/react/basic-ssr-file-based/package.json | 4 ++-- examples/react/basic-ssr-streaming-file-based/package.json | 4 ++-- examples/react/basic-virtual-file-based/package.json | 2 +- examples/react/kitchen-sink-file-based/package.json | 2 +- .../react/kitchen-sink-react-query-file-based/package.json | 2 +- examples/react/large-file-based/package.json | 2 +- examples/react/quickstart-file-based/package.json | 2 +- examples/react/quickstart-rspack-file-based/package.json | 2 +- examples/react/quickstart-webpack-file-based/package.json | 2 +- examples/react/search-validator-adapters/package.json | 2 +- examples/react/start-basic-auth/package.json | 4 ++-- examples/react/start-basic-counter/package.json | 2 +- examples/react/start-basic-react-query/package.json | 4 ++-- examples/react/start-basic-rsc/package.json | 4 ++-- examples/react/start-basic/package.json | 4 ++-- examples/react/start-clerk-basic/package.json | 4 ++-- examples/react/start-convex-trellaux/package.json | 4 ++-- examples/react/start-trellaux/package.json | 4 ++-- examples/react/with-trpc-react-query/package.json | 2 +- examples/react/with-trpc/package.json | 2 +- packages/router-cli/package.json | 2 +- packages/router-generator/package.json | 2 +- packages/router-plugin/package.json | 2 +- packages/router-vite-plugin/package.json | 2 +- packages/start/package.json | 2 +- 29 files changed, 38 insertions(+), 38 deletions(-) diff --git a/examples/react/authenticated-routes/package.json b/examples/react/authenticated-routes/package.json index 2ac617c7f3..8bfac7bbbc 100644 --- a/examples/react/authenticated-routes/package.json +++ b/examples/react/authenticated-routes/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "immer": "^10.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic-file-based-codesplitting/package.json b/examples/react/basic-file-based-codesplitting/package.json index 493efd962d..8ef5dabc26 100644 --- a/examples/react/basic-file-based-codesplitting/package.json +++ b/examples/react/basic-file-based-codesplitting/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "immer": "^10.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic-file-based/package.json b/examples/react/basic-file-based/package.json index 448d829f17..e5dfb85898 100644 --- a/examples/react/basic-file-based/package.json +++ b/examples/react/basic-file-based/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "immer": "^10.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic-react-query-file-based/package.json b/examples/react/basic-react-query-file-based/package.json index b93ad8f3f9..7ad875a26d 100644 --- a/examples/react/basic-react-query-file-based/package.json +++ b/examples/react/basic-react-query-file-based/package.json @@ -14,7 +14,7 @@ "@tanstack/react-query-devtools": "^5.51.21", "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "immer": "^10.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic-ssr-file-based/package.json b/examples/react/basic-ssr-file-based/package.json index 793ebeb3c4..258645fc29 100644 --- a/examples/react/basic-ssr-file-based/package.json +++ b/examples/react/basic-ssr-file-based/package.json @@ -13,8 +13,8 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.53.1", + "@tanstack/router-plugin": "^1.54.0", + "@tanstack/start": "^1.54.0", "get-port": "^7.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic-ssr-streaming-file-based/package.json b/examples/react/basic-ssr-streaming-file-based/package.json index 0eb75c2711..706a6930a8 100644 --- a/examples/react/basic-ssr-streaming-file-based/package.json +++ b/examples/react/basic-ssr-streaming-file-based/package.json @@ -13,8 +13,8 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.53.1", + "@tanstack/router-plugin": "^1.54.0", + "@tanstack/start": "^1.54.0", "get-port": "^7.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic-virtual-file-based/package.json b/examples/react/basic-virtual-file-based/package.json index 6205f9540d..b51fe8e0f3 100644 --- a/examples/react/basic-virtual-file-based/package.json +++ b/examples/react/basic-virtual-file-based/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tanstack/react-router": "^1.52.5", "@tanstack/router-devtools": "^1.52.5", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "@tanstack/virtual-file-routes": "^1.52.5", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink-file-based/package.json b/examples/react/kitchen-sink-file-based/package.json index db8bb3bc4c..962220cb59 100644 --- a/examples/react/kitchen-sink-file-based/package.json +++ b/examples/react/kitchen-sink-file-based/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "immer": "^10.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/kitchen-sink-react-query-file-based/package.json b/examples/react/kitchen-sink-react-query-file-based/package.json index 583113cee1..956fdc709c 100644 --- a/examples/react/kitchen-sink-react-query-file-based/package.json +++ b/examples/react/kitchen-sink-react-query-file-based/package.json @@ -13,7 +13,7 @@ "@tanstack/react-query-devtools": "^5.51.21", "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "immer": "^10.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/large-file-based/package.json b/examples/react/large-file-based/package.json index 3624290b02..c0ee3dfda6 100644 --- a/examples/react/large-file-based/package.json +++ b/examples/react/large-file-based/package.json @@ -14,7 +14,7 @@ "@tanstack/react-query": "^5.51.21", "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "immer": "^10.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/quickstart-file-based/package.json b/examples/react/quickstart-file-based/package.json index a26969c3a3..5299603b02 100644 --- a/examples/react/quickstart-file-based/package.json +++ b/examples/react/quickstart-file-based/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "immer": "^10.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/quickstart-rspack-file-based/package.json b/examples/react/quickstart-rspack-file-based/package.json index 56fa74255d..7e8686325b 100644 --- a/examples/react/quickstart-rspack-file-based/package.json +++ b/examples/react/quickstart-rspack-file-based/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@rsbuild/core": "1.0.1-rc.0", "@rsbuild/plugin-react": "1.0.1-rc.0", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "typescript": "^5.5.3" diff --git a/examples/react/quickstart-webpack-file-based/package.json b/examples/react/quickstart-webpack-file-based/package.json index ac958d5a73..beb03a2a69 100644 --- a/examples/react/quickstart-webpack-file-based/package.json +++ b/examples/react/quickstart-webpack-file-based/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@swc/core": "^1.7.6", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "html-webpack-plugin": "^5.6.0", diff --git a/examples/react/search-validator-adapters/package.json b/examples/react/search-validator-adapters/package.json index 1f394fe56e..778de2be72 100644 --- a/examples/react/search-validator-adapters/package.json +++ b/examples/react/search-validator-adapters/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "@tanstack/router-zod-adapter": "^1.53.1", "@tanstack/router-valibot-adapter": "^1.53.1", "@tanstack/router-arktype-adapter": "^1.53.1", diff --git a/examples/react/start-basic-auth/package.json b/examples/react/start-basic-auth/package.json index 217ac4f941..82503cff2d 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -16,8 +16,8 @@ "@prisma/client": "5.17.0", "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.53.1", + "@tanstack/router-plugin": "^1.54.0", + "@tanstack/start": "^1.54.0", "@vitejs/plugin-react": "^4.3.1", "dotenv": "^16.4.5", "isbot": "^5.1.12", diff --git a/examples/react/start-basic-counter/package.json b/examples/react/start-basic-counter/package.json index 5190d2a2d9..e8d9d2bc97 100644 --- a/examples/react/start-basic-counter/package.json +++ b/examples/react/start-basic-counter/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@tanstack/react-router": "^1.53.1", - "@tanstack/start": "^1.53.1", + "@tanstack/start": "^1.54.0", "react": "^18.3.1", "react-dom": "^18.3.1", "vinxi": "0.4.2" diff --git a/examples/react/start-basic-react-query/package.json b/examples/react/start-basic-react-query/package.json index 3ec4255777..427483f33e 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -17,8 +17,8 @@ "@tanstack/react-router": "^1.53.1", "@tanstack/react-router-with-query": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.53.1", + "@tanstack/router-plugin": "^1.54.0", + "@tanstack/start": "^1.54.0", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", "react": "^18.3.1", diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index 0803638a35..55977f4b7b 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -14,8 +14,8 @@ "@babel/plugin-syntax-typescript": "^7.24.7", "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.53.1", + "@tanstack/router-plugin": "^1.54.0", + "@tanstack/start": "^1.54.0", "redaxios": "^0.5.1", "tailwind-merge": "^2.5.2", "vinxi": "0.4.2" diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index 6d15126b62..9535b8fbcd 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -14,8 +14,8 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.53.1", + "@tanstack/router-plugin": "^1.54.0", + "@tanstack/start": "^1.54.0", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", "react": "^18.3.1", diff --git a/examples/react/start-clerk-basic/package.json b/examples/react/start-clerk-basic/package.json index ec182ffc08..6dcd9c1149 100644 --- a/examples/react/start-clerk-basic/package.json +++ b/examples/react/start-clerk-basic/package.json @@ -15,8 +15,8 @@ "@clerk/tanstack-start": "0.3.0-snapshot.vdf04997", "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.53.1", + "@tanstack/router-plugin": "^1.54.0", + "@tanstack/start": "^1.54.0", "@vitejs/plugin-react": "^4.3.1", "dotenv": "^16.4.5", "isbot": "^5.1.12", diff --git a/examples/react/start-convex-trellaux/package.json b/examples/react/start-convex-trellaux/package.json index 73a3ee4b8a..0a3eba22f2 100644 --- a/examples/react/start-convex-trellaux/package.json +++ b/examples/react/start-convex-trellaux/package.json @@ -18,8 +18,8 @@ "@tanstack/react-router": "^1.53.1", "@tanstack/react-router-with-query": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.53.1", + "@tanstack/router-plugin": "^1.54.0", + "@tanstack/start": "^1.54.0", "@vitejs/plugin-react": "^4.3.1", "@convex-dev/react-query": "0.0.0-alpha.5", "concurrently": "^8.2.2", diff --git a/examples/react/start-trellaux/package.json b/examples/react/start-trellaux/package.json index cbe328e47d..d8239fc8c2 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -16,8 +16,8 @@ "@tanstack/react-router": "^1.53.1", "@tanstack/react-router-with-query": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", - "@tanstack/start": "^1.53.1", + "@tanstack/router-plugin": "^1.54.0", + "@tanstack/start": "^1.54.0", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", "ky": "^1.5.0", diff --git a/examples/react/with-trpc-react-query/package.json b/examples/react/with-trpc-react-query/package.json index b19c3e4b21..f76d3159de 100644 --- a/examples/react/with-trpc-react-query/package.json +++ b/examples/react/with-trpc-react-query/package.json @@ -12,7 +12,7 @@ "@tanstack/react-query-devtools": "^5.51.21", "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "@trpc/client": "11.0.0-rc.477", "@trpc/react-query": "11.0.0-rc.477", "@trpc/server": "11.0.0-rc.477", diff --git a/examples/react/with-trpc/package.json b/examples/react/with-trpc/package.json index 244cb62f34..27b203f0aa 100644 --- a/examples/react/with-trpc/package.json +++ b/examples/react/with-trpc/package.json @@ -10,7 +10,7 @@ "dependencies": { "@tanstack/react-router": "^1.53.1", "@tanstack/router-devtools": "^1.53.1", - "@tanstack/router-plugin": "^1.52.0", + "@tanstack/router-plugin": "^1.54.0", "@trpc/client": "11.0.0-rc.477", "@trpc/server": "11.0.0-rc.477", "react": "^18.2.0", diff --git a/packages/router-cli/package.json b/packages/router-cli/package.json index b7a47fb7bf..06c6843f38 100644 --- a/packages/router-cli/package.json +++ b/packages/router-cli/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-cli", - "version": "1.52.0", + "version": "1.54.0", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-generator/package.json b/packages/router-generator/package.json index 74c58cd950..019d130f72 100644 --- a/packages/router-generator/package.json +++ b/packages/router-generator/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-generator", - "version": "1.52.0", + "version": "1.54.0", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-plugin/package.json b/packages/router-plugin/package.json index c0dfb38486..d6b394a92e 100644 --- a/packages/router-plugin/package.json +++ b/packages/router-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-plugin", - "version": "1.52.0", + "version": "1.54.0", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-vite-plugin/package.json b/packages/router-vite-plugin/package.json index 5f77eb72d2..1c42a3ae19 100644 --- a/packages/router-vite-plugin/package.json +++ b/packages/router-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-vite-plugin", - "version": "1.52.0", + "version": "1.54.0", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/start/package.json b/packages/start/package.json index e14e9ce96a..5abe58fc81 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.53.1", + "version": "1.54.0", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT",