ta
TanStack
GitHub
query
Workspace
GitHub
CI Pipeline Executions
Filtered
Runs
Demo
Insights
Compare tasks
Analytics
Sign in
Toggle sidebar
Overview
⌘K
query
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
11174
606d09d3 test(solid-query-devtools): stub devtools mount so the lazy UI import never starts The Test job failed post-merge with an EnvironmentTeardownError: mounting TanstackQueryDevtools(Panel) lazily imports the devtools UI, nothing in these synchronous tests awaits it, and on the slower CI agent the import was still in flight when vitest tore the environment down. Locally the import loses the race a different way: the UI chain pulls in @solid-primitives/transition-group, Solid 1 code that no longer resolves under this Solid 2 setup, surfacing as unhandled rejections. These tests only assert what the wrapper forwards to the instance, and the container element the style tests query is rendered by the wrapper itself, so mount() (and unmount(), which throws when nothing was really mounted) are stubbed in beforeEach. Rendered roots are now disposed via an explicit cleanup() before vi.restoreAllMocks(), because disposal calls unmount() and testing-library's automatic cleanup would otherwise run after the stub was already restored. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
by Brenley Dueck
B
Failed
11174
9dbb8caf Merge branch 'solid-query-v6-pre' into chore/solid-v2-rc-main-merge Brings in #11175, the release bot's version commit, which turned the 6.0.0-rc sentinel into the real 6.0.0-rc.0 across the solid packages. One conflict, in examples/solid/offline/package.json, where each side was right about different lines: - @tanstack/query-async-storage-persister: kept our ^5.101.4, which comes from main and is part of what this branch delivers - @tanstack/solid-query*: took the base branch's ^6.0.0-rc.0 over our now-stale ^6.0.0-beta.8 references Verified after the merge: the three solid packages are on 6.0.0-rc.0 with no stale beta.8 references anywhere, the changelogs stay in descending version order across the rc/beta/5.101 boundary, and test:lib, test:types, test:build, test:eslint, sherif and knip all pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
by Brenley Dueck
B
Failed
11174
7a980e1b Merge branch 'solid-query-v6-pre' into chore/solid-v2-rc-main-merge Brings in #11175, the release bot's version commit, which turned the 6.0.0-rc sentinel into the real 6.0.0-rc.0 across the solid packages. One conflict, in examples/solid/offline/package.json, where each side was right about different lines: - @tanstack/query-async-storage-persister: kept our ^5.101.4, which comes from main and is part of what this branch delivers - @tanstack/solid-query*: took the base branch's ^6.0.0-rc.0 over our now-stale ^6.0.0-beta.8 references Verified after the merge: the three solid packages are on 6.0.0-rc.0 with no stale beta.8 references anywhere, the changelogs stay in descending version order across the rc/beta/5.101 boundary, and test:lib, test:types, test:build, test:eslint, sherif and knip all pass. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
by Brenley Dueck
B
Succeeded
11174
2f3dd763 Merge branch 'solid-query-v6-pre' into chore/solid-v2-rc-main-merge Brings in the squash-merged #11173, which landed the solid v2 rc upgrade upstream. Two conflicts: - examples/solid/simple/package.json: kept our ^5.101.4 for @tanstack/eslint-plugin-query. The base branch still has ^5.101.0 because it has not taken main yet, and that bump is part of the main merge this branch delivers - pnpm-lock.yaml: regenerated from the merged manifests Verified after the merge: test:lib, test:types, test:build and test:eslint pass for all three solid packages, sherif and knip are clean, and the 6.0.0-rc sentinel matches what upstream now carries. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
by Brenley Dueck
B
Previous
Next