TanStack
OSS
router
Overview
Sign in / Sign up
Open main menu
router
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
merge-main-into-solid-v2-pre
2bb318bd fix(benchmarks): Solid v2 type fixes for new benchmark scenarios - jsxImportSource solid-js -> @solidjs/web in the new scenario tsconfigs (Solid 2's JSX types moved; with the old value tsc fell back to React's JSX namespace and rejected solid components) - createRenderEffect one-arg calls -> v2 (compute, effect) signature in the loaders, search-params, and nested-params solid scenarios, matching the existing client-nav solid app Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
by Brenley Dueck
B
Succeeded
merge-main-into-solid-v2-pre
26d94d93 fix(benchmarks): adapt new solid benchmarks from main to Solid v2 main's new client-nav scenarios and memory benchmarks were written for Solid 1.x and fail against this branch's Solid 2 toolchain: - import render/HydrationScript from @solidjs/web instead of solid-js/web - memory benchmark manifests: solid-js 2.0.0-beta.15, @solidjs/web, vite-plugin-solid ^3.0.0-next.5 (matching client-nav) - Suspense -> Loading, and createResource -> router Await in the memory-server solid scenarios - skip the streaming-peak solid bench: Solid 2's renderToStream emits </body></html> with the shell and streams deferred Loading content after it, so router-core's transformStreamWithRouter tail-buffers the ~200 kB of deferred sections and throws 'SSR stream tail exceeded maximum buffer' (MAX_TAIL_CHARS = 64 kB). Needs a transformer-level fix on this branch before the scenario can run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
by Brenley Dueck
B
Succeeded
merge-main-into-solid-v2-pre
01dbb52d fix(lockfile): restore @rspack/binding@2.0.8 platform binaries pnpm install --lockfile-only on darwin-arm64 dropped all other platform optionalDependencies for @rspack/binding@2.0.8, causing the bundle-size benchmark on Linux CI to fall back to a stale 2.0.0 binding ("Unmatched version @rspack/core@2.0.8 and @rspack/binding@2.0.0"). Restored the full platform list to match main's lockfile. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
by Brenley Dueck
B
Failed
merge-main-into-solid-v2-pre
adc6ed57 bench(memory): prefix client and server benchmark names (#7743)
by Flo
F
Previous page
Previous
Next
Next page