Nuxt 4 compatibility #95
Annotations
10 errors and 1 warning
Typecheck:
apollo/src/index.ts#L6
Could not find a declaration file for module 'cors'. '/home/runner/work/nuxt-graphql-middleware/nuxt-graphql-middleware/apollo/node_modules/cors/lib/index.js' implicitly has an 'any' type.
|
Typecheck:
apollo/src/index.ts#L9
'FileUpload' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled.
|
Typecheck:
apollo/src/index.ts#L13
Could not find a declaration file for module 'uuid'. '/home/runner/work/nuxt-graphql-middleware/nuxt-graphql-middleware/apollo/node_modules/uuid/dist/esm-browser/index.js' implicitly has an 'any' type.
|
Typecheck:
apollo/src/index.ts#L16
Parameter 'requestContext' implicitly has an 'any' type.
|
Typecheck:
apollo/src/index.ts#L21
Parameter 'requestContext' implicitly has an 'any' type.
|
Typecheck:
apollo/src/index.ts#L31
Parameter 'requestContext' implicitly has an 'any' type.
|
Typecheck:
apollo/src/index.ts#L54
Variable 'users' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
Typecheck:
apollo/src/index.ts#L148
Variable 'chunks' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
Typecheck:
apollo/src/index.ts#L152
Variable 'chunks' implicitly has an 'any[]' type.
|
Typecheck:
apollo/src/index.ts#L159
Variable 'users' implicitly has an 'any[]' type.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading