TanStack
OSS
devtools
Sign in / Sign up
Open main menu
devtools
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
worktree-zany-yawning-quill
f3f2374f ci: apply automated fixes
by autofix-ci...
a
Succeeded
worktree-zany-yawning-quill
590a33bb fix: lock
by Alem Tuzlak
A
Succeeded
worktree-zany-yawning-quill
be94dfb2 ci: apply automated fixes
by autofix-ci...
a
Succeeded
worktree-zany-yawning-quill
3db2c383 fix(devtools-utils): use relative dynamic import for class-mount-impl Replace the cross-package bare specifier import('@tanstack/devtools-utils/solid') with a relative import('./class-mount-impl'). Bare specifiers in dynamic imports inside pre-bundled dependencies aren't resolved by bundlers like esbuild/webpack, causing "Failed to resolve module specifier" errors in the browser. The relative import works in all bundlers (Vite, Next.js, etc.) because the class-mount-impl.js file is co-located in the same dist directory, built together via a single vite config with vite-plugin-solid for JSX compilation.
by Alem Tuzlak
A
Succeeded
worktree-zany-yawning-quill
02bcc238 fix(devtools-utils): use variable import path to prevent esbuild SSR pre-bundling esbuild follows dynamic imports with string literals during Vite's dependency optimization, pulling solid-js into the SSR bundle. Using a variable path prevents static analysis from following the import.
by Alem Tuzlak
A
Failed
worktree-zany-yawning-quill
a3706baa fix(devtools-utils): fix lint errors in solid class files
by Alem Tuzlak
A
Failed
worktree-zany-yawning-quill
69b68fe6 fix(devtools-utils): resolve self-referencing import for clean CI builds Add ambient module declaration (barrel-types.d.ts) so TypeScript can resolve @tanstack/devtools-utils/solid on clean checkouts without dist/.
by Alem Tuzlak
A
Failed
worktree-zany-yawning-quill
fc061597 ci: apply automated fixes
by autofix-ci...
a
Succeeded
worktree-zany-yawning-quill
69b68fe6 fix(devtools-utils): resolve self-referencing import for clean CI builds Add ambient module declaration (barrel-types.d.ts) so TypeScript can resolve @tanstack/devtools-utils/solid on clean checkouts without dist/.
by Alem Tuzlak
A
Failed
worktree-zany-yawning-quill
c68332f7 ci: apply automated fixes
by autofix-ci...
a
Failed
worktree-zany-yawning-quill
c68332f7 ci: apply automated fixes
by autofix-ci...
a
Failed
worktree-zany-yawning-quill
9579903e feat(devtools-utils): add Solid.js support and enhance routing configurations
by Alem Tuzlak
A
Succeeded
worktree-zany-yawning-quill
5a6efbe7 fix(devtools): prevent solid-js from leaking into server bundles Move all solid-js runtime imports (render, Portal, lazy, ClientEventBus) from core into a new mount-impl.tsx file loaded via dynamic import(). This ensures solid-js code is never in the static import graph and only loads as a separate chunk when mount() is called on the client.
by Alem Tuzlak
A
Previous page
Previous
Next
Next page