Skip to content

feat: upgrade grpc-identity dependencies #11

feat: upgrade grpc-identity dependencies

feat: upgrade grpc-identity dependencies #11

GitHub Actions / TypeCheck failed Aug 15, 2023 in 0s

Errors 5

Found 5 errors

Annotations

Check failure on line 0 in ../../../.yarn/berry/cache/@types-express-npm-4.17.17-46fe8173db-9.zip/node_modules/@types/express/index.d.ts

See this annotation in the file changed.

@github-actions 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]'

Check failure on line 0 in ../../../.yarn/berry/cache/get-port-npm-7.0.0-72b8a92f99-9.zip/node_modules/get-port/index.d.ts

See this annotation in the file changed.

@github-actions 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'.

Check failure on line 0 in ../../../.yarn/berry/cache/get-port-npm-7.0.0-72b8a92f99-9.zip/node_modules/get-port/index.d.ts

See this annotation in the file changed.

@github-actions github-actions / TypeCheck

',' expected.

',' expected.
Raw output
',' expected.

Check failure on line 35 in packages/gateway/src/mesh/handlers/grpc/grpc.handler.ts

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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 |   }