Skip to content

chore: upgrades to tailwind v4 and daisyUI v5 🚧 #7548

chore: upgrades to tailwind v4 and daisyUI v5 🚧

chore: upgrades to tailwind v4 and daisyUI v5 🚧 #7548

Triggered via pull request January 4, 2025 16:38
Status Failure
Total duration 3m 54s
Artifacts 2

test.yml

on: pull_request
Typecheck
23s
Typecheck
JavaScript Tests
25s
JavaScript Tests
Go Tests
55s
Go Tests
Go Staticcheck
24s
Go Staticcheck
Integration Tests
3m 46s
Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 6 warnings
Typecheck: docs/tailwind.docs.ts#L2
Could not find a declaration file for module 'daisyui'. '/home/runner/work/dozzle/dozzle/node_modules/.pnpm/[email protected]/node_modules/daisyui/index.js' implicitly has an 'any' type.
Typecheck: docs/tailwind.docs.ts#L11
Object literal may only specify known properties, and 'daisyui' does not exist in type 'UserConfig'.
Typecheck
Process completed with exit code 2.
assets/components/LogViewer/EventSource.spec.ts > <ContainerEventSource /> > render html correctly > should render messages: assets/components/LogViewer/EventSource.spec.ts#L161
Error: Snapshot `<ContainerEventSource /> > render html correctly > should render messages 1` mismatched - Expected + Received @@ -2,16 +2,16 @@ <li data-v-cf9ff940="" data-key="1" data-time="1560336942459" class="group/entry"> <div data-v-a49e52d4="" data-v-cf9ff940="" class="relative flex w-full items-start gap-x-2 group-[.compact]:items-stretch"> <!--v-if--> <!--v-if--> <!--v-if--> - <div data-v-961504e7="" class="tag inline-flex items-center justify-center rounded bg-base-lighter px-2 py-[0.2em] !items-start shrink-0 select-none" size="small"> + <div class="tag bg-base-100 inline-flex items-center justify-center rounded-sm px-2 py-[0.2em] [[size='small']]:text-sm items-start! shrink-0 select-none" size="small"> - <div class="inline-flex gap-2 whitespace-nowrap text-blue"><time datetime="2019-06-12T10:55:42.459Z" class="mobile-hidden">06/12/2019</time><time datetime="2019-06-12T10:55:42.459Z">10:55:42 AM</time></div> + <div class="inline-flex gap-2 text-blue whitespace-nowrap"><time datetime="2019-06-12T10:55:42.459Z" class="mobile-hidden">06/12/2019</time><time datetime="2019-06-12T10:55:42.459Z">10:55:42 AM</time></div> </div> <div data-v-e625cddd="" class="mt-1.5 size-2.5 flex-none rounded-lg flex select-none"></div> - <div data-v-a49e52d4="" class="log-wrapper whitespace-pre-wrap [word-break:break-word] group-[.disable-wrap]:whitespace-nowrap">This is a message.</div> + <div data-v-a49e52d4="" class="log-wrapper [word-break:break-word] whitespace-pre-wrap group-[.disable-wrap]:whitespace-nowrap">This is a message.</div> - <div data-v-a49e52d4="" class="flex gap-2 duration-250 absolute -right-1 opacity-0 transition-opacity delay-150 group-hover/entry:opacity-100"> + <div data-v-a49e52d4="" class="flex gap-2 absolute -right-1 opacity-0 transition-opacity delay-150 duration-250 group-hover/entry:opacity-100"> <!--v-if--> </div> </div> </li> </ul>" ❯ assets/components/LogViewer/EventSource.spec.ts:161:48
assets/components/LogViewer/EventSource.spec.ts > <ContainerEventSource /> > render html correctly > should render dates with 12 hour style: assets/components/LogViewer/EventSource.spec.ts#L174
Error: Snapshot `<ContainerEventSource /> > render html correctly > should render dates with 12 hour style 1` mismatched - Expected + Received @@ -2,16 +2,16 @@ <li data-v-cf9ff940="" data-key="1" data-time="1560336942459" class="group/entry"> <div data-v-a49e52d4="" data-v-cf9ff940="" class="relative flex w-full items-start gap-x-2 group-[.compact]:items-stretch"> <!--v-if--> <!--v-if--> <!--v-if--> - <div data-v-961504e7="" class="tag inline-flex items-center justify-center rounded bg-base-lighter px-2 py-[0.2em] !items-start shrink-0 select-none" size="small"> + <div class="tag bg-base-100 inline-flex items-center justify-center rounded-sm px-2 py-[0.2em] [[size='small']]:text-sm items-start! shrink-0 select-none" size="small"> - <div class="inline-flex gap-2 whitespace-nowrap text-blue"><time datetime="2019-06-12T10:55:42.459Z" class="mobile-hidden">06/12/2019</time><time datetime="2019-06-12T10:55:42.459Z">10:55:42 AM</time></div> + <div class="inline-flex gap-2 text-blue whitespace-nowrap"><time datetime="2019-06-12T10:55:42.459Z" class="mobile-hidden">06/12/2019</time><time datetime="2019-06-12T10:55:42.459Z">10:55:42 AM</time></div> </div> <div data-v-e625cddd="" class="mt-1.5 size-2.5 flex-none rounded-lg flex select-none"></div> - <div data-v-a49e52d4="" class="log-wrapper whitespace-pre-wrap [word-break:break-word] group-[.disable-wrap]:whitespace-nowrap">foo bar</div> + <div data-v-a49e52d4="" class="log-wrapper [word-break:break-word] whitespace-pre-wrap group-[.disable-wrap]:whitespace-nowrap">foo bar</div> - <div data-v-a49e52d4="" class="flex gap-2 duration-250 absolute -right-1 opacity-0 transition-opacity delay-150 group-hover/entry:opacity-100"> + <div data-v-a49e52d4="" class="flex gap-2 absolute -right-1 opacity-0 transition-opacity delay-150 duration-250 group-hover/entry:opacity-100"> <!--v-if--> </div> </div> </li> </ul>" ❯ assets/components/LogViewer/EventSource.spec.ts:174:48
assets/components/LogViewer/EventSource.spec.ts > <ContainerEventSource /> > render html correctly > should render dates with 24 hour style: assets/components/LogViewer/EventSource.spec.ts#L187
Error: Snapshot `<ContainerEventSource /> > render html correctly > should render dates with 24 hour style 1` mismatched - Expected + Received @@ -2,16 +2,16 @@ <li data-v-cf9ff940="" data-key="1" data-time="1560336942459" class="group/entry"> <div data-v-a49e52d4="" data-v-cf9ff940="" class="relative flex w-full items-start gap-x-2 group-[.compact]:items-stretch"> <!--v-if--> <!--v-if--> <!--v-if--> - <div data-v-961504e7="" class="tag inline-flex items-center justify-center rounded bg-base-lighter px-2 py-[0.2em] !items-start shrink-0 select-none" size="small"> + <div class="tag bg-base-100 inline-flex items-center justify-center rounded-sm px-2 py-[0.2em] [[size='small']]:text-sm items-start! shrink-0 select-none" size="small"> - <div class="inline-flex gap-2 whitespace-nowrap text-blue"><time datetime="2019-06-12T10:55:42.459Z" class="mobile-hidden">06/12/2019</time><time datetime="2019-06-12T10:55:42.459Z">10:55:42</time></div> + <div class="inline-flex gap-2 text-blue whitespace-nowrap"><time datetime="2019-06-12T10:55:42.459Z" class="mobile-hidden">06/12/2019</time><time datetime="2019-06-12T10:55:42.459Z">10:55:42</time></div> </div> <div data-v-e625cddd="" class="mt-1.5 size-2.5 flex-none rounded-lg flex select-none"></div> - <div data-v-a49e52d4="" class="log-wrapper whitespace-pre-wrap [word-break:break-word] group-[.disable-wrap]:whitespace-nowrap">foo bar</div> + <div data-v-a49e52d4="" class="log-wrapper [word-break:break-word] whitespace-pre-wrap group-[.disable-wrap]:whitespace-nowrap">foo bar</div> - <div data-v-a49e52d4="" class="flex gap-2 duration-250 absolute -right-1 opacity-0 transition-opacity delay-150 group-hover/entry:opacity-100"> + <div data-v-a49e52d4="" class="flex gap-2 absolute -right-1 opacity-0 transition-opacity delay-150 duration-250 group-hover/entry:opacity-100"> <!--v-if--> </div> </div> </li> </ul>" ❯ assets/components/LogViewer/EventSource.spec.ts:187:48
JavaScript Tests
Process completed with exit code 1.
Integration Tests
Process completed with exit code 1.
Go Staticcheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
JavaScript Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Go Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Go Tests
Restore cache failed: Dependencies file is not found in /home/runner/work/dozzle/dozzle. Supported file pattern: go.sum
Integration Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
amir20~dozzle~K7ULDS+5.dockerbuild
412 KB
playwright-report
1.15 MB