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

TS/JS: Upgrade package.json dependencies #7933

Merged
merged 2 commits into from
May 10, 2023

Conversation

bjornharrtell
Copy link
Collaborator

@bjornharrtell bjornharrtell commented May 4, 2023

Maintenance dependency upgrades for TS/JS.

@bjornharrtell
Copy link
Collaborator Author

Hmm getting error locally:

../node_modules/@types/node/globals.d.ts:72:13 - error TS2403: 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; }'.

Seems more or less like microsoft/TypeScript#51567 but also indicates it shouldn't happen when deps are ensured to be updated so I'm at a loss.

@bjornharrtell
Copy link
Collaborator Author

Strangely enough no error at CI?!

@bjornharrtell bjornharrtell marked this pull request as ready for review May 4, 2023 13:52
@dbaileychess
Copy link
Collaborator

You should check the CI to see if we should catch it or not. Do you see the errors in the logs?

@bjornharrtell
Copy link
Collaborator Author

As far as I can see the error simply does not occur at CI, log indicate test run is fine.

@dbaileychess dbaileychess merged commit 368428c into google:master May 10, 2023
@bjornharrtell bjornharrtell deleted the tsjs-deps-upgrades branch May 10, 2023 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants