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

[NewErrors] 4.9.0-dev.20221016 vs 4.8.4 #51192

Closed
typescript-bot opened this issue Oct 16, 2022 · 12 comments
Closed

[NewErrors] 4.9.0-dev.20221016 vs 4.8.4 #51192

typescript-bot opened this issue Oct 16, 2022 · 12 comments

Comments

@typescript-bot
Copy link
Collaborator

The following errors were reported by 4.9.0-dev.20221016, but not by 4.8.4
Pipeline that generated this bug
Logs for the pipeline run
File that generated the pipeline

This run considered 200 popular TS repos from GH (after skipping the top 0).

Successfully analyzed 109 of 200 visited repos
Outcome Count
Detected interesting changes 11
Detected no interesting changes 98
Git clone failed 2
Package install failed 50
Too many errors in old TS 37
Unknown failure 2

Investigation Status

Repo Errors Outcome
ant-design/ant-design 1
codex-team/editor.js 1
darkreader/darkreader 8
Eugeny/tabby 10
graphql/graphql-js 1
JedWatson/react-select 1
jupyterlab/jupyterlab 2
lensapp/lens 10
luin/ioredis 1
reduxjs/reselect 2
Tencent/vConsole 6
@typescript-bot
Copy link
Collaborator Author

ant-design/ant-design

tsconfig.json

  • error TS2352: Conversion of type '{ pagination: true; }' to type 'TableProps<any>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

@typescript-bot
Copy link
Collaborator Author

codex-team/editor.js

2 of 3 projects failed to build with the old tsc and were ignored

tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

darkreader/darkreader

2 of 6 projects failed to build with the old tsc and were ignored

src/api/tsconfig.json

  • error TS2339: Property 'getRandomValues' does not exist on type 'never'.
  • error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'number'.

src/tsconfig.json

  • error TS2339: Property 'getRandomValues' does not exist on type 'never'.
  • error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'number'.

tests/inject/tsconfig.json

  • error TS2339: Property 'getRandomValues' does not exist on type 'never'.
  • error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'number'.

tests/unit/tsconfig.json

  • error TS2339: Property 'getRandomValues' does not exist on type 'never'.
  • error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'number'.

@typescript-bot
Copy link
Collaborator Author

Eugeny/tabby

11 of 29 projects failed to build with the old tsc and were ignored

tabby-community-color-schemes/tsconfig.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tabby-electron/tsconfig.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tabby-linkifier/tsconfig.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tabby-local/tsconfig.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tabby-serial/tsconfig.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tabby-ssh/tsconfig.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tabby-telnet/tsconfig.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tabby-terminal/tsconfig.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tabby-terminal/tsconfig.typings.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

tabby-web-demo/tsconfig.json

  • error TS2352: Conversion of type 'MouseEvent & Record<"wheelDeltaY", unknown>' to type 'WheelEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.

@typescript-bot
Copy link
Collaborator Author

graphql/graphql-js

1 of 2 projects failed to build with the old tsc and were ignored

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

JedWatson/react-select

3 of 5 projects failed to build with the old tsc and were ignored

packages/react-select/src/tests/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

jupyterlab/jupyterlab

47 of 56 projects failed to build with the old tsc and were ignored

packages/services/examples/browser/tsconfig.json

  • error TS2403: Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.

packages/services/examples/typescript-browser-with-output/tsconfig.json

  • error TS2403: Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.

@typescript-bot
Copy link
Collaborator Author

lensapp/lens

6 of 8 projects failed to build with the old tsc and were ignored

tsconfig.json

webpack/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

luin/ioredis

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

reduxjs/reselect

1 of 3 projects failed to build with the old tsc and were ignored

typescript_test/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

Tencent/vConsole

tsconfig.json

  • error TS2741: Property '0' is missing in type 'string[]' but required in type 'RegExpMatchArray'.
  • error TS2339: Property 'apply' does not exist on type 'string extends keyof T ? T[keyof T & string] : any'.
  • error TS2322: Type '() => ReadableStreamReader<Uint8Array>' is not assignable to type '{ (options: { mode: "byob"; }): ReadableStreamBYOBReader; (): ReadableStreamDefaultReader<Uint8Array>; (options?: ReadableStreamGetReaderOptions): ReadableStreamReader<...>; }'.

tsconfig.type.json

  • error TS2741: Property '0' is missing in type 'string[]' but required in type 'RegExpMatchArray'.
  • error TS2339: Property 'apply' does not exist on type 'string extends keyof T ? T[keyof T & string] : any'.
  • error TS2322: Type '() => ReadableStreamReader<Uint8Array>' is not assignable to type '{ (options: { mode: "byob"; }): ReadableStreamBYOBReader; (): ReadableStreamDefaultReader<Uint8Array>; (options?: ReadableStreamGetReaderOptions): ReadableStreamReader<...>; }'.

@RyanCavanaugh
Copy link
Member

100% covered at #51118

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants