Prepare v0.3.8 changelog and announcement #997
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
1m 18s
Browser Test
3m 54s
Release Smoke
1m 6s
Deploy app.threadlines.dev
/
deploy
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()`.
|