Improve config validation (#513) #338
Annotations
11 warnings
Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Release:
example/components/layout.js#L6
'name' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Release:
examples/app-pages-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
|
Release:
examples/app-pages-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
|
Release:
examples/app-pages-router/middleware.ts#L17
Add the missing "else" clause
|
Release:
examples/app-router/app/api/client/route.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
|
Release:
examples/app-router/app/api/sse/route.ts#L6
'request' is defined but never used. Allowed unused args must match /^_/u
|
Release:
examples/app-router/app/parallel/layout.tsx#L7
'children' is defined but never used. Allowed unused args must match /^_/u
|
Release:
examples/app-router/middleware.ts#L16
Add the missing "else" clause
|
Release:
examples/pages-router/src/middleware.ts#L3
'request' is defined but never used. Allowed unused args must match /^_/u
|
Release:
examples/shared/api/index.ts#L17
'key' is defined but never used. Allowed unused args must match /^_/u
|