chore(deps)(deps): bump the production-dependencies group across 1 directory with 23 updates#42
Open
dependabot[bot] wants to merge 1 commit into
Annotations
10 errors and 1 warning
|
🧪 Run tests:
tests/mcp/transports/stdio.test.ts#L583
AssertionError: expected "error" to be called with arguments: [ StringContaining "Parse error" ]
Received:
1st error call:
Array [
- StringContaining "Parse error",
+ "[MCP Stdio] Connected",
]
2nd error call:
Array [
- StringContaining "Parse error",
+ "[MCP Stdio] Stdin closed",
]
Number of calls: 2
❯ Timeout._onTimeout tests/mcp/transports/stdio.test.ts:583:33
This error originated in "tests/mcp/transports/stdio.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should clear message handler on close". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
🧪 Run tests:
src/utils/queue.ts#L117
Error: Queue cleared
❯ src/utils/queue.ts:117:19
❯ ConcurrencyQueue.clear src/utils/queue.ts:116:18
❯ tests/utils/queue.test.ts:407:13
This error originated in "tests/utils/queue.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle drain after clear". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
🧪 Run tests:
src/utils/queue.ts#L117
Error: Queue cleared
❯ src/utils/queue.ts:117:19
❯ ConcurrencyQueue.clear src/utils/queue.ts:116:18
❯ tests/utils/queue.test.ts:346:13
This error originated in "tests/utils/queue.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should not affect running tasks". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
🧪 Run tests:
tests/mcp/transports/stdio.test.ts#L419
Error: done() callback is deprecated, use promise instead
❯ Timeout._onTimeout tests/mcp/transports/stdio.test.ts:419:9
This error originated in "tests/mcp/transports/stdio.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle request and response cycle". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
🧪 Run tests:
tests/mcp/transports/stdio.test.ts#L404
Error: done() callback is deprecated, use promise instead
❯ Timeout._onTimeout tests/mcp/transports/stdio.test.ts:404:9
This error originated in "tests/mcp/transports/stdio.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle request and response cycle". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
🧪 Run tests:
tests/mcp/transports/stdio.test.ts#L390
Error: done() callback is deprecated, use promise instead
❯ Timeout._onTimeout tests/mcp/transports/stdio.test.ts:390:9
This error originated in "tests/mcp/transports/stdio.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle request and response cycle". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
🧪 Run tests:
tests/mcp/transports/stdio.test.ts#L375
Error: done() callback is deprecated, use promise instead
❯ Timeout._onTimeout tests/mcp/transports/stdio.test.ts:375:9
This error originated in "tests/mcp/transports/stdio.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle request and response cycle". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
🧪 Run tests:
tests/mcp/transports/stdio.test.ts#L358
Error: done() callback is deprecated, use promise instead
❯ Timeout._onTimeout tests/mcp/transports/stdio.test.ts:358:9
This error originated in "tests/mcp/transports/stdio.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle request and response cycle". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
🧪 Run tests:
src/runtime/providers/connection-pool.ts#L211
Error: Connection pool cleared
❯ ConnectionPool.clear src/runtime/providers/connection-pool.ts:211:22
❯ tests/runtime/providers/connection-pool.test.ts:571:12
This error originated in "tests/runtime/providers/connection-pool.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should handle async operations". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
🧪 Run tests:
src/runtime/providers/connection-pool.ts#L211
Error: Connection pool cleared
❯ ConnectionPool.clear src/runtime/providers/connection-pool.ts:211:22
❯ ConnectionPool.destroy src/runtime/providers/connection-pool.ts:224:10
❯ tests/runtime/providers/connection-pool.test.ts:41:12
This error originated in "tests/runtime/providers/connection-pool.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should clear idle connections past timeout". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading