chore(deps-dev): bump vite from 8.0.8 to 8.0.16 in /universal-refiner #29
ci.yml
on: pull_request
Matrix: acceptance
build-and-test
26s
stress
20s
windows
1m 7s
supply-chain
16s
release-gate
3s
Annotations
14 errors
|
supply-chain
Process completed with exit code 1.
|
|
build-and-test
Process completed with exit code 1.
|
|
tests/register-global.test.ts > global registration doctor > refuses to merge invalid JSON without overwriting it:
universal-refiner/tests/register-global.test.ts#L104
AssertionError: expected null to be 2 // Object.is equality
- Expected:
2
+ Received:
null
❯ tests/register-global.test.ts:104:58
|
|
tests/register-global.test.ts > global registration doctor > reports drift, mojibake, and credential field paths without printing values:
universal-refiner/tests/register-global.test.ts#L90
AssertionError: expected null to be 2 // Object.is equality
- Expected:
2
+ Received:
null
❯ tests/register-global.test.ts:90:58
|
|
tests/register-global.test.ts > global registration doctor > applies idempotent Unicode-safe merges while preserving unrelated config:
universal-refiner/tests/register-global.test.ts#L53
AssertionError: expected null to be +0 // Object.is equality
- Expected:
0
+ Received:
null
❯ tests/register-global.test.ts:53:56
|
|
tests/mcp-client.test.ts > hook MCP client > selects an existing built candidate, rejects invalid timeouts, and tolerates close failures:
universal-refiner/tests/mcp-client.test.ts#L143
AssertionError: expected { timeout: 14999, …(1) } to deeply equal { timeout: 15000, …(1) }
- Expected
+ Received
{
- "maxTotalTimeout": 15000,
- "timeout": 15000,
+ "maxTotalTimeout": 14999,
+ "timeout": 14999,
}
❯ tests/mcp-client.test.ts:143:44
|
|
tests/mcp-client.test.ts > hook MCP client > resolves built server candidates and uses the default timeout:
universal-refiner/tests/mcp-client.test.ts#L132
AssertionError: expected { timeout: 14999, …(1) } to deeply equal { timeout: 15000, …(1) }
- Expected
+ Received
{
- "maxTotalTimeout": 15000,
- "timeout": 15000,
+ "maxTotalTimeout": 14999,
+ "timeout": 14999,
}
❯ tests/mcp-client.test.ts:132:44
|
|
tests/dashboard-events.test.ts > dashboard event stream and render failures > renders a route-owned error when dashboard HTML is missing:
universal-refiner/tests/dashboard-events.test.ts#L228
AssertionError: expected '<!DOCTYPE html><html><body style="fon…' to contain 'Could not find dashboard.html'
Expected: "Could not find dashboard.html"
Received: "<!DOCTYPE html><html><body style="font-family:Segoe UI,sans-serif;background:#020617;color:#f8fafc;padding:2rem;"><h1>Dashboard Error</h1><p>The dashboard failed to render. See sanitized runtime logs.</p></body></html>"
❯ tests/dashboard-events.test.ts:228:18
|
|
tests/dashboard-events.test.ts > dashboard event stream and render failures > returns the route-owned event stream error response:
universal-refiner/tests/dashboard-events.test.ts#L203
ReferenceError: html is not defined
❯ tests/dashboard-events.test.ts:203:14
|
|
windows
Process completed with exit code 1.
|
|
tests/mcp-client.test.ts > hook MCP client > selects an existing built candidate, rejects invalid timeouts, and tolerates close failures:
universal-refiner/tests/mcp-client.test.ts#L143
AssertionError: expected { timeout: 14999, …(1) } to deeply equal { timeout: 15000, …(1) }
- Expected
+ Received
{
- "maxTotalTimeout": 15000,
- "timeout": 15000,
+ "maxTotalTimeout": 14999,
+ "timeout": 14999,
}
❯ tests/mcp-client.test.ts:143:44
|
|
tests/dashboard-events.test.ts > dashboard event stream and render failures > renders a route-owned error when dashboard HTML is missing:
universal-refiner/tests/dashboard-events.test.ts#L228
AssertionError: expected '<!DOCTYPE html><html><body style="fon…' to contain 'Could not find dashboard.html'
Expected: "Could not find dashboard.html"
Received: "<!DOCTYPE html><html><body style="font-family:Segoe UI,sans-serif;background:#020617;color:#f8fafc;padding:2rem;"><h1>Dashboard Error</h1><p>The dashboard failed to render. See sanitized runtime logs.</p></body></html>"
❯ tests/dashboard-events.test.ts:228:18
|
|
tests/dashboard-events.test.ts > dashboard event stream and render failures > returns the route-owned event stream error response:
universal-refiner/tests/dashboard-events.test.ts#L203
ReferenceError: html is not defined
❯ tests/dashboard-events.test.ts:203:14
|
|
release-gate
Process completed with exit code 1.
|