release: v0.5.5 #73
ci.yml
on: push
rust / fmt
16s
rust / clippy
3m 0s
rust / cargo deny
49s
rust / cargo audit
27s
Matrix: frontend
Matrix: test
Annotations
2 errors and 8 warnings
|
frontend / lint + build (ubuntu-24.04)
Process completed with exit code 1.
|
|
src/widgets/bridge.test.tsx > WidgetPage bridge wiring > answers a JSON-RPC request coming from the widget iframe:
web/src/widgets/bridge.test.tsx#L286
AssertionError: expected "spy" to be called with arguments: [ …(2) ]
Received:
1st spy call:
[
{
+ "error": {
+ "code": -32001,
+ "message": "capability \"sync.read\" is not granted to this widget",
+ },
"id": 11,
"jsonrpc": "2.0",
- "result": {
- "id": "/tmp/proj",
- "key": "PRJ",
- "name": "Proj",
- "slug": "proj",
- },
},
"*",
]
Number of calls: 1
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div>
<section
class="mx-auto flex w-full max-w-6xl flex-col gap-4 px-6 py-8"
data-testid="widget-page"
>
<div
class="space-y-2"
>
<button
class="inline-flex items-center gap-1.5 text-xs text-muted-foreground transition-colors hover:text-foreground"
type="button"
>
<svg
aria-hidden="true"
class="lucide lucide-arrow-left h-3.5 w-3.5"
fill="none"
height="24"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
width="24"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m12 19-7-7 7-7"
/>
<path
d="M19 12H5"
/>
</svg>
<span>
Back to project home
</span>
</button>
<header>
<h1
class="text-2xl font-bold tracking-tight"
>
Project Pulse
<span
class="ml-2 text-base font-normal text-muted-foreground"
>
·
Proj
</span>
</h1>
</header>
</div>
<iframe
class="block h-[16rem] w-full rounded-xl border border-border/60 bg-background"
data-testid="widget-frame"
sandbox="allow-scripts"
src="widget://localhost/ctx-1/%2Ftmp%2Fproj/pulse/index.html"
title="Project Pulse"
/>
</section>
</div>
</body>
</html>
❯ src/widgets/bridge.test.tsx:286:22
❯ runWithExpensiveErrorDiagnosticsDisabled node_modules/@testing-library/dom/dist/config.js:47:12
❯ checkCallback node_modules/@testing-library/dom/dist/wait-for.js:124:77
❯ Timeout.checkRealTimersCallback node_modules/@testing-library/dom/dist/wait-for.js:118:16
|
|
rust / fmt
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/
|
|
rust / cargo audit
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/
|
|
rust / cargo deny
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/
|
|
frontend / lint + build (ubuntu-24.04)
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, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
frontend / lint + build (macos-14)
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, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust / clippy
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, arduino/setup-protoc@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust / test (ubuntu-24.04)
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, arduino/setup-protoc@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
rust / test (macos-14)
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, arduino/setup-protoc@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|