Skip to content

made date header carousel sticky #359

made date header carousel sticky

made date header carousel sticky #359

Triggered via push April 21, 2026 01:27
Status Success
Total duration 1m 54s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, actions/setup-node@v2. 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/
lint: app/timestamp-tagger/page.js#L277
React Hook useEffect has missing dependencies: 'handleKeyDown' and 'updateTimer'. Either include them or remove the dependency array
lint: app/tag-match/[slug]/page.js#L69
React Hook useEffect has a missing dependency: 'handleKeyDown'. Either include it or remove the dependency array
lint: app/simple-tagger/page.js#L80
React Hook useEffect has a missing dependency: 'handleKeyDown'. Either include it or remove the dependency array
lint: app/components/SignIn.js#L44
React Hook useEffect has missing dependencies: 'demoCredentials' and 'handleSignIn'. Either include them or remove the dependency array
lint: app/components/FilterList.js#L67
The 'handleSubmit' function makes the dependencies of useEffect Hook (at line 75) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'handleSubmit' in its own useCallback() Hook
lint: app/components/Dashboard.js#L426
React Hook useMemo has a missing dependency: 'seasonFilteredMatches'. Either include it or remove the dependency array
lint: app/components/Dashboard.js#L387
React Hook useEffect has a missing dependency: 'seasonFilteredMatches'. Either include it or remove the dependency array. Outer scope values like 'searchableProperties' aren't valid dependencies because mutating them doesn't re-render the component
lint: app/components/Dashboard.js#L377
React Hook useEffect has an unnecessary dependency: 'searchableProperties'. Either exclude it or remove the dependency array. Outer scope values like 'searchableProperties' aren't valid dependencies because mutating them doesn't re-render the component
lint: app/components/Dashboard.js#L129
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead