chore(deps): bump voidzero-dev/setup-vp from 1.17.0 to 1.18.0 #983
ci.yml
on: pull_request
Format, Lint, Typecheck, Test, Build
6m 49s
Browser Test
3m 32s
Release Smoke
1m 9s
Deploy app.threadlines.dev
/
deploy
Annotations
10 warnings
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L68
apps/web/src/components/file-viewer/FileEditorPane.tsx:68:18: Cannot access refs during render
|
|
react(refs):
apps/web/src/components/file-viewer/FileEditorPane.tsx#L52
apps/web/src/components/file-viewer/FileEditorPane.tsx:52:5: Cannot access refs during render
|
|
react(set-state-in-effect):
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx#L446
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx:446:9: Calling setState synchronously within an effect can trigger cascading renders
|
|
react(globals):
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx#L448
apps/web/src/components/file-viewer/FileViewerPierre.browser.tsx:448:7: Cannot reassign variables declared outside of the component/hook
|
|
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`
|
|
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(exhaustive-effect-dependencies):
apps/web/src/routes/_chat.index.tsx#L140
apps/web/src/routes/_chat.index.tsx:140:7: Found extra effect dependencies
|
|
react(exhaustive-effect-dependencies):
apps/web/src/routes/__root.tsx#L353
apps/web/src/routes/__root.tsx:353:7: Found extra effect dependencies
|
|
react(exhaustive-effect-dependencies):
apps/web/src/routes/__root.tsx#L306
apps/web/src/routes/__root.tsx:306:7: Found extra effect dependencies
|
|
react(exhaustive-effect-dependencies):
apps/web/src/routes/__root.tsx#L127
apps/web/src/routes/__root.tsx:127:7: Found extra effect dependencies
|