Skip to content

Commit d50d291

Browse files
committed
release: v1.98.6
1 parent e939220 commit d50d291

File tree

42 files changed

+46
-46
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+46
-46
lines changed

Diff for: examples/react/authenticated-routes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
1313
"@tanstack/router-devtools": "^1.98.4",
14-
"@tanstack/router-plugin": "^1.98.5",
14+
"@tanstack/router-plugin": "^1.98.6",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

Diff for: examples/react/basic-file-based-codesplitting/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
1313
"@tanstack/router-devtools": "^1.98.4",
14-
"@tanstack/router-plugin": "^1.98.5",
14+
"@tanstack/router-plugin": "^1.98.6",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

Diff for: examples/react/basic-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
1313
"@tanstack/router-devtools": "^1.98.4",
14-
"@tanstack/router-plugin": "^1.98.5",
14+
"@tanstack/router-plugin": "^1.98.6",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

Diff for: examples/react/basic-react-query-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tanstack/react-query-devtools": "^5.64.2",
1414
"@tanstack/react-router": "^1.98.4",
1515
"@tanstack/router-devtools": "^1.98.4",
16-
"@tanstack/router-plugin": "^1.98.5",
16+
"@tanstack/router-plugin": "^1.98.6",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"redaxios": "^0.5.1",

Diff for: examples/react/basic-ssr-file-based/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@tanstack/react-router": "^1.98.4",
1515
"@tanstack/router-devtools": "^1.98.4",
16-
"@tanstack/router-plugin": "^1.98.5",
17-
"@tanstack/start": "^1.98.5",
16+
"@tanstack/router-plugin": "^1.98.6",
17+
"@tanstack/start": "^1.98.6",
1818
"get-port": "^7.1.0",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",

Diff for: examples/react/basic-ssr-streaming-file-based/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@tanstack/react-router": "^1.98.4",
1515
"@tanstack/router-devtools": "^1.98.4",
16-
"@tanstack/router-plugin": "^1.98.5",
17-
"@tanstack/start": "^1.98.5",
16+
"@tanstack/router-plugin": "^1.98.6",
17+
"@tanstack/start": "^1.98.6",
1818
"get-port": "^7.1.0",
1919
"react": "^19.0.0",
2020
"react-dom": "^19.0.0",

Diff for: examples/react/basic-virtual-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
1313
"@tanstack/router-devtools": "^1.98.4",
14-
"@tanstack/router-plugin": "^1.98.5",
14+
"@tanstack/router-plugin": "^1.98.6",
1515
"@tanstack/virtual-file-routes": "^1.98.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

Diff for: examples/react/basic-virtual-inside-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
1313
"@tanstack/router-devtools": "^1.98.4",
14-
"@tanstack/router-plugin": "^1.98.5",
14+
"@tanstack/router-plugin": "^1.98.6",
1515
"@tanstack/virtual-file-routes": "^1.98.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

Diff for: examples/react/kitchen-sink-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
1313
"@tanstack/router-devtools": "^1.98.4",
14-
"@tanstack/router-plugin": "^1.98.5",
14+
"@tanstack/router-plugin": "^1.98.6",
1515
"immer": "^10.1.1",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",

Diff for: examples/react/kitchen-sink-react-query-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tanstack/react-query-devtools": "^5.64.2",
1414
"@tanstack/react-router": "^1.98.4",
1515
"@tanstack/router-devtools": "^1.98.4",
16-
"@tanstack/router-plugin": "^1.98.5",
16+
"@tanstack/router-plugin": "^1.98.6",
1717
"immer": "^10.1.1",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",

Diff for: examples/react/large-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query": "^5.64.2",
1515
"@tanstack/react-router": "^1.98.4",
1616
"@tanstack/router-devtools": "^1.98.4",
17-
"@tanstack/router-plugin": "^1.98.5",
17+
"@tanstack/router-plugin": "^1.98.6",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",

Diff for: examples/react/quickstart-esbuild-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
1313
"@tanstack/router-devtools": "^1.98.4",
14-
"@tanstack/router-plugin": "^1.98.5",
14+
"@tanstack/router-plugin": "^1.98.6",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

Diff for: examples/react/quickstart-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
1313
"@tanstack/router-devtools": "^1.98.4",
14-
"@tanstack/router-plugin": "^1.98.5",
14+
"@tanstack/router-plugin": "^1.98.6",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

Diff for: examples/react/quickstart-rspack-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@rsbuild/core": "1.2.3",
2121
"@rsbuild/plugin-react": "1.1.0",
22-
"@tanstack/router-plugin": "^1.98.5",
22+
"@tanstack/router-plugin": "^1.98.6",
2323
"@types/react": "^19.0.8",
2424
"@types/react-dom": "^19.0.3",
2525
"typescript": "^5.6.2"

Diff for: examples/react/quickstart-webpack-file-based/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@swc/core": "^1.10.9",
17-
"@tanstack/router-plugin": "^1.98.5",
17+
"@tanstack/router-plugin": "^1.98.6",
1818
"@types/react": "^19.0.8",
1919
"@types/react-dom": "^19.0.3",
2020
"html-webpack-plugin": "^5.6.3",

Diff for: examples/react/router-monorepo-react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query-devtools": "^5.64.2",
1515
"@tanstack/react-router": "^1.98.4",
1616
"@tanstack/router-devtools": "^1.98.4",
17-
"@tanstack/router-plugin": "^1.98.5",
17+
"@tanstack/router-plugin": "^1.98.6",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1"

Diff for: examples/react/router-monorepo-react-query/packages/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@tanstack/history": "^1.98.1",
1212
"@tanstack/react-query": "^5.64.2",
1313
"@tanstack/react-router": "^1.98.4",
14-
"@tanstack/router-plugin": "^1.98.5",
14+
"@tanstack/router-plugin": "^1.98.6",
1515
"@router-mono-react-query/post-query": "workspace:*",
1616
"redaxios": "^0.5.1",
1717
"zod": "^3.24.1",

Diff for: examples/react/router-monorepo-simple-lazy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-router": "^1.98.4",
1212
"@tanstack/router-devtools": "^1.98.4",
13-
"@tanstack/router-plugin": "^1.98.5",
13+
"@tanstack/router-plugin": "^1.98.6",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
1616
"redaxios": "^0.5.1"

Diff for: examples/react/router-monorepo-simple-lazy/packages/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/history": "^1.98.1",
1212
"@tanstack/react-router": "^1.98.4",
13-
"@tanstack/router-plugin": "^1.98.5",
13+
"@tanstack/router-plugin": "^1.98.6",
1414
"redaxios": "^0.5.1",
1515
"zod": "^3.24.1",
1616
"react": "^19.0.0",

Diff for: examples/react/router-monorepo-simple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/react-router": "^1.98.4",
1212
"@tanstack/router-devtools": "^1.98.4",
13-
"@tanstack/router-plugin": "^1.98.5",
13+
"@tanstack/router-plugin": "^1.98.6",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
1616
"redaxios": "^0.5.1"

Diff for: examples/react/router-monorepo-simple/packages/router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@tanstack/history": "^1.98.1",
1212
"@tanstack/react-router": "^1.98.4",
13-
"@tanstack/router-plugin": "^1.98.5",
13+
"@tanstack/router-plugin": "^1.98.6",
1414
"redaxios": "^0.5.1",
1515
"zod": "^3.24.1",
1616
"react": "^19.0.0",

Diff for: examples/react/search-validator-adapters/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query": "^5.64.2",
1515
"@tanstack/react-router": "^1.98.4",
1616
"@tanstack/router-devtools": "^1.98.4",
17-
"@tanstack/router-plugin": "^1.98.5",
17+
"@tanstack/router-plugin": "^1.98.6",
1818
"@tanstack/valibot-adapter": "^1.98.4",
1919
"@tanstack/zod-adapter": "^1.98.4",
2020
"arktype": "^2.0.3",

Diff for: examples/react/start-basic-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@prisma/client": "5.22.0",
1414
"@tanstack/react-router": "^1.98.4",
1515
"@tanstack/router-devtools": "^1.98.4",
16-
"@tanstack/start": "^1.98.5",
16+
"@tanstack/start": "^1.98.6",
1717
"prisma": "^5.22.0",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",

Diff for: examples/react/start-basic-react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-router": "^1.98.4",
1515
"@tanstack/react-router-with-query": "^1.98.4",
1616
"@tanstack/router-devtools": "^1.98.4",
17-
"@tanstack/start": "^1.98.5",
17+
"@tanstack/start": "^1.98.6",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",

Diff for: examples/react/start-basic-rsc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/plugin-syntax-typescript": "^7.25.9",
1313
"@tanstack/react-router": "^1.98.4",
1414
"@tanstack/router-devtools": "^1.98.4",
15-
"@tanstack/start": "^1.98.5",
15+
"@tanstack/start": "^1.98.6",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"redaxios": "^0.5.1",

Diff for: examples/react/start-basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
1313
"@tanstack/router-devtools": "^1.98.4",
14-
"@tanstack/start": "^1.98.5",
14+
"@tanstack/start": "^1.98.6",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0",
1717
"redaxios": "^0.5.1",

Diff for: examples/react/start-clerk-basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@clerk/tanstack-start": "0.8.16",
1313
"@tanstack/react-router": "^1.98.4",
1414
"@tanstack/router-devtools": "^1.98.4",
15-
"@tanstack/start": "^1.98.5",
15+
"@tanstack/start": "^1.98.6",
1616
"react": "^19.0.0",
1717
"react-dom": "^19.0.0",
1818
"redaxios": "^0.5.1",

Diff for: examples/react/start-convex-trellaux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@tanstack/react-router": "^1.98.4",
1818
"@tanstack/react-router-with-query": "^1.98.4",
1919
"@tanstack/router-devtools": "^1.98.4",
20-
"@tanstack/start": "^1.98.5",
20+
"@tanstack/start": "^1.98.6",
2121
"concurrently": "^8.2.2",
2222
"convex": "^1.18.2",
2323
"ky": "^1.7.4",

Diff for: examples/react/start-counter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/react-router": "^1.98.4",
13-
"@tanstack/start": "^1.98.5",
13+
"@tanstack/start": "^1.98.6",
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
1616
"vinxi": "0.5.1"

Diff for: examples/react/start-large/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query": "^5.64.2",
1515
"@tanstack/react-router": "^1.98.4",
1616
"@tanstack/router-devtools": "^1.98.4",
17-
"@tanstack/start": "^1.98.5",
17+
"@tanstack/start": "^1.98.6",
1818
"react": "^19.0.0",
1919
"react-dom": "^19.0.0",
2020
"redaxios": "^0.5.1",

Diff for: examples/react/start-supabase-basic/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@supabase/supabase-js": "^2.48.1",
1818
"@tanstack/react-router": "^1.98.4",
1919
"@tanstack/router-devtools": "^1.98.4",
20-
"@tanstack/start": "^1.98.5",
20+
"@tanstack/start": "^1.98.6",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
2323
"vinxi": "0.5.1"

Diff for: examples/react/start-trellaux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-router": "^1.98.4",
1515
"@tanstack/react-router-with-query": "^1.98.4",
1616
"@tanstack/router-devtools": "^1.98.4",
17-
"@tanstack/start": "^1.98.5",
17+
"@tanstack/start": "^1.98.6",
1818
"ky": "^1.7.4",
1919
"msw": "^2.7.0",
2020
"react": "^19.0.0",

Diff for: examples/react/with-trpc-react-query/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@tanstack/react-query-devtools": "^5.64.2",
1313
"@tanstack/react-router": "^1.98.4",
1414
"@tanstack/router-devtools": "^1.98.4",
15-
"@tanstack/router-plugin": "^1.98.5",
16-
"@tanstack/start": "^1.98.5",
15+
"@tanstack/router-plugin": "^1.98.6",
16+
"@tanstack/start": "^1.98.6",
1717
"@trpc/client": "11.0.0-rc.729",
1818
"@trpc/react-query": "11.0.0-rc.729",
1919
"@trpc/server": "11.0.0-rc.729",

Diff for: examples/react/with-trpc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"dependencies": {
1111
"@tanstack/react-router": "^1.98.4",
1212
"@tanstack/router-devtools": "^1.98.4",
13-
"@tanstack/router-plugin": "^1.98.5",
14-
"@tanstack/start": "^1.98.5",
13+
"@tanstack/router-plugin": "^1.98.6",
14+
"@tanstack/start": "^1.98.6",
1515
"@trpc/client": "11.0.0-rc.729",
1616
"@trpc/server": "11.0.0-rc.729",
1717
"react": "^19.0.0",

Diff for: packages/create-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/create-router",
3-
"version": "1.98.5",
3+
"version": "1.98.6",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tanner Linsley",
66
"license": "MIT",

Diff for: packages/create-start/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/create-start",
3-
"version": "1.98.5",
3+
"version": "1.98.6",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tim O'Connell",
66
"license": "MIT",

Diff for: packages/router-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/router-cli",
3-
"version": "1.98.4",
3+
"version": "1.98.6",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tanner Linsley",
66
"license": "MIT",

Diff for: packages/router-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/router-generator",
3-
"version": "1.98.4",
3+
"version": "1.98.6",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tanner Linsley",
66
"license": "MIT",

Diff for: packages/router-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/router-plugin",
3-
"version": "1.98.5",
3+
"version": "1.98.6",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tanner Linsley",
66
"license": "MIT",

Diff for: packages/router-vite-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/router-vite-plugin",
3-
"version": "1.98.5",
3+
"version": "1.98.6",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tanner Linsley",
66
"license": "MIT",

Diff for: packages/start-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/start-config",
3-
"version": "1.98.5",
3+
"version": "1.98.6",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tanner Linsley",
66
"license": "MIT",

Diff for: packages/start/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/start",
3-
"version": "1.98.5",
3+
"version": "1.98.6",
44
"description": "Modern and scalable routing for React applications",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)