chore(deps): bump the production-dependencies group across 1 directory with 5 updates #989
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
6m 4s
Browser Test
3m 51s
Release Smoke
1m 36s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(refs):
apps/web/src/rpc/serverState.ts#L231
apps/web/src/rpc/serverState.ts:231:14: Cannot access refs during render
|
|
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()`.
|
|
eslint(no-unused-vars):
apps/web/src/components/chat/rightPanelLauncherState.ts#L27
apps/web/src/components/chat/rightPanelLauncherState.ts:27:15: Type 'ThreadBackgroundRunItem' is imported but never used.
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ComposerPendingDrawingContexts.tsx#L75
apps/web/src/components/chat/ComposerPendingDrawingContexts.tsx:75:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/chat/sessionStartupNotice.tsx#L60
apps/web/src/components/chat/sessionStartupNotice.tsx:60:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(exhaustive-effect-dependencies):
apps/web/src/components/chat/sessionStartupNotice.tsx#L61
apps/web/src/components/chat/sessionStartupNotice.tsx:61:7: Found extra effect dependencies
|
|
react(set-state-in-effect):
apps/web/src/components/chat/FilePreviewDialog.tsx#L47
apps/web/src/components/chat/FilePreviewDialog.tsx:47:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/chat/ExpandedImageDialog.tsx#L20
apps/web/src/components/chat/ExpandedImageDialog.tsx:20:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(no-deriving-state-in-effects):
apps/web/src/components/chat/ExpandedImageDialog.tsx#L20
apps/web/src/components/chat/ExpandedImageDialog.tsx:20:5: Values derived from props and state should be calculated during render, not in an effect
|
|
eslint(no-unused-vars):
apps/web/src/components/chat/AgentsPanel.browser.tsx#L79
apps/web/src/components/chat/AgentsPanel.browser.tsx:79:7: Variable 'TERMINAL_RUN' is declared but never used. Unused variables should start with a '_'.
|