microsoft / TypeScript

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

[NewErrors] 5.8.0-dev.20241110 vs 5.6.3 #60469

Open typescript-bot opened 2 days ago

typescript-bot commented 2 days ago

The following errors were reported by 5.8.0-dev.20241110, but not by 5.6.3 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 459 of 800 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 54 | | Detected no interesting changes | 405 | | Git clone failed | 8 | | Package install failed | 102 | | Project-graph error in old TS | 10 | | Too many errors in old TS | 200 | | Unknown failure | 21 |

Investigation Status

Repo Errors Outcome
a16z-infra/ai-town 2
alangpierce/sucrase 1
alibaba/formily 2
antfu-collective/ni 1
bitwarden/clients 76
blacksmithgu/obsidian-dataview 2
ChatGPTNextWeb/ChatGPT-Next-Web 2
cheeriojs/cheerio 1
daybrush/moveable 3
feathersjs/feathers 2
GrapesJS/grapesjs 1
graphql-kit/graphql-voyager 2
heyxyz/hey 1
hoarder-app/hoarder 1
honojs/hono 2
ikatyang/emoji-cheat-sheet 2
ionic-team/stencil 5
jackyzha0/quartz 5
jupyterlab/jupyterlab 9
majodev/google-webfonts-helper 1
mapbox/mapbox-gl-js 1
mattermost/mattermost 2
microsoft/azuredatastudio 10
misskey-dev/misskey 12
mswjs/msw 2
netless-io/flat 2
nextauthjs/next-auth 1
ngrx/platform 1
nodejs/nodejs.org 1
Nutlope/aicommits 2
outline/outline 1
pixijs/pixijs 13
pubkey/rxdb 4
react-hook-form/react-hook-form 2
recharts/recharts 17
reduxjs/redux-toolkit 1
refined-github/refined-github 1
RocketChat/Rocket.Chat 3
SawyerHood/draw-a-ui 1
slab/quill 4
spacedriveapp/spacedrive 1
streetwriters/notesnook 1
tailwindlabs/headlessui 1
TypeStrong/typedoc 1
ueberdosis/tiptap 5
urql-graphql/urql 21
Vendicated/Vencord 3
voideditor/void 8
vuejs/core 6
vuejs/devtools-v6 3
vuejs/vue 2
wandb/openui 1
windicss/windicss 2
windingwind/zotero-pdf-translate 4
typescript-bot commented 2 days ago

a16z-infra/ai-town

### [tsconfig.json](https://github.com/a16z-infra/ai-town/blob/e66da914f0418a202098b01a16b3d5a38cac2997/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/e66da914f0418a202098b01a16b3d5a38cac2997/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/e66da914f0418a202098b01a16b3d5a38cac2997/convex/agent/embeddingsCache.ts#L45)
typescript-bot commented 2 days 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 2 days ago

alibaba/formily

**29 of 38 projects failed to build with the old tsc and were ignored** ### [packages\/grid\/tsconfig.json](https://github.com/alibaba/formily/blob/547253208322807aa94b1fa942f941bdaeaf0b12/packages/grid/tsconfig.json) - `error TS2322: Type 'T | T[]' is not assignable to type 'T'.` - [packages\/grid\/src\/index.ts\#L111](https://github.com/alibaba/formily/blob/547253208322807aa94b1fa942f941bdaeaf0b12/packages/grid/src/index.ts#L111) ### [packages\/grid\/tsconfig.build.json](https://github.com/alibaba/formily/blob/547253208322807aa94b1fa942f941bdaeaf0b12/packages/grid/tsconfig.build.json) - `error TS2322: Type 'T | T[]' is not assignable to type 'T'.` - [packages\/grid\/src\/index.ts\#L111](https://github.com/alibaba/formily/blob/547253208322807aa94b1fa942f941bdaeaf0b12/packages/grid/src/index.ts#L111)
typescript-bot commented 2 days 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 2 days ago

bitwarden/clients

**25 of 64 projects failed to build with the old tsc and were ignored** ### [libs\/vault\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/vault\/tsconfig.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/send\/send-ui\/tsconfig.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/generator\/extensions\/navigation\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/generator\/extensions\/navigation\/tsconfig.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/generator\/extensions\/legacy\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/generator\/extensions\/history\/tsconfig.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/generator\/core\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/generator\/core\/tsconfig.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/generator\/components\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/tools/generator/components/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/generator\/components\/tsconfig.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/tools/generator/components/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) ### [libs\/tools\/export\/vault-export\/vault-export-ui\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/importer\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/importer\/tsconfig.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/auth\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/auth/src/common/login-strategies/webauthn-login.strategy.spec.ts#L358) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371) ### [libs\/auth\/tsconfig.json](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/auth/src/common/login-strategies/webauthn-login.strategy.spec.ts#L358) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/buffered-state.ts#L72) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'readonly [State, any]' return type.` - [libs\/common\/src\/tools\/state\/user-state-subject.ts\#L219](https://github.com/bitwarden/clients/blob/e91741b1466428303d5cd3429525c83b39ed5841/libs/common/src/tools/state/user-state-subject.ts#L219) - `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/e91741b1466428303d5cd3429525c83b39ed5841/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/e91741b1466428303d5cd3429525c83b39ed5841/libs/tools/generator/extensions/legacy/src/legacy-password-generation.service.ts#L371)
typescript-bot commented 2 days ago

blacksmithgu/obsidian-dataview

### [tsconfig.json](https://github.com/blacksmithgu/obsidian-dataview/blob/22a683e6910021f5b54f5f50f20da145c82877fd/tsconfig.json) - `error TS2322: Type 'undefined' is not assignable to type 'T'.` - [src\/api\/data-array.ts\#L409](https://github.com/blacksmithgu/obsidian-dataview/blob/22a683e6910021f5b54f5f50f20da145c82877fd/src/api/data-array.ts#L409) - [src\/api\/data-array.ts\#L412](https://github.com/blacksmithgu/obsidian-dataview/blob/22a683e6910021f5b54f5f50f20da145c82877fd/src/api/data-array.ts#L412) ### [tsconfig-lib.json](https://github.com/blacksmithgu/obsidian-dataview/blob/22a683e6910021f5b54f5f50f20da145c82877fd/tsconfig-lib.json) - `error TS2322: Type 'undefined' is not assignable to type 'T'.` - [src\/api\/data-array.ts\#L409](https://github.com/blacksmithgu/obsidian-dataview/blob/22a683e6910021f5b54f5f50f20da145c82877fd/src/api/data-array.ts#L409) - [src\/api\/data-array.ts\#L412](https://github.com/blacksmithgu/obsidian-dataview/blob/22a683e6910021f5b54f5f50f20da145c82877fd/src/api/data-array.ts#L412)
typescript-bot commented 2 days ago

ChatGPTNextWeb/ChatGPT-Next-Web

### [tsconfig.json](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/blob/108069a0c6d1689c089ed2257a8e085c754a25b9/tsconfig.json) - `error TS2345: Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'ArrayBuffer | PromiseLike'.` - [app\/utils\/ms\_edge\_tts.ts\#L348](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/blob/108069a0c6d1689c089ed2257a8e085c754a25b9/app/utils/ms_edge_tts.ts#L348) - `error TS2769: No overload matches this call.` - [jest.setup.ts\#L5](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/blob/108069a0c6d1689c089ed2257a8e085c754a25b9/jest.setup.ts#L5)
typescript-bot commented 2 days ago

cheeriojs/cheerio

