chore(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates #19
Annotations
20 errors and 4 warnings
|
test (ubuntu-latest · node 20)
Process completed with exit code 1.
|
|
test/integration/sample-project.integration.test.ts > sample-project full session integration > #given sample-project fixture #when running full session with static and dynamic injection #then each turn mutates once and preserves harness state:
test/integration/sample-project.integration.test.ts#L68
AssertionError: expected undefined to deeply equal { content: Any<Array> }
- Expected:
{
"content": Any<Array>,
}
+ Received:
undefined
❯ expectToolResult test/integration/sample-project.integration.test.ts:68:17
❯ test/integration/sample-project.integration.test.ts:111:19
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called twice on same fake pi #when second call #then registrations DOUBLE (factory is not idempotent — pi-mono spawns one factory call per session typically):
test/integration/load-extension.integration.test.ts#L146
AssertionError: expected [ 'session_start', …(7) ] to deeply equal [ 'session_start', …(5) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:146:60
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called #when extension API surface inspected #then no extra registrations beyond expected (no rogue tools, shortcuts, message renderers, providers):
test/integration/load-extension.integration.test.ts#L125
AssertionError: expected [ 'session_start', …(3) ] to deeply equal [ 'session_start', …(2) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:125:60
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called #when inspecting harness.handlers #then 3 hooks registered: session_start, before_agent_start, tool_result:
test/integration/load-extension.integration.test.ts#L78
AssertionError: expected [ 'session_start', …(3) ] to deeply equal [ 'session_start', …(2) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:78:25
|
|
test (ubuntu-latest · node 22)
Process completed with exit code 1.
|
|
test/integration/sample-project.integration.test.ts > sample-project full session integration > #given sample-project fixture #when running full session with static and dynamic injection #then each turn mutates once and preserves harness state:
test/integration/sample-project.integration.test.ts#L68
AssertionError: expected undefined to deeply equal { content: Any<Array> }
- Expected:
{
"content": Any<Array>,
}
+ Received:
undefined
❯ expectToolResult test/integration/sample-project.integration.test.ts:68:17
❯ test/integration/sample-project.integration.test.ts:111:19
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called twice on same fake pi #when second call #then registrations DOUBLE (factory is not idempotent — pi-mono spawns one factory call per session typically):
test/integration/load-extension.integration.test.ts#L146
AssertionError: expected [ 'session_start', …(7) ] to deeply equal [ 'session_start', …(5) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:146:60
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called #when extension API surface inspected #then no extra registrations beyond expected (no rogue tools, shortcuts, message renderers, providers):
test/integration/load-extension.integration.test.ts#L125
AssertionError: expected [ 'session_start', …(3) ] to deeply equal [ 'session_start', …(2) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:125:60
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called #when inspecting harness.handlers #then 3 hooks registered: session_start, before_agent_start, tool_result:
test/integration/load-extension.integration.test.ts#L78
AssertionError: expected [ 'session_start', …(3) ] to deeply equal [ 'session_start', …(2) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:78:25
|
|
test (macos-latest · node 22)
Process completed with exit code 1.
|
|
test/integration/sample-project.integration.test.ts > sample-project full session integration > #given sample-project fixture #when running full session with static and dynamic injection #then each turn mutates once and preserves harness state:
test/integration/sample-project.integration.test.ts#L68
AssertionError: expected undefined to deeply equal { content: Any<Array> }
- Expected:
{
"content": Any<Array>,
}
+ Received:
undefined
❯ expectToolResult test/integration/sample-project.integration.test.ts:68:17
❯ test/integration/sample-project.integration.test.ts:111:19
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called twice on same fake pi #when second call #then registrations DOUBLE (factory is not idempotent — pi-mono spawns one factory call per session typically):
test/integration/load-extension.integration.test.ts#L146
AssertionError: expected [ 'session_start', …(7) ] to deeply equal [ 'session_start', …(5) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:146:60
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called #when extension API surface inspected #then no extra registrations beyond expected (no rogue tools, shortcuts, message renderers, providers):
test/integration/load-extension.integration.test.ts#L125
AssertionError: expected [ 'session_start', …(3) ] to deeply equal [ 'session_start', …(2) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:125:60
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called #when inspecting harness.handlers #then 3 hooks registered: session_start, before_agent_start, tool_result:
test/integration/load-extension.integration.test.ts#L78
AssertionError: expected [ 'session_start', …(3) ] to deeply equal [ 'session_start', …(2) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:78:25
|
|
test (macos-latest · node 20)
Process completed with exit code 1.
|
|
test/integration/sample-project.integration.test.ts > sample-project full session integration > #given sample-project fixture #when running full session with static and dynamic injection #then each turn mutates once and preserves harness state:
test/integration/sample-project.integration.test.ts#L68
AssertionError: expected undefined to deeply equal { content: Any<Array> }
- Expected:
{
"content": Any<Array>,
}
+ Received:
undefined
❯ expectToolResult test/integration/sample-project.integration.test.ts:68:17
❯ test/integration/sample-project.integration.test.ts:111:19
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called twice on same fake pi #when second call #then registrations DOUBLE (factory is not idempotent — pi-mono spawns one factory call per session typically):
test/integration/load-extension.integration.test.ts#L146
AssertionError: expected [ 'session_start', …(7) ] to deeply equal [ 'session_start', …(5) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:146:60
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called #when extension API surface inspected #then no extra registrations beyond expected (no rogue tools, shortcuts, message renderers, providers):
test/integration/load-extension.integration.test.ts#L125
AssertionError: expected [ 'session_start', …(3) ] to deeply equal [ 'session_start', …(2) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:125:60
|
|
test/integration/load-extension.integration.test.ts > load extension integration > #given factory called #when inspecting harness.handlers #then 3 hooks registered: session_start, before_agent_start, tool_result:
test/integration/load-extension.integration.test.ts#L78
AssertionError: expected [ 'session_start', …(3) ] to deeply equal [ 'session_start', …(2) ]
- Expected
+ Received
[
"session_start",
+ "session_compact",
"before_agent_start",
"tool_result",
]
❯ test/integration/load-extension.integration.test.ts:78:25
|
|
test (ubuntu-latest · node 20)
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/
|
|
test (ubuntu-latest · node 22)
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/
|
|
test (macos-latest · node 22)
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/
|
|
test (macos-latest · node 20)
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/
|