Skip to content

chore(deps): bump brace-expansion, test-exclude, eslint, sucrase, typescript-eslint and wireit #1281

chore(deps): bump brace-expansion, test-exclude, eslint, sucrase, typescript-eslint and wireit

chore(deps): bump brace-expansion, test-exclude, eslint, sucrase, typescript-eslint and wireit #1281

Triggered via pull request July 9, 2026 12:15
Status Failure
Total duration 5m 32s
Artifacts

ci.yml

on: pull_request
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build-and-test (24.x): src/mcp/resources/doctor.ts#L62
'_uri' is defined but never used. Allowed unused args must match /never/u
build-and-test (24.x): src/mcp/resources/devices.ts#L61
'_uri' is defined but never used. Allowed unused args must match /never/u
build-and-test (24.x): src/integrations/xcode-tools-bridge/registry.ts#L190
'_localToolName' is defined but never used. Allowed unused args must match /never/u
build-and-test (24.x): src/core/resources.ts#L13
'ResourceManifestEntry' is defined but never used. Allowed unused vars must match /never/u
build-and-test (24.x): src/core/manifest/load-manifest.ts#L18
'getPackageRoot' is defined but never used. Allowed unused vars must match /never/u
build-and-test (24.x): src/core/__tests__/resources.test.ts#L27
Always prefer const x: T = { ... }
build-and-test (24.x): src/benchmarks/claude-ui/transcript.ts#L340
'lineText' is assigned a value but never used. Allowed unused vars must match /never/u
build-and-test (24.x): src/benchmarks/claude-ui/preflight-commands.ts#L63
'timeoutTimer' is never reassigned. Use 'const' instead
build-and-test (24.x)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-and-test (24.x): src/core/structured-output-schema.ts#L284
Missing return type on function
build-and-test (24.x): src/cli/register-tool-commands.ts#L443
Missing return type on function
build-and-test (24.x): src/cli/register-tool-commands.ts#L435
Missing return type on function
build-and-test (24.x): src/cli/register-tool-commands.ts#L93
Missing return type on function
build-and-test (24.x): src/cli/register-tool-commands.ts#L89
Missing return type on function
build-and-test (24.x): src/cli/commands/upgrade.ts#L444
Missing return type on function
build-and-test (24.x): src/cli/commands/upgrade.ts#L440
Missing return type on function
build-and-test (24.x): src/benchmarks/claude-ui/preflight-commands.ts#L69
Missing return type on function
build-and-test (24.x): src/benchmarks/claude-ui/preflight-commands.ts#L65
Missing return type on function
build-and-test (24.x): src/benchmarks/claude-ui/harness.ts#L876
Prefer using an optional chain expression instead, as it's more concise and easier to read