Bump mongoose from 9.1.0 to 9.2.4 in /backend #141
pipeline.yml
on: pull_request
build-backend
10s
build-frontend
13s
deploy-backend
0s
Annotations
10 errors and 6 warnings
|
|
|
|
|
|
|
build-frontend:
frontend/src/Components/Deck.jsx#L309
'e' is defined but never used
|
|
build-frontend:
frontend/src/Components/Deck.jsx#L299
Empty block statement
|
|
build-frontend:
frontend/src/Components/ClueInput.jsx#L245
Replace `({displayClueNumber·===·'infinity'·?·'∞'·:·displayClueNumber})` with `⏎··············({displayClueNumber·===·'infinity'·?·'∞'·:·displayClueNumber})⏎············`
|
|
build-frontend:
frontend/src/Components/ClueInput.jsx#L193
Replace `(clueNumber·&&·clueNumber.trim())·?·clueNumber·:·(ui?.lastClue?.number·||·'1')` with `clueNumber·&&·clueNumber.trim()·?·clueNumber·:·ui?.lastClue?.number·||·'1'`
|
|
build-frontend:
frontend/src/Components/ClueInput.jsx#L192
Replace `(clueWord·&&·clueWord.trim())·?·clueWord·:·(ui?.lastClue?.word·||·'')` with `clueWord·&&·clueWord.trim()·?·clueWord·:·ui?.lastClue?.word·||·''`
|
|
build-frontend:
frontend/src/Components/ClueInput.jsx#L179
Replace `⏎····!!isSubmitted·||⏎···` with `·!!isSubmitted·||`
|
|
build-frontend:
frontend/src/Components/ClueInput.jsx#L12
'cardsRevealed' is assigned a value but never used
|
|
build-frontend:
frontend/src/context/AudioContext.jsx#L12
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
build-frontend:
frontend/src/Components/Deck.jsx#L541
React Hook useEffect has a missing dependency: 'playSound'. Either include it or remove the dependency array
|
|
build-frontend:
frontend/src/Components/Deck.jsx#L177
React Hook useEffect has missing dependencies: 'dispatch' and 'gameId'. Either include them or remove the dependency array
|
|
build-frontend:
frontend/src/Components/Deck.jsx#L128
React Hook useEffect has a missing dependency: 'playSound'. Either include it or remove the dependency array
|
|
build-frontend:
frontend/src/Components/ClueInput.jsx#L188
React Hook useEffect has a missing dependency: 'clueWord'. Either include it or remove the dependency array
|
|
build-frontend:
frontend/src/Components/ClueInput.jsx#L115
React Hook useEffect has missing dependencies: 'clueWord', 'ui?.clueDisplayActive', and 'ui.lastClue'. Either include them or remove the dependency array
|