microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
101.11k stars 12.5k forks source link

[NewErrors] 5.7.0-dev.20240929 vs 5.6.2 #60095

Closed typescript-bot closed 1 month ago

typescript-bot commented 1 month ago

The following errors were reported by 5.7.0-dev.20240929, 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 | 78 | | Detected no interesting changes | 375 | | Git clone failed | 7 | | Package install failed | 102 | | Project-graph error in old TS | 10 | | Too many errors in old TS | 208 | | Unknown failure | 20 |

Investigation Status

Repo Errors Outcome
a16z-infra/ai-town 3
a16z-infra/companion-app 1
adobe/react-spectrum 5
alan2207/bulletproof-react 2
alangpierce/sucrase 1
antfu-collective/ni 1
apache/superset 1
AykutSarac/jsoncrack.com 1
bitwarden/clients 46
Blazity/next-enterprise 1
captbaritone/webamp 1
compiler-explorer/compiler-explorer 4
CopilotKit/CopilotKit 2
dinerojs/dinero.js 1
documenso/documenso 1
Dokploy/dokploy 3
dotansimha/graphql-code-generator 1
dotansimha/graphql-yoga 1
facebook/docusaurus 1
feathersjs/feathers 2
getsentry/sentry-javascript 1
getumbrel/llama-gpt 1
graphql-kit/graphql-voyager 2
heyxyz/hey 3
i18next/next-i18next 2
ikatyang/emoji-cheat-sheet 2
immich-app/immich 1
immutable-js/immutable-js 1
ionic-team/stencil 4
ItzCrazyKns/Perplexica 1
ixartz/Next-js-Boilerplate 1
jackyzha0/quartz 3
joe-bell/cva 1
kysely-org/kysely 1
labring/FastGPT 1
leptonai/search_with_lepton 1
majodev/google-webfonts-helper 1
mapbox/mapbox-gl-js 1
marp-team/marp 1
mayooear/gpt4-pdf-chatbot-langchain 1
metricsgraphics/metrics-graphics 1
microsoft/azuredatastudio 10
misskey-dev/misskey 12
netless-io/flat 2
ngrx/platform 1
nodejs/nodejs.org 1
noodle-run/noodle 1
Nutlope/aicommits 2
Nutlope/roomGPT 1
pixijs/pixijs 5
pubkey/rxdb 3
react-cosmos/react-cosmos 1
react-hook-form/react-hook-form 2
recharts/recharts 12
reduxjs/redux-toolkit 1
reduxjs/reselect 1
refined-github/refined-github 1
resend/react-email 1
runtipi/runtipi 6
SawyerHood/draw-a-ui 1
scalar/scalar 1
shadcn-ui/ui 1
slab/quill 4
spacedriveapp/spacedrive 1
streetwriters/notesnook 2
t3-oss/create-t3-app 1
th-ch/youtube-music 1
trpc/trpc 1
twentyhq/twenty 1
ueberdosis/tiptap 8
Uniswap/web3-react 1
upscayl/upscayl 1
urql-graphql/urql 19
vercel/commerce 1
vercel/nextjs-subscription-payments 1
vercel/platforms 1
wandb/openui 1
windingwind/zotero-pdf-translate 4
typescript-bot commented 1 month ago

a16z-infra/ai-town

### [tsconfig.json](https://github.com/a16z-infra/ai-town/blob/b08f197ffbd7604df1a3f7796b7389871e588a89/tsconfig.json) - `error TS2322: Type 'ArrayBufferLike[]' is not assignable to type 'ArrayBuffer[]'.` - [convex\/agent\/embeddingsCache.ts\#L20](https://github.com/a16z-infra/ai-town/blob/b08f197ffbd7604df1a3f7796b7389871e588a89/convex/agent/embeddingsCache.ts#L20) - `error TS2322: Type '{ textHash: ArrayBufferLike; embedding: number[]; }[]' is not assignable to type '{ embedding: number[]; textHash: ArrayBuffer; }[]'.` - [convex\/agent\/embeddingsCache.ts\#L45](https://github.com/a16z-infra/ai-town/blob/b08f197ffbd7604df1a3f7796b7389871e588a89/convex/agent/embeddingsCache.ts#L45) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [src\/components\/FreezeButton.tsx\#L25](https://github.com/a16z-infra/ai-town/blob/b08f197ffbd7604df1a3f7796b7389871e588a89/src/components/FreezeButton.tsx#L25) - [src\/components\/Game.tsx\#L43](https://github.com/a16z-infra/ai-town/blob/b08f197ffbd7604df1a3f7796b7389871e588a89/src/components/Game.tsx#L43) - [src\/components\/Player.tsx\#L68](https://github.com/a16z-infra/ai-town/blob/b08f197ffbd7604df1a3f7796b7389871e588a89/src/components/Player.tsx#L68) - [src\/components\/PlayerDetails.tsx\#L135](https://github.com/a16z-infra/ai-town/blob/b08f197ffbd7604df1a3f7796b7389871e588a89/src/components/PlayerDetails.tsx#L135) - [src\/components\/buttons\/MusicButton.tsx\#L42](https://github.com/a16z-infra/ai-town/blob/b08f197ffbd7604df1a3f7796b7389871e588a89/src/components/buttons/MusicButton.tsx#L42)
typescript-bot commented 1 month ago

a16z-infra/companion-app

### [tsconfig.json](https://github.com/a16z-infra/companion-app/blob/a50c9371816440196049cca0eba9b1373341600e/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [src\/components\/ChatBlock.tsx\#L11](https://github.com/a16z-infra/companion-app/blob/a50c9371816440196049cca0eba9b1373341600e/src/components/ChatBlock.tsx#L11) - [src\/components\/Examples.tsx\#L94](https://github.com/a16z-infra/companion-app/blob/a50c9371816440196049cca0eba9b1373341600e/src/components/Examples.tsx#L94)
typescript-bot commented 1 month ago

adobe/react-spectrum

**9 of 15 projects failed to build with the old tsc and were ignored** ### [starters\/tailwind\/tsconfig.json](https://github.com/adobe/react-spectrum/blob/e60fb427c9a3f921f17e08c26949d8ff3021c45a/starters/tailwind/tsconfig.json) - `error TS2322: Type '{ children: (Element | ReactNode | ((values: CheckboxRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [starters\/tailwind\/src\/Checkbox.tsx\#L59](https://github.com/adobe/react-spectrum/blob/e60fb427c9a3f921f17e08c26949d8ff3021c45a/starters/tailwind/src/Checkbox.tsx#L59) - `error TS2322: Type '{ children: (Element | ReactNode | ((values: GridListItemRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [starters\/tailwind\/src\/GridList.tsx\#L42](https://github.com/adobe/react-spectrum/blob/e60fb427c9a3f921f17e08c26949d8ff3021c45a/starters/tailwind/src/GridList.tsx#L42) - `error TS2322: Type '{ children: (Element | ReactNode | ((values: RadioRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [starters\/tailwind\/src\/RadioGroup.tsx\#L47](https://github.com/adobe/react-spectrum/blob/e60fb427c9a3f921f17e08c26949d8ff3021c45a/starters/tailwind/src/RadioGroup.tsx#L47) - `error TS2322: Type '{ children: (Element | ReactNode | ((values: TagRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [starters\/tailwind\/src\/TagGroup.tsx\#L109](https://github.com/adobe/react-spectrum/blob/e60fb427c9a3f921f17e08c26949d8ff3021c45a/starters/tailwind/src/TagGroup.tsx#L109) ### [examples\/rsp-next-ts\/tsconfig.json](https://github.com/adobe/react-spectrum/blob/e60fb427c9a3f921f17e08c26949d8ff3021c45a/examples/rsp-next-ts/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [examples\/rsp-next-ts\/pages\/\_app.tsx\#L35](https://github.com/adobe/react-spectrum/blob/e60fb427c9a3f921f17e08c26949d8ff3021c45a/examples/rsp-next-ts/pages/_app.tsx#L35)
typescript-bot commented 1 month ago

alan2207/bulletproof-react

