Skip to content

fix(ci): hoist effect-language-service prepare hook to root (#2497) #297

fix(ci): hoist effect-language-service prepare hook to root (#2497)

fix(ci): hoist effect-language-service prepare hook to root (#2497) #297

Triggered via pull request May 5, 2026 17:06
Status Failure
Total duration 11m 22s
Artifacts

ci.yml

on: pull_request
Format, Lint, Typecheck, Test, Browser Test, Build
11m 10s
Format, Lint, Typecheck, Test, Browser Test, Build
Release Smoke
39s
Release Smoke
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
Format, Lint, Typecheck, Test, Browser Test, Build
Process completed with exit code 1.
[chromium] src/components/ChatView.browser.tsx > ChatView timeline estimator parity (full app) > filters the open picker menu and opens VSCodium from the menu: apps/web/src/components/ChatView.browser.tsx#L1131
AssertionError: Unable to find Open picker button.: expected null to be truthy - Expected: true + Received: null ❯ toBeTruthy src/components/ChatView.browser.tsx:1131:36
[chromium] src/components/ChatView.browser.tsx > ChatView timeline estimator parity (full app) > shows Kiro in the open picker menu and opens the project cwd with it: apps/web/src/components/ChatView.browser.tsx#L1131
AssertionError: Unable to find Open picker button.: expected null to be truthy - Expected: true + Received: null ❯ toBeTruthy src/components/ChatView.browser.tsx:1131:36
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1790
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-react-hooks(exhaustive-deps): apps/web/src/components/ChatView.tsx#L1782
React Hook useCallback has a missing dependency: 'composerRef.current'
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/environments/runtime/catalog.test.ts#L98
Function `resolveRegistryRead` does not capture any variables from its parent scope
oxc(no-accumulating-spread): apps/web/src/appSettings.ts#L429
Do not spread accumulators in loops
eslint-plugin-unicorn(no-useless-fallback-in-spread): apps/web/src/appSettings.ts#L335
Empty fallbacks in spreads are unnecessary
oxc(no-map-spread): apps/web/src/clientPersistenceStorage.ts#L174
Spreading to modify object properties in `map` calls is inefficient
eslint(require-yield): apps/server/src/textGeneration/GeminiCliTextGeneration.ts#L31
This generator function does not have `yield`
eslint(require-yield): apps/server/src/textGeneration/CopilotTextGeneration.ts#L31
This generator function does not have `yield`
eslint(require-yield): apps/server/src/textGeneration/AmpTextGeneration.ts#L32
This generator function does not have `yield`
eslint-plugin-unicorn(consistent-function-scoping): apps/web/src/uiStateStore.test.ts#L449
Function `createLocalStorageStub` does not capture any variables from its parent scope