Skip to content

chore(deps): bump provider SDKs and app dependencies to latest (#166) #866

chore(deps): bump provider SDKs and app dependencies to latest (#166)

chore(deps): bump provider SDKs and app dependencies to latest (#166) #866

Triggered via push August 19, 2026 17:43
Status Success
Total duration 12m 11s
Artifacts

ci.yml

on: push
Format, Lint, Typecheck, Test, Browser Test, Build
12m 6s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
1m 0s
Release Smoke
Deploy app.threadlines.dev  /  deploy
Deploy app.threadlines.dev / deploy
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L909
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L871
Do not define components during render.
react(no-unstable-nested-components): apps/web/src/components/CommandPalette.tsx#L853
Do not define components during render.
eslint(no-unused-vars): apps/server/src/cli/config.test.ts#L712
Variable 'derivedPaths' is declared but never used. Unused variables should start with a '_'.
eslint(require-yield): apps/desktop/src/preview/LocalServers.ts#L32
This generator function does not have `yield`
eslint(require-yield): apps/desktop/src/preview/PreviewSession.ts#L56
This generator function does not have `yield`
eslint(no-unsafe-optional-chaining): apps/web/src/session-logic.test.ts#L414
Unsafe usage of optional chaining
unicorn(no-array-reverse): apps/web/src/browserPanelStore.ts#L131
Use `Array#toReversed()` instead of `Array#reverse()`.