### [apps\/nextjs-pages\/tsconfig.json](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/nextjs-pages\/src\/app\/pages\/app\/dashboard.tsx\#L12](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/app/pages/app/dashboard.tsx#L12) - [apps\/nextjs-pages\/src\/app\/pages\/app\/discussions\/discussions.tsx\#L13](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/app/pages/app/discussions/discussions.tsx#L13) - [apps\/nextjs-pages\/src\/components\/ui\/form\/\_\_tests\_\_\/form.test.tsx\#L24](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/components/ui/form/__tests__/form.test.tsx#L24) - [apps\/nextjs-pages\/src\/components\/ui\/form\/form.stories.tsx\#L26](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/components/ui/form/form.stories.tsx#L26) - [apps\/nextjs-pages\/src\/components\/ui\/spinner\/spinner.tsx\#L27](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/components/ui/spinner/spinner.tsx#L27) - [apps\/nextjs-pages\/src\/features\/auth\/components\/login-form.tsx\#L28](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/features/auth/components/login-form.tsx#L28) - [apps\/nextjs-pages\/src\/features\/comments\/components\/comments-list.tsx\#L49](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/features/comments/components/comments-list.tsx#L49) - [apps\/nextjs-pages\/src\/features\/discussions\/components\/create-discussion.tsx\#L69](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/features/discussions/components/create-discussion.tsx#L69) - [apps\/nextjs-pages\/src\/features\/discussions\/components\/update-discussion.tsx\#L80](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/features/discussions/components/update-discussion.tsx#L80) - [apps\/nextjs-pages\/src\/features\/users\/components\/update-profile.tsx\#L63](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/features/users/components/update-profile.tsx#L63) - [apps\/nextjs-pages\/src\/pages\/index.tsx\#L20](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-pages/src/pages/index.tsx#L20) ### [apps\/nextjs-app\/tsconfig.json](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/nextjs-app\/src\/app\/app\/page.tsx\#L10](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/src/app/app/page.tsx#L10) - [apps\/nextjs-app\/src\/components\/ui\/form\/\_\_tests\_\_\/form.test.tsx\#L24](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/src/components/ui/form/__tests__/form.test.tsx#L24) - [apps\/nextjs-app\/src\/components\/ui\/form\/form.stories.tsx\#L26](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/src/components/ui/form/form.stories.tsx#L26) - [apps\/nextjs-app\/src\/components\/ui\/spinner\/spinner.tsx\#L27](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/src/components/ui/spinner/spinner.tsx#L27) - [apps\/nextjs-app\/src\/features\/auth\/components\/login-form.tsx\#L30](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/src/features/auth/components/login-form.tsx#L30) - [apps\/nextjs-app\/src\/features\/comments\/components\/comments-list.tsx\#L51](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/src/features/comments/components/comments-list.tsx#L51) - [apps\/nextjs-app\/src\/features\/discussions\/components\/create-discussion.tsx\#L71](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/src/features/discussions/components/create-discussion.tsx#L71) - [apps\/nextjs-app\/src\/features\/discussions\/components\/update-discussion.tsx\#L82](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/src/features/discussions/components/update-discussion.tsx#L82) - [apps\/nextjs-app\/src\/features\/users\/components\/update-profile.tsx\#L65](https://github.com/alan2207/bulletproof-react/blob/e6acf0a5f38a2f4c492280e24d71a2a9646c9b6c/apps/nextjs-app/src/features/users/components/update-profile.tsx#L65)
typescript-bot commented 1 month ago

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](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/integration-test/test-cases/ts-node-cases/jsx-cases/jsx-factory-config-is-respected/tsconfig.json) - `error TS2604: JSX element type '<>' does not have any construct or call signatures.` - [integration-test\/test-cases\/ts-node-cases\/jsx-cases\/jsx-factory-config-is-respected\/main.tsx\#L17](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/integration-test/test-cases/ts-node-cases/jsx-cases/jsx-factory-config-is-respected/main.tsx#L17)
typescript-bot commented 1 month ago

antfu-collective/ni

### [tsconfig.json](https://github.com/antfu-collective/ni/blob/37f8b1bb8829a5c697006430895cc97a7953d298/tsconfig.json) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'string | ArrayBufferView | Iterable | AsyncIterable | Stream'.` - [src\/utils.ts\#L73](https://github.com/antfu-collective/ni/blob/37f8b1bb8829a5c697006430895cc97a7953d298/src/utils.ts#L73)
typescript-bot commented 1 month ago

apache/superset

**31 of 34 projects failed to build with the old tsc and were ignored** ### [docs\/tsconfig.json](https://github.com/apache/superset/blob/a3bfbd018612565279489db1794d2a7a09f8d6a1/docs/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [docs\/src\/pages\/community.tsx\#L243](https://github.com/apache/superset/blob/a3bfbd018612565279489db1794d2a7a09f8d6a1/docs/src/pages/community.tsx#L243)
typescript-bot commented 1 month ago

AykutSarac/jsoncrack.com

### [tsconfig.json](https://github.com/AykutSarac/jsoncrack.com/blob/cb333d3cd48dcd05b2cff9788e795c5fdc189c0a/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [src\/pages\/\_document.tsx\#L22](https://github.com/AykutSarac/jsoncrack.com/blob/cb333d3cd48dcd05b2cff9788e795c5fdc189c0a/src/pages/_document.tsx#L22) - [src\/pages\/oauth.tsx\#L19](https://github.com/AykutSarac/jsoncrack.com/blob/cb333d3cd48dcd05b2cff9788e795c5fdc189c0a/src/pages/oauth.tsx#L19)
typescript-bot commented 1 month ago

bitwarden/clients

**25 of 59 projects failed to build with the old tsc and were ignored** ### [libs\/vault\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/vault/tsconfig.spec.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7010: 'with', which lacks return-type annotation, implicitly has an 'any[]' return type.` - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L346](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L346) - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L371](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/vault\/tsconfig.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/vault/tsconfig.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7010: 'with', which lacks return-type annotation, implicitly has an 'any[]' return type.` - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L346](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L346) - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L371](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/tools\/send\/send-ui\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/send/send-ui/tsconfig.spec.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) ### [libs\/tools\/send\/send-ui\/tsconfig.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/send/send-ui/tsconfig.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) ### [libs\/tools\/generator\/extensions\/navigation\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/navigation/tsconfig.spec.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) ### [libs\/tools\/generator\/extensions\/navigation\/tsconfig.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/navigation/tsconfig.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) ### [libs\/tools\/generator\/extensions\/legacy\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/tsconfig.spec.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7010: 'with', which lacks return-type annotation, implicitly has an 'any[]' return type.` - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L346](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L346) - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L371](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/tools\/generator\/extensions\/legacy\/tsconfig.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/tsconfig.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7010: 'with', which lacks return-type annotation, implicitly has an 'any[]' return type.` - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L346](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L346) - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L371](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/tools\/generator\/extensions\/history\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/history/tsconfig.spec.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) ### [libs\/tools\/generator\/extensions\/history\/tsconfig.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/history/tsconfig.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) ### [libs\/tools\/generator\/core\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/core/tsconfig.spec.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) ### [libs\/tools\/generator\/core\/tsconfig.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/core/tsconfig.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) ### [libs\/tools\/export\/vault-export\/vault-export-ui\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/export/vault-export/vault-export-ui/tsconfig.spec.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7010: 'with', which lacks return-type annotation, implicitly has an 'any[]' return type.` - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L346](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L346) - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L371](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/tools\/export\/vault-export\/vault-export-ui\/tsconfig.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/export/vault-export/vault-export-ui/tsconfig.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7010: 'with', which lacks return-type annotation, implicitly has an 'any[]' return type.` - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L346](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L346) - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L371](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/importer\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/importer/tsconfig.spec.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7010: 'with', which lacks return-type annotation, implicitly has an 'any[]' return type.` - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L346](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L346) - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L371](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/importer\/tsconfig.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/importer/tsconfig.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [false, any]' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L46](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L46) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [libs\/common\/src\/tools\/state\/buffered-state.ts\#L72](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7010: 'with', which lacks return-type annotation, implicitly has an 'any[]' return type.` - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L346](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L346) - [libs\/tools\/generator\/extensions\/legacy\/src\/legacy-password-generation.service.ts\#L371](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/auth\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/tsconfig.spec.json) - `error TS2739: Type 'typeof MockPublicKeyCredential' is missing the following properties from type '{ new (): PublicKeyCredential; prototype: PublicKeyCredential; isConditionalMediationAvailable(): Promise; isUserVerifyingPlatformAuthenticatorAvailable(): Promise<...>; parseCreationOptionsFromJSON(options: PublicKeyCredentialCreationOptionsJSON): PublicKeyCredentialCreationOptions; parseRequestOptionsFrom...': parseCreationOptionsFromJSON, parseRequestOptionsFromJSON` - [libs\/auth\/src\/common\/login-strategies\/webauthn-login.strategy.spec.ts\#L73](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/src/common/login-strategies/webauthn-login.strategy.spec.ts#L73) - `error TS2345: Argument of type 'MockPublicKeyCredential' is not assignable to parameter of type 'PublicKeyCredential'.` - [libs\/auth\/src\/common\/login-strategies\/webauthn-login.strategy.spec.ts\#L126](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/src/common/login-strategies/webauthn-login.strategy.spec.ts#L126) - [libs\/auth\/src\/common\/services\/login-strategies\/login-strategy.state.spec.ts\#L111](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/src/common/services/login-strategies/login-strategy.state.spec.ts#L111) - `error TS2420: Class 'MockPublicKeyCredential' incorrectly implements interface 'PublicKeyCredential'.` - [libs\/auth\/src\/common\/login-strategies\/webauthn-login.strategy.spec.ts\#L358](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/src/common/login-strategies/webauthn-login.strategy.spec.ts#L358) ### [libs\/auth\/tsconfig.json](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/tsconfig.json) - `error TS2739: Type 'typeof MockPublicKeyCredential' is missing the following properties from type '{ new (): PublicKeyCredential; prototype: PublicKeyCredential; isConditionalMediationAvailable(): Promise; isUserVerifyingPlatformAuthenticatorAvailable(): Promise<...>; parseCreationOptionsFromJSON(options: PublicKeyCredentialCreationOptionsJSON): PublicKeyCredentialCreationOptions; parseRequestOptionsFrom...': parseCreationOptionsFromJSON, parseRequestOptionsFromJSON` - [libs\/auth\/src\/common\/login-strategies\/webauthn-login.strategy.spec.ts\#L73](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/src/common/login-strategies/webauthn-login.strategy.spec.ts#L73) - `error TS2345: Argument of type 'MockPublicKeyCredential' is not assignable to parameter of type 'PublicKeyCredential'.` - [libs\/auth\/src\/common\/login-strategies\/webauthn-login.strategy.spec.ts\#L126](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/src/common/login-strategies/webauthn-login.strategy.spec.ts#L126) - [libs\/auth\/src\/common\/services\/login-strategies\/login-strategy.state.spec.ts\#L111](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/src/common/services/login-strategies/login-strategy.state.spec.ts#L111) - `error TS2420: Class 'MockPublicKeyCredential' incorrectly implements interface 'PublicKeyCredential'.` - [libs\/auth\/src\/common\/login-strategies\/webauthn-login.strategy.spec.ts\#L358](https://github.com/bitwarden/clients/blob/0ecdd46a4750f531d58119f35f1b27a1edb66b96/libs/auth/src/common/login-strategies/webauthn-login.strategy.spec.ts#L358)
typescript-bot commented 1 month ago

Blazity/next-enterprise

### [tsconfig.json](https://github.com/Blazity/next-enterprise/blob/3fb493f4002fe76b66c76a0b85d778f80e12eb13/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [app\/page.tsx\#L24](https://github.com/Blazity/next-enterprise/blob/3fb493f4002fe76b66c76a0b85d778f80e12eb13/app/page.tsx#L24)
typescript-bot commented 1 month ago

captbaritone/webamp

**1 of 4 projects failed to build with the old tsc and were ignored** ### [packages\/webamp\/tsconfig.json](https://github.com/captbaritone/webamp/blob/f854b95915f534152facfdc841a65ca55023eee2/packages/webamp/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [packages\/webamp\/js\/components\/EqualizerWindow\/PresetsContextMenu.tsx\#L17](https://github.com/captbaritone/webamp/blob/f854b95915f534152facfdc841a65ca55023eee2/packages/webamp/js/components/EqualizerWindow/PresetsContextMenu.tsx#L17) - [packages\/webamp\/js\/components\/MilkdropWindow\/MilkdropContextMenu.tsx\#L23](https://github.com/captbaritone/webamp/blob/f854b95915f534152facfdc841a65ca55023eee2/packages/webamp/js/components/MilkdropWindow/MilkdropContextMenu.tsx#L23) - [packages\/webamp\/js\/components\/OptionsContextMenu.tsx\#L19](https://github.com/captbaritone/webamp/blob/f854b95915f534152facfdc841a65ca55023eee2/packages/webamp/js/components/OptionsContextMenu.tsx#L19) - [packages\/webamp\/js\/components\/PlaylistWindow\/SortContextMenu.tsx\#L24](https://github.com/captbaritone/webamp/blob/f854b95915f534152facfdc841a65ca55023eee2/packages/webamp/js/components/PlaylistWindow/SortContextMenu.tsx#L24) - [packages\/webamp\/js\/components\/Skin.tsx\#L148](https://github.com/captbaritone/webamp/blob/f854b95915f534152facfdc841a65ca55023eee2/packages/webamp/js/components/Skin.tsx#L148) - [packages\/webamp\/js\/components\/WindowManager.tsx\#L175](https://github.com/captbaritone/webamp/blob/f854b95915f534152facfdc841a65ca55023eee2/packages/webamp/js/components/WindowManager.tsx#L175)
typescript-bot commented 1 month ago

compiler-explorer/compiler-explorer

**3 of 6 projects failed to build with the old tsc and were ignored** ### [tsconfig.tests.json](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/tsconfig.tests.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [lib\/cache\/multi.ts\#L59](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/lib/cache/multi.ts#L59) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [lib\/cache\/on-disk.ts\#L125](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/lib/cache/on-disk.ts#L125) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L84](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/lib/execution/base-execution-env.ts#L84) ### [tsconfig.json](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [lib\/cache\/multi.ts\#L59](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/lib/cache/multi.ts#L59) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [lib\/cache\/on-disk.ts\#L125](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/lib/cache/on-disk.ts#L125) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L84](https://github.com/compiler-explorer/compiler-explorer/blob/6c66940109efd4bca91ae80cb072f17438eb916e/lib/execution/base-execution-env.ts#L84)
typescript-bot commented 1 month ago

CopilotKit/CopilotKit

**9 of 17 projects failed to build with the old tsc and were ignored** ### [examples\/coagents-ai-researcher\/ui\/tsconfig.json](https://github.com/CopilotKit/CopilotKit/blob/9168ea637bbe5d18cf02b8c4b4ab8cc08da3f6b8/examples/coagents-ai-researcher/ui/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [examples\/coagents-ai-researcher\/ui\/components\/ResearchWrapper.tsx\#L10](https://github.com/CopilotKit/CopilotKit/blob/9168ea637bbe5d18cf02b8c4b4ab8cc08da3f6b8/examples/coagents-ai-researcher/ui/components/ResearchWrapper.tsx#L10) ### [docs\/tsconfig.json](https://github.com/CopilotKit/CopilotKit/blob/9168ea637bbe5d18cf02b8c4b4ab8cc08da3f6b8/docs/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [docs\/pages\/\_app.tsx\#L19](https://github.com/CopilotKit/CopilotKit/blob/9168ea637bbe5d18cf02b8c4b4ab8cc08da3f6b8/docs/pages/_app.tsx#L19) - [docs\/theme.config.tsx\#L16](https://github.com/CopilotKit/CopilotKit/blob/9168ea637bbe5d18cf02b8c4b4ab8cc08da3f6b8/docs/theme.config.tsx#L16)
typescript-bot commented 1 month ago

dinerojs/dinero.js

**1 of 4 projects failed to build with the old tsc and were ignored** ### [website\/tsconfig.json](https://github.com/dinerojs/dinero.js/blob/b4cdbebbc143f07f1b83f82363cfeee9e02ee6de/website/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [website\/components\/BundleSize.tsx\#L32](https://github.com/dinerojs/dinero.js/blob/b4cdbebbc143f07f1b83f82363cfeee9e02ee6de/website/components/BundleSize.tsx#L32) - [website\/layouts\/Base.tsx\#L126](https://github.com/dinerojs/dinero.js/blob/b4cdbebbc143f07f1b83f82363cfeee9e02ee6de/website/layouts/Base.tsx#L126)
typescript-bot commented 1 month ago

documenso/documenso

**13 of 17 projects failed to build with the old tsc and were ignored** ### [apps\/documentation\/tsconfig.json](https://github.com/documenso/documenso/blob/c99cf4b8487b0c2289c2c2088b0075d677b15202/apps/documentation/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/documentation\/theme.config.tsx\#L13](https://github.com/documenso/documenso/blob/c99cf4b8487b0c2289c2c2088b0075d677b15202/apps/documentation/theme.config.tsx#L13)
typescript-bot commented 1 month ago

Dokploy/dokploy

### [apps\/website\/tsconfig.json](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/website/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/website\/components\/PrimaryFeatures.tsx\#L103](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/website/components/PrimaryFeatures.tsx#L103) - [apps\/website\/components\/SecondaryFeatures.tsx\#L25](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/website/components/SecondaryFeatures.tsx#L25) - [apps\/website\/components\/SlimLayout.tsx\#L9](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/website/components/SlimLayout.tsx#L9) ### [apps\/dokploy\/tsconfig.json](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/dokploy\/components\/dashboard\/application\/advanced\/volumes\/update-volume.tsx\#L241](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/application/advanced/volumes/update-volume.tsx#L241) - [apps\/dokploy\/components\/dashboard\/application\/build\/show.tsx\#L204](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/application/build/show.tsx#L204) - [apps\/dokploy\/components\/dashboard\/compose\/general\/compose-file-editor.tsx\#L85](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/compose/general/compose-file-editor.tsx#L85) - [apps\/dokploy\/components\/dashboard\/projects\/show.tsx\#L49](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/projects/show.tsx#L49) - [apps\/dokploy\/components\/dashboard\/requests\/requests-table.tsx\#L156](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/requests/requests-table.tsx#L156) - [apps\/dokploy\/components\/dashboard\/requests\/status-request-filter.tsx\#L47](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/requests/status-request-filter.tsx#L47) - [apps\/dokploy\/components\/dashboard\/settings\/cluster\/nodes\/manager\/add-manager.tsx\#L16](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/settings/cluster/nodes/manager/add-manager.tsx#L16) - [apps\/dokploy\/components\/dashboard\/settings\/cluster\/registry\/show-registry.tsx\#L33](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/settings/cluster/registry/show-registry.tsx#L33) - [apps\/dokploy\/components\/dashboard\/settings\/notifications\/add-notification.tsx\#L326](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/settings/notifications/add-notification.tsx#L326) - [apps\/dokploy\/components\/dashboard\/settings\/notifications\/update-notification.tsx\#L285](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx#L285) - [apps\/dokploy\/components\/dashboard\/settings\/servers\/show-servers.tsx\#L191](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx#L191) - [apps\/dokploy\/components\/ui\/secrets.tsx\#L31](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/components/ui/secrets.tsx#L31) - [apps\/dokploy\/pages\/\_app.tsx\#L30](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/dokploy/pages/_app.tsx#L30) ### [apps\/docs\/tsconfig.json](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/docs/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/docs\/app\/layout.config.tsx\#L34](https://github.com/Dokploy/dokploy/blob/cb03b153ac2290abb7f191f73cedb947ff5d9778/apps/docs/app/layout.config.tsx#L34)
typescript-bot commented 1 month ago

dotansimha/graphql-code-generator

**7 of 23 projects failed to build with the old tsc and were ignored** ### [examples\/react\/apollo-client-defer\/tsconfig.json](https://github.com/dotansimha/graphql-code-generator/blob/d3dc84d821a43c61ea741e98d089d3753e398c15/examples/react/apollo-client-defer/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [examples\/react\/apollo-client-defer\/src\/App.tsx\#L45](https://github.com/dotansimha/graphql-code-generator/blob/d3dc84d821a43c61ea741e98d089d3753e398c15/examples/react/apollo-client-defer/src/App.tsx#L45)
typescript-bot commented 1 month ago

dotansimha/graphql-yoga

**45 of 47 projects failed to build with the old tsc and were ignored** ### [website\/tsconfig.json](https://github.com/dotansimha/graphql-yoga/blob/fbe0bebad53597ab36407e3228ecbb9ca4a330c8/website/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [website\/src\/index-page.tsx\#L41](https://github.com/dotansimha/graphql-yoga/blob/fbe0bebad53597ab36407e3228ecbb9ca4a330c8/website/src/index-page.tsx#L41)
typescript-bot commented 1 month ago

facebook/docusaurus

**25 of 40 projects failed to build with the old tsc and were ignored** ### [examples\/classic-typescript\/tsconfig.json](https://github.com/facebook/docusaurus/blob/c093dfdcc97ddb7359f596f05cc8ddaa5260153b/examples/classic-typescript/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [examples\/classic-typescript\/src\/components\/HomepageFeatures\/index.tsx\#L16](https://github.com/facebook/docusaurus/blob/c093dfdcc97ddb7359f596f05cc8ddaa5260153b/examples/classic-typescript/src/components/HomepageFeatures/index.tsx#L16)
typescript-bot commented 1 month ago

feathersjs/feathers

**19 of 27 projects failed to build with the old tsc and were ignored** ### [packages\/generators\/tsconfig.json](https://github.com/feathersjs/feathers/blob/ce00d390ddd85a5be533da69f7958fdc330d8f80/packages/generators/tsconfig.json) - `error TS7018: Object literal's property 'dependencies' implicitly has an 'any[]' type.` - [packages\/generators\/src\/app\/index.ts\#L53](https://github.com/feathersjs/feathers/blob/ce00d390ddd85a5be533da69f7958fdc330d8f80/packages/generators/src/app/index.ts#L53) - `error TS7018: Object literal's property 'devDependencies' implicitly has an 'any[]' type.` - [packages\/generators\/src\/app\/index.ts\#L54](https://github.com/feathersjs/feathers/blob/ce00d390ddd85a5be533da69f7958fdc330d8f80/packages/generators/src/app/index.ts#L54)
typescript-bot commented 1 month ago

getsentry/sentry-javascript

**165 of 189 projects failed to build with the old tsc and were ignored** ### [dev-packages\/e2e-tests\/test-applications\/nextjs-15\/tsconfig.json](https://github.com/getsentry/sentry-javascript/blob/418584fdcf2c594b02068e86b0ca9d9142cf00dc/dev-packages/e2e-tests/test-applications/nextjs-15/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [dev-packages\/e2e-tests\/test-applications\/nextjs-15\/app\/pageload-tracing\/layout.tsx\#L7](https://github.com/getsentry/sentry-javascript/blob/418584fdcf2c594b02068e86b0ca9d9142cf00dc/dev-packages/e2e-tests/test-applications/nextjs-15/app/pageload-tracing/layout.tsx#L7) - [dev-packages\/e2e-tests\/test-applications\/nextjs-15\/app\/streaming-rsc-error\/\[param\]\/client-page.tsx\#L7](https://github.com/getsentry/sentry-javascript/blob/418584fdcf2c594b02068e86b0ca9d9142cf00dc/dev-packages/e2e-tests/test-applications/nextjs-15/app/streaming-rsc-error/[param]/client-page.tsx#L7)
typescript-bot commented 1 month ago

getumbrel/llama-gpt

### [ui\/tsconfig.json](https://github.com/getumbrel/llama-gpt/blob/43994a365ffb067d58fc36cd363b2114a9037a48/ui/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [ui\/components\/Chat\/Chat.tsx\#L369](https://github.com/getumbrel/llama-gpt/blob/43994a365ffb067d58fc36cd363b2114a9037a48/ui/components/Chat/Chat.tsx#L369) - [ui\/components\/Chatbar\/components\/PluginKeys.tsx\#L54](https://github.com/getumbrel/llama-gpt/blob/43994a365ffb067d58fc36cd363b2114a9037a48/ui/components/Chatbar/components/PluginKeys.tsx#L54) - [ui\/components\/Folder\/Folder.tsx\#L95](https://github.com/getumbrel/llama-gpt/blob/43994a365ffb067d58fc36cd363b2114a9037a48/ui/components/Folder/Folder.tsx#L95) - [ui\/components\/Settings\/Import.tsx\#L17](https://github.com/getumbrel/llama-gpt/blob/43994a365ffb067d58fc36cd363b2114a9037a48/ui/components/Settings/Import.tsx#L17) - [ui\/components\/Settings\/SettingDialog.tsx\#L53](https://github.com/getumbrel/llama-gpt/blob/43994a365ffb067d58fc36cd363b2114a9037a48/ui/components/Settings/SettingDialog.tsx#L53) - [ui\/components\/Sidebar\/components\/OpenCloseButton.tsx\#L10](https://github.com/getumbrel/llama-gpt/blob/43994a365ffb067d58fc36cd363b2114a9037a48/ui/components/Sidebar/components/OpenCloseButton.tsx#L10)
typescript-bot commented 1 month ago

graphql-kit/graphql-voyager

**2 of 4 projects failed to build with the old tsc and were ignored** ### [tsconfig.lib.json](https://github.com/graphql-kit/graphql-voyager/blob/40c7698a39fd9f97c8a5a181ee804def775c0438/tsconfig.lib.json) - `error TS2322: Type '{ children: unknown[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [src\/components\/doc-explorer\/WrappedTypeName.tsx\#L30](https://github.com/graphql-kit/graphql-voyager/blob/40c7698a39fd9f97c8a5a181ee804def775c0438/src/components/doc-explorer/WrappedTypeName.tsx#L30) ### [tsconfig.json](https://github.com/graphql-kit/graphql-voyager/blob/40c7698a39fd9f97c8a5a181ee804def775c0438/tsconfig.json) - `error TS2322: Type '{ children: unknown[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [src\/components\/doc-explorer\/WrappedTypeName.tsx\#L30](https://github.com/graphql-kit/graphql-voyager/blob/40c7698a39fd9f97c8a5a181ee804def775c0438/src/components/doc-explorer/WrappedTypeName.tsx#L30)
typescript-bot commented 1 month ago

heyxyz/hey

**3 of 14 projects failed to build with the old tsc and were ignored** ### [packages\/ui\/tsconfig.json](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/packages/ui/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [packages\/ui\/src\/CardHeader.tsx\#L16](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/packages/ui/src/CardHeader.tsx#L16) ### [apps\/web\/tsconfig.json](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/web\/src\/components\/Club\/Shimmer.tsx\#L12](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Club/Shimmer.tsx#L12) - [apps\/web\/src\/components\/Club\/index.tsx\#L67](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Club/index.tsx#L67) - [apps\/web\/src\/components\/Comment\/Feed.tsx\#L102](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Comment/Feed.tsx#L102) - [apps\/web\/src\/components\/Comment\/NoneRelevantFeed.tsx\#L75](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Comment/NoneRelevantFeed.tsx#L75) - [apps\/web\/src\/components\/Common\/Layout.tsx\#L85](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Common/Layout.tsx#L85) - [apps\/web\/src\/components\/Common\/MetaTags.tsx\#L50](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Common/MetaTags.tsx#L50) - [apps\/web\/src\/components\/Common\/Providers\/OptimisticTransactionsProvider.tsx\#L52](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Common/Providers/OptimisticTransactionsProvider.tsx#L52) - [apps\/web\/src\/components\/Composer\/Actions\/CollectSettings\/CollectForm.tsx\#L64](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Composer/Actions/CollectSettings/CollectForm.tsx#L64) - [apps\/web\/src\/components\/Composer\/Actions\/CollectSettings\/index.tsx\#L16](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Composer/Actions/CollectSettings/index.tsx#L16) - [apps\/web\/src\/components\/Composer\/Actions\/Gif\/GifSelector.tsx\#L23](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Composer/Actions/Gif/GifSelector.tsx#L23) - [apps\/web\/src\/components\/Composer\/Actions\/Gif\/index.tsx\#L21](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Composer/Actions/Gif/index.tsx#L21) - [apps\/web\/src\/components\/Composer\/Actions\/LivestreamSettings\/LivestreamEditor.tsx\#L91](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Composer/Actions/LivestreamSettings/LivestreamEditor.tsx#L91) - [apps\/web\/src\/components\/Composer\/ChooseThumbnail.tsx\#L145](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Composer/ChooseThumbnail.tsx#L145) - [apps\/web\/src\/components\/Composer\/Editor\/EditorMenus.tsx\#L9](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Composer/Editor/EditorMenus.tsx#L9) - [apps\/web\/src\/components\/Composer\/NewAttachments.tsx\#L108](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Composer/NewAttachments.tsx#L108) - [apps\/web\/src\/components\/Composer\/NewPublication.tsx\#L548](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Composer/NewPublication.tsx#L548) - [apps\/web\/src\/components\/Home\/ForYou.tsx\#L69](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Home/ForYou.tsx#L69) - [apps\/web\/src\/components\/Home\/Sidebar\/WhoToFollow.tsx\#L61](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Home/Sidebar/WhoToFollow.tsx#L61) - [apps\/web\/src\/components\/Home\/Sidebar\/index.tsx\#L20](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Home/Sidebar/index.tsx#L20) - [apps\/web\/src\/components\/Home\/Timeline\/index.tsx\#L98](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Home/Timeline/index.tsx#L98) - [apps\/web\/src\/components\/Home\/index.tsx\#L30](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Home/index.tsx#L30) - [apps\/web\/src\/components\/Mod\/Filter.tsx\#L94](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Mod/Filter.tsx#L94) - [apps\/web\/src\/components\/Notification\/Settings.tsx\#L15](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Notification/Settings.tsx#L15) - [apps\/web\/src\/components\/Pages\/Privacy.tsx\#L18](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Pages/Privacy.tsx#L18) - [apps\/web\/src\/components\/Pages\/Rules.tsx\#L16](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Pages/Rules.tsx#L16) - [apps\/web\/src\/components\/Pages\/Terms.tsx\#L17](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Pages/Terms.tsx#L17) - [apps\/web\/src\/components\/Pages\/Thanks.tsx\#L57](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Pages/Thanks.tsx#L57) - [apps\/web\/src\/components\/Pro\/ExtendButton.tsx\#L73](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Pro/ExtendButton.tsx#L73) - [apps\/web\/src\/components\/Profile\/Badges\/index.tsx\#L53](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Profile/Badges/index.tsx#L53) - [apps\/web\/src\/components\/Profile\/Details.tsx\#L132](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Profile/Details.tsx#L132) - [apps\/web\/src\/components\/Profile\/Menu\/index.tsx\#L41](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Profile/Menu/index.tsx#L41) - [apps\/web\/src\/components\/Profile\/Shimmer.tsx\#L7](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Profile/Shimmer.tsx#L7) - [apps\/web\/src\/components\/Profile\/index.tsx\#L114](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Profile/index.tsx#L114) - [apps\/web\/src\/components\/Publication\/Actions\/HigherActions\/SuspendButtons.tsx\#L41](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/Actions/HigherActions/SuspendButtons.tsx#L41) - [apps\/web\/src\/components\/Publication\/Actions\/Menu\/Bookmark.tsx\#L124](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/Actions/Menu/Bookmark.tsx#L124) - [apps\/web\/src\/components\/Publication\/Actions\/Menu\/HideComment.tsx\#L96](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/Actions/Menu/HideComment.tsx#L96) - [apps\/web\/src\/components\/Publication\/Actions\/Menu\/NotInterested.tsx\#L95](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/Actions/Menu/NotInterested.tsx#L95) - [apps\/web\/src\/components\/Publication\/Actions\/Menu\/Recommend.tsx\#L86](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/Actions/Menu/Recommend.tsx#L86) - [apps\/web\/src\/components\/Publication\/Actions\/Menu\/index.tsx\#L48](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/Actions/Menu/index.tsx#L48) - [apps\/web\/src\/components\/Publication\/Actions\/Tip\/Action.tsx\#L367](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/Actions/Tip/Action.tsx#L367) - [apps\/web\/src\/components\/Publication\/FullPublication.tsx\#L73](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/FullPublication.tsx#L73) - [apps\/web\/src\/components\/Publication\/OpenAction\/Collect.tsx\#L33](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/OpenAction/Collect.tsx#L33) - [apps\/web\/src\/components\/Publication\/OpenAction\/CollectModule\/Splits.tsx\#L69](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/OpenAction/CollectModule/Splits.tsx#L69) - [apps\/web\/src\/components\/Publication\/OpenAction\/CollectModule\/index.tsx\#L95](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/OpenAction/CollectModule/index.tsx#L95) - [apps\/web\/src\/components\/Publication\/PublicationStats.tsx\#L53](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/PublicationStats.tsx#L53) - [apps\/web\/src\/components\/Publication\/RelevantPeople.tsx\#L55](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/RelevantPeople.tsx#L55) - [apps\/web\/src\/components\/Publication\/Shimmer.tsx\#L22](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/Shimmer.tsx#L22) - [apps\/web\/src\/components\/Publication\/SinglePublication.tsx\#L74](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/SinglePublication.tsx#L74) - [apps\/web\/src\/components\/Publication\/ThreadBody.tsx\#L28](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/ThreadBody.tsx#L28) - [apps\/web\/src\/components\/Publication\/Type\/Commented.tsx\#L14](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/Type/Commented.tsx#L14) - [apps\/web\/src\/components\/Publication\/index.tsx\#L121](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Publication/index.tsx#L121) - [apps\/web\/src\/components\/Settings\/Allowance\/Button.tsx\#L127](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Settings/Allowance/Button.tsx#L127) - [apps\/web\/src\/components\/Settings\/Danger\/HandleGuardian.tsx\#L85](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Settings/Danger/HandleGuardian.tsx#L85) - [apps\/web\/src\/components\/Settings\/Danger\/index.tsx\#L40](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Settings/Danger/index.tsx#L40) - [apps\/web\/src\/components\/Settings\/Export\/Tokens.tsx\#L10](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Settings/Export/Tokens.tsx#L10) - [apps\/web\/src\/components\/Settings\/Manager\/ProfileManager\/index.tsx\#L44](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Settings/Manager/ProfileManager/index.tsx#L44) - [apps\/web\/src\/components\/Settings\/Manager\/index.tsx\#L39](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Settings/Manager/index.tsx#L39) - [apps\/web\/src\/components\/Settings\/Profile\/Profile.tsx\#L368](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Settings/Profile/Profile.tsx#L368) - [apps\/web\/src\/components\/Shared\/Audio\/index.tsx\#L122](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Audio/index.tsx#L122) - [apps\/web\/src\/components\/Shared\/ClubPreview.tsx\#L84](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/ClubPreview.tsx#L84) - [apps\/web\/src\/components\/Shared\/FallbackProfileName.tsx\#L29](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/FallbackProfileName.tsx#L29) - [apps\/web\/src\/components\/Shared\/GlobalAlerts.tsx\#L21](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/GlobalAlerts.tsx#L21) - [apps\/web\/src\/components\/Shared\/GlobalBanners\/ProtectProfile.tsx\#L86](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/GlobalBanners/ProtectProfile.tsx#L86) - [apps\/web\/src\/components\/Shared\/GlobalBanners\/index.tsx\#L7](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/GlobalBanners/index.tsx#L7) - [apps\/web\/src\/components\/Shared\/GlobalModals.tsx\#L47](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/GlobalModals.tsx#L47) - [apps\/web\/src\/components\/Shared\/Modal\/ReportProfile\/index.tsx\#L117](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Modal/ReportProfile/index.tsx#L117) - [apps\/web\/src\/components\/Shared\/Modal\/ReportPublication\/index.tsx\#L105](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Modal/ReportPublication/index.tsx#L105) - [apps\/web\/src\/components\/Shared\/Navbar\/MoreNavItems.tsx\#L18](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Navbar/MoreNavItems.tsx#L18) - [apps\/web\/src\/components\/Shared\/Navbar\/NavItems\/ProfileStatus.tsx\#L32](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Navbar/NavItems/ProfileStatus.tsx#L32) - [apps\/web\/src\/components\/Shared\/Navbar\/NavItems\/ThemeSwitch.tsx\#L32](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Navbar/NavItems/ThemeSwitch.tsx#L32) - [apps\/web\/src\/components\/Shared\/Navbar\/Search\/index.tsx\#L111](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Navbar/Search/index.tsx#L111) - [apps\/web\/src\/components\/Shared\/Navbar\/SignedProfile.tsx\#L50](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Navbar/SignedProfile.tsx#L50) - [apps\/web\/src\/components\/Shared\/Navbar\/index.tsx\#L52](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Navbar/index.tsx#L52) - [apps\/web\/src\/components\/Shared\/NoBalanceError\/WrapWmatic.tsx\#L79](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/NoBalanceError/WrapWmatic.tsx#L79) - [apps\/web\/src\/components\/Shared\/Profile\/SuperFollow\/index.tsx\#L31](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Profile/SuperFollow/index.tsx#L31) - [apps\/web\/src\/components\/Shared\/ProfilePreview.tsx\#L144](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/ProfilePreview.tsx#L144) - [apps\/web\/src\/components\/Shared\/Profiles.tsx\#L12](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Profiles.tsx#L12) - [apps\/web\/src\/components\/Shared\/Shimmer\/ThumbnailsShimmer.tsx\#L8](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Shimmer/ThumbnailsShimmer.tsx#L8) - [apps\/web\/src\/components\/Shared\/Sidebar\/SidebarMenu.tsx\#L22](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Sidebar/SidebarMenu.tsx#L22) - [apps\/web\/src\/components\/Shared\/Sidebar\/index.tsx\#L17](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/Sidebar/index.tsx#L17) - [apps\/web\/src\/components\/Shared\/SingleProfile.tsx\#L63](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Shared/SingleProfile.tsx#L63) - [apps\/web\/src\/components\/Staff\/Overview\/ActiveUsers.tsx\#L12](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Overview/ActiveUsers.tsx#L12) - [apps\/web\/src\/components\/Staff\/Overview\/EventsToday.tsx\#L39](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Overview/EventsToday.tsx#L39) - [apps\/web\/src\/components\/Staff\/Overview\/ImpressionsToday.tsx\#L39](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Overview/ImpressionsToday.tsx#L39) - [apps\/web\/src\/components\/Staff\/Overview\/LeafwatchStats.tsx\#L104](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Overview/LeafwatchStats.tsx#L104) - [apps\/web\/src\/components\/Staff\/Overview\/Referrers.tsx\#L11](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Overview/Referrers.tsx#L11) - [apps\/web\/src\/components\/Staff\/Users\/List.tsx\#L92](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Users/List.tsx#L92) - [apps\/web\/src\/components\/Staff\/Users\/Overview\/Tool\/LeafwatchDetails.tsx\#L73](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Users/Overview/Tool/LeafwatchDetails.tsx#L73) - [apps\/web\/src\/components\/Staff\/Users\/Overview\/Tool\/ManagedProfiles.tsx\#L22](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Users/Overview/Tool/ManagedProfiles.tsx#L22) - [apps\/web\/src\/components\/Staff\/Users\/Overview\/Tool\/Permissions.tsx\#L20](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Users/Overview/Tool/Permissions.tsx#L20) - [apps\/web\/src\/components\/Staff\/Users\/Overview\/Tool\/ProfileOverview.tsx\#L47](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Users/Overview/Tool/ProfileOverview.tsx#L47) - [apps\/web\/src\/components\/Staff\/Users\/Overview\/Tool\/ProfilePreferences.tsx\#L28](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Users/Overview/Tool/ProfilePreferences.tsx#L28) - [apps\/web\/src\/components\/Staff\/Users\/Overview\/Tool\/Rank.tsx\#L91](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Users/Overview/Tool/Rank.tsx#L91) - [apps\/web\/src\/components\/Staff\/Users\/Overview\/Tool\/index.tsx\#L39](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Users/Overview/Tool/index.tsx#L39) - [apps\/web\/src\/components\/Staff\/Users\/ViewReports.tsx\#L14](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/web/src/components/Staff/Users/ViewReports.tsx#L14) - [packages\/ui\/src\/CardHeader.tsx\#L16](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/packages/ui/src/CardHeader.tsx#L16) ### [apps\/og\/tsconfig.json](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/og/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/og\/src\/app\/posts\/\[id\]\/page.tsx\#L118](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/og/src/app/posts/[id]/page.tsx#L118) - [apps\/og\/src\/app\/u\/\[handle\]\/page.tsx\#L92](https://github.com/heyxyz/hey/blob/aecb03d0a16bd3b2bdbd95e070905acae41c2226/apps/og/src/app/u/[handle]/page.tsx#L92)
typescript-bot commented 1 month ago

i18next/next-i18next

### [examples\/simple\/tsconfig.json](https://github.com/i18next/next-i18next/blob/33a67eb33952cc3070ec9a436bbb215c737065b4/examples/simple/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [examples\/simple\/components\/Header.tsx\#L11](https://github.com/i18next/next-i18next/blob/33a67eb33952cc3070ec9a436bbb215c737065b4/examples/simple/components/Header.tsx#L11) - [examples\/simple\/pages\/index.tsx\#L36](https://github.com/i18next/next-i18next/blob/33a67eb33952cc3070ec9a436bbb215c737065b4/examples/simple/pages/index.tsx#L36) - [examples\/simple\/pages\/second-page.tsx\#L23](https://github.com/i18next/next-i18next/blob/33a67eb33952cc3070ec9a436bbb215c737065b4/examples/simple/pages/second-page.tsx#L23) ### [examples\/auto-static-optimize\/tsconfig.json](https://github.com/i18next/next-i18next/blob/33a67eb33952cc3070ec9a436bbb215c737065b4/examples/auto-static-optimize/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [examples\/auto-static-optimize\/components\/Header.tsx\#L10](https://github.com/i18next/next-i18next/blob/33a67eb33952cc3070ec9a436bbb215c737065b4/examples/auto-static-optimize/components/Header.tsx#L10) - [examples\/auto-static-optimize\/pages\/auto-static.tsx\#L16](https://github.com/i18next/next-i18next/blob/33a67eb33952cc3070ec9a436bbb215c737065b4/examples/auto-static-optimize/pages/auto-static.tsx#L16) - [examples\/auto-static-optimize\/pages\/index.tsx\#L36](https://github.com/i18next/next-i18next/blob/33a67eb33952cc3070ec9a436bbb215c737065b4/examples/auto-static-optimize/pages/index.tsx#L36) - [examples\/auto-static-optimize\/pages\/second-page.tsx\#L23](https://github.com/i18next/next-i18next/blob/33a67eb33952cc3070ec9a436bbb215c737065b4/examples/auto-static-optimize/pages/second-page.tsx#L23)
typescript-bot commented 1 month ago

ikatyang/emoji-cheat-sheet

### [tsconfig.json](https://github.com/ikatyang/emoji-cheat-sheet/blob/d4ccec71e64d090a936d83cea31af45c7e851d8f/tsconfig.json) - `error TS1544: Named imports from a JSON file into an ECMAScript module are not allowed when 'module' is set to 'Node16'.` - [scripts\/markdown.ts\#L1](https://github.com/ikatyang/emoji-cheat-sheet/blob/d4ccec71e64d090a936d83cea31af45c7e851d8f/scripts/markdown.ts#L1) - [scripts\/markdown.ts\#L1](https://github.com/ikatyang/emoji-cheat-sheet/blob/d4ccec71e64d090a936d83cea31af45c7e851d8f/scripts/markdown.ts#L1) - `error TS1543: Importing a JSON file into an ECMAScript module requires a 'type: "json"' import attribute when 'module' is set to 'Node16'.` - [scripts\/markdown.ts\#L1](https://github.com/ikatyang/emoji-cheat-sheet/blob/d4ccec71e64d090a936d83cea31af45c7e851d8f/scripts/markdown.ts#L1)
typescript-bot commented 1 month ago

immich-app/immich

**2 of 7 projects failed to build with the old tsc and were ignored** ### [server\/tsconfig.json](https://github.com/immich-app/immich/blob/fa9bb8074cec18cbaa2d1df29e48e8f4cbec5e9d/server/tsconfig.json) - `error TS2454: Variable 'accessMock' is used before being assigned.` - [server\/src\/services\/partner.service.spec.ts\#L17](https://github.com/immich-app/immich/blob/fa9bb8074cec18cbaa2d1df29e48e8f4cbec5e9d/server/src/services/partner.service.spec.ts#L17)
typescript-bot commented 1 month ago

immutable-js/immutable-js

**1 of 4 projects failed to build with the old tsc and were ignored** ### [website\/tsconfig.json](https://github.com/immutable-js/immutable-js/blob/0c2d021552ee74022863f33ff3704f44c4862fde/website/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [website\/src\/Defs.tsx\#L136](https://github.com/immutable-js/immutable-js/blob/0c2d021552ee74022863f33ff3704f44c4862fde/website/src/Defs.tsx#L136) - [website\/src\/Sidebar.tsx\#L89](https://github.com/immutable-js/immutable-js/blob/0c2d021552ee74022863f33ff3704f44c4862fde/website/src/Sidebar.tsx#L89) - [website\/src\/TypeDocumentation.tsx\#L48](https://github.com/immutable-js/immutable-js/blob/0c2d021552ee74022863f33ff3704f44c4862fde/website/src/TypeDocumentation.tsx#L48) - [website\/src\/app\/page.tsx\#L16](https://github.com/immutable-js/immutable-js/blob/0c2d021552ee74022863f33ff3704f44c4862fde/website/src/app/page.tsx#L16)
typescript-bot commented 1 month ago

ionic-team/stencil

**38 of 42 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/ionic-team/stencil/blob/7ede77a873486b5cf47f0b26571f852675f67dd6/tsconfig.json) - `error TS7018: Object literal's property 'docsTags' implicitly has an 'any[]' type.` - [src\/compiler\/docs\/generate-doc-data.ts\#L223](https://github.com/ionic-team/stencil/blob/7ede77a873486b5cf47f0b26571f852675f67dd6/src/compiler/docs/generate-doc-data.ts#L223) - `error TS7018: Object literal's property 'default' implicitly has an 'any' type.` - [src\/compiler\/docs\/generate-doc-data.ts\#L224](https://github.com/ionic-team/stencil/blob/7ede77a873486b5cf47f0b26571f852675f67dd6/src/compiler/docs/generate-doc-data.ts#L224) - `error TS7018: Object literal's property 'deprecation' implicitly has an 'any' type.` - [src\/compiler\/docs\/generate-doc-data.ts\#L225](https://github.com/ionic-team/stencil/blob/7ede77a873486b5cf47f0b26571f852675f67dd6/src/compiler/docs/generate-doc-data.ts#L225) - `error TS7018: Object literal's property 'prefix' implicitly has an 'any' type.` - [src\/mock-doc\/parse-util.ts\#L175](https://github.com/ionic-team/stencil/blob/7ede77a873486b5cf47f0b26571f852675f67dd6/src/mock-doc/parse-util.ts#L175)
typescript-bot commented 1 month ago

ItzCrazyKns/Perplexica

### [ui\/tsconfig.json](https://github.com/ItzCrazyKns/Perplexica/blob/425a08432b29b96ed50378af0f87cba8272f1e03/ui/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [ui\/components\/ChatWindow.tsx\#L496](https://github.com/ItzCrazyKns/Perplexica/blob/425a08432b29b96ed50378af0f87cba8272f1e03/ui/components/ChatWindow.tsx#L496) - [ui\/components\/DeleteChat.tsx\#L48](https://github.com/ItzCrazyKns/Perplexica/blob/425a08432b29b96ed50378af0f87cba8272f1e03/ui/components/DeleteChat.tsx#L48) - [ui\/components\/SearchImages.tsx\#L27](https://github.com/ItzCrazyKns/Perplexica/blob/425a08432b29b96ed50378af0f87cba8272f1e03/ui/components/SearchImages.tsx#L27) - [ui\/components\/SearchVideos.tsx\#L40](https://github.com/ItzCrazyKns/Perplexica/blob/425a08432b29b96ed50378af0f87cba8272f1e03/ui/components/SearchVideos.tsx#L40)
typescript-bot commented 1 month ago

ixartz/Next-js-Boilerplate

### [tsconfig.json](https://github.com/ixartz/Next-js-Boilerplate/blob/792b86a8c363dbce786635c9e92d07eb620db2a7/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - Project Scope - Project Scope - Project Scope - Project Scope - Project Scope - Project Scope - Project Scope - [src\/components\/Hello.tsx\#L9](https://github.com/ixartz/Next-js-Boilerplate/blob/792b86a8c363dbce786635c9e92d07eb620db2a7/src/components/Hello.tsx#L9) - [src\/templates\/BaseTemplate.stories.tsx\#L34](https://github.com/ixartz/Next-js-Boilerplate/blob/792b86a8c363dbce786635c9e92d07eb620db2a7/src/templates/BaseTemplate.stories.tsx#L34) - [src\/templates\/BaseTemplate.test.tsx\#L15](https://github.com/ixartz/Next-js-Boilerplate/blob/792b86a8c363dbce786635c9e92d07eb620db2a7/src/templates/BaseTemplate.test.tsx#L15)
typescript-bot commented 1 month ago

jackyzha0/quartz

### [tsconfig.json](https://github.com/jackyzha0/quartz/blob/8889ab63ebf579d7f134d4e83ab21533ad5bda87/tsconfig.json) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [quartz\/plugins\/emitters\/componentResources.ts\#L252](https://github.com/jackyzha0/quartz/blob/8889ab63ebf579d7f134d4e83ab21533ad5bda87/quartz/plugins/emitters/componentResources.ts#L252) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'string | ArrayBufferView | Iterable | AsyncIterable | Stream'.` - [quartz\/plugins\/emitters\/helpers.ts\#L17](https://github.com/jackyzha0/quartz/blob/8889ab63ebf579d7f134d4e83ab21533ad5bda87/quartz/plugins/emitters/helpers.ts#L17) - `error TS2322: Type 'string | Buffer' is not assignable to type 'Value'.` - [quartz\/processors\/parse.ts\#L90](https://github.com/jackyzha0/quartz/blob/8889ab63ebf579d7f134d4e83ab21533ad5bda87/quartz/processors/parse.ts#L90)
typescript-bot commented 1 month ago

joe-bell/cva

**2 of 10 projects failed to build with the old tsc and were ignored** ### [docs\/latest\/tsconfig.json](https://github.com/joe-bell/cva/blob/aaae670a35d097f4a2e6b4784df23610d4ec26ba/docs/latest/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [docs\/latest\/pages\/\_app.tsx\#L7](https://github.com/joe-bell/cva/blob/aaae670a35d097f4a2e6b4784df23610d4ec26ba/docs/latest/pages/_app.tsx#L7) - [docs\/latest\/theme.config.tsx\#L40](https://github.com/joe-bell/cva/blob/aaae670a35d097f4a2e6b4784df23610d4ec26ba/docs/latest/theme.config.tsx#L40)
typescript-bot commented 1 month ago

kysely-org/kysely

**2 of 6 projects failed to build with the old tsc and were ignored** ### [site\/tsconfig.json](https://github.com/kysely-org/kysely/blob/14dc94af7ed2fb75004f02e616ab9ac255acbf8a/site/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [site\/docs\/getting-started\/Dialects.tsx\#L57](https://github.com/kysely-org/kysely/blob/14dc94af7ed2fb75004f02e616ab9ac255acbf8a/site/docs/getting-started/Dialects.tsx#L57) - [site\/docs\/getting-started\/Installation.tsx\#L31](https://github.com/kysely-org/kysely/blob/14dc94af7ed2fb75004f02e616ab9ac255acbf8a/site/docs/getting-started/Installation.tsx#L31) - [site\/docs\/getting-started\/Instantiation.tsx\#L140](https://github.com/kysely-org/kysely/blob/14dc94af7ed2fb75004f02e616ab9ac255acbf8a/site/docs/getting-started/Instantiation.tsx#L140) - [site\/docs\/getting-started\/Querying.tsx\#L75](https://github.com/kysely-org/kysely/blob/14dc94af7ed2fb75004f02e616ab9ac255acbf8a/site/docs/getting-started/Querying.tsx#L75) - [site\/docs\/getting-started\/Summary.tsx\#L66](https://github.com/kysely-org/kysely/blob/14dc94af7ed2fb75004f02e616ab9ac255acbf8a/site/docs/getting-started/Summary.tsx#L66) - [site\/docs\/getting-started\/shared.tsx\#L115](https://github.com/kysely-org/kysely/blob/14dc94af7ed2fb75004f02e616ab9ac255acbf8a/site/docs/getting-started/shared.tsx#L115) - [site\/src\/components\/SectionFeatures\/index.tsx\#L16](https://github.com/kysely-org/kysely/blob/14dc94af7ed2fb75004f02e616ab9ac255acbf8a/site/src/components/SectionFeatures/index.tsx#L16)
typescript-bot commented 1 month ago

labring/FastGPT

**3 of 8 projects failed to build with the old tsc and were ignored** ### [packages\/web\/tsconfig.json](https://github.com/labring/FastGPT/blob/7c829febec0a289cf367027a24bf5e51f5a8783b/packages/web/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [packages\/web\/components\/common\/Textarea\/PromptEditor\/modules\/ComfirmVar\/index.tsx\#L14](https://github.com/labring/FastGPT/blob/7c829febec0a289cf367027a24bf5e51f5a8783b/packages/web/components/common/Textarea/PromptEditor/modules/ComfirmVar/index.tsx#L14) - [packages\/web\/components\/common\/Textarea\/PromptEditor\/plugins\/VariableLabelPlugin\/components\/VariableLabel.tsx\#L17](https://github.com/labring/FastGPT/blob/7c829febec0a289cf367027a24bf5e51f5a8783b/packages/web/components/common/Textarea/PromptEditor/plugins/VariableLabelPlugin/components/VariableLabel.tsx#L17)
typescript-bot commented 1 month ago

leptonai/search\_with\_lepton

### [web\/tsconfig.json](https://github.com/leptonai/search_with_lepton/blob/89363bf932c6fc1d1750b89b357ac679d798d6d3/web/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [web\/src\/app\/components\/answer.tsx\#L20](https://github.com/leptonai/search_with_lepton/blob/89363bf932c6fc1d1750b89b357ac679d798d6d3/web/src/app/components/answer.tsx#L20) - [web\/src\/app\/components\/sources.tsx\#L44](https://github.com/leptonai/search_with_lepton/blob/89363bf932c6fc1d1750b89b357ac679d798d6d3/web/src/app/components/sources.tsx#L44)
typescript-bot commented 1 month ago

majodev/google-webfonts-helper

### [tsconfig.json](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'InputFileFormat'.` - [server\/api\/fonts.controller.ts\#L193](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.controller.ts#L193) - [server\/api\/fonts.spec.ts\#L257](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L257) - [server\/api\/fonts.spec.ts\#L262](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L262) - [server\/api\/fonts.spec.ts\#L302](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L302) - [server\/api\/fonts.spec.ts\#L307](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L307) - [server\/api\/fonts.spec.ts\#L325](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L325) - [server\/api\/fonts.spec.ts\#L364](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L364) - [server\/api\/fonts.spec.ts\#L429](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L429) - [server\/api\/fonts.spec.ts\#L450](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L450) - [server\/api\/fonts.spec.ts\#L471](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L471) - [server\/api\/fonts.spec.ts\#L493](https://github.com/majodev/google-webfonts-helper/blob/0fddfb85498503e023b01810d1e649f75a6b81c4/server/api/fonts.spec.ts#L493)
typescript-bot commented 1 month ago

mapbox/mapbox-gl-js

**1 of 2 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/mapbox/mapbox-gl-js/blob/732345f70d61bdf10412e2ad62cbfb1af58259f8/tsconfig.json) - `error TS2345: Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'Transferable'.` - [src\/util\/web\_worker\_transfer.ts\#L145](https://github.com/mapbox/mapbox-gl-js/blob/732345f70d61bdf10412e2ad62cbfb1af58259f8/src/util/web_worker_transfer.ts#L145) - [src\/util\/web\_worker\_transfer.ts\#L152](https://github.com/mapbox/mapbox-gl-js/blob/732345f70d61bdf10412e2ad62cbfb1af58259f8/src/util/web_worker_transfer.ts#L152)
typescript-bot commented 1 month ago

marp-team/marp

**1 of 2 projects failed to build with the old tsc and were ignored** ### [website\/tsconfig.json](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [website\/components\/CodeBlock.tsx\#L44](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/components/CodeBlock.tsx#L44) - [website\/components\/Header.tsx\#L11](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/components/Header.tsx#L11) - [website\/components\/Layout.tsx\#L38](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/components/Layout.tsx#L38) - [website\/components\/blog\/BlogHeader.tsx\#L30](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/components/blog/BlogHeader.tsx#L30) - [website\/components\/docs\/layouts\/Desktop.tsx\#L99](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/components/docs/layouts/Desktop.tsx#L99) - [website\/components\/docs\/layouts\/Mobile.tsx\#L109](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/components/docs/layouts/Mobile.tsx#L109) - [website\/components\/top\/GetStarted.tsx\#L138](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/components/top/GetStarted.tsx#L138) - [website\/components\/top\/Hero.tsx\#L8](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/components/top/Hero.tsx#L8) - [website\/pages\/blog.tsx\#L130](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/pages/blog.tsx#L130) - [website\/utils\/hooks\/useFontFace.tsx\#L54](https://github.com/marp-team/marp/blob/ffe6cd99af0a21ea1da10604fc6427b0390d726a/website/utils/hooks/useFontFace.tsx#L54)
typescript-bot commented 1 month ago

mayooear/gpt4-pdf-chatbot-langchain

### [tsconfig.json](https://github.com/mayooear/gpt4-pdf-chatbot-langchain/blob/138bba4f0782e5667f75df104743b11fc1308541/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [pages\/\_app.tsx\#L12](https://github.com/mayooear/gpt4-pdf-chatbot-langchain/blob/138bba4f0782e5667f75df104743b11fc1308541/pages/_app.tsx#L12) - [pages\/index.tsx\#L124](https://github.com/mayooear/gpt4-pdf-chatbot-langchain/blob/138bba4f0782e5667f75df104743b11fc1308541/pages/index.tsx#L124)
typescript-bot commented 1 month ago

metricsgraphics/metrics-graphics

### [app\/tsconfig.json](https://github.com/metricsgraphics/metrics-graphics/blob/60429d802e3444c209a1e3d6f7fb9742b76fa838/app/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [app\/components\/Layout.tsx\#L9](https://github.com/metricsgraphics/metrics-graphics/blob/60429d802e3444c209a1e3d6f7fb9742b76fa838/app/components/Layout.tsx#L9)
typescript-bot commented 1 month ago

microsoft/azuredatastudio

**11 of 67 projects failed to build with the old tsc and were ignored** ### [extensions\/notebook\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/notebook/tsconfig.json) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [extensions\/notebook\/src\/jupyter\/jupyterExecuteManager.ts\#L47](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/notebook/src/jupyter/jupyterExecuteManager.ts#L47) - [extensions\/notebook\/src\/prompts\/adapter.ts\#L52](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/notebook/src/prompts/adapter.ts#L52) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L143](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/notebook/src/test/common/notebookUtils.test.ts#L143) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L159](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/notebook/src/test/common/notebookUtils.test.ts#L159) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L175](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/notebook/src/test/common/notebookUtils.test.ts#L175) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L181](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/notebook/src/test/common/notebookUtils.test.ts#L181) - `error TS7018: Object literal's property ''tocPath'' implicitly has an 'any' type.` - [extensions\/notebook\/src\/test\/book\/bookTocManager.test.ts\#L408](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/notebook/src/test/book/bookTocManager.test.ts#L408) ### [extensions\/mssql\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/mssql/tsconfig.json) - `error TS7018: Object literal's property 'grant' implicitly has an 'any' type.` - [extensions\/mssql\/src\/objectManagement\/ui\/principalDialogBase.ts\#L178](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/mssql/src/objectManagement/ui/principalDialogBase.ts#L178) - `error TS7018: Object literal's property 'withGrant' implicitly has an 'any' type.` - [extensions\/mssql\/src\/objectManagement\/ui\/principalDialogBase.ts\#L179](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/mssql/src/objectManagement/ui/principalDialogBase.ts#L179) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [extensions\/mssql\/src\/sqlNotebook\/sqlNotebookController.ts\#L138](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/mssql/src/sqlNotebook/sqlNotebookController.ts#L138) ### [extensions\/machine-learning\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/tsconfig.json) - `error TS2454: Variable 'connection' is used before being assigned.` - [extensions\/machine-learning\/src\/test\/modelManagement\/deployedModelService.test.ts\#L60](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/modelManagement/deployedModelService.test.ts#L60) - [extensions\/machine-learning\/src\/test\/packageManagement\/packageManager.test.ts\#L65](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/packageManagement/packageManager.test.ts#L65) - [extensions\/machine-learning\/src\/test\/packageManagement\/packageManager.test.ts\#L68](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/packageManagement/packageManager.test.ts#L68) - [extensions\/machine-learning\/src\/test\/packageManagement\/sqlPythonPackageManageProvider.test.ts\#L372](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/packageManagement/sqlPythonPackageManageProvider.test.ts#L372) - [extensions\/machine-learning\/src\/test\/packageManagement\/sqlPythonPackageManageProvider.test.ts\#L436](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/packageManagement/sqlPythonPackageManageProvider.test.ts#L436) - [extensions\/machine-learning\/src\/test\/packageManagement\/sqlRPackageManageProvider.test.ts\#L216](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/packageManagement/sqlRPackageManageProvider.test.ts#L216) - [extensions\/machine-learning\/src\/test\/packageManagement\/sqlRPackageManageProvider.test.ts\#L281](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/packageManagement/sqlRPackageManageProvider.test.ts#L281) - `error TS2454: Variable 'packages' is used before being assigned.` - [extensions\/machine-learning\/src\/test\/packageManagement\/sqlPythonPackageManageProvider.test.ts\#L97](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/packageManagement/sqlPythonPackageManageProvider.test.ts#L97) - [extensions\/machine-learning\/src\/test\/packageManagement\/sqlRPackageManageProvider.test.ts\#L65](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/packageManagement/sqlRPackageManageProvider.test.ts#L65) - `error TS2454: Variable 'queryProvider' is used before being assigned.` - [extensions\/machine-learning\/src\/test\/queryRunner.test.ts\#L61](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/machine-learning/src/test/queryRunner.test.ts#L61) ### [extensions\/dacpac\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/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.` - [extensions\/dacpac\/src\/test\/testContext.ts\#L203](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/dacpac/src/test/testContext.ts#L203) - `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.` - [extensions\/dacpac\/src\/test\/testContext.ts\#L204](https://github.com/microsoft/azuredatastudio/blob/413877ea8190ace8413ba515042e1ac816cc3fe6/extensions/dacpac/src/test/testContext.ts#L204)
typescript-bot commented 1 month ago

misskey-dev/misskey

**7 of 16 projects failed to build with the old tsc and were ignored** ### [packages\/frontend-shared\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/frontend-shared/tsconfig.json) - `error TS1543: Importing a JSON file into an ECMAScript module requires a 'type: "json"' import attribute when 'module' is set to 'NodeNext'.` - [packages\/frontend-shared\/js\/emojilist.ts\#L15](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/frontend-shared/js/emojilist.ts#L15) ### [packages\/backend\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [packages\/backend\/src\/core\/AiService.ts\#L54](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/AiService.ts#L54) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [packages\/backend\/src\/core\/InternalStorageService.ts\#L48](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/InternalStorageService.ts#L48) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [packages\/backend\/src\/core\/WebAuthnService.ts\#L219](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/WebAuthnService.ts#L219) - [packages\/backend\/src\/core\/WebAuthnService.ts\#L301](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/WebAuthnService.ts#L301) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.` - [packages\/backend\/src\/core\/activitypub\/ApRequestService.ts\#L93](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/activitypub/ApRequestService.ts#L93) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'BinaryLike'.` - [packages\/backend\/src\/server\/ActivityPubServerService.ts\#L156](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/server/ActivityPubServerService.ts#L156) ### [packages\/backend\/test\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [packages\/backend\/src\/core\/AiService.ts\#L54](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/AiService.ts#L54) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [packages\/backend\/src\/core\/InternalStorageService.ts\#L48](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/InternalStorageService.ts#L48) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [packages\/backend\/src\/core\/WebAuthnService.ts\#L219](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/WebAuthnService.ts#L219) - [packages\/backend\/src\/core\/WebAuthnService.ts\#L301](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/WebAuthnService.ts#L301) - [packages\/backend\/test\/e2e\/2fa.ts\#L86](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L86) - [packages\/backend\/test\/e2e\/2fa.ts\#L87](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L87) - [packages\/backend\/test\/e2e\/2fa.ts\#L88](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L88) - [packages\/backend\/test\/e2e\/2fa.ts\#L89](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L89) - [packages\/backend\/test\/e2e\/2fa.ts\#L90](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L90) - [packages\/backend\/test\/e2e\/2fa.ts\#L91](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L91) - [packages\/backend\/test\/e2e\/2fa.ts\#L92](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L92) - [packages\/backend\/test\/e2e\/2fa.ts\#L149](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L149) - [packages\/backend\/test\/e2e\/2fa.ts\#L150](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L150) - [packages\/backend\/test\/e2e\/2fa.ts\#L151](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L151) - [packages\/backend\/test\/e2e\/2fa.ts\#L164](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L164) - [packages\/backend\/test\/e2e\/2fa.ts\#L164](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L164) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.` - [packages\/backend\/src\/core\/activitypub\/ApRequestService.ts\#L93](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/core/activitypub/ApRequestService.ts#L93) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'BinaryLike'.` - [packages\/backend\/src\/server\/ActivityPubServerService.ts\#L156](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/src/server/ActivityPubServerService.ts#L156) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.` - [packages\/backend\/test\/e2e\/2fa.ts\#L56](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L56) - [packages\/backend\/test\/e2e\/2fa.ts\#L160](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L160) - [packages\/backend\/test\/e2e\/2fa.ts\#L164](https://github.com/misskey-dev/misskey/blob/4f34a4e4d81cb47f585ec1f614019837fc9b6cc4/packages/backend/test/e2e/2fa.ts#L164)
typescript-bot commented 1 month ago

netless-io/flat

**2 of 21 projects failed to build with the old tsc and were ignored** ### [web\/flat-web\/tsconfig.json](https://github.com/netless-io/flat/blob/5ee45b597a888bde56c7fa5c2b1a2320f9dbfd3e/web/flat-web/tsconfig.json) - `error TS2322: Type 'ArrayBufferLike' is not assignable to type 'BlobPart'.` - [packages\/flat-pages\/src\/components\/ShareScreen\/ShareScreenPicker\/ScreenList\/index.tsx\#L13](https://github.com/netless-io/flat/blob/5ee45b597a888bde56c7fa5c2b1a2320f9dbfd3e/packages/flat-pages/src/components/ShareScreen/ShareScreenPicker/ScreenList/index.tsx#L13) ### [packages\/flat-pages\/tsconfig.json](https://github.com/netless-io/flat/blob/5ee45b597a888bde56c7fa5c2b1a2320f9dbfd3e/packages/flat-pages/tsconfig.json) - `error TS2322: Type 'ArrayBufferLike' is not assignable to type 'BlobPart'.` - [packages\/flat-pages\/src\/components\/ShareScreen\/ShareScreenPicker\/ScreenList\/index.tsx\#L13](https://github.com/netless-io/flat/blob/5ee45b597a888bde56c7fa5c2b1a2320f9dbfd3e/packages/flat-pages/src/components/ShareScreen/ShareScreenPicker/ScreenList/index.tsx#L13)
typescript-bot commented 1 month ago

ngrx/platform

**26 of 68 projects failed to build with the old tsc and were ignored** ### [modules\/data\/tsconfig.spec.json](https://github.com/ngrx/platform/blob/ffc1d875cbed6abc0c636e226277a20133edb7cc/modules/data/tsconfig.spec.json) - `error TS2454: Variable 'logger' is used before being assigned.` - [modules\/data\/spec\/reducers\/entity-collection-reducer-registry.spec.ts\#L225](https://github.com/ngrx/platform/blob/ffc1d875cbed6abc0c636e226277a20133edb7cc/modules/data/spec/reducers/entity-collection-reducer-registry.spec.ts#L225)
typescript-bot commented 1 month ago

nodejs/nodejs.org

### [apps\/site\/tsconfig.json](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/site\/app\/\[locale\]\/layout.tsx\#L40](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/app/[locale]/layout.tsx#L40) - [apps\/site\/components\/Common\/Blockquote\/index.stories.tsx\#L11](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Common/Blockquote/index.stories.tsx#L11) - [apps\/site\/components\/Common\/Button\/index.stories.tsx\#L45](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Common/Button/index.stories.tsx#L45) - [apps\/site\/components\/Common\/CodeTabs\/index.stories.tsx\#L42](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Common/CodeTabs/index.stories.tsx#L42) - [apps\/site\/components\/Common\/LinkTabs\/index.tsx\#L22](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Common/LinkTabs/index.tsx#L22) - [apps\/site\/components\/Common\/Search\/States\/WithSearchBox.tsx\#L220](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Common/Search/States/WithSearchBox.tsx#L220) - [apps\/site\/components\/Common\/Search\/index.tsx\#L38](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Common/Search/index.tsx#L38) - [apps\/site\/components\/Common\/Tabs\/index.stories.tsx\#L27](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Common/Tabs/index.stories.tsx#L27) - [apps\/site\/components\/Containers\/MetaBar\/index.stories.tsx\#L49](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Containers/MetaBar/index.stories.tsx#L49) - [apps\/site\/components\/Containers\/MetaBar\/index.tsx\#L42](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Containers/MetaBar/index.tsx#L42) - [apps\/site\/components\/Downloads\/DownloadButton\/index.tsx\#L24](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Downloads/DownloadButton/index.tsx#L24) - [apps\/site\/components\/Downloads\/Release\/LinkWithArrow.tsx\#L21](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Downloads/Release/LinkWithArrow.tsx#L21) - [apps\/site\/components\/Downloads\/Release\/ReleaseStatus.tsx\#L13](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Downloads/Release/ReleaseStatus.tsx#L13) - [apps\/site\/components\/Downloads\/Release\/ReleaseVersion.tsx\#L13](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Downloads/Release/ReleaseVersion.tsx#L13) - [apps\/site\/components\/Icons\/Logos\/Nodejs.tsx\#L71](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/Icons/Logos/Nodejs.tsx#L71) - [apps\/site\/components\/withBlogCategories.tsx\#L27](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/withBlogCategories.tsx#L27) - [apps\/site\/components\/withMetaBar.tsx\#L45](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/components/withMetaBar.tsx#L45) - [apps\/site\/layouts\/About.tsx\#L11](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/layouts/About.tsx#L11) - [apps\/site\/layouts\/Blog.tsx\#L40](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/layouts/Blog.tsx#L40) - [apps\/site\/layouts\/Centered.tsx\#L9](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/layouts/Centered.tsx#L9) - [apps\/site\/layouts\/Default.tsx\#L9](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/layouts/Default.tsx#L9) - [apps\/site\/layouts\/Download.tsx\#L17](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/layouts/Download.tsx#L17) - [apps\/site\/layouts\/Learn.tsx\#L12](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/layouts/Learn.tsx#L12) - [apps\/site\/layouts\/Post.tsx\#L26](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/layouts/Post.tsx#L26) - [apps\/site\/layouts\/Search.tsx\#L7](https://github.com/nodejs/nodejs.org/blob/29e64d74e7863056e3de0df4f4b0cad18e027762/apps/site/layouts/Search.tsx#L7)
typescript-bot commented 1 month ago

noodle-run/noodle

### [tsconfig.json](https://github.com/noodle-run/noodle/blob/bfcaafc6e06c8dd2d0da36e58da9b6c89d5025dc/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - Project Scope - Project Scope - Project Scope - Project Scope
typescript-bot commented 1 month ago

Nutlope/aicommits

### [tsconfig.json](https://github.com/Nutlope/aicommits/blob/604def8284361b8827087350fe6fcb6d9e2de836/tsconfig.json) - `error TS1544: Named imports from a JSON file into an ECMAScript module are not allowed when 'module' is set to 'Node16'.` - [src\/cli.ts\#L2](https://github.com/Nutlope/aicommits/blob/604def8284361b8827087350fe6fcb6d9e2de836/src/cli.ts#L2) - [src\/cli.ts\#L2](https://github.com/Nutlope/aicommits/blob/604def8284361b8827087350fe6fcb6d9e2de836/src/cli.ts#L2) - [src\/utils\/error.ts\#L2](https://github.com/Nutlope/aicommits/blob/604def8284361b8827087350fe6fcb6d9e2de836/src/utils/error.ts#L2) - `error TS1543: Importing a JSON file into an ECMAScript module requires a 'type: "json"' import attribute when 'module' is set to 'Node16'.` - [src\/cli.ts\#L2](https://github.com/Nutlope/aicommits/blob/604def8284361b8827087350fe6fcb6d9e2de836/src/cli.ts#L2) - [src\/utils\/error.ts\#L2](https://github.com/Nutlope/aicommits/blob/604def8284361b8827087350fe6fcb6d9e2de836/src/utils/error.ts#L2)
typescript-bot commented 1 month ago

Nutlope/roomGPT

### [tsconfig.json](https://github.com/Nutlope/roomGPT/blob/611398c78da64f1794df2d99018c3d02d3ab0048/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [app\/dream\/page.tsx\#L113](https://github.com/Nutlope/roomGPT/blob/611398c78da64f1794df2d99018c3d02d3ab0048/app/dream/page.tsx#L113)
typescript-bot commented 1 month ago

pixijs/pixijs

**1 of 2 projects failed to build with the old tsc and were ignored** ### [tsconfig.types.json](https://github.com/pixijs/pixijs/blob/6cbee5075c748345e3a6b020624780938cfcc7c2/tsconfig.types.json) - `error TS2352: Conversion of type 'FederatedPointerEvent' to type 'PointerEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [src\/events\/EventTicker.ts\#L105](https://github.com/pixijs/pixijs/blob/6cbee5075c748345e3a6b020624780938cfcc7c2/src/events/EventTicker.ts#L105) - `error TS2420: Class 'FederatedPointerEvent' incorrectly implements interface 'PointerEvent'.` - [src\/events\/FederatedPointerEvent.ts\#L7](https://github.com/pixijs/pixijs/blob/6cbee5075c748345e3a6b020624780938cfcc7c2/src/events/FederatedPointerEvent.ts#L7) - `error TS2322: Type 'this' is not assignable to type 'PointerEvent'.` - [src\/events\/FederatedPointerEvent.ts\#L81](https://github.com/pixijs/pixijs/blob/6cbee5075c748345e3a6b020624780938cfcc7c2/src/events/FederatedPointerEvent.ts#L81) - `error TS2345: Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'ArrayBuffer'.` - [src\/rendering\/batcher\/shared\/Batcher.ts\#L697](https://github.com/pixijs/pixijs/blob/6cbee5075c748345e3a6b020624780938cfcc7c2/src/rendering/batcher/shared/Batcher.ts#L697) - [src\/rendering\/renderers\/gpu\/buffer\/GpuBufferSystem.ts\#L89](https://github.com/pixijs/pixijs/blob/6cbee5075c748345e3a6b020624780938cfcc7c2/src/rendering/renderers/gpu/buffer/GpuBufferSystem.ts#L89) - `error TS2322: Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'.` - [src\/utils\/data\/ViewableBuffer.ts\#L47](https://github.com/pixijs/pixijs/blob/6cbee5075c748345e3a6b020624780938cfcc7c2/src/utils/data/ViewableBuffer.ts#L47)