**2 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.typedoc.json](https://github.com/cheeriojs/cheerio/blob/f9c0e07530784dc8b1c4f4702b50e26925de4609/tsconfig.typedoc.json) - `error TS2322: Type 'boolean' is not assignable to type 'string | number | Document | Element | CDATA | Text | Comment | ProcessingInstruction | ChildNode[] | ... 6 more ... | undefined'.` - [src\/api\/attributes.ts\#L241](https://github.com/cheeriojs/cheerio/blob/f9c0e07530784dc8b1c4f4702b50e26925de4609/src/api/attributes.ts#L241)
typescript-bot commented 2 days ago

daybrush/moveable

**10 of 28 projects failed to build with the old tsc and were ignored** ### [packages\/lit-moveable\/tsconfig.json](https://github.com/daybrush/moveable/blob/75069102f30c88cd89ecaaa8ca7e5f7434e54807/packages/lit-moveable/tsconfig.json) - `error TS2698: Spread types may only be created from object types.` - [packages\/lit-moveable\/src\/LitMoveable.ts\#L60](https://github.com/daybrush/moveable/blob/75069102f30c88cd89ecaaa8ca7e5f7434e54807/packages/lit-moveable/src/LitMoveable.ts#L60) ### [packages\/lit-moveable\/tsconfig.declaration.json](https://github.com/daybrush/moveable/blob/75069102f30c88cd89ecaaa8ca7e5f7434e54807/packages/lit-moveable/tsconfig.declaration.json) - `error TS2698: Spread types may only be created from object types.` - [packages\/lit-moveable\/src\/LitMoveable.ts\#L60](https://github.com/daybrush/moveable/blob/75069102f30c88cd89ecaaa8ca7e5f7434e54807/packages/lit-moveable/src/LitMoveable.ts#L60) ### [packages\/lit-moveable\/tsconfig.build.json](https://github.com/daybrush/moveable/blob/75069102f30c88cd89ecaaa8ca7e5f7434e54807/packages/lit-moveable/tsconfig.build.json) - `error TS2698: Spread types may only be created from object types.` - [packages\/lit-moveable\/src\/LitMoveable.ts\#L60](https://github.com/daybrush/moveable/blob/75069102f30c88cd89ecaaa8ca7e5f7434e54807/packages/lit-moveable/src/LitMoveable.ts#L60)
typescript-bot commented 2 days 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/967ea54ae7f7e3d8169b137d5c184705706276a7/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/967ea54ae7f7e3d8169b137d5c184705706276a7/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/967ea54ae7f7e3d8169b137d5c184705706276a7/packages/generators/src/app/index.ts#L54)
typescript-bot commented 2 days ago

GrapesJS/grapesjs

**1 of 3 projects failed to build with the old tsc and were ignored** ### [packages\/core\/tsconfig.json](https://github.com/GrapesJS/grapesjs/blob/36572c38033022cbf259d4e37fde507f60af4354/packages/core/tsconfig.json) - `error TS2322: Type 'Component[]' is not assignable to type 'undefined extends T ? Components : Component[]'.` - [packages\/core\/src\/dom\_components\/model\/Component.ts\#L1038](https://github.com/GrapesJS/grapesjs/blob/36572c38033022cbf259d4e37fde507f60af4354/packages/core/src/dom_components/model/Component.ts#L1038)
typescript-bot commented 2 days 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/b0ead3ec2459a4460090b3618324ce75000c17d8/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/b0ead3ec2459a4460090b3618324ce75000c17d8/src/components/doc-explorer/WrappedTypeName.tsx#L30) ### [tsconfig.json](https://github.com/graphql-kit/graphql-voyager/blob/b0ead3ec2459a4460090b3618324ce75000c17d8/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/b0ead3ec2459a4460090b3618324ce75000c17d8/src/components/doc-explorer/WrappedTypeName.tsx#L30)
typescript-bot commented 2 days ago

heyxyz/hey

**3 of 15 projects failed to build with the old tsc and were ignored** ### [apps\/mobile\/tsconfig.json](https://github.com/heyxyz/hey/blob/8d330d932d0403abb28e759d69181616369db3fd/apps/mobile/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 - [apps\/mobile\/components\/auth\/scan.tsx\#L62](https://github.com/heyxyz/hey/blob/8d330d932d0403abb28e759d69181616369db3fd/apps/mobile/components/auth/scan.tsx#L62) - [apps\/mobile\/components\/auth\/screen.tsx\#L13](https://github.com/heyxyz/hey/blob/8d330d932d0403abb28e759d69181616369db3fd/apps/mobile/components/auth/screen.tsx#L13) - [apps\/mobile\/components\/shared\/edge-gradient.tsx\#L9](https://github.com/heyxyz/hey/blob/8d330d932d0403abb28e759d69181616369db3fd/apps/mobile/components/shared/edge-gradient.tsx#L9)
typescript-bot commented 2 days ago

hoarder-app/hoarder

**2 of 15 projects failed to build with the old tsc and were ignored** ### [apps\/mobile\/tsconfig.json](https://github.com/hoarder-app/hoarder/blob/9f2c7be23769bb0f4102736a683710b1a1939661/apps/mobile/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/mobile\/app\/signin.tsx\#L116](https://github.com/hoarder-app/hoarder/blob/9f2c7be23769bb0f4102736a683710b1a1939661/apps/mobile/app/signin.tsx#L116) - [apps\/mobile\/components\/bookmarks\/BookmarkCard.tsx\#L158](https://github.com/hoarder-app/hoarder/blob/9f2c7be23769bb0f4102736a683710b1a1939661/apps/mobile/components/bookmarks/BookmarkCard.tsx#L158)
typescript-bot commented 2 days ago

honojs/hono

**7 of 8 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/honojs/hono/blob/61bee9f65115771c307519a1dee1281365850b45/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [src\/context.ts\#L752](https://github.com/honojs/hono/blob/61bee9f65115771c307519a1dee1281365850b45/src/context.ts#L752) - `error TS2322: Type 'Response' is not assignable to type 'Response & TypedResponse'.` - [src\/context.ts\#L754](https://github.com/honojs/hono/blob/61bee9f65115771c307519a1dee1281365850b45/src/context.ts#L754) - [src\/context.ts\#L755](https://github.com/honojs/hono/blob/61bee9f65115771c307519a1dee1281365850b45/src/context.ts#L755)
typescript-bot commented 2 days 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 2 days 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/4cabb3039420ff2c858ca3bbddb602cbb90174e4/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/4cabb3039420ff2c858ca3bbddb602cbb90174e4/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/4cabb3039420ff2c858ca3bbddb602cbb90174e4/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/4cabb3039420ff2c858ca3bbddb602cbb90174e4/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/4cabb3039420ff2c858ca3bbddb602cbb90174e4/src/mock-doc/parse-util.ts#L175) ### [scripts\/tsconfig.json](https://github.com/ionic-team/stencil/blob/4cabb3039420ff2c858ca3bbddb602cbb90174e4/scripts/tsconfig.json) - `error TS2322: Type 'string | null' is not assignable to type 'string'.` - [scripts\/utils\/release-utils.ts\#L62](https://github.com/ionic-team/stencil/blob/4cabb3039420ff2c858ca3bbddb602cbb90174e4/scripts/utils/release-utils.ts#L62)
typescript-bot commented 2 days ago

jackyzha0/quartz

### [tsconfig.json](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/tsconfig.json) - `error TS2339: Property 'replace' does not exist on type 'string | Buffer'.` - [quartz\/plugins\/transformers\/ofm.ts\#L156](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L156) - [quartz\/plugins\/transformers\/ofm.ts\#L165](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L165) - [quartz\/plugins\/transformers\/ofm.ts\#L178](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L178) - [quartz\/plugins\/transformers\/ofm.ts\#L192](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L192) - `error TS7006: Parameter 'value' implicitly has an 'any' type.` - [quartz\/plugins\/transformers\/ofm.ts\#L165](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L165) - [quartz\/plugins\/transformers\/ofm.ts\#L178](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L178) - [quartz\/plugins\/transformers\/ofm.ts\#L192](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L192) - `error TS7006: Parameter '_value' implicitly has an 'any' type.` - [quartz\/plugins\/transformers\/ofm.ts\#L180](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L180) - `error TS7006: Parameter 'raw' implicitly has an 'any' type.` - [quartz\/plugins\/transformers\/ofm.ts\#L180](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L180) - `error TS7019: Rest parameter 'capture' implicitly has an 'any[]' type.` - [quartz\/plugins\/transformers\/ofm.ts\#L192](https://github.com/jackyzha0/quartz/blob/0ad9111388dc6933cec6e22499d15de0dc156c05/quartz/plugins/transformers/ofm.ts#L192)
typescript-bot commented 2 days ago

jupyterlab/jupyterlab

**46 of 59 projects failed to build with the old tsc and were ignored** ### [examples\/filebrowser\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/filebrowser/src/tsconfig.json) - `error TS2307: Cannot find module '@jupyterlab/codemirror' or its corresponding type declarations.` - [examples\/filebrowser\/src\/index.ts\#L25](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/filebrowser/src/index.ts#L25) in [examples\/filebrowser\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/filebrowser/src/tsconfig.json) - `error TS2307: Cannot find module '@jupyterlab/fileeditor' or its corresponding type declarations.` - [examples\/filebrowser\/src\/index.ts\#L33](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/filebrowser/src/index.ts#L33) in [examples\/filebrowser\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/filebrowser/src/tsconfig.json) - `error TS7006: Parameter 'language' implicitly has an 'any' type.` - [examples\/filebrowser\/src\/index.ts\#L99](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/filebrowser/src/index.ts#L99) in [examples\/filebrowser\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/filebrowser/src/tsconfig.json) - [examples\/filebrowser\/src\/index.ts\#L102](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/filebrowser/src/index.ts#L102) in [examples\/filebrowser\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/filebrowser/src/tsconfig.json) ### [examples\/console\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/tsconfig.json) - `error TS2307: Cannot find module '@jupyterlab/codemirror' or its corresponding type declarations.` - [examples\/console\/src\/index.ts\#L26](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/index.ts#L26) in [examples\/console\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/tsconfig.json) - `error TS2307: Cannot find module '@jupyterlab/console' or its corresponding type declarations.` - [examples\/console\/src\/index.ts\#L28](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/index.ts#L28) in [examples\/console\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/tsconfig.json) - `error TS7006: Parameter 'theme' implicitly has an 'any' type.` - [examples\/console\/src\/index.ts\#L96](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/index.ts#L96) in [examples\/console\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/tsconfig.json) - `error TS7006: Parameter 'extensionFactory' implicitly has an 'any' type.` - [examples\/console\/src\/index.ts\#L102](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/index.ts#L102) in [examples\/console\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/tsconfig.json) - `error TS7006: Parameter 'options' implicitly has an 'any' type.` - [examples\/console\/src\/index.ts\#L108](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/index.ts#L108) in [examples\/console\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/tsconfig.json) - `error TS7006: Parameter 'language' implicitly has an 'any' type.` - [examples\/console\/src\/index.ts\#L123](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/index.ts#L123) in [examples\/console\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/tsconfig.json) - [examples\/console\/src\/index.ts\#L126](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/index.ts#L126) in [examples\/console\/src\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/9fb90cab96a67bef9050ab7cf917eb3cfdb55414/examples/console/src/tsconfig.json)
typescript-bot commented 2 days 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 2 days 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/fa7026487c97e4dc7ed8f89f4486ef72da4490fe/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/fa7026487c97e4dc7ed8f89f4486ef72da4490fe/src/util/web_worker_transfer.ts#L145) - [src\/util\/web\_worker\_transfer.ts\#L152](https://github.com/mapbox/mapbox-gl-js/blob/fa7026487c97e4dc7ed8f89f4486ef72da4490fe/src/util/web_worker_transfer.ts#L152)
typescript-bot commented 2 days ago

mattermost/mattermost

**2 of 4 projects failed to build with the old tsc and were ignored** ### [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/ead2a7c0183fd786386c2c52a9e130d71366ed0a/webapp/channels/tsconfig.json) - `error TS2454: Variable 'config' is used before being assigned.` - [webapp\/channels\/src\/components\/admin\_console\/custom\_plugin\_settings\/custom\_plugin\_settings.test.tsx\#L222](https://github.com/mattermost/mattermost/blob/ead2a7c0183fd786386c2c52a9e130d71366ed0a/webapp/channels/src/components/admin_console/custom_plugin_settings/custom_plugin_settings.test.tsx#L222) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/ead2a7c0183fd786386c2c52a9e130d71366ed0a/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/admin\_console\/custom\_plugin\_settings\/custom\_plugin\_settings.test.tsx\#L272](https://github.com/mattermost/mattermost/blob/ead2a7c0183fd786386c2c52a9e130d71366ed0a/webapp/channels/src/components/admin_console/custom_plugin_settings/custom_plugin_settings.test.tsx#L272) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/ead2a7c0183fd786386c2c52a9e130d71366ed0a/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/admin\_console\/custom\_plugin\_settings\/custom\_plugin\_settings.test.tsx\#L343](https://github.com/mattermost/mattermost/blob/ead2a7c0183fd786386c2c52a9e130d71366ed0a/webapp/channels/src/components/admin_console/custom_plugin_settings/custom_plugin_settings.test.tsx#L343) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/ead2a7c0183fd786386c2c52a9e130d71366ed0a/webapp/channels/tsconfig.json) - `error TS2454: Variable 'directMessagesModalButton' is used before being assigned.` - [webapp\/channels\/src\/components\/sidebar\/sidebar\_category\/sidebar\_category.tsx\#L377](https://github.com/mattermost/mattermost/blob/ead2a7c0183fd786386c2c52a9e130d71366ed0a/webapp/channels/src/components/sidebar/sidebar_category/sidebar_category.tsx#L377) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/ead2a7c0183fd786386c2c52a9e130d71366ed0a/webapp/channels/tsconfig.json)
typescript-bot commented 2 days 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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/extensions/notebook/src/jupyter/jupyterExecuteManager.ts#L47) - [extensions\/notebook\/src\/prompts\/adapter.ts\#L52](https://github.com/microsoft/azuredatastudio/blob/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/extensions/notebook/src/prompts/adapter.ts#L52) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L143](https://github.com/microsoft/azuredatastudio/blob/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/extensions/notebook/src/test/common/notebookUtils.test.ts#L143) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L159](https://github.com/microsoft/azuredatastudio/blob/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/extensions/notebook/src/test/common/notebookUtils.test.ts#L159) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L175](https://github.com/microsoft/azuredatastudio/blob/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/extensions/notebook/src/test/common/notebookUtils.test.ts#L175) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L181](https://github.com/microsoft/azuredatastudio/blob/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/extensions/notebook/src/test/book/bookTocManager.test.ts#L408) ### [extensions\/mssql\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/extensions/mssql/src/sqlNotebook/sqlNotebookController.ts#L138) ### [extensions\/machine-learning\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/extensions/machine-learning/src/test/queryRunner.test.ts#L61) ### [extensions\/dacpac\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/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/0e45438440e567a87361f4c81fbd9bbfb1ac7ce8/extensions/dacpac/src/test/testContext.ts#L204)
typescript-bot commented 2 days ago

misskey-dev/misskey

**7 of 17 projects failed to build with the old tsc and were ignored** ### [packages\/frontend-shared\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/frontend-shared/js/emojilist.ts#L15) ### [packages\/backend\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/src/core/WebAuthnService.ts#L219) - [packages\/backend\/src\/core\/WebAuthnService.ts\#L301](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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\#L157](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/src/server/ActivityPubServerService.ts#L157) ### [packages\/backend\/test\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/src/core/WebAuthnService.ts#L219) - [packages\/backend\/src\/core\/WebAuthnService.ts\#L301](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/src/core/WebAuthnService.ts#L301) - [packages\/backend\/test\/e2e\/2fa.ts\#L86](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L86) - [packages\/backend\/test\/e2e\/2fa.ts\#L87](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L87) - [packages\/backend\/test\/e2e\/2fa.ts\#L88](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L88) - [packages\/backend\/test\/e2e\/2fa.ts\#L89](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L89) - [packages\/backend\/test\/e2e\/2fa.ts\#L90](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L90) - [packages\/backend\/test\/e2e\/2fa.ts\#L91](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L91) - [packages\/backend\/test\/e2e\/2fa.ts\#L92](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L92) - [packages\/backend\/test\/e2e\/2fa.ts\#L143](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L143) - [packages\/backend\/test\/e2e\/2fa.ts\#L144](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L144) - [packages\/backend\/test\/e2e\/2fa.ts\#L145](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L145) - [packages\/backend\/test\/e2e\/2fa.ts\#L158](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L158) - [packages\/backend\/test\/e2e\/2fa.ts\#L158](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L158) - `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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/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\#L157](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/src/server/ActivityPubServerService.ts#L157) - `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/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L56) - [packages\/backend\/test\/e2e\/2fa.ts\#L154](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L154) - [packages\/backend\/test\/e2e\/2fa.ts\#L158](https://github.com/misskey-dev/misskey/blob/6bd3ed2074b9cfdfc46db0ca5a7a2a7507103519/packages/backend/test/e2e/2fa.ts#L158)
typescript-bot commented 2 days ago

mswjs/msw

**14 of 17 projects failed to build with the old tsc and were ignored** ### [src\/tsconfig.core.build.json](https://github.com/mswjs/msw/blob/8cb7b0148bd3933dc0f68bcc3a0034728a59dc79/src/tsconfig.core.build.json) - `error TS2322: Type 'string | SharedArrayBuffer | ArrayBufferView' is not assignable to type 'BlobPart'.` - [src\/core\/ws\/utils\/getMessageLength.ts\#L18](https://github.com/mswjs/msw/blob/8cb7b0148bd3933dc0f68bcc3a0034728a59dc79/src/core/ws/utils/getMessageLength.ts#L18) in [src\/tsconfig.core.build.json](https://github.com/mswjs/msw/blob/8cb7b0148bd3933dc0f68bcc3a0034728a59dc79/src/tsconfig.core.build.json) - `error TS2345: Argument of type 'ArrayBufferLike | ArrayBufferView' is not assignable to parameter of type 'AllowSharedBufferSource | undefined'.` - [src\/core\/ws\/utils\/getPublicData.ts\#L12](https://github.com/mswjs/msw/blob/8cb7b0148bd3933dc0f68bcc3a0034728a59dc79/src/core/ws/utils/getPublicData.ts#L12) in [src\/tsconfig.core.build.json](https://github.com/mswjs/msw/blob/8cb7b0148bd3933dc0f68bcc3a0034728a59dc79/src/tsconfig.core.build.json)
typescript-bot commented 2 days 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 2 days ago

nextauthjs/next-auth

**22 of 44 projects failed to build with the old tsc and were ignored** ### [packages\/adapter-pg\/tsconfig.json](https://github.com/nextauthjs/next-auth/blob/4b01b466b1d65d36945c07f1ee1d4944b218113d/packages/adapter-pg/tsconfig.json) - `error TS2322: Type 'null' is not assignable to type 'VerificationToken'.` - [packages\/adapter-pg\/src\/index.ts\#L58](https://github.com/nextauthjs/next-auth/blob/4b01b466b1d65d36945c07f1ee1d4944b218113d/packages/adapter-pg/src/index.ts#L58)
typescript-bot commented 2 days 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/5523a9d8c77fc28cc8ed07a6bf4ba20fb994c2a0/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/5523a9d8c77fc28cc8ed07a6bf4ba20fb994c2a0/modules/data/spec/reducers/entity-collection-reducer-registry.spec.ts#L225)
typescript-bot commented 2 days ago

nodejs/nodejs.org

### [apps\/site\/tsconfig.json](https://github.com/nodejs/nodejs.org/blob/9ad96f47afc3fd9751dbe4bf94facb34fb63691a/apps/site/tsconfig.json) - `error TS2739: Type '{}' is missing the following properties from type 'BlogPagination': next, prev, pages, total` - [apps\/site\/next-data\/blogData.ts\#L12](https://github.com/nodejs/nodejs.org/blob/9ad96f47afc3fd9751dbe4bf94facb34fb63691a/apps/site/next-data/blogData.ts#L12)
typescript-bot commented 2 days 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 2 days ago

outline/outline

### [tsconfig.json](https://github.com/outline/outline/blob/d5de69fd4b3308837b72bc43908aee6e532abcad/tsconfig.json) - `error TS2304: Cannot find name 'UpdateCallback'.` - [app\/utils\/viewTransition.ts\#L7](https://github.com/outline/outline/blob/d5de69fd4b3308837b72bc43908aee6e532abcad/app/utils/viewTransition.ts#L7)
typescript-bot commented 2 days ago

pixijs/pixijs

### [tsconfig.types.json](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/tsconfig.types.json) - `error TS2322: Type 'Record>' is not assignable to type 'T | Record'.` - [src\/assets\/loader\/Loader.ts\#L217](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/src/assets/loader/Loader.ts#L217) - `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/f03c9fcf209b0ca70c03b55facefd9afce655427/src/events/EventTicker.ts#L105) - `error TS2420: Class 'FederatedPointerEvent' incorrectly implements interface 'PointerEvent'.` - [src\/events\/FederatedPointerEvent.ts\#L7](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/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/f03c9fcf209b0ca70c03b55facefd9afce655427/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/f03c9fcf209b0ca70c03b55facefd9afce655427/src/rendering/batcher/shared/Batcher.ts#L697) - [src\/rendering\/renderers\/gpu\/buffer\/GpuBufferSystem.ts\#L95](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/src/rendering/renderers/gpu/buffer/GpuBufferSystem.ts#L95) - `error TS2322: Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'.` - [src\/utils\/data\/ViewableBuffer.ts\#L47](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/src/utils/data/ViewableBuffer.ts#L47) ### [tsconfig.json](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/tsconfig.json) - `error TS2322: Type 'Record>' is not assignable to type 'T | Record'.` - [src\/assets\/loader\/Loader.ts\#L217](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/src/assets/loader/Loader.ts#L217) - `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/f03c9fcf209b0ca70c03b55facefd9afce655427/src/events/EventTicker.ts#L105) - [tests\/events\/EventSystem.tests.ts\#L705](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/tests/events/EventSystem.tests.ts#L705) - [tests\/events\/EventSystem.tests.ts\#L732](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/tests/events/EventSystem.tests.ts#L732) - `error TS2420: Class 'FederatedPointerEvent' incorrectly implements interface 'PointerEvent'.` - [src\/events\/FederatedPointerEvent.ts\#L7](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/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/f03c9fcf209b0ca70c03b55facefd9afce655427/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/f03c9fcf209b0ca70c03b55facefd9afce655427/src/rendering/batcher/shared/Batcher.ts#L697) - [src\/rendering\/renderers\/gpu\/buffer\/GpuBufferSystem.ts\#L95](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/src/rendering/renderers/gpu/buffer/GpuBufferSystem.ts#L95) - `error TS2322: Type 'ArrayBufferLike' is not assignable to type 'ArrayBuffer'.` - [src\/utils\/data\/ViewableBuffer.ts\#L47](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/src/utils/data/ViewableBuffer.ts#L47) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [tests\/assets\/unresolved.tests.ts\#L57](https://github.com/pixijs/pixijs/blob/f03c9fcf209b0ca70c03b55facefd9afce655427/tests/assets/unresolved.tests.ts#L57)
typescript-bot commented 2 days ago

pubkey/rxdb

**8 of 11 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/pubkey/rxdb/blob/cd963eb4d6be91da9e4b5ddc2df5583b04025398/tsconfig.json) - `error TS2454: Variable 'timeout' is used before being assigned.` - [src\/plugins\/storage-lokijs\/lokijs-helper.ts\#L366](https://github.com/pubkey/rxdb/blob/cd963eb4d6be91da9e4b5ddc2df5583b04025398/src/plugins/storage-lokijs/lokijs-helper.ts#L366) - `error TS2322: Type 'T | Readonly | readonly T[]' is not assignable to type 'T'.` - [src\/plugins\/utils\/utils-array.ts\#L24](https://github.com/pubkey/rxdb/blob/cd963eb4d6be91da9e4b5ddc2df5583b04025398/src/plugins/utils/utils-array.ts#L24) ### [config\/tsconfig.types.json](https://github.com/pubkey/rxdb/blob/cd963eb4d6be91da9e4b5ddc2df5583b04025398/config/tsconfig.types.json) - `error TS2454: Variable 'timeout' is used before being assigned.` - [src\/plugins\/storage-lokijs\/lokijs-helper.ts\#L366](https://github.com/pubkey/rxdb/blob/cd963eb4d6be91da9e4b5ddc2df5583b04025398/src/plugins/storage-lokijs/lokijs-helper.ts#L366) - `error TS2322: Type 'T | Readonly | readonly T[]' is not assignable to type 'T'.` - [src\/plugins\/utils\/utils-array.ts\#L24](https://github.com/pubkey/rxdb/blob/cd963eb4d6be91da9e4b5ddc2df5583b04025398/src/plugins/utils/utils-array.ts#L24)
typescript-bot commented 2 days ago

react-hook-form/react-hook-form

**2 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/react-hook-form/react-hook-form/blob/baea055c22d23ff1ed9f073f809ee9168e65e37a/tsconfig.json) - `error TS2322: Type '{ children: (string | Element | ("message" extends keyof FieldError & keyof DeepRequired[string] ? [FieldError["message" & keyof DeepRequired<...>[string]], FieldErrorsImpl<...>["message" & keyof DeepRequired<...>[string]]] extends [...] ? Merge<...> : FieldError["message" & keyof DeepRequired<...>[string]] | Fie...' is not assignable to type '{ children?: ReactNode; }'.` - [src\/\_\_tests\_\_\/type.test.tsx\#L150](https://github.com/react-hook-form/react-hook-form/blob/baea055c22d23ff1ed9f073f809ee9168e65e37a/src/__tests__/type.test.tsx#L150) - `error TS2322: Type '{ children: (FieldError | Element | undefined)[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [src\/\_\_tests\_\_\/useWatch.test.tsx\#L519](https://github.com/react-hook-form/react-hook-form/blob/baea055c22d23ff1ed9f073f809ee9168e65e37a/src/__tests__/useWatch.test.tsx#L519) - [src\/\_\_tests\_\_\/useWatch.test.tsx\#L595](https://github.com/react-hook-form/react-hook-form/blob/baea055c22d23ff1ed9f073f809ee9168e65e37a/src/__tests__/useWatch.test.tsx#L595)
typescript-bot commented 2 days ago

recharts/recharts

### [tsconfig.json](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L940](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/chart/Sankey.tsx#L940) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L940](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/chart/Sankey.tsx#L940) - `error TS2578: Unused '@ts-expect-error' directive.` - [src\/util\/ChartUtils.ts\#L523](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/util/ChartUtils.ts#L523) - `error TS2322: Type 'ScalePoint' is not assignable to type 'RechartsScale'.` - [src\/util\/ChartUtils.ts\#L526](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/util/ChartUtils.ts#L526) ### [test\/tsconfig.json](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/test/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L940](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/chart/Sankey.tsx#L940) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L940](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/chart/Sankey.tsx#L940) - `error TS2578: Unused '@ts-expect-error' directive.` - [src\/util\/ChartUtils.ts\#L523](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/util/ChartUtils.ts#L523) - `error TS2322: Type 'ScalePoint' is not assignable to type 'RechartsScale'.` - [src\/util\/ChartUtils.ts\#L526](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/util/ChartUtils.ts#L526) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [test\/polar\/PolarAngleAxis.spec.tsx\#L257](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/test/polar/PolarAngleAxis.spec.tsx#L257) - [test\/polar\/PolarAngleAxis.spec.tsx\#L311](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/test/polar/PolarAngleAxis.spec.tsx#L311) - [test\/polar\/PolarAngleAxis.spec.tsx\#L444](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/test/polar/PolarAngleAxis.spec.tsx#L444) - [test\/polar\/PolarAngleAxis.spec.tsx\#L629](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/test/polar/PolarAngleAxis.spec.tsx#L629) - [test\/polar\/PolarAngleAxis.spec.tsx\#L634](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/test/polar/PolarAngleAxis.spec.tsx#L634) - [test\/polar\/PolarAngleAxis.spec.tsx\#L762](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/test/polar/PolarAngleAxis.spec.tsx#L762) - [test\/polar\/PolarAngleAxis.spec.tsx\#L792](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/test/polar/PolarAngleAxis.spec.tsx#L792) ### [storybook\/tsconfig.json](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/storybook/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L940](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/chart/Sankey.tsx#L940) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L940](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/chart/Sankey.tsx#L940) - `error TS2578: Unused '@ts-expect-error' directive.` - [src\/util\/ChartUtils.ts\#L523](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/util/ChartUtils.ts#L523) - `error TS2322: Type 'ScalePoint' is not assignable to type 'RechartsScale'.` - [src\/util\/ChartUtils.ts\#L526](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/util/ChartUtils.ts#L526) ### [demo\/tsconfig.json](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/demo/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L940](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/chart/Sankey.tsx#L940) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L940](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/chart/Sankey.tsx#L940) - `error TS2578: Unused '@ts-expect-error' directive.` - [src\/util\/ChartUtils.ts\#L523](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/util/ChartUtils.ts#L523) - `error TS2322: Type 'ScalePoint' is not assignable to type 'RechartsScale'.` - [src\/util\/ChartUtils.ts\#L526](https://github.com/recharts/recharts/blob/232e9ea8954a15ee86445da2e0d9528a62577220/src/util/ChartUtils.ts#L526)
typescript-bot commented 2 days ago

reduxjs/redux-toolkit

**15 of 35 projects failed to build with the old tsc and were ignored** ### [packages\/toolkit\/tsconfig.json](https://github.com/reduxjs/redux-toolkit/blob/24286f1745e42217448de1f3486886fa8558c1b5/packages/toolkit/tsconfig.json) - `error TS2322: Type '{ children: unknown[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [packages\/toolkit\/src\/query\/tests\/cleanup.test.tsx\#L29](https://github.com/reduxjs/redux-toolkit/blob/24286f1745e42217448de1f3486886fa8558c1b5/packages/toolkit/src/query/tests/cleanup.test.tsx#L29)
typescript-bot commented 2 days ago

refined-github/refined-github

### [tsconfig.json](https://github.com/refined-github/refined-github/blob/ca1a8e53eb728ba2d52e2414043797316ed2565f/tsconfig.json) - `error TS1543: Importing a JSON file into an ECMAScript module requires a 'type: "json"' import attribute when 'module' is set to 'Node16'.` - [source\/feature-data.ts\#L2](https://github.com/refined-github/refined-github/blob/ca1a8e53eb728ba2d52e2414043797316ed2565f/source/feature-data.ts#L2) - [source\/feature-data.ts\#L3](https://github.com/refined-github/refined-github/blob/ca1a8e53eb728ba2d52e2414043797316ed2565f/source/feature-data.ts#L3) - [source\/feature-data.ts\#L4](https://github.com/refined-github/refined-github/blob/ca1a8e53eb728ba2d52e2414043797316ed2565f/source/feature-data.ts#L4) - [source\/feature-renames.test.ts\#L6](https://github.com/refined-github/refined-github/blob/ca1a8e53eb728ba2d52e2414043797316ed2565f/source/feature-renames.test.ts#L6)
typescript-bot commented 2 days ago

RocketChat/Rocket.Chat

**41 of 85 projects failed to build with the old tsc and were ignored** ### [packages\/apps-engine\/tsconfig.json](https://github.com/RocketChat/Rocket.Chat/blob/742414a3507d82b84302d65b0e2442a869a7319d/packages/apps-engine/tsconfig.json) - `error TS2345: Argument of type 'Buffer | ProxiedApp' is not assignable to parameter of type 'ProxiedApp'.` - [packages\/apps-engine\/src\/server\/AppManager.ts\#L801](https://github.com/RocketChat/Rocket.Chat/blob/742414a3507d82b84302d65b0e2442a869a7319d/packages/apps-engine/src/server/AppManager.ts#L801) - [packages\/apps-engine\/src\/server\/AppManager.ts\#L803](https://github.com/RocketChat/Rocket.Chat/blob/742414a3507d82b84302d65b0e2442a869a7319d/packages/apps-engine/src/server/AppManager.ts#L803) - `error TS2339: Property 'getID' does not exist on type 'Buffer | ProxiedApp'.` - [packages\/apps-engine\/src\/server\/AppManager.ts\#L803](https://github.com/RocketChat/Rocket.Chat/blob/742414a3507d82b84302d65b0e2442a869a7319d/packages/apps-engine/src/server/AppManager.ts#L803) - `error TS2322: Type 'Buffer | ProxiedApp' is not assignable to type 'ProxiedApp'.` - [packages\/apps-engine\/src\/server\/AppManager.ts\#L804](https://github.com/RocketChat/Rocket.Chat/blob/742414a3507d82b84302d65b0e2442a869a7319d/packages/apps-engine/src/server/AppManager.ts#L804)
typescript-bot commented 2 days ago

SawyerHood/draw-a-ui

### [tsconfig.json](https://github.com/SawyerHood/draw-a-ui/blob/9058da6ed94d74a519b65206462e25f9a3e558dd/tsconfig.json) - `error TS2322: Type 'ArrayBuffer | SharedArrayBuffer' is not assignable to type 'BlobPart'.` - [lib\/png.ts\#L184](https://github.com/SawyerHood/draw-a-ui/blob/9058da6ed94d74a519b65206462e25f9a3e558dd/lib/png.ts#L184) - [lib\/png.ts\#L184](https://github.com/SawyerHood/draw-a-ui/blob/9058da6ed94d74a519b65206462e25f9a3e558dd/lib/png.ts#L184)
typescript-bot commented 2 days ago

slab/quill

### [tsconfig.json](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/quill\/src\/modules\/uploader.ts\#L22](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L22) - [packages\/quill\/src\/modules\/uploader.ts\#L24](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L24) - `error TS18047: 'position' is possibly 'null'.` - [packages\/quill\/src\/modules\/uploader.ts\#L27](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L27) - [packages\/quill\/src\/modules\/uploader.ts\#L27](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L27) - [packages\/quill\/src\/modules\/uploader.ts\#L28](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L28) - [packages\/quill\/src\/modules\/uploader.ts\#L28](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L28) ### [packages\/quill\/tsconfig.json](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/quill\/src\/modules\/uploader.ts\#L22](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L22) - [packages\/quill\/src\/modules\/uploader.ts\#L24](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L24) - `error TS18047: 'position' is possibly 'null'.` - [packages\/quill\/src\/modules\/uploader.ts\#L27](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L27) - [packages\/quill\/src\/modules\/uploader.ts\#L27](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L27) - [packages\/quill\/src\/modules\/uploader.ts\#L28](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L28) - [packages\/quill\/src\/modules\/uploader.ts\#L28](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L28)
typescript-bot commented 2 days ago

spacedriveapp/spacedrive

**3 of 6 projects failed to build with the old tsc and were ignored** ### [scripts\/tsconfig.json](https://github.com/spacedriveapp/spacedrive/blob/29d09d3b5ebe61dfb5ccfbfe91c16bd3b00e56e4/scripts/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferLike'.` - [scripts\/preprep.mjs\#L83](https://github.com/spacedriveapp/spacedrive/blob/29d09d3b5ebe61dfb5ccfbfe91c16bd3b00e56e4/scripts/preprep.mjs#L83) - [scripts\/preprep.mjs\#L122](https://github.com/spacedriveapp/spacedrive/blob/29d09d3b5ebe61dfb5ccfbfe91c16bd3b00e56e4/scripts/preprep.mjs#L122)
typescript-bot commented 2 days ago

streetwriters/notesnook

**13 of 21 projects failed to build with the old tsc and were ignored** ### [packages\/streamable-fs\/tsconfig.json](https://github.com/streetwriters/notesnook/blob/fab085579a3c2371647425628a0dac20fb91454a/packages/streamable-fs/tsconfig.json) - `error TS2345: Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'BlobPart'.` - [packages\/streamable-fs\/src\/filehandle.ts\#L86](https://github.com/streetwriters/notesnook/blob/fab085579a3c2371647425628a0dac20fb91454a/packages/streamable-fs/src/filehandle.ts#L86) - [packages\/streamable-fs\/src\/filehandle.ts\#L96](https://github.com/streetwriters/notesnook/blob/fab085579a3c2371647425628a0dac20fb91454a/packages/streamable-fs/src/filehandle.ts#L96)
typescript-bot commented 2 days ago

tailwindlabs/headlessui

**2 of 5 projects failed to build with the old tsc and were ignored** ### [packages\/@headlessui-vue\/tsconfig.json](https://github.com/tailwindlabs/headlessui/blob/d71fb9cd2e12f5a48617b26e6bb3db90b3e07965/packages/@headlessui-vue/tsconfig.json) - `error TS2322: Type 'TReturnValue | ((...args: any[]) => TReturnValue)' is not assignable to type 'TReturnValue'.` - [packages\/@headlessui-vue\/src\/utils\/match.ts\#L8](https://github.com/tailwindlabs/headlessui/blob/d71fb9cd2e12f5a48617b26e6bb3db90b3e07965/packages/@headlessui-vue/src/utils/match.ts#L8)
typescript-bot commented 2 days ago

TypeStrong/typedoc

### [tsconfig.json](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/tsconfig.json) - `error TS2604: JSX element type '<>' does not have any construct or call signatures.` - [src\/lib\/output\/plugins\/IconsPlugin.tsx\#L60](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/plugins/IconsPlugin.tsx#L60) - [src\/lib\/output\/themes\/default\/partials\/anchor-icon.tsx\#L5](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/anchor-icon.tsx#L5) - [src\/lib\/output\/themes\/default\/partials\/breadcrumb.tsx\#L7](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/breadcrumb.tsx#L7) - [src\/lib\/output\/themes\/default\/partials\/comment.tsx\#L30](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/comment.tsx#L30) - [src\/lib\/output\/themes\/default\/partials\/comment.tsx\#L41](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/comment.tsx#L41) - [src\/lib\/output\/themes\/default\/partials\/footer.tsx\#L6](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/footer.tsx#L6) - [src\/lib\/output\/themes\/default\/partials\/footer.tsx\#L30](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/footer.tsx#L30) - [src\/lib\/output\/themes\/default\/partials\/header.tsx\#L40](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/header.tsx#L40) - [src\/lib\/output\/themes\/default\/partials\/hierarchy.tsx\#L22](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/hierarchy.tsx#L22) - [src\/lib\/output\/themes\/default\/partials\/hierarchy.tsx\#L31](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/hierarchy.tsx#L31) - [src\/lib\/output\/themes\/default\/partials\/index.tsx\#L21](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/index.tsx#L21) - [src\/lib\/output\/themes\/default\/partials\/index.tsx\#L71](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/index.tsx#L71) - [src\/lib\/output\/themes\/default\/partials\/index.tsx\#L79](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/index.tsx#L79) - [src\/lib\/output\/themes\/default\/partials\/member.declaration.tsx\#L47](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.declaration.tsx#L47) - [src\/lib\/output\/themes\/default\/partials\/member.declaration.tsx\#L52](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.declaration.tsx#L52) - [src\/lib\/output\/themes\/default\/partials\/member.declaration.tsx\#L58](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.declaration.tsx#L58) - [src\/lib\/output\/themes\/default\/partials\/member.getterSetter.tsx\#L7](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.getterSetter.tsx#L7) - [src\/lib\/output\/themes\/default\/partials\/member.getterSetter.tsx\#L17](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.getterSetter.tsx#L17) - [src\/lib\/output\/themes\/default\/partials\/member.getterSetter.tsx\#L28](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.getterSetter.tsx#L28) - [src\/lib\/output\/themes\/default\/partials\/member.reference.tsx\#L13](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.reference.tsx#L13) - [src\/lib\/output\/themes\/default\/partials\/member.reference.tsx\#L23](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.reference.tsx#L23) - [src\/lib\/output\/themes\/default\/partials\/member.reference.tsx\#L32](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.reference.tsx#L32) - [src\/lib\/output\/themes\/default\/partials\/member.signature.body.tsx\#L14](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signature.body.tsx#L14) - [src\/lib\/output\/themes\/default\/partials\/member.signature.body.tsx\#L48](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signature.body.tsx#L48) - [src\/lib\/output\/themes\/default\/partials\/member.signature.title.tsx\#L8](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signature.title.tsx#L8) - [src\/lib\/output\/themes\/default\/partials\/member.signature.title.tsx\#L23](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signature.title.tsx#L23) - [src\/lib\/output\/themes\/default\/partials\/member.signature.title.tsx\#L43](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signature.title.tsx#L43) - [src\/lib\/output\/themes\/default\/partials\/member.signature.title.tsx\#L47](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signature.title.tsx#L47) - [src\/lib\/output\/themes\/default\/partials\/member.signature.title.tsx\#L49](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signature.title.tsx#L49) - [src\/lib\/output\/themes\/default\/partials\/member.signature.title.tsx\#L61](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signature.title.tsx#L61) - [src\/lib\/output\/themes\/default\/partials\/member.signatures.tsx\#L8](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signatures.tsx#L8) - [src\/lib\/output\/themes\/default\/partials\/member.signatures.tsx\#L11](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.signatures.tsx#L11) - [src\/lib\/output\/themes\/default\/partials\/member.sources.tsx\#L67](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/member.sources.tsx#L67) - [src\/lib\/output\/themes\/default\/partials\/members.tsx\#L44](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/members.tsx#L44) - [src\/lib\/output\/themes\/default\/partials\/navigation.tsx\#L9](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/navigation.tsx#L9) - [src\/lib\/output\/themes\/default\/partials\/navigation.tsx\#L141](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/navigation.tsx#L141) - [src\/lib\/output\/themes\/default\/partials\/navigation.tsx\#L201](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/navigation.tsx#L201) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L7](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/parameter.tsx#L7) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L13](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/parameter.tsx#L13) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L31](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/parameter.tsx#L31) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L44](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/parameter.tsx#L44) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L64](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/parameter.tsx#L64) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L67](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/parameter.tsx#L67) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L84](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/parameter.tsx#L84) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L93](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/parameter.tsx#L93) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L122](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/parameter.tsx#L122) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L75](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L75) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L98](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L98) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L121](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L121) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L139](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L139) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L149](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L149) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L153](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L153) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L182](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L182) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L222](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L222) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L232](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L232) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L245](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L245) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L253](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L253) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L257](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L257) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L267](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L267) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L302](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L302) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L333](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L333) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L344](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L344) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L356](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L356) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L361](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L361) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L376](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L376) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L391](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L391) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L402](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L402) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L416](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L416) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L443](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L443) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L459](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L459) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L467](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L467) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L471](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L471) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L484](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L484) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L495](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L495) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L521](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L521) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L532](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L532) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L551](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/type.tsx#L551) - [src\/lib\/output\/themes\/default\/partials\/typeAndParent.tsx\#L8](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/typeAndParent.tsx#L8) - [src\/lib\/output\/themes\/default\/partials\/typeAndParent.tsx\#L20](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/typeAndParent.tsx#L20) - [src\/lib\/output\/themes\/default\/partials\/typeAndParent.tsx\#L27](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/typeAndParent.tsx#L27) - [src\/lib\/output\/themes\/default\/partials\/typeParameters.tsx\#L7](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/typeParameters.tsx#L7) - [src\/lib\/output\/themes\/default\/partials\/typeParameters.tsx\#L21](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/typeParameters.tsx#L21) - [src\/lib\/output\/themes\/default\/partials\/typeParameters.tsx\#L27](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/partials/typeParameters.tsx#L27) - [src\/lib\/output\/themes\/default\/templates\/hierarchy.tsx\#L39](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/templates/hierarchy.tsx#L39) - [src\/lib\/output\/themes\/default\/templates\/reflection.tsx\#L22](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/templates/reflection.tsx#L22) - [src\/lib\/output\/themes\/default\/templates\/reflection.tsx\#L39](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/templates/reflection.tsx#L39) - [src\/lib\/output\/themes\/default\/templates\/reflection.tsx\#L41](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/templates/reflection.tsx#L41) - [src\/lib\/output\/themes\/default\/templates\/reflection.tsx\#L90](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/default/templates/reflection.tsx#L90) - [src\/lib\/output\/themes\/lib.tsx\#L73](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/lib.tsx#L73) - [src\/lib\/output\/themes\/lib.tsx\#L100](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/lib.tsx#L100) - [src\/lib\/output\/themes\/lib.tsx\#L105](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/lib.tsx#L105) - [src\/lib\/output\/themes\/lib.tsx\#L108](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/lib.tsx#L108) - [src\/lib\/output\/themes\/lib.tsx\#L122](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/lib.tsx#L122) - [src\/lib\/output\/themes\/lib.tsx\#L125](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/lib.tsx#L125) - [src\/lib\/output\/themes\/lib.tsx\#L130](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/lib.tsx#L130) - [src\/lib\/output\/themes\/lib.tsx\#L147](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/output/themes/lib.tsx#L147) - [src\/lib\/utils\/highlighter.tsx\#L69](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/utils/highlighter.tsx#L69) - [src\/lib\/utils\/highlighter.tsx\#L167](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/lib/utils/highlighter.tsx#L167) - [src\/test\/utils\/jsx.test.tsx\#L60](https://github.com/TypeStrong/typedoc/blob/8c868f7dda49103ad6ca56d5a6852ce5b41ca1ec/src/test/utils/jsx.test.tsx#L60)
typescript-bot commented 2 days ago

ueberdosis/tiptap

**3 of 8 projects failed to build with the old tsc and were ignored** ### [tests\/cypress\/tsconfig.json](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/tests/cypress/tsconfig.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.vue-3.json](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/demos/tsconfig.vue-3.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.vue-2.json](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/demos/tsconfig.vue-2.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.react.json](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/demos/tsconfig.react.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.base.json](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/demos/tsconfig.base.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/53673fbfe0c2f41ed2d2caae0b554ecbf3d03803/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150)
typescript-bot commented 2 days ago

urql-graphql/urql

**1 of 21 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) - `error TS2322: Type 'A' is not assignable to type 'MaybeAccessorValue'.` - [packages\/solid-urql\/src\/utils.ts\#L11](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/solid-urql/src/utils.ts#L11) ### [packages\/vue-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/vue-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/svelte-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/svelte-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/storage-rn\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/storage-rn/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/solid-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/solid-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) - `error TS2322: Type 'A' is not assignable to type 'MaybeAccessorValue'.` - [packages\/solid-urql\/src\/utils.ts\#L11](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/solid-urql/src/utils.ts#L11) ### [packages\/react-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/react-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/preact-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/preact-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/next-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/next-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/core\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/throw-on-error\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/throw-on-error/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/retry\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/retry/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/request-policy\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/request-policy/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/refocus\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/refocus/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/populate\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/populate/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/persisted\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/persisted/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/graphcache\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/graphcache/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/execute\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/execute/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/context\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/context/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/auth\/tsconfig.json](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/exchanges/auth/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/cf43315c40f9d40d963b401c1b505724154b552e/packages/core/src/internal/fetchSource.ts#L71)
typescript-bot commented 2 days ago

Vendicated/Vencord

**1 of 2 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/Vendicated/Vencord/blob/49c9fa1c8edc32a3973db1b7bc7bd85d9e4d0a2a/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView | Stream | Iterable | AsyncIterable'.` - [src\/main\/updater\/http.ts\#L80](https://github.com/Vendicated/Vencord/blob/49c9fa1c8edc32a3973db1b7bc7bd85d9e4d0a2a/src/main/updater/http.ts#L80) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [src\/main\/utils\/extensions.ts\#L34](https://github.com/Vendicated/Vencord/blob/49c9fa1c8edc32a3973db1b7bc7bd85d9e4d0a2a/src/main/utils/extensions.ts#L34) - `error TS2345: Argument of type 'Buffer[]' is not assignable to parameter of type 'readonly Uint8Array[]'.` - [src\/main\/utils\/simpleGet.ts\#L34](https://github.com/Vendicated/Vencord/blob/49c9fa1c8edc32a3973db1b7bc7bd85d9e4d0a2a/src/main/utils/simpleGet.ts#L34)
typescript-bot commented 2 days ago

voideditor/void

**4 of 54 projects failed to build with the old tsc and were ignored** ### [src\/tsconfig.tsec.json](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/tsconfig.tsec.json) - `error TS2322: Type 'T | undefined' is not assignable to type 'T'.` - [src\/vs\/platform\/configuration\/common\/configuration.ts\#L297](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/configuration/common/configuration.ts#L297) - `error TS2322: Type 'ContextKeyValue' is not assignable to type 'T | undefined'.` - [src\/vs\/platform\/contextkey\/browser\/contextKeyService.ts\#L522](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/contextkey/browser/contextKeyService.ts#L522) - `error TS2322: Type 'Result' is not assignable to type 'Result>'.` - [src\/vs\/platform\/observable\/common\/wrapInHotClass.ts\#L23](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/observable/common/wrapInHotClass.ts#L23) - [src\/vs\/platform\/observable\/common\/wrapInHotClass.ts\#L65](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/observable/common/wrapInHotClass.ts#L65) - [src\/vs\/platform\/observable\/common\/wrapInReloadableClass.ts\#L17](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/observable/common/wrapInReloadableClass.ts#L17) - `error TS2322: Type 'null' is not assignable to type 'IStringDictionary'.` - [src\/vs\/workbench\/services\/preferences\/common\/preferencesModels.ts\#L108](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/workbench/services/preferences/common/preferencesModels.ts#L108) - `error TS2322: Type 'undefined' is not assignable to type 'IExpression'.` - [src\/vs\/workbench\/services\/search\/common\/queryBuilder.ts\#L652](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/workbench/services/search/common/queryBuilder.ts#L652) ### [src\/tsconfig.monaco.json](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/tsconfig.monaco.json) - `error TS2322: Type 'T | undefined' is not assignable to type 'T'.` - [src\/vs\/platform\/configuration\/common\/configuration.ts\#L297](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/configuration/common/configuration.ts#L297) - `error TS2322: Type 'ContextKeyValue' is not assignable to type 'T | undefined'.` - [src\/vs\/platform\/contextkey\/browser\/contextKeyService.ts\#L522](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/contextkey/browser/contextKeyService.ts#L522) - `error TS2322: Type 'Result' is not assignable to type 'Result>'.` - [src\/vs\/platform\/observable\/common\/wrapInHotClass.ts\#L23](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/observable/common/wrapInHotClass.ts#L23) - [src\/vs\/platform\/observable\/common\/wrapInHotClass.ts\#L65](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/observable/common/wrapInHotClass.ts#L65) - [src\/vs\/platform\/observable\/common\/wrapInReloadableClass.ts\#L17](https://github.com/voideditor/void/blob/791f6b1151b924f76731b52edf8fb7094ae50a45/src/vs/platform/observable/common/wrapInReloadableClass.ts#L17)
typescript-bot commented 2 days ago

vuejs/core

**4 of 6 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.json) - `error TS9007: Function must have an explicit return type annotation with --isolatedDeclarations.` - [packages\/compiler-core\/src\/transforms\/vFor.ts\#L251](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/packages/compiler-core/src/transforms/vFor.ts#L251) in [tsconfig.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.json) - [packages\/compiler-sfc\/src\/script\/defineModel.ts\#L117](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/packages/compiler-sfc/src/script/defineModel.ts#L117) in [tsconfig.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.json) - `error TS2322: Type 'T' is not assignable to type 'ShallowUnwrapRef'.` - [packages\/reactivity\/src\/ref.ts\#L278](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/packages/reactivity/src/ref.ts#L278) in [tsconfig.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.json) - `error TS2322: Type 'Promise>' is not assignable to type 'Promise>'.` - [packages\/runtime-core\/src\/scheduler.ts\#L61](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/packages/runtime-core/src/scheduler.ts#L61) in [tsconfig.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.json) ### [tsconfig.build.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.build.json) - `error TS9007: Function must have an explicit return type annotation with --isolatedDeclarations.` - [packages\/compiler-core\/src\/transforms\/vFor.ts\#L251](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/packages/compiler-core/src/transforms/vFor.ts#L251) in [tsconfig.build.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.build.json) - [packages\/compiler-sfc\/src\/script\/defineModel.ts\#L117](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/packages/compiler-sfc/src/script/defineModel.ts#L117) in [tsconfig.build.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.build.json) - `error TS2322: Type 'T' is not assignable to type 'ShallowUnwrapRef'.` - [packages\/reactivity\/src\/ref.ts\#L278](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/packages/reactivity/src/ref.ts#L278) in [tsconfig.build.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.build.json) - `error TS2322: Type 'Promise>' is not assignable to type 'Promise>'.` - [packages\/runtime-core\/src\/scheduler.ts\#L61](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/packages/runtime-core/src/scheduler.ts#L61) in [tsconfig.build.json](https://github.com/vuejs/core/blob/76c43c6040518c93b41f60a28b224f967c007fdf/tsconfig.build.json)
typescript-bot commented 2 days ago

vuejs/devtools-v6

**7 of 8 projects failed to build with the old tsc and were ignored** ### [packages\/api\/tsconfig.json](https://github.com/vuejs/devtools-v6/blob/dd2ab5d4275187cbd81952a2a3d53c335643c1f4/packages/api/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/api\/src\/env.ts\#L20](https://github.com/vuejs/devtools-v6/blob/dd2ab5d4275187cbd81952a2a3d53c335643c1f4/packages/api/src/env.ts#L20) - `error TS2559: Type 'Window & typeof globalThis' has no properties in common with type 'GlobalTarget'.` - [packages\/api\/src\/env.ts\#L22](https://github.com/vuejs/devtools-v6/blob/dd2ab5d4275187cbd81952a2a3d53c335643c1f4/packages/api/src/env.ts#L22) - `error TS2559: Type 'typeof globalThis' has no properties in common with type 'GlobalTarget'.` - [packages\/api\/src\/env.ts\#L24](https://github.com/vuejs/devtools-v6/blob/dd2ab5d4275187cbd81952a2a3d53c335643c1f4/packages/api/src/env.ts#L24)