From eeaaeebab0b50d209259a92545018a93fcae1900 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Tue, 28 May 2024 17:37:24 +0000 Subject: [PATCH] release: v1.34.5 --- examples/react/authenticated-routes/package.json | 4 ++-- examples/react/basic-default-search-params/package.json | 4 ++-- examples/react/basic-file-based-codesplitting/package.json | 4 ++-- examples/react/basic-file-based/package.json | 4 ++-- examples/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 +++--- examples/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 ++-- .../react/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 ++-- examples/react/quickstart/package.json | 4 ++-- examples/react/scroll-restoration/package.json | 4 ++-- examples/react/start-basic-rsc/package.json | 6 +++--- examples/react/start-basic/package.json | 6 +++--- examples/react/wip-trpc-react-query/package.json | 4 ++-- examples/react/wip-waku-rsc/package.json | 4 ++-- examples/react/wip-with-bling/package.json | 6 +++--- examples/react/wip-with-framer-motion/package.json | 4 ++-- examples/react/with-trpc/package.json | 4 ++-- packages/react-router/package.json | 2 +- packages/router-devtools/package.json | 2 +- packages/start/package.json | 2 +- 30 files changed, 62 insertions(+), 62 deletions(-) diff --git a/examples/react/authenticated-routes/package.json b/examples/react/authenticated-routes/package.json index 5b376d5320..23e3ee874d 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.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "immer": "^10.0.3", diff --git a/examples/react/basic-default-search-params/package.json b/examples/react/basic-default-search-params/package.json index 500d1aeaf6..fd99f392b1 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.17.8", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "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 2155b7c749..191737ace8 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.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "immer": "^10.0.3", diff --git a/examples/react/basic-file-based/package.json b/examples/react/basic-file-based/package.json index 9c8cb2040a..085cdfd5b1 100644 --- a/examples/react/basic-file-based/package.json +++ b/examples/react/basic-file-based/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "immer": "^10.0.3", diff --git a/examples/react/basic-react-query-file-based/package.json b/examples/react/basic-react-query-file-based/package.json index e951145b77..44c838e0e9 100644 --- a/examples/react/basic-react-query-file-based/package.json +++ b/examples/react/basic-react-query-file-based/package.json @@ -11,8 +11,8 @@ "dependencies": { "@tanstack/react-query": "^5.17.8", "@tanstack/react-query-devtools": "^5.17.8", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "immer": "^10.0.3", diff --git a/examples/react/basic-react-query/package.json b/examples/react/basic-react-query/package.json index 6aa0e8e22e..8038eb0d11 100644 --- a/examples/react/basic-react-query/package.json +++ b/examples/react/basic-react-query/package.json @@ -11,8 +11,8 @@ "dependencies": { "@tanstack/react-query": "^5.17.8", "@tanstack/react-query-devtools": "^5.17.8", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "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 1e245c5e61..e9096bcc17 100644 --- a/examples/react/basic-ssr-file-based/package.json +++ b/examples/react/basic-ssr-file-based/package.json @@ -12,9 +12,9 @@ "debug": "node --inspect-brk server" }, "dependencies": { - "@tanstack/react-router": "^1.34.3", - "@tanstack/start": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/start": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "get-port": "^7.0.0", diff --git a/examples/react/basic-ssr-streaming-file-based/package.json b/examples/react/basic-ssr-streaming-file-based/package.json index e4ac4bfde8..e2e53da509 100644 --- a/examples/react/basic-ssr-streaming-file-based/package.json +++ b/examples/react/basic-ssr-streaming-file-based/package.json @@ -12,9 +12,9 @@ "debug": "node --inspect-brk server" }, "dependencies": { - "@tanstack/react-router": "^1.34.3", - "@tanstack/start": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/start": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "get-port": "^7.0.0", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index f25af9f4ff..7794ed73c9 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/react-query": "^5.17.8", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/examples/react/deferred-data/package.json b/examples/react/deferred-data/package.json index 6f1fd518fd..b6357ad8d9 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.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "immer": "^10.0.3", "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 a449503bc2..062fa5a9aa 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.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "immer": "^10.0.3", 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 c18a7bdea1..7ee4e3d28e 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.17.8", "@tanstack/react-query-devtools": "^5.17.8", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "immer": "^10.0.3", diff --git a/examples/react/kitchen-sink-react-query/package.json b/examples/react/kitchen-sink-react-query/package.json index 442d6db727..b3fd01239e 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.17.8", "@tanstack/react-query-devtools": "^5.17.8", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "immer": "^10.0.3", "react": "^18.2.0", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index 03417ca7b9..0959e47b47 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.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "immer": "^10.0.3", "react": "^18.2.0", diff --git a/examples/react/large-file-based/package.json b/examples/react/large-file-based/package.json index bad3ab8771..ee739bd159 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.17.8", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "immer": "^10.0.3", diff --git a/examples/react/location-masking/package.json b/examples/react/location-masking/package.json index 10ae4fb3fd..31926e6bf0 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.0.5", "@tanstack/react-query": "^5.17.8", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "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 b9cb5bc63b..7034b22952 100644 --- a/examples/react/navigation-blocking/package.json +++ b/examples/react/navigation-blocking/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@tanstack/react-query": "^5.17.8", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "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 b16cfafa96..d4ee39d719 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.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", "redaxios": "^0.5.0", "immer": "^10.0.3", diff --git a/examples/react/quickstart/package.json b/examples/react/quickstart/package.json index 71015b1963..fbc8472ff5 100644 --- a/examples/react/quickstart/package.json +++ b/examples/react/quickstart/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "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 39272b5709..20d3ffc04b 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.34.3", + "@tanstack/react-router": "^1.34.5", "@tanstack/react-virtual": "^3.0.1", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/router-devtools": "^1.34.5", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/react/start-basic-rsc/package.json b/examples/react/start-basic-rsc/package.json index 177f21af8e..e9728b7e17 100644 --- a/examples/react/start-basic-rsc/package.json +++ b/examples/react/start-basic-rsc/package.json @@ -12,10 +12,10 @@ "format": "prettier --write '**/*' --ignore-unknown" }, "dependencies": { - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", - "@tanstack/start": "^1.34.3", + "@tanstack/start": "^1.34.5", "redaxios": "^0.5.0", "isbot": "^3.7.0", "react": "^18.3.1", diff --git a/examples/react/start-basic/package.json b/examples/react/start-basic/package.json index f8a5bb8723..77ec903a8d 100644 --- a/examples/react/start-basic/package.json +++ b/examples/react/start-basic/package.json @@ -12,10 +12,10 @@ "format": "prettier --write '**/*' --ignore-unknown" }, "dependencies": { - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@tanstack/router-vite-plugin": "^1.34.1", - "@tanstack/start": "^1.34.3", + "@tanstack/start": "^1.34.5", "@typescript-eslint/parser": "^7.2.0", "@vitejs/plugin-react": "^4", "isbot": "^3.7.0", diff --git a/examples/react/wip-trpc-react-query/package.json b/examples/react/wip-trpc-react-query/package.json index 14be8d9365..20e3058c63 100644 --- a/examples/react/wip-trpc-react-query/package.json +++ b/examples/react/wip-trpc-react-query/package.json @@ -13,8 +13,8 @@ "dependencies": { "@tanstack/react-query": "^4.36.1", "@tanstack/react-query-devtools": "^4.36.1", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@trpc/client": "^10.45.0", "@trpc/react-query": "^10.45.0", "@trpc/server": "^10.45.0", diff --git a/examples/react/wip-waku-rsc/package.json b/examples/react/wip-waku-rsc/package.json index befe5e81cc..23bc4d3b99 100644 --- a/examples/react/wip-waku-rsc/package.json +++ b/examples/react/wip-waku-rsc/package.json @@ -10,8 +10,8 @@ }, "dependencies": { "@hono/node-server": "^1.4.1", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "hono": "^3.12.0", "react": "18.3.0-canary-0cdfef19b-20231211", "react-dom": "18.3.0-canary-0cdfef19b-20231211", diff --git a/examples/react/wip-with-bling/package.json b/examples/react/wip-with-bling/package.json index 07835b9df2..4a56af7dbf 100644 --- a/examples/react/wip-with-bling/package.json +++ b/examples/react/wip-with-bling/package.json @@ -13,10 +13,10 @@ }, "dependencies": { "@tanstack/bling": "^0.5.0", - "@tanstack/react-router": "^1.34.3", - "@tanstack/start": "^1.34.3", + "@tanstack/react-router": "^1.34.5", + "@tanstack/start": "^1.34.5", "@tanstack/react-store": "^0.2.1", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "fastify": "^4.25.2", "get-port": "^7.0.0", diff --git a/examples/react/wip-with-framer-motion/package.json b/examples/react/wip-with-framer-motion/package.json index 55e66adf58..985acce989 100644 --- a/examples/react/wip-with-framer-motion/package.json +++ b/examples/react/wip-with-framer-motion/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "redaxios": "^0.5.0", "framer-motion": "^10.17.9", "immer": "^10.0.3", diff --git a/examples/react/with-trpc/package.json b/examples/react/with-trpc/package.json index d74d7959c6..00078fd2c3 100644 --- a/examples/react/with-trpc/package.json +++ b/examples/react/with-trpc/package.json @@ -13,8 +13,8 @@ "dependencies": { "@tanstack/react-query": "^4.36.1", "@tanstack/react-query-devtools": "^4.36.1", - "@tanstack/react-router": "^1.34.3", - "@tanstack/router-devtools": "^1.34.4", + "@tanstack/react-router": "^1.34.5", + "@tanstack/router-devtools": "^1.34.5", "@trpc/client": "^10.45.0", "@trpc/react-query": "^10.45.0", "@trpc/server": "^10.45.0", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index fb53db980c..55f63e1e98 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-router", - "version": "1.34.3", + "version": "1.34.5", "description": "", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/router-devtools/package.json b/packages/router-devtools/package.json index 18c94cecdb..4828af49e0 100644 --- a/packages/router-devtools/package.json +++ b/packages/router-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/router-devtools", - "version": "1.34.4", + "version": "1.34.5", "description": "", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/start/package.json b/packages/start/package.json index d2d8a82313..0931a19be7 100644 --- a/packages/start/package.json +++ b/packages/start/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/start", - "version": "1.34.3", + "version": "1.34.5", "description": "", "author": "Tanner Linsley", "license": "MIT",