Skip to content

Prepare v0.3.8 changelog and announcement #997

Prepare v0.3.8 changelog and announcement

Prepare v0.3.8 changelog and announcement #997

Triggered via pull request September 1, 2026 18:53
Status Failure
Total duration 3m 59s
Artifacts

ci.yml

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

Annotations

1 error and 10 warnings
Format, Lint, Typecheck, Test, Build
Process completed with exit code 1.
eslint(no-unused-vars): packages/shared/src/qrCode.ts#L607
packages/shared/src/qrCode.ts:607:44: Parameter '_' is declared but never used.
react(set-state-in-effect): apps/web/src/components/desktop/SshPasswordPromptDialog.tsx#L92
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx:92:7: Calling setState synchronously within an effect can trigger cascading renders
react(set-state-in-effect): apps/web/src/components/desktop/SshPasswordPromptDialog.tsx#L54
apps/web/src/components/desktop/SshPasswordPromptDialog.tsx:54:5: Calling setState synchronously within an effect can trigger cascading renders
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L82
packages/effect-codex-app-server/src/schema.test.ts:82:16: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L31
packages/effect-codex-app-server/src/schema.test.ts:31:5: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L27
packages/effect-codex-app-server/src/schema.test.ts:27:5: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L23
packages/effect-codex-app-server/src/schema.test.ts:23:18: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
threadlines(no-inline-schema-compile): packages/effect-codex-app-server/src/schema.test.ts#L22
packages/effect-codex-app-server/src/schema.test.ts:22:18: Hoist Schema.is(...) to module scope: the compiled function is rebuilt on every call. Move it to a module-level const.
eslint(require-yield): apps/server/src/preview/PreviewAutomationBroker.ts#L97
apps/server/src/preview/PreviewAutomationBroker.ts:97:42: This generator function does not have `yield`
unicorn(no-array-reverse): scripts/audit-marketing-media-corners.ts#L122
scripts/audit-marketing-media-corners.ts:122:75: Use `Array#toReversed()` instead of `Array#reverse()`.