TanStack
OSS
ai
Overview
Sign in / Sign up
Open main menu
ai
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
feat/oxc-ts7-vite8-toolchain
b3cded64 Merge 4ba52471ac0da1ddd3535f2bbf49086c81dc3ccb into fe53f15f1ef7c3c2d6bbbca40095cc3bc838c7ef
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
b3cded64 chore: use kiira@0.6.0 (native TS7 engine), drop kiira TS6 shim kiira 0.6.0 type-checks doc snippets with the project's native TypeScript 7 compiler (engine: auto) and fixes the pnpm external-package install (ERR_PNPM_IGNORED_BUILDS false failure). It no longer needs the @typescript/typescript6 shim, so remove the kiira packageExtension. Refresh the minimumReleaseAge excludes to 0.6.0 (freshly published).
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
db7fed95 chore: use @tanstack/vite-config@0.6.0 (released dts-5/Vite-8 fix) TanStack/config#403 shipped in 0.6.0. Swap the pkg.pr.new preview for the real release. Added to minimumReleaseAgeExclude since 0.6.0 is fresh (<24h) and the build-time devDep is needed now.
by Alem Tuzlak
A
Failed
feat/oxc-ts7-vite8-toolchain
db7fed95 Merge 54e5d316cbf504ce90e0e2c71c241c58701defff into fe53f15f1ef7c3c2d6bbbca40095cc3bc838c7ef
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
8e953b4a chore: consume @tanstack/vite-config via pkg.pr.new, drop patch + dts override TanStack/config#403 fixes vite-config for vite-plugin-dts 5 / Vite 8 upstream. Point @tanstack/vite-config at that PR's pkg.pr.new build (SHA-pinned, integrity-locked) and remove the local workarounds it obviates: - delete patches/@tanstack__vite-config@0.5.2.patch + its patchedDependencies entry - drop the vite-plugin-dts: 5.0.3 override (the fixed config pins dts 5 itself, and it's ai's only path to vite-plugin-dts) - type durableStream's read(signal?: AbortSignal) — the fixed config's stricter dts pass surfaced a latent implicit-any - CLAUDE.md: correct the TS6-shim tool list (dts is native-TS7 now) Revert to the released @tanstack/vite-config once #403 lands (tracked in #975).
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
8e953b4a Merge d3c053a16738cceb3a2364da86116cb842503b54 into fe53f15f1ef7c3c2d6bbbca40095cc3bc838c7ef
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
8e56ae07 fix: resolve oxlint/knip failures from main merge under new toolchain The merge brought main's resumable-streams work into the oxc/oxlint/knip6 toolchain, surfacing three checks that were green on main's eslint/knip5 setup: - ai/stream-to-response.ts: oxlint no-control-regex flagged /[\0\r\n]/; replace with String.includes checks (same behavior, no control-char regex). - ai-durable-stream: still had eslint lint scripts (added on main); migrate to oxlint (test:oxlint + lint:fix) and vitest run, matching every other package. - ai-groq/schema-converter.ts: knip6 flagged a dead transformNullsToUndefined re-export (imported only to re-export, consumed nowhere); remove it.
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
8e56ae07 Merge 85c86aaa4e1fb77a25931e666b098f30116d595f into fe53f15f1ef7c3c2d6bbbca40095cc3bc838c7ef
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
fb07db73 fix: align ts-group-chat nitro version to fix sherif The ts-group-chat example (added in #962) kept nitro 3.0.1-alpha.2 while all other examples use 3.0.260610-beta, causing sherif's multiple-dependency-versions check to fail in CI. Bump it to match.
by Alem Tuzlak
A
Failed
feat/oxc-ts7-vite8-toolchain
fb07db73 Merge f54b284f7c10714dac06110f81cc57744d178fa9 into fe53f15f1ef7c3c2d6bbbca40095cc3bc838c7ef
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
0aa297db ci: apply automated fixes
by autofix-ci...
a
Failed
feat/oxc-ts7-vite8-toolchain
0aa297db Merge 42c9c4f06f285cdb17161b868b94766a251ea062 into 55db7d458aeaa660844f60fe19f5e84c568379ce
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
83fcf7a7 ci: Version Packages (#966) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
by github-act...
g
Succeeded
feat/oxc-ts7-vite8-toolchain
83fcf7a7 Merge 529357407fd133c7cc6605194360edbab37e7b01 into 55db7d458aeaa660844f60fe19f5e84c568379ce
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
cab5b362 fix: align dep ranges to satisfy sherif (happy-dom, dockerode, isolated-vm) The vite-8/nitro-3 work pinned three newly-direct deps to their resolved versions, which mismatched the ranges the workspace already declares and tripped sherif's multiple-dependency-versions check: - happy-dom ^20.0.11 -> ^20.0.10 (matches root) - dockerode ^4.0.12 -> ^4.0.2 (matches @tanstack/ai-sandbox-docker) - isolated-vm ^6.1.2 -> ^6.0.2 (matches @tanstack/ai-isolate-node) Each existing range still resolves to the same installed version, so this is a declared-range alignment only. sherif passes; affected builds + tests unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Succeeded
feat/oxc-ts7-vite8-toolchain
cab5b362 Merge bc5c5e9d2083a6103ff20f0d87c3e2aec2ece9f7 into fbfd4be3dda591303725664a802e0efbced0d22b
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
058488f1 feat(ai-solid-ui): build on vite 8 via vite-plugin-solid ai-solid-ui was the last Solid holdout on vite 7. Its @tanstack/vite-config build had no Solid JSX transform — vite 7's esbuild parsed the `.tsx` (jsxImportSource: solid-js) implicitly, but vite 8's Rolldown parser rejects raw JSX ("JSX syntax is disabled"). Fix it in the package's own config (not the shared vite-config patch, which is framework-agnostic): add vite-plugin-solid, mirroring what solid-ai-devtools already does on vite 8. - vite ^7.3.3 -> ^8.1.4; add vite-plugin-solid + `plugins: [solid()]`. - Test env node -> happy-dom: once solid() transforms the components into the test graph they import solid-js/web (references `document`), so the suite needs a DOM. Adds happy-dom devDep. Verified: build, test:types, test:lib (7/7), and publint all pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Failed
feat/oxc-ts7-vite8-toolchain
058488f1 Merge 079aa2b3aeff2bf2e92919bd578c22ddcbb888b6 into fbfd4be3dda591303725664a802e0efbced0d22b
by Alem Tuzlak
A
Succeeded
feat/oxc-ts7-vite8-toolchain
b8b34335 feat(examples): move ts-solid-chat to vite 8 Both blockers the vite-7 pin cited are resolved upstream: vitejs/vite#22057 (Rolldown JSX scanner) and solidjs/solid-start#2075 (vite 8 compat) are now closed. The example builds on vite 8 because it applies `vite-plugin-solid` itself, which handles Solid's JSX transform under Rolldown. - vite ^7.3.3 -> ^8.1.4; also switch to vite 8 native `resolve.tsconfigPaths` and drop the vite-tsconfig-paths plugin (merged into the existing resolve). - @tanstack/ai-solid-ui stays on vite 7: its @tanstack/vite-config library build runs no Solid JSX transform, and Rolldown's parser rejects raw JSX ("JSX syntax is disabled") where vite 7's esbuild parsed it implicitly. That needs a build-pipeline fix (or vite-plugin-solid@3 / Solid 2), not a version bump. Verified: ts-solid-chat builds and test:types clean on vite 8. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by Tom Beckenham
T
Failed
feat/oxc-ts7-vite8-toolchain
b8b34335 Merge c74507d0941d3a7d951d95742566e0e34e917272 into fbfd4be3dda591303725664a802e0efbced0d22b
by Alem Tuzlak
A
Previous page
Previous
Next
Next page