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] 5.0.0-dev.20230115 vs 4.9.4 #52250

Closed
typescript-bot opened this issue Jan 15, 2023 · 13 comments
Closed

[NewErrors] 5.0.0-dev.20230115 vs 4.9.4 #52250

typescript-bot opened this issue Jan 15, 2023 · 13 comments

Comments

@typescript-bot
Copy link
Collaborator

The following errors were reported by 5.0.0-dev.20230115, but not by 4.9.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 125 of 200 visited repos
Outcome Count
Detected interesting changes 13
Detected no interesting changes 112
Git clone failed 2
Package install failed 19
Project-graph error in old TS 4
Too many errors in old TS 46
Unknown failure 4

Investigation Status

Repo Errors Outcome
basarat/typescript-book 1
compiler-explorer/compiler-explorer 2
conventional-changelog/commitlint 1
felixrieseberg/windows95 1
framer/motion 1
graphql/graphiql 1
jitsi/jitsi-meet 2
lensapp/lens 2
linnovate/mean 3
n8n-io/n8n 1
pubkey/rxdb 3
umijs/umi 2
wenyan-lang/wenyan 1
@typescript-bot
Copy link
Collaborator Author

basarat/typescript-book

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

code/compiler/tsconfig.json

  • error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.

@typescript-bot
Copy link
Collaborator Author

compiler-explorer/compiler-explorer

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

static/tsconfig.json

  • error TS2345: Argument of type '(weight: number, field: string) => void' is not assignable to parameter of type '(value: any, key: string | number) => any'.
    • file:///mnt/ts_downloads/compiler-explorer/node_modules/@orchidjs/sifter/lib/sifter.ts#L150
  • error TS2769: No overload matches this call.
    • file:///mnt/ts_downloads/compiler-explorer/node_modules/@orchidjs/sifter/lib/utils.ts#L44

@typescript-bot
Copy link
Collaborator Author

conventional-changelog/commitlint

tsconfig.json

  • error TS5101: Flag 'keyofStringsOnly' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.
    • Project Scope

@typescript-bot
Copy link
Collaborator Author

felixrieseberg/windows95

tsconfig.json

  • error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.

@typescript-bot
Copy link
Collaborator Author

framer/motion

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

packages/framer-motion/tsconfig.json

  • error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.

@typescript-bot
Copy link
Collaborator Author

graphql/graphiql

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

examples/monaco-graphql-webpack/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

jitsi/jitsi-meet

tsconfig.native.json

tsconfig.web.json

@typescript-bot
Copy link
Collaborator Author

lensapp/lens

tsconfig.json

webpack/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

linnovate/mean

tsconfig.app.json

  • error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.
    • Project Scope

tsconfig.json

  • error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.

tsconfig.spec.json

  • error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.
    • Project Scope

@typescript-bot
Copy link
Collaborator Author

n8n-io/n8n

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

packages/core/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

pubkey/rxdb

7 of 10 projects failed to build with the old tsc and were ignored

config/tsconfig.types.json

  • error TS2345: Argument of type 'string' is not assignable to parameter of type 'StringKeys<{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }>'.

test/tutorials/tsconfig.json

  • error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.

tsconfig.json

  • error TS2345: Argument of type 'string' is not assignable to parameter of type 'StringKeys<{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }>'.

@typescript-bot
Copy link
Collaborator Author

umijs/umi

23 of 52 projects failed to build with the old tsc and were ignored

packages/ast/tsconfig.json

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

wenyan-lang/wenyan

tsconfig.json

  • error TS5101: Flag 'noImplicitUseStrict' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.

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