feat: create release schedule component #8994
Annotations
3 errors and 5 warnings
|
Run quality checks with `turbo`
Process completed with exit code 1.
|
|
Run quality checks with `turbo`
@node-core/website#lint: command (/home/runner/work/nodejs.org/nodejs.org/apps/site) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
|
Run quality checks with `turbo`:
apps/site/components/Releases/ReleaseSchedule/index.tsx#L12
Definition for rule 'react-hooks/purity' was not found
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda, step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a. 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/
|
|
Run quality checks with `turbo`:
apps/site/components/Releases/ReleaseSchedule/index.tsx#L30
Using 'dangerouslySetInnerHTML' may have security implications
|
|
Run quality checks with `turbo`:
apps/site/components/Releases/ReleaseSchedule/index.tsx#L16
Do not call 'new Date(now + 6 * MONTH)' during render. Components and hooks must be pure. Move this call into an event handler, effect, or state initializer
|
|
Run quality checks with `turbo`:
apps/site/components/Releases/ReleaseSchedule/index.tsx#L15
Do not call 'new Date(now - 3 * MONTH)' during render. Components and hooks must be pure. Move this call into an event handler, effect, or state initializer
|
|
Run quality checks with `turbo`:
apps/site/components/Releases/ReleaseSchedule/index.tsx#L13
Do not call 'Date.now()' during render. Components and hooks must be pure. Move this call into an event handler, effect, or state initializer
|
Loading