From e945089570e152786f8c67de188a3960e00fb143 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Sat, 31 Aug 2024 05:50:56 +0000 Subject: [PATCH] release: v1.51.7 --- examples/react/authenticated-routes/package.json | 4 ++-- .../react/basic-default-search-params/package.json | 4 ++-- .../react/basic-file-based-codesplitting/package.json | 4 ++-- examples/react/basic-file-based/package.json | 4 ++-- .../react/basic-react-query-file-based/package.json | 4 ++-- examples/react/basic-react-query/package.json | 4 ++-- examples/react/basic-ssr-file-based/package.json | 6 +++--- .../react/basic-ssr-streaming-file-based/package.json | 6 +++--- examples/react/basic/package.json | 4 ++-- examples/react/deferred-data/package.json | 4 ++-- examples/react/kitchen-sink-file-based/package.json | 4 ++-- .../kitchen-sink-react-query-file-based/package.json | 4 ++-- examples/react/kitchen-sink-react-query/package.json | 4 ++-- examples/react/kitchen-sink/package.json | 4 ++-- examples/react/large-file-based/package.json | 4 ++-- examples/react/location-masking/package.json | 4 ++-- examples/react/navigation-blocking/package.json | 4 ++-- examples/react/quickstart-file-based/package.json | 4 ++-- .../react/quickstart-rspack-file-based/package.json | 4 ++-- .../react/quickstart-webpack-file-based/package.json | 4 ++-- examples/react/quickstart/package.json | 4 ++-- examples/react/scroll-restoration/package.json | 4 ++-- examples/react/search-validator-adapters/package.json | 10 +++++----- examples/react/start-basic-auth/package.json | 6 +++--- examples/react/start-basic-counter/package.json | 4 ++-- examples/react/start-basic-react-query/package.json | 8 ++++---- examples/react/start-basic-rsc/package.json | 6 +++--- examples/react/start-basic/package.json | 6 +++--- examples/react/start-clerk-basic/package.json | 6 +++--- examples/react/start-convex-trellaux/package.json | 8 ++++---- examples/react/start-trellaux/package.json | 8 ++++---- examples/react/with-framer-motion/package.json | 4 ++-- examples/react/with-trpc-react-query/package.json | 4 ++-- examples/react/with-trpc/package.json | 4 ++-- packages/history/package.json | 2 +- packages/react-router-with-query/package.json | 2 +- packages/react-router/package.json | 2 +- packages/router-arktype-adapter/package.json | 2 +- packages/router-devtools/package.json | 2 +- packages/router-valibot-adapter/package.json | 2 +- packages/router-zod-adapter/package.json | 2 +- packages/start/package.json | 2 +- 42 files changed, 91 insertions(+), 91 deletions(-) diff --git a/examples/react/authenticated-routes/package.json b/examples/react/authenticated-routes/package.json index 8f72e1f0e0..d374cac8cf 100644 --- a/examples/react/authenticated-routes/package.json +++ b/examples/react/authenticated-routes/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-default-search-params/package.json b/examples/react/basic-default-search-params/package.json index a7f6e7f8f5..dfd6ee2ea0 100644 --- a/examples/react/basic-default-search-params/package.json +++ b/examples/react/basic-default-search-params/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/react-query": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "redaxios": "^0.5.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 7c1c5cd03a..4a474babd1 100644 --- a/examples/react/basic-file-based-codesplitting/package.json +++ b/examples/react/basic-file-based-codesplitting/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-file-based/package.json b/examples/react/basic-file-based/package.json index 822db254e6..2db9064860 100644 --- a/examples/react/basic-file-based/package.json +++ b/examples/react/basic-file-based/package.json @@ -10,8 +10,8 @@ "test:e2e": "playwright test --project=chromium" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "immer": "^10.1.1", "react": "^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 b552ecf8b2..1bc1b9d9c2 100644 --- a/examples/react/basic-react-query-file-based/package.json +++ b/examples/react/basic-react-query-file-based/package.json @@ -12,8 +12,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/basic-react-query/package.json b/examples/react/basic-react-query/package.json index 846164d220..6789d6d8f6 100644 --- a/examples/react/basic-react-query/package.json +++ b/examples/react/basic-react-query/package.json @@ -12,8 +12,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "react": "^18.2.0", "react-dom": "^18.2.0", "redaxios": "^0.5.1" diff --git a/examples/react/basic-ssr-file-based/package.json b/examples/react/basic-ssr-file-based/package.json index ea352cc612..cd1822e683 100644 --- a/examples/react/basic-ssr-file-based/package.json +++ b/examples/react/basic-ssr-file-based/package.json @@ -11,10 +11,10 @@ "debug": "node --inspect-brk server" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/start": "^1.51.7", "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 9b53da1d37..725406c7f5 100644 --- a/examples/react/basic-ssr-streaming-file-based/package.json +++ b/examples/react/basic-ssr-streaming-file-based/package.json @@ -11,10 +11,10 @@ "debug": "node --inspect-brk server" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/start": "^1.51.7", "get-port": "^7.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 7441f7b5ef..f016d7d046 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,8 +10,8 @@ "test:e2e": "playwright test --project=chromium" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "react": "^18.2.0", "react-dom": "^18.2.0", "redaxios": "^0.5.1" diff --git a/examples/react/deferred-data/package.json b/examples/react/deferred-data/package.json index 49a1766e3c..f36a11d712 100644 --- a/examples/react/deferred-data/package.json +++ b/examples/react/deferred-data/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "redaxios": "^0.5.1", "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 85b005e3f2..0b5e6447cb 100644 --- a/examples/react/kitchen-sink-file-based/package.json +++ b/examples/react/kitchen-sink-file-based/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "immer": "^10.1.1", "react": "^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 9a93e331fe..ac0af30533 100644 --- a/examples/react/kitchen-sink-react-query-file-based/package.json +++ b/examples/react/kitchen-sink-react-query-file-based/package.json @@ -11,8 +11,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink-react-query/package.json b/examples/react/kitchen-sink-react-query/package.json index 30ec152f6f..4e815e62f4 100644 --- a/examples/react/kitchen-sink-react-query/package.json +++ b/examples/react/kitchen-sink-react-query/package.json @@ -11,8 +11,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "redaxios": "^0.5.1", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index 0458298389..b37761fc3a 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "redaxios": "^0.5.1", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/large-file-based/package.json b/examples/react/large-file-based/package.json index e517e231b1..9dbe1ebf16 100644 --- a/examples/react/large-file-based/package.json +++ b/examples/react/large-file-based/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@tanstack/react-query": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/location-masking/package.json b/examples/react/location-masking/package.json index 8657c205ae..1805664e1f 100644 --- a/examples/react/location-masking/package.json +++ b/examples/react/location-masking/package.json @@ -11,8 +11,8 @@ "dependencies": { "@radix-ui/react-dialog": "^1.1.1", "@tanstack/react-query": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "redaxios": "^0.5.1", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/navigation-blocking/package.json b/examples/react/navigation-blocking/package.json index f11dc50f67..af91387bf5 100644 --- a/examples/react/navigation-blocking/package.json +++ b/examples/react/navigation-blocking/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/react-query": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "redaxios": "^0.5.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 3d5fa83262..6e40b3f3dd 100644 --- a/examples/react/quickstart-file-based/package.json +++ b/examples/react/quickstart-file-based/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "immer": "^10.1.1", "react": "^18.2.0", diff --git a/examples/react/quickstart-rspack-file-based/package.json b/examples/react/quickstart-rspack-file-based/package.json index dc3ac0f17c..4e4c7e729f 100644 --- a/examples/react/quickstart-rspack-file-based/package.json +++ b/examples/react/quickstart-rspack-file-based/package.json @@ -8,8 +8,8 @@ "preview": "rsbuild preview" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/quickstart-webpack-file-based/package.json b/examples/react/quickstart-webpack-file-based/package.json index c6a63704d4..a2300caab4 100644 --- a/examples/react/quickstart-webpack-file-based/package.json +++ b/examples/react/quickstart-webpack-file-based/package.json @@ -7,8 +7,8 @@ "build": "webpack build" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/react/quickstart/package.json b/examples/react/quickstart/package.json index 97b7bcb8ef..0b1a3353ef 100644 --- a/examples/react/quickstart/package.json +++ b/examples/react/quickstart/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/scroll-restoration/package.json b/examples/react/scroll-restoration/package.json index 8f3d46f0af..84c57f05ea 100644 --- a/examples/react/scroll-restoration/package.json +++ b/examples/react/scroll-restoration/package.json @@ -9,9 +9,9 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", + "@tanstack/react-router": "^1.51.7", "@tanstack/react-virtual": "^3.8.4", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/router-devtools": "^1.51.7", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/search-validator-adapters/package.json b/examples/react/search-validator-adapters/package.json index 8100ea3150..d530b99d67 100644 --- a/examples/react/search-validator-adapters/package.json +++ b/examples/react/search-validator-adapters/package.json @@ -9,12 +9,12 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/router-zod-adapter": "^1.51.6", - "@tanstack/router-valibot-adapter": "^1.51.6", - "@tanstack/router-arktype-adapter": "^1.51.6", + "@tanstack/router-zod-adapter": "^1.51.7", + "@tanstack/router-valibot-adapter": "^1.51.7", + "@tanstack/router-arktype-adapter": "^1.51.7", "@tanstack/react-query": "^5.51.21", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/react/start-basic-auth/package.json b/examples/react/start-basic-auth/package.json index c14ce12db1..f7dee3b72e 100644 --- a/examples/react/start-basic-auth/package.json +++ b/examples/react/start-basic-auth/package.json @@ -14,10 +14,10 @@ }, "dependencies": { "@prisma/client": "5.17.0", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/start": "^1.51.7", "@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 b4563543c6..4e9a5ed63d 100644 --- a/examples/react/start-basic-counter/package.json +++ b/examples/react/start-basic-counter/package.json @@ -11,8 +11,8 @@ "format": "prettier --write '**/*' --ignore-unknown" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/start": "^1.51.7", "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 cd799664c5..c6ebed41cc 100644 --- a/examples/react/start-basic-react-query/package.json +++ b/examples/react/start-basic-react-query/package.json @@ -14,11 +14,11 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/react-router-with-query": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/react-router-with-query": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/start": "^1.51.7", "@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 5608ee15ff..465c4f6471 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -12,10 +12,10 @@ }, "dependencies": { "@babel/plugin-syntax-typescript": "^7.24.7", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/start": "^1.51.7", "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 d149c6726a..d9ddda5702 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -12,10 +12,10 @@ "test:e2e": "playwright test --project=chromium" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/start": "^1.51.7", "@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 933549a4f4..d8b908b5ed 100644 --- a/examples/react/start-clerk-basic/package.json +++ b/examples/react/start-clerk-basic/package.json @@ -13,10 +13,10 @@ }, "dependencies": { "@clerk/tanstack-start": "0.3.0-snapshot.vdf04997", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/start": "^1.51.7", "@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 8c51e01eff..30736eeef9 100644 --- a/examples/react/start-convex-trellaux/package.json +++ b/examples/react/start-convex-trellaux/package.json @@ -15,11 +15,11 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/react-router-with-query": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/react-router-with-query": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/start": "^1.51.7", "@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 ba07377145..32695825a2 100644 --- a/examples/react/start-trellaux/package.json +++ b/examples/react/start-trellaux/package.json @@ -13,11 +13,11 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/react-router-with-query": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/react-router-with-query": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", - "@tanstack/start": "^1.51.6", + "@tanstack/start": "^1.51.7", "@vitejs/plugin-react": "^4.3.1", "isbot": "^5.1.14", "ky": "^1.5.0", diff --git a/examples/react/with-framer-motion/package.json b/examples/react/with-framer-motion/package.json index f1e7ca850f..096cbef76a 100644 --- a/examples/react/with-framer-motion/package.json +++ b/examples/react/with-framer-motion/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "redaxios": "^0.5.1", "framer-motion": "^11.3.21", "immer": "^10.1.1", diff --git a/examples/react/with-trpc-react-query/package.json b/examples/react/with-trpc-react-query/package.json index 0b7af97754..a113af0eb9 100644 --- a/examples/react/with-trpc-react-query/package.json +++ b/examples/react/with-trpc-react-query/package.json @@ -10,8 +10,8 @@ "dependencies": { "@tanstack/react-query": "^5.51.21", "@tanstack/react-query-devtools": "^5.51.21", - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "@trpc/client": "11.0.0-rc.477", "@trpc/react-query": "11.0.0-rc.477", diff --git a/examples/react/with-trpc/package.json b/examples/react/with-trpc/package.json index ca52ec8908..ba3b61d6c7 100644 --- a/examples/react/with-trpc/package.json +++ b/examples/react/with-trpc/package.json @@ -8,8 +8,8 @@ "start": "vinxi start" }, "dependencies": { - "@tanstack/react-router": "^1.51.6", - "@tanstack/router-devtools": "^1.51.6", + "@tanstack/react-router": "^1.51.7", + "@tanstack/router-devtools": "^1.51.7", "@tanstack/router-plugin": "^1.51.6", "@trpc/client": "11.0.0-rc.477", "@trpc/server": "11.0.0-rc.477", diff --git a/packages/history/package.json b/packages/history/package.json index 6eb412b2ce..c7b127cfe4 100644 --- a/packages/history/package.json +++ b/packages/history/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/history", - "version": "1.51.6", + "version": "1.51.7", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-router-with-query/package.json b/packages/react-router-with-query/package.json index 0e29545bb7..20f15fd1d6 100644 --- a/packages/react-router-with-query/package.json +++ b/packages/react-router-with-query/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-router-with-query", - "version": "1.51.6", + "version": "1.51.7", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 5e2cfd8d35..d2697d2a2a 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-router", - "version": "1.51.6", + "version": "1.51.7", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-arktype-adapter/package.json b/packages/router-arktype-adapter/package.json index eeb7ee0548..ba88b762cc 100644 --- a/packages/router-arktype-adapter/package.json +++ b/packages/router-arktype-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-arktype-adapter", - "version": "1.51.6", + "version": "1.51.7", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-devtools/package.json b/packages/router-devtools/package.json index c0b9351f46..78f4c78e8a 100644 --- a/packages/router-devtools/package.json +++ b/packages/router-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-devtools", - "version": "1.51.6", + "version": "1.51.7", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-valibot-adapter/package.json b/packages/router-valibot-adapter/package.json index 500962e34a..73dc2b19b6 100644 --- a/packages/router-valibot-adapter/package.json +++ b/packages/router-valibot-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-valibot-adapter", - "version": "1.51.6", + "version": "1.51.7", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-zod-adapter/package.json b/packages/router-zod-adapter/package.json index 9c68f6ddd4..ca4f8c820e 100644 --- a/packages/router-zod-adapter/package.json +++ b/packages/router-zod-adapter/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-zod-adapter", - "version": "1.51.6", + "version": "1.51.7", "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 c40fe89da8..3bb14ca922 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.51.6", + "version": "1.51.7", "description": "Modern and scalable routing for React applications", "author": "Tanner Linsley", "license": "MIT",