Skip to content

Bump @google/genai from 1.34.0 to 2.6.0 in /frontend #218

Bump @google/genai from 1.34.0 to 2.6.0 in /frontend

Bump @google/genai from 1.34.0 to 2.6.0 in /frontend #218

Triggered via pull request May 26, 2026 05:11
Status Failure
Total duration 18s
Artifacts

pipeline.yml

on: pull_request
build-backend
15s
build-backend
build-frontend
16s
build-frontend
deploy-backend
deploy-backend
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 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-backend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-frontend
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
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