Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

platforms-serverless/firebase-functions test: update outdated firebase-admin dependency #3230

Open
Jolg42 opened this issue Nov 17, 2022 · 0 comments
Labels
bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. tech/typescript Issue for tech TypeScript.

Comments

@Jolg42
Copy link
Contributor

Jolg42 commented Nov 17, 2022

Found through #3228

Updating TypeScript to version 4.9.4 fails with

  • platforms-serverless (firebase-functions, library, ubuntu-latest): node_modules/@types/node/globals.d.ts#L85
     Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '*** new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; ***', but here has type '*** new (): AbortSignal; prototype: AbortSignal; ***'.
    
  • platforms-serverless (firebase-functions, binary, ubuntu-latest): node_modules/@types/node/globals.d.ts#L85
     Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '*** new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; ***', but here has type '*** new (): AbortSignal; prototype: AbortSignal; ***'.
    

Problem

@Jolg42 Jolg42 added bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. tech/typescript Issue for tech TypeScript. team/client labels Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. tech/typescript Issue for tech TypeScript.
Projects
None yet
Development

No branches or pull requests

2 participants