This repository was archived by the owner on Jun 1, 2026. It is now read-only.
fix(client): resolve 8 real user-impacting bugs across web, desktop, TUI, and server #75
Annotations
4 errors and 20 warnings
|
error: expect(received).toBe(expected):
packages/shared/test/home.comprehensive.test.ts#L166
Expected: true
Received: false
at <anonymous> (/home/runner/work/codeplane/codeplane/packages/shared/test/home.comprehensive.test.ts:166:51)
|
|
error: expect(received).toBe(expected):
packages/shared/test/home.comprehensive.test.ts#L154
Expected: true
Received: false
at <anonymous> (/home/runner/work/codeplane/codeplane/packages/shared/test/home.comprehensive.test.ts:154:49)
|
|
typecheck
Process completed with exit code 2.
|
|
typecheck
codeplane#typecheck: command (/home/runner/work/codeplane/codeplane/packages/codeplane) /home/runner/.bun/bin/bun run typecheck exited (2)
|
|
test (app)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (mobile, packages/mobile, bun install 2>/dev/null || true; bun run build 2>/dev/null || tru...
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (cli, packages/codeplane, bun script/build.ts --skip-embed-web-ui --skip-install --single, ...
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (ui)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (desktop, packages/desktop, bun install 2>/dev/null || true; bun run build 2>/dev/null || t...
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (shared)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-empty-pattern):
packages/desktop/e2e/desktop.spec.ts#L1109
Empty object binding pattern
|
|
eslint(no-empty-pattern):
packages/desktop/e2e/desktop.spec.ts#L1041
Empty object binding pattern
|
|
eslint(no-empty-pattern):
packages/desktop/e2e/desktop.spec.ts#L887
Empty object binding pattern
|
|
eslint(no-unused-vars):
packages/desktop/test/log.test.ts#L1
Identifier 'beforeEach' is imported but never used.
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/shared/src/server-version-watcher.ts#L82
Empty fallbacks in spreads are unnecessary
|
|
typescript-eslint(no-extraneous-class):
packages/codeplane/test/record.comprehensive.test.ts#L21
Unexpected empty class.
|
|
eslint(no-unused-vars):
packages/app/src/app.tsx#L63
Variable 'Loading' is declared but never used. Unused variables should start with a '_'.
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/app/src/pages/mcp.tsx#L549
Empty fallbacks in spreads are unnecessary
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/app/src/pages/mcp.tsx#L116
Empty fallbacks in spreads are unnecessary
|
|
eslint-plugin-unicorn(no-useless-fallback-in-spread):
packages/app/src/pages/agents.tsx#L102
Empty fallbacks in spreads are unnecessary
|
|
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (site, site, bun install && bun run build, test -d out)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (web-app, packages/app, bun run build, test -f dist/index.html)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|