⬆️(deps): Bump mermaid from 11.15.0 to 11.16.1 in /apps/mewbo_console #189
console.yml
on: pull_request
eslint + tsc
1m 9s
Unit tests
2m 22s
Build & upload artifact
52s
Annotations
4 errors and 3 warnings
|
Build & upload artifact
Process completed with exit code 1.
|
|
Unit tests
Process completed with exit code 1.
|
|
src/__tests__/wiki/projectSettings.test.tsx > ProjectSettingsDialog — server-gated fields > reduces to the display fields for a catalog project:
apps/mewbo_console/src/__tests__/wiki/projectSettings.test.tsx#L134
Error: expect(element).toHaveValue(Notes)
Expected the element to have value:
Notes
Received:
Ignored nodes: comments, script, style
<html>
<head />
<body
data-scroll-locked="1"
style="pointer-events: none;"
>
<span
aria-hidden="true"
data-aria-hidden="true"
data-radix-focus-guard=""
style="outline: none; opacity: 0; position: fixed; pointer-events: none;"
tabindex="0"
/>
<div
aria-hidden="true"
data-aria-hidden="true"
/>
<div
aria-hidden="true"
class="fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0"
data-aria-hidden="true"
data-state="open"
style="pointer-events: auto;"
/>
<div
aria-describedby="radix-:r67:"
aria-labelledby="radix-:r66:"
class="fixed left-[50%] top-[50%] z-50 grid w-full translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg max-w-lg max-h-[85vh] overflow-y-auto"
data-state="open"
id="radix-:r65:"
role="dialog"
style="pointer-events: auto;"
tabindex="-1"
>
<div
class="flex flex-col space-y-1.5 text-center sm:text-left"
>
<h2
class="text-lg font-semibold leading-none tracking-tight"
id="radix-:r66:"
>
Wiki settings
</h2>
<p
class="text-sm text-muted-foreground"
id="radix-:r67:"
>
<code
class="font-mono text-[hsl(var(--foreground))]"
>
git.example.com/acme/widgets
</code>
·
<span
class="font-mono break-all"
>
https://git.example.com/acme/widgets
</span>
<span
class="block mt-1"
>
The repository is this wiki's identity — to point at a different repo, delete this wiki and create a new one.
</span>
</p>
</div>
<form
class="space-y-4"
>
<p
class="text-xs text-[hsl(var(--muted-foreground))]"
>
This is a document catalog — it has no repository, so branch, scope, and clone settings don't apply.
</p>
<div
class="grid gap-3 grid-cols-1 sm:grid-cols-2"
/>
<div
class="grid gap-3 grid-cols-1 sm:grid-cols-2"
/>
<div
class="space-y-1.5"
>
<label
class="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
for=":r68:-form-item"
>
Description
</label>
<textarea
aria-describedby=":r68:-form-item-description"
aria-invalid="false"
class="flex min-h-[60px] border text-field shadow-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm w-full bg-[hsl(var(--muted))] border-[hsl(var(--border))] rounded-lg p-2.5 resize-none"
id=":r68:-form-item"
name="desc"
placeholder="Shown on the wiki gallery card"
rows="2"
/>
</div>
<div
class="rounded-lg border border-[hsl(var(--border))] bg-[hsl(var(--muted))]/30 px-3 py-2.5 space-y-1.5"
>
<div
class="flex items-start gap-2"
>
<svg
aria-hidden="true"
class="lucide lucide-shield-off h-3.5 w-3.5 text-[hsl(var(--muted-foreground))] shrink-0 mt-0.5"
fill="none"
|
|
src/__tests__/wiki/projectSettings.test.tsx > ProjectSettingsDialog — DTO → form > seeds every field from the settings payload:
apps/mewbo_console/src/__tests__/wiki/projectSettings.test.tsx#L177
Error: expect(element).toHaveValue(Widget factory)
Expected the element to have value:
Widget factory
Received:
❯ src/__tests__/wiki/projectSettings.test.tsx:177:50
|
|
Build & upload artifact
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint + tsc
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unit tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|