fix(deps): bump fast-uri to 3.1.7 and pnpm to 10.34.5 #1012
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
6m 53s
Browser Test
4m 31s
Release Smoke
1m 47s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(refs):
apps/web/src/hooks/useStreamingTextReveal.ts#L20
apps/web/src/hooks/useStreamingTextReveal.ts:20:15: Cannot access refs during render
|
|
react(exhaustive-effect-dependencies):
apps/web/src/hooks/useStreamingTextReveal.ts#L35
apps/web/src/hooks/useStreamingTextReveal.ts:35:7: Found extra effect dependencies
|
|
eslint(no-unused-vars):
apps/web/src/environments/runtime/service.addSavedEnvironment.test.ts#L10
apps/web/src/environments/runtime/service.addSavedEnvironment.test.ts:10:53: Parameter '_' is declared but never used.
|
|
react(refs):
apps/web/src/hooks/useCopyToClipboard.ts#L22
apps/web/src/hooks/useCopyToClipboard.ts:22:13: Cannot access refs during render
|
|
react(refs):
apps/web/src/hooks/useCopyToClipboard.ts#L21
apps/web/src/hooks/useCopyToClipboard.ts:21:13: Cannot access refs during render
|
|
react(refs):
apps/web/src/hooks/useCopyToClipboard.ts#L20
apps/web/src/hooks/useCopyToClipboard.ts:20:12: Cannot access refs during render
|
|
react(set-state-in-effect):
apps/web/src/hooks/useMarkdownFileLinkKinds.ts#L132
apps/web/src/hooks/useMarkdownFileLinkKinds.ts:132:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(refs):
apps/web/src/hooks/useRealtimeVoiceMode.ts#L74
apps/web/src/hooks/useRealtimeVoiceMode.ts:74:25: Cannot access refs during render
|
|
react(set-state-in-effect):
apps/web/src/bench/streamBench.tsx#L124
apps/web/src/bench/streamBench.tsx:124:5: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(set-state-in-effect):
apps/web/src/components/ChatMarkdown.tsx#L420
apps/web/src/components/ChatMarkdown.tsx:420:5: Calling setState synchronously within an effect can trigger cascading renders
|