build(deps): update nextjs monorepo to v14.2.23 #2126
Annotations
4 errors and 8 warnings
app/components/items/list/items-list-element.spec.tsx > ItemsListElement > should match snapshot with playedAt:
app/components/items/list/items-list-element.spec.tsx#L62
Error: Snapshot `ItemsListElement > should match snapshot with playedAt 1` mismatched
- Expected
+ Received
@@ -61,11 +61,11 @@
</div>
</div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>
</div>
</header>
<div
@@ -160,11 +160,11 @@
</div>
</div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>
</div>
</header>
<div
❯ app/components/items/list/items-list-element.spec.tsx:62:18
|
app/components/items/list/items-list.spec.tsx > ItemsList > should match snapshot with relative time:
app/components/items/list/items-list.spec.tsx#L41
Error: Snapshot `ItemsList > should match snapshot with relative time 1` mismatched
- Expected
+ Received
@@ -60,11 +60,11 @@
/>
</div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>
</div>
</header>
<div
@@ -155,11 +155,11 @@
/>
</div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>
</div>
</header>
<div
@@ -250,11 +250,11 @@
/>
</div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>
</div>
</header>
<div
@@ -351,11 +351,11 @@
/>
</div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>
</div>
</header>
<div
@@ -446,11 +446,11 @@
/>
</div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>
</div>
</header>
<div
@@ -541,11 +541,11 @@
/>
</div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>
</div>
</header>
<div
❯ app/components/items/list/items-list.spec.tsx:41:18
|
app/components/items/misc/relative-time.spec.tsx > RelativeTime > should match snapshot:
app/components/items/misc/relative-time.spec.tsx#L11
Error: Snapshot `RelativeTime > should match snapshot 1` mismatched
- Expected
+ Received
@@ -3,19 +3,19 @@
"baseElement": <body>
<div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>
</body>,
"container": <div>
<p
class="whitespace-nowrap text-primary-foreground/80"
>
- 2 years ago
+ 3 years ago
</p>
</div>,
"debug": [Function],
"findAllByAltText": [Function],
"findAllByDisplayValue": [Function],
❯ app/components/items/misc/relative-time.spec.tsx:11:18
|
Test 🧪
Process completed with exit code 1.
|
Build 🧱
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint 🐱
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint 🐱:
app/components/ui/particles.tsx#L124
React Hook useEffect has missing dependencies: 'animate' and 'initCanvas'. Either include them or remove the dependency array
|
Lint 🐱:
app/components/ui/particles.tsx#L128
React Hook useEffect has a missing dependency: 'onMouseMove'. Either include it or remove the dependency array
|
Lint 🐱:
app/components/ui/particles.tsx#L132
React Hook useEffect has a missing dependency: 'initCanvas'. Either include it or remove the dependency array
|
Lint 🐱:
app/profile/context/playback-state.tsx#L29
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
Lint 🐱:
app/profile/context/playback-state.tsx#L34
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Test 🧪
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|