feat: upgrade grpc-identity dependencies #11
Errors 5
Found 5 errors
Annotations
github-actions / TypeCheck
Conflicting definitions for 'express-serve-static-core' found at '/home/runner/.yarn/berry/cache/@types-express-serve-static-core-npm-4.17.35-c86e5f6e4a-9.zip/node_modules/@types/express-serve-static-core/index.d.ts' and '/home/runner/.yarn/berry/cache/@types-express-serve-static-core-npm-4.17.24-cd6b9fd3ba-9.zip/node_modules/@types/express-serve-static-core/index.d.ts'. Consider installing a specific version of this library to resolve the conflict.
Conflicting definitions for 'express-serve-static-core' found at '/home/runner/.yarn/berry/cache/@types-express-serve-static-core-npm-4.17.35-c86e5f6e4a-9.zip/node_modules/@types/express-serve-static-core/index.d.ts' and '/home/runner/.yarn/berry/cache/@types-express-serve-static-core-npm-4.17.24-cd6b9fd3ba-9.zip/node_modules/@types/express-serve-static-core/index.d.ts'. Consider installing a specific version of this library to resolve the conflict.
The file is in the program because:
Type library referenced via 'express-serve-static-core' from file '/home/runner/.yarn/berry/cache/@types-express-npm-4.17.13-0e12fe9c24-9.zip/node_modules/@types/express/index.d.ts' with packageId '@types/express-serve-static-core/[email protected]'
Imported via 'express-serve-static-core' from file '/home/runner/.yarn/berry/cache/@types-express-npm-4.17.13-0e12fe9c24-9.zip/node_modules/@types/express/index.d.ts' with packageId '@types/express-serve-static-core/[email protected]'
Type library referenced via 'express-serve-static-core' from file '/home/runner/.yarn/berry/cache/@types-express-npm-4.17.17-46fe8173db-9.zip/node_modules/@types/express/index.d.ts' with packageId '@types/express-serve-static-core/[email protected]'
Raw output
Conflicting definitions for 'express-serve-static-core' found at '/home/runner/.yarn/berry/cache/@types-express-serve-static-core-npm-4.17.35-c86e5f6e4a-9.zip/node_modules/@types/express-serve-static-core/index.d.ts' and '/home/runner/.yarn/berry/cache/@types-express-serve-static-core-npm-4.17.24-cd6b9fd3ba-9.zip/node_modules/@types/express-serve-static-core/index.d.ts'. Consider installing a specific version of this library to resolve the conflict.
The file is in the program because:
Type library referenced via 'express-serve-static-core' from file '/home/runner/.yarn/berry/cache/@types-express-npm-4.17.13-0e12fe9c24-9.zip/node_modules/@types/express/index.d.ts' with packageId '@types/express-serve-static-core/[email protected]'
Imported via 'express-serve-static-core' from file '/home/runner/.yarn/berry/cache/@types-express-npm-4.17.13-0e12fe9c24-9.zip/node_modules/@types/express/index.d.ts' with packageId '@types/express-serve-static-core/[email protected]'
Type library referenced via 'express-serve-static-core' from file '/home/runner/.yarn/berry/cache/@types-express-npm-4.17.17-46fe8173db-9.zip/node_modules/@types/express/index.d.ts' with packageId '@types/express-serve-static-core/[email protected]'
github-actions / TypeCheck
Module '"node:net"' has no exported member 'type'.
Module '"node:net"' has no exported member 'type'.
Raw output
Module '"node:net"' has no exported member 'type'.
github-actions / TypeCheck
',' expected.
',' expected.
Raw output
',' expected.
Check failure on line 35 in packages/gateway/src/mesh/handlers/grpc/grpc.handler.ts
github-actions / TypeCheck
Module '"protobufjs"' has no exported member 'RootConstructor'.
Module '"protobufjs"' has no exported member 'RootConstructor'.
Raw output
33 | import { IParseOptions } from 'protobufjs'
34 | import { Message } from 'protobufjs'
> 35 | import { RootConstructor } from 'protobufjs'
| ^
36 | import { IFileDescriptorSet } from 'protobufjs/ext/descriptor'
37 | import { promises as fsPromises } from 'fs'
38 | import { specifiedDirectives } from 'graphql'
Check failure on line 183 in packages/gateway/src/mesh/handlers/grpc/grpc.handler.ts
github-actions / TypeCheck
Property 'toDescriptor' does not exist on type 'Root'.
Property 'toDescriptor' does not exist on type 'Root'.
Raw output
181 | keepComments: true,
182 | }),
> 183 | decodedDescriptorSet: root.toDescriptor('proto3'),
| ^
184 | }
185 | })
186 | }