Skip to content

Merge pull request #367 from airjp73/announcement #433

Merge pull request #367 from airjp73/announcement

Merge pull request #367 from airjp73/announcement #433

Triggered via push April 30, 2024 19:48
Status Success
Total duration 6m 10s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, cypress-io/github-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: cypress-io/github-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: apps/docs/app/components/Layout.tsx#L3
'Link' is defined but never used
build: apps/docs/app/components/Layout.tsx#L16
`./Alert` import should occur before import of `./Footer`
build: apps/docs/app/components/Layout.tsx#L17
`./Button` import should occur before import of `./Footer`
build: apps/docs/app/components/Layout.tsx#L17
'Button' is defined but never used
build: apps/test-app/app/routes/field-array.state.tsx#L2
'nanoid' is defined but never used
build: apps/test-app/app/routes/field-array.state.tsx#L6
'InputWithTouched' is defined but never used
build: apps/test-app/app/routes/index.tsx#L1
'MetaFunction' is defined but never used
build: apps/test-app/app/routes/rerenders.tsx#L28
Assignments to the 'renderUpdated' variable from inside React Hook useEffect will be lost after each render. To preserve the value over time, store it in a useRef Hook and keep the mutable value in the '.current' property. Otherwise, you can move this variable directly inside useEffect
build: apps/test-app/app/routes/validation-textarea.tsx#L3
'z' is defined but never used
build: packages/remix-validated-form/src/internal/state/fieldArray.tsx#L2
'useState' is defined but never used