@tanstack/solid-router-ssr-query@2.0.0-rc.0
Pre-releasePatch Changes
-
#8058
56cc90e- Upgradesolid-jsand@solidjs/webto2.0.0-rc.0, and migrate fromvite-plugin-solidto its new name@solidjs/vite-pluginat3.0.0-next.28vite-plugin-solidwas renamed to@solidjs/vite-plugin; its final release (3.0.0-next.27) is a re-export shim over the new package.@solidjs/vite-plugin@3.0.0-next.28requiressolid-js/@solidjs/web^2.0.0-rc.0, so the rename and thercbump land together.@tanstack/router-pluginis intentionally untouched: it detects the Solid JSX plugin by its Vite plugin name (solid), which the renamed package still registers, and itsvite-plugin-solidpeer is optional — so it keeps working for both Solid 1 and Solid 2 consumers without a change.Also bumps
@tanstack/solid-queryand@tanstack/solid-query-devtoolsto^6.0.0-rc.0(whose peer requiressolid-js >=2.0.0-rc.0), and converges@tanstack/query-coreon5.101.4—solid-querydepends on query-core5.101.0, which previously resolved to a stale5.99.0and produced two incompatibleQueryClienttypes.