Skip to content

Commit 15652a5

Browse files
authored
chore: bump solid-query and vite-plugin-solid (#7103)
1 parent e03e807 commit 15652a5

98 files changed

Lines changed: 403 additions & 405 deletions

File tree

Some content is hidden

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

.changeset/social-rules-fold.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@tanstack/solid-router-ssr-query': patch
3+
'@tanstack/solid-router-devtools': patch
4+
'@tanstack/solid-start-client': patch
5+
'@tanstack/solid-start-server': patch
6+
'@tanstack/solid-router': patch
7+
'@tanstack/solid-start': patch
8+
---
9+
10+
chore: bump solid-query and vite-plugin-solid

benchmarks/bundle-size/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@vitejs/plugin-vue-jsx": "^5.1.5",
2727
"typescript": "^5.7.2",
2828
"vite": "^8.0.0",
29-
"vite-plugin-solid": "3.0.0-next.3"
29+
"vite-plugin-solid": "3.0.0-next.4"
3030
}
3131
}

benchmarks/client-nav/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/jsdom": "28.0.0",
4040
"typescript": "^5.7.2",
4141
"vite": "^8.0.0",
42-
"vite-plugin-solid": "3.0.0-next.3",
42+
"vite-plugin-solid": "3.0.0-next.4",
4343
"vitest": "^4.0.17"
4444
},
4545
"nx": {

benchmarks/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@vitejs/plugin-vue-jsx": "^5.1.5",
3535
"typescript": "^5.7.2",
3636
"vite": "^8.0.0",
37-
"vite-plugin-solid": "3.0.0-next.3",
37+
"vite-plugin-solid": "3.0.0-next.4",
3838
"vitest": "^4.0.17"
3939
},
4040
"nx": {

e2e/solid-router/basepath-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"devDependencies": {
2121
"@playwright/test": "^1.50.1",
2222
"@tanstack/router-e2e-utils": "workspace:^",
23-
"vite-plugin-solid": "3.0.0-next.3",
23+
"vite-plugin-solid": "3.0.0-next.4",
2424
"vite": "^8.0.0"
2525
}
2626
}

e2e/solid-router/basic-file-based-code-splitting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@playwright/test": "^1.50.1",
2727
"@tanstack/router-e2e-utils": "workspace:^",
2828
"vite": "^8.0.0",
29-
"vite-plugin-solid": "3.0.0-next.3"
29+
"vite-plugin-solid": "3.0.0-next.4"
3030
}
3131
}

e2e/solid-router/basic-file-based/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"@tanstack/router-e2e-utils": "workspace:^",
2929
"combinate": "^1.1.11",
3030
"vite": "^8.0.0",
31-
"vite-plugin-solid": "3.0.0-next.3"
31+
"vite-plugin-solid": "3.0.0-next.4"
3232
}
3333
}

e2e/solid-router/basic-scroll-restoration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"@playwright/test": "^1.50.1",
2525
"@tanstack/router-e2e-utils": "workspace:^",
2626
"vite": "^8.0.0",
27-
"vite-plugin-solid": "3.0.0-next.3"
27+
"vite-plugin-solid": "3.0.0-next.4"
2828
}
2929
}

e2e/solid-router/basic-solid-query-file-based/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@solidjs/web": "2.0.0-beta.5",
1515
"@tailwindcss/vite": "^4.2.2",
1616
"@tanstack/router-plugin": "workspace:^",
17-
"@tanstack/solid-query": "6.0.0-alpha.2",
18-
"@tanstack/solid-query-devtools": "6.0.0-alpha.2",
17+
"@tanstack/solid-query": "6.0.0-beta.3",
18+
"@tanstack/solid-query-devtools": "6.0.0-beta.3",
1919
"@tanstack/solid-router": "workspace:^",
2020
"@tanstack/solid-router-devtools": "workspace:^",
2121
"redaxios": "^0.5.1",
@@ -27,6 +27,6 @@
2727
"@playwright/test": "^1.50.1",
2828
"@tanstack/router-e2e-utils": "workspace:^",
2929
"vite": "^8.0.0",
30-
"vite-plugin-solid": "3.0.0-next.3"
30+
"vite-plugin-solid": "3.0.0-next.4"
3131
}
3232
}

e2e/solid-router/basic-solid-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@solidjs/web": "2.0.0-beta.5",
1515
"@tailwindcss/vite": "^4.2.2",
16-
"@tanstack/solid-query": "6.0.0-alpha.2",
17-
"@tanstack/solid-query-devtools": "6.0.0-alpha.2",
16+
"@tanstack/solid-query": "6.0.0-beta.3",
17+
"@tanstack/solid-query-devtools": "6.0.0-beta.3",
1818
"@tanstack/solid-router": "workspace:^",
1919
"@tanstack/solid-router-devtools": "workspace:^",
2020
"redaxios": "^0.5.1",
@@ -25,6 +25,6 @@
2525
"@playwright/test": "^1.50.1",
2626
"@tanstack/router-e2e-utils": "workspace:^",
2727
"vite": "^8.0.0",
28-
"vite-plugin-solid": "3.0.0-next.3"
28+
"vite-plugin-solid": "3.0.0-next.4"
2929
}
3030
}

0 commit comments

Comments
 (0)