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] deploys-pr-build-5.7.0-pr-60122-2 vs 5.6.2 #60137

Closed
typescript-bot opened this issue Oct 3, 2024 · 38 comments · Fixed by #60122
Closed

[NewErrors] deploys-pr-build-5.7.0-pr-60122-2 vs 5.6.2 #60137

typescript-bot opened this issue Oct 3, 2024 · 38 comments · Fixed by #60122
Assignees

Comments

@typescript-bot
Copy link
Collaborator

The following errors were reported by deploys-pr-build-5.7.0-pr-60122-2, but not by 5.6.2
Pipeline that generated this bug
Logs for the pipeline run
File that generated the pipeline

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

Successfully analyzed 453 of 800 visited repos
Outcome Count
Detected interesting changes 38
Detected no interesting changes 415
Git clone failed 7
Package install failed 103
Project-graph error in old TS 10
Too many errors in old TS 207
Unknown failure 20

Investigation Status

Repo Errors Outcome
a16z-infra/ai-town 2
adobe/react-spectrum 4
alangpierce/sucrase 1
antfu-collective/ni 1
ariakit/ariakit 1
bitwarden/clients 46
compiler-explorer/compiler-explorer 6
daybrush/moveable 3
dream-num/univer 2
feathersjs/feathers 2
graphql-kit/graphql-voyager 2
ikatyang/emoji-cheat-sheet 2
ionic-team/stencil 4
jackyzha0/quartz 5
majodev/google-webfonts-helper 1
mapbox/mapbox-gl-js 1
microsoft/azuredatastudio 10
misskey-dev/misskey 12
netless-io/flat 2
ngrx/platform 1
Nutlope/aicommits 2
pixijs/pixijs 5
pubkey/rxdb 2
react-hook-form/react-hook-form 2
recharts/recharts 12
reduxjs/redux-toolkit 1
refined-github/refined-github 1
runtipi/runtipi 5
SawyerHood/draw-a-ui 1
slab/quill 4
spacedriveapp/spacedrive 1
streetwriters/notesnook 2
th-ch/youtube-music 1
ueberdosis/tiptap 8
urql-graphql/urql 19
vuejs/core 2
wandb/openui 1
windingwind/zotero-pdf-translate 4
@typescript-bot
Copy link
Collaborator Author

a16z-infra/ai-town

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

adobe/react-spectrum

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

starters/tailwind/tsconfig.json

  • error TS2322: Type '{ children: (Element | ReactNode | ((values: CheckboxRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.
  • error TS2322: Type '{ children: (Element | ReactNode | ((values: GridListItemRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.
  • error TS2322: Type '{ children: (Element | ReactNode | ((values: RadioRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.
  • error TS2322: Type '{ children: (Element | ReactNode | ((values: TagRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.

@typescript-bot
Copy link
Collaborator Author

alangpierce/sucrase

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

integration-test/test-cases/ts-node-cases/jsx-cases/jsx-factory-config-is-respected/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

antfu-collective/ni

tsconfig.json

  • error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'string | ArrayBufferView | Iterable<string | ArrayBufferView> | AsyncIterable<string | ArrayBufferView> | Stream'.

@typescript-bot
Copy link
Collaborator Author

ariakit/ariakit

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

website/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

bitwarden/clients

25 of 61 projects failed to build with the old tsc and were ignored

libs/vault/tsconfig.spec.json

libs/vault/tsconfig.json

libs/tools/send/send-ui/tsconfig.spec.json

libs/tools/send/send-ui/tsconfig.json

libs/tools/generator/extensions/navigation/tsconfig.spec.json

libs/tools/generator/extensions/navigation/tsconfig.json

libs/tools/generator/extensions/legacy/tsconfig.spec.json

libs/tools/generator/extensions/legacy/tsconfig.json

libs/tools/generator/extensions/history/tsconfig.spec.json

libs/tools/generator/extensions/history/tsconfig.json

libs/tools/generator/core/tsconfig.spec.json

libs/tools/generator/core/tsconfig.json

libs/tools/export/vault-export/vault-export-ui/tsconfig.spec.json

libs/tools/export/vault-export/vault-export-ui/tsconfig.json

libs/importer/tsconfig.spec.json

libs/importer/tsconfig.json

libs/auth/tsconfig.spec.json

libs/auth/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

compiler-explorer/compiler-explorer

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

tsconfig.tests.json

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

daybrush/moveable

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

packages/lit-moveable/tsconfig.json

packages/lit-moveable/tsconfig.declaration.json

packages/lit-moveable/tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

@typescript-bot
Copy link
Collaborator Author

feathersjs/feathers

19 of 27 projects failed to build with the old tsc and were ignored

packages/generators/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

graphql-kit/graphql-voyager

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

tsconfig.lib.json

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

ikatyang/emoji-cheat-sheet

tsconfig.json

  • error TS1544: Named imports from a JSON file into an ECMAScript module are not allowed when 'module' is set to 'Node16'.
  • error TS1543: Importing a JSON file into an ECMAScript module requires a 'type: "json"' import attribute when 'module' is set to 'Node16'.

@typescript-bot
Copy link
Collaborator Author

ionic-team/stencil

38 of 42 projects failed to build with the old tsc and were ignored

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

jackyzha0/quartz

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

mapbox/mapbox-gl-js

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

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

microsoft/azuredatastudio

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

extensions/notebook/tsconfig.json

extensions/mssql/tsconfig.json

extensions/machine-learning/tsconfig.json

extensions/dacpac/tsconfig.json

  • error TS7023: 'appendData' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
  • error TS7023: 'setActiveCell' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.

@typescript-bot
Copy link
Collaborator Author

misskey-dev/misskey

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

packages/frontend-shared/tsconfig.json

packages/backend/tsconfig.json

packages/backend/test/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

netless-io/flat

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

web/flat-web/tsconfig.json

packages/flat-pages/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

ngrx/platform

26 of 68 projects failed to build with the old tsc and were ignored

modules/data/tsconfig.spec.json

@typescript-bot
Copy link
Collaborator Author

Nutlope/aicommits

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

pixijs/pixijs

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

tsconfig.types.json

@typescript-bot
Copy link
Collaborator Author

pubkey/rxdb

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

tsconfig.json

config/tsconfig.types.json

@typescript-bot
Copy link
Collaborator Author

react-hook-form/react-hook-form

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

tsconfig.json

  • error TS2322: Type '{ children: (string | Element | ("message" extends keyof FieldError & keyof DeepRequired<T>[string] ? [FieldError["message" & keyof DeepRequired<...>[string]], FieldErrorsImpl<...>["message" & keyof DeepRequired<...>[string]]] extends [...] ? Merge<...> : FieldError["message" & keyof DeepRequired<...>[string]] | Fie...' is not assignable to type '{ children?: ReactNode; }'.
  • error TS2322: Type '{ children: (FieldError | Element | undefined)[]; }' is not assignable to type '{ children?: ReactNode; }'.

@typescript-bot
Copy link
Collaborator Author

recharts/recharts

tsconfig.json

test/tsconfig.json

storybook/tsconfig.json

demo/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

reduxjs/redux-toolkit

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

packages/toolkit/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

refined-github/refined-github

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

runtipi/runtipi

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

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

SawyerHood/draw-a-ui

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

spacedriveapp/spacedrive

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

scripts/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

streetwriters/notesnook

12 of 20 projects failed to build with the old tsc and were ignored

packages/streamable-fs/tsconfig.json

apps/desktop/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

th-ch/youtube-music

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

ueberdosis/tiptap

tsconfig.json

tests/cypress/tsconfig.json

packages/pm/tsconfig.json

packages/extension-character-count/tsconfig.json

demos/tsconfig.vue-3.json

demos/tsconfig.vue-2.json

demos/tsconfig.react.json

demos/tsconfig.base.json

@typescript-bot
Copy link
Collaborator Author

urql-graphql/urql

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

tsconfig.json

packages/vue-urql/tsconfig.json

packages/svelte-urql/tsconfig.json

packages/storage-rn/tsconfig.json

packages/solid-urql/tsconfig.json

packages/react-urql/tsconfig.json

packages/preact-urql/tsconfig.json

packages/next-urql/tsconfig.json

packages/core/tsconfig.json

exchanges/throw-on-error/tsconfig.json

exchanges/retry/tsconfig.json

exchanges/request-policy/tsconfig.json

exchanges/refocus/tsconfig.json

exchanges/populate/tsconfig.json

exchanges/persisted/tsconfig.json

exchanges/graphcache/tsconfig.json

exchanges/execute/tsconfig.json

exchanges/context/tsconfig.json

exchanges/auth/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

vuejs/core

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

tsconfig.json

tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

wandb/openui

frontend/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

windingwind/zotero-pdf-translate

tsconfig.json

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

Successfully merging a pull request may close this issue.

2 participants