This repository has been archived by the owner on Jan 12, 2025. It is now read-only.
chore(deps): update all non-major dependencies #725
Annotations
2 errors and 1 warning
Test:
src/lib/components/__tests__/ButtonInput.test.ts#L17
Error: Snapshot `renders the button input 1` mismatched
- Expected
+ Received
@@ -11,11 +11,11 @@
<div
class="inline-flex w-full"
>
<button
- class="border-r bg-white px-2 py-4 font-bold svelte-1kvtb7z first-item active"
+ class="border-r bg-white px-2 py-4 font-bold svelte-xe4hn8 first-item active"
data-testid="button-1"
>
1
</button>
❯ src/lib/components/__tests__/ButtonInput.test.ts:17:31
|
Test
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading