microsoft / TypeScript

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

[NewErrors] 5.7.0-dev.20241013 vs 5.6.3 #60215

Open typescript-bot opened 9 hours ago

typescript-bot commented 9 hours ago

The following errors were reported by 5.7.0-dev.20241013, 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 455 of 800 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 35 | | Detected no interesting changes | 420 | | Git clone failed | 8 | | Package install failed | 102 | | Project-graph error in old TS | 10 | | Too many errors in old TS | 204 | | Unknown failure | 21 |

Investigation Status

Repo Errors Outcome
a16z-infra/ai-town 2
adobe/react-spectrum 4
alangpierce/sucrase 1
antfu-collective/ni 1
bitwarden/clients 50
compiler-explorer/compiler-explorer 6
daybrush/moveable 3
feathersjs/feathers 2
graphql-kit/graphql-voyager 2
ikatyang/emoji-cheat-sheet 2
ionic-team/stencil 4
jackyzha0/quartz 5
majodev/google-webfonts-helper 1
mapbox/mapbox-gl-js 1
microsoft/azuredatastudio 10
misskey-dev/misskey 12
netless-io/flat 2
ngrx/platform 1
Nutlope/aicommits 2
pixijs/pixijs 11
pubkey/rxdb 2
react-hook-form/react-hook-form 2
recharts/recharts 12
reduxjs/redux-toolkit 1
refined-github/refined-github 1
SawyerHood/draw-a-ui 1
slab/quill 4
spacedriveapp/spacedrive 1
streetwriters/notesnook 1
TypeStrong/typedoc 1
ueberdosis/tiptap 5
urql-graphql/urql 19
vuejs/core 2
wandb/openui 1
windingwind/zotero-pdf-translate 4
typescript-bot commented 9 hours 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 9 hours ago

adobe/react-spectrum

**9 of 15 projects failed to build with the old tsc and were ignored** ### [starters\/tailwind\/tsconfig.json](https://github.com/adobe/react-spectrum/blob/db60babaf99790e679e9f6af68399103171fb925/starters/tailwind/tsconfig.json) - `error TS2322: Type '{ children: (Element | ReactNode | ((values: CheckboxRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [starters\/tailwind\/src\/Checkbox.tsx\#L59](https://github.com/adobe/react-spectrum/blob/db60babaf99790e679e9f6af68399103171fb925/starters/tailwind/src/Checkbox.tsx#L59) - `error TS2322: Type '{ children: (Element | ReactNode | ((values: GridListItemRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [starters\/tailwind\/src\/GridList.tsx\#L42](https://github.com/adobe/react-spectrum/blob/db60babaf99790e679e9f6af68399103171fb925/starters/tailwind/src/GridList.tsx#L42) - `error TS2322: Type '{ children: (Element | ReactNode | ((values: RadioRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [starters\/tailwind\/src\/RadioGroup.tsx\#L47](https://github.com/adobe/react-spectrum/blob/db60babaf99790e679e9f6af68399103171fb925/starters/tailwind/src/RadioGroup.tsx#L47) - `error TS2322: Type '{ children: (Element | ReactNode | ((values: TagRenderProps & { defaultChildren: ReactNode; }) => ReactNode))[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [starters\/tailwind\/src\/TagGroup.tsx\#L109](https://github.com/adobe/react-spectrum/blob/db60babaf99790e679e9f6af68399103171fb925/starters/tailwind/src/TagGroup.tsx#L109)
typescript-bot commented 9 hours 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 9 hours 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 9 hours ago

bitwarden/clients

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

compiler-explorer/compiler-explorer

**3 of 6 projects failed to build with the old tsc and were ignored** ### [tsconfig.tests.json](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/tsconfig.tests.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [lib\/cache\/multi.ts\#L59](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/cache/multi.ts#L59) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [lib\/cache\/on-disk.ts\#L125](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/cache/on-disk.ts#L125) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L89](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/execution/base-execution-env.ts#L89) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'InputType'.` - [lib\/handlers\/route-api.ts\#L329](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/handlers/route-api.ts#L329) - [test\/handlers\/route-api-test.ts\#L54](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/test/handlers/route-api-test.ts#L54) ### [tsconfig.json](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [lib\/cache\/multi.ts\#L59](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/cache/multi.ts#L59) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [lib\/cache\/on-disk.ts\#L125](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/cache/on-disk.ts#L125) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L89](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/execution/base-execution-env.ts#L89) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'InputType'.` - [lib\/handlers\/route-api.ts\#L329](https://github.com/compiler-explorer/compiler-explorer/blob/601c3ec3d70230adb53873185b56d14bb52c3456/lib/handlers/route-api.ts#L329)
typescript-bot commented 9 hours 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 9 hours ago

feathersjs/feathers

**19 of 27 projects failed to build with the old tsc and were ignored** ### [packages\/generators\/tsconfig.json](https://github.com/feathersjs/feathers/blob/ce00d390ddd85a5be533da69f7958fdc330d8f80/packages/generators/tsconfig.json) - `error TS7018: Object literal's property 'dependencies' implicitly has an 'any[]' type.` - [packages\/generators\/src\/app\/index.ts\#L53](https://github.com/feathersjs/feathers/blob/ce00d390ddd85a5be533da69f7958fdc330d8f80/packages/generators/src/app/index.ts#L53) - `error TS7018: Object literal's property 'devDependencies' implicitly has an 'any[]' type.` - [packages\/generators\/src\/app\/index.ts\#L54](https://github.com/feathersjs/feathers/blob/ce00d390ddd85a5be533da69f7958fdc330d8f80/packages/generators/src/app/index.ts#L54)
typescript-bot commented 9 hours 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/f63c5a488e98dadcaa43c017ab1a9c12611f1794/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/f63c5a488e98dadcaa43c017ab1a9c12611f1794/src/components/doc-explorer/WrappedTypeName.tsx#L30) ### [tsconfig.json](https://github.com/graphql-kit/graphql-voyager/blob/f63c5a488e98dadcaa43c017ab1a9c12611f1794/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/f63c5a488e98dadcaa43c017ab1a9c12611f1794/src/components/doc-explorer/WrappedTypeName.tsx#L30)
typescript-bot commented 9 hours 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 9 hours 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/009d370c4e9968664a563d2ab42a151cd49ded96/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/009d370c4e9968664a563d2ab42a151cd49ded96/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/009d370c4e9968664a563d2ab42a151cd49ded96/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/009d370c4e9968664a563d2ab42a151cd49ded96/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/009d370c4e9968664a563d2ab42a151cd49ded96/src/mock-doc/parse-util.ts#L175)
typescript-bot commented 9 hours ago

jackyzha0/quartz

### [tsconfig.json](https://github.com/jackyzha0/quartz/blob/1dc208356abdcf8d3c0e826fd2184624298dd771/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/1dc208356abdcf8d3c0e826fd2184624298dd771/quartz/plugins/transformers/ofm.ts#L156) - [quartz\/plugins\/transformers\/ofm.ts\#L165](https://github.com/jackyzha0/quartz/blob/1dc208356abdcf8d3c0e826fd2184624298dd771/quartz/plugins/transformers/ofm.ts#L165) - [quartz\/plugins\/transformers\/ofm.ts\#L178](https://github.com/jackyzha0/quartz/blob/1dc208356abdcf8d3c0e826fd2184624298dd771/quartz/plugins/transformers/ofm.ts#L178) - [quartz\/plugins\/transformers\/ofm.ts\#L192](https://github.com/jackyzha0/quartz/blob/1dc208356abdcf8d3c0e826fd2184624298dd771/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/1dc208356abdcf8d3c0e826fd2184624298dd771/quartz/plugins/transformers/ofm.ts#L165) - [quartz\/plugins\/transformers\/ofm.ts\#L178](https://github.com/jackyzha0/quartz/blob/1dc208356abdcf8d3c0e826fd2184624298dd771/quartz/plugins/transformers/ofm.ts#L178) - [quartz\/plugins\/transformers\/ofm.ts\#L192](https://github.com/jackyzha0/quartz/blob/1dc208356abdcf8d3c0e826fd2184624298dd771/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/1dc208356abdcf8d3c0e826fd2184624298dd771/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/1dc208356abdcf8d3c0e826fd2184624298dd771/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/1dc208356abdcf8d3c0e826fd2184624298dd771/quartz/plugins/transformers/ofm.ts#L192)
typescript-bot commented 9 hours 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 9 hours 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/602baf4ddf3caca570ed78e4a4d728f596118efe/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/602baf4ddf3caca570ed78e4a4d728f596118efe/src/util/web_worker_transfer.ts#L145) - [src\/util\/web\_worker\_transfer.ts\#L152](https://github.com/mapbox/mapbox-gl-js/blob/602baf4ddf3caca570ed78e4a4d728f596118efe/src/util/web_worker_transfer.ts#L152)
typescript-bot commented 9 hours 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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/extensions/notebook/src/jupyter/jupyterExecuteManager.ts#L47) - [extensions\/notebook\/src\/prompts\/adapter.ts\#L52](https://github.com/microsoft/azuredatastudio/blob/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/extensions/notebook/src/prompts/adapter.ts#L52) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L143](https://github.com/microsoft/azuredatastudio/blob/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/extensions/notebook/src/test/common/notebookUtils.test.ts#L143) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L159](https://github.com/microsoft/azuredatastudio/blob/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/extensions/notebook/src/test/common/notebookUtils.test.ts#L159) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L175](https://github.com/microsoft/azuredatastudio/blob/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/extensions/notebook/src/test/common/notebookUtils.test.ts#L175) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L181](https://github.com/microsoft/azuredatastudio/blob/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/extensions/notebook/src/test/book/bookTocManager.test.ts#L408) ### [extensions\/mssql\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/extensions/mssql/src/sqlNotebook/sqlNotebookController.ts#L138) ### [extensions\/machine-learning\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/extensions/machine-learning/src/test/queryRunner.test.ts#L61) ### [extensions\/dacpac\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/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/fe942871edfca7b4b8b62b323f0e5e7422fb31a1/extensions/dacpac/src/test/testContext.ts#L204)
typescript-bot commented 9 hours ago

misskey-dev/misskey

**7 of 16 projects failed to build with the old tsc and were ignored** ### [packages\/frontend-shared\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/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/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/frontend-shared/js/emojilist.ts#L15) ### [packages\/backend\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/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/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/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/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/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/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/src/core/WebAuthnService.ts#L219) - [packages\/backend\/src\/core\/WebAuthnService.ts\#L301](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/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/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/src/core/activitypub/ApRequestService.ts#L93) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'BinaryLike'.` - [packages\/backend\/src\/server\/ActivityPubServerService.ts\#L156](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/src/server/ActivityPubServerService.ts#L156) ### [packages\/backend\/test\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/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/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/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/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/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/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/src/core/WebAuthnService.ts#L219) - [packages\/backend\/src\/core\/WebAuthnService.ts\#L301](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/src/core/WebAuthnService.ts#L301) - [packages\/backend\/test\/e2e\/2fa.ts\#L86](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L86) - [packages\/backend\/test\/e2e\/2fa.ts\#L87](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L87) - [packages\/backend\/test\/e2e\/2fa.ts\#L88](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L88) - [packages\/backend\/test\/e2e\/2fa.ts\#L89](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L89) - [packages\/backend\/test\/e2e\/2fa.ts\#L90](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L90) - [packages\/backend\/test\/e2e\/2fa.ts\#L91](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L91) - [packages\/backend\/test\/e2e\/2fa.ts\#L92](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L92) - [packages\/backend\/test\/e2e\/2fa.ts\#L143](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L143) - [packages\/backend\/test\/e2e\/2fa.ts\#L144](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L144) - [packages\/backend\/test\/e2e\/2fa.ts\#L145](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L145) - [packages\/backend\/test\/e2e\/2fa.ts\#L158](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L158) - [packages\/backend\/test\/e2e\/2fa.ts\#L158](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/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/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/src/core/activitypub/ApRequestService.ts#L93) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'BinaryLike'.` - [packages\/backend\/src\/server\/ActivityPubServerService.ts\#L156](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/src/server/ActivityPubServerService.ts#L156) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.` - [packages\/backend\/test\/e2e\/2fa.ts\#L56](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L56) - [packages\/backend\/test\/e2e\/2fa.ts\#L154](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L154) - [packages\/backend\/test\/e2e\/2fa.ts\#L158](https://github.com/misskey-dev/misskey/blob/fb23b24f5cbaca3f7a1ad4ab4893802cbf7c3e53/packages/backend/test/e2e/2fa.ts#L158)
typescript-bot commented 9 hours 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 9 hours 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/f99375956507b14e375887f3cb9730c02605fc41/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/f99375956507b14e375887f3cb9730c02605fc41/modules/data/spec/reducers/entity-collection-reducer-registry.spec.ts#L225)
typescript-bot commented 9 hours 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 9 hours ago

pixijs/pixijs

### [tsconfig.types.json](https://github.com/pixijs/pixijs/blob/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/tsconfig.types.json) - `error TS2352: Conversion of type 'FederatedPointerEvent' to type 'PointerEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [src\/events\/EventTicker.ts\#L105](https://github.com/pixijs/pixijs/blob/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/src/events/EventTicker.ts#L105) - `error TS2420: Class 'FederatedPointerEvent' incorrectly implements interface 'PointerEvent'.` - [src\/events\/FederatedPointerEvent.ts\#L7](https://github.com/pixijs/pixijs/blob/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/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/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/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/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/src/rendering/batcher/shared/Batcher.ts#L697) - [src\/rendering\/renderers\/gpu\/buffer\/GpuBufferSystem.ts\#L95](https://github.com/pixijs/pixijs/blob/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/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/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/src/utils/data/ViewableBuffer.ts#L47) ### [tsconfig.json](https://github.com/pixijs/pixijs/blob/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/tsconfig.json) - `error TS2352: Conversion of type 'FederatedPointerEvent' to type 'PointerEvent' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [src\/events\/EventTicker.ts\#L105](https://github.com/pixijs/pixijs/blob/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/src/events/EventTicker.ts#L105) - [tests\/events\/EventSystem.tests.ts\#L705](https://github.com/pixijs/pixijs/blob/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/tests/events/EventSystem.tests.ts#L705) - [tests\/events\/EventSystem.tests.ts\#L732](https://github.com/pixijs/pixijs/blob/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/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/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/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/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/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/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/src/rendering/batcher/shared/Batcher.ts#L697) - [src\/rendering\/renderers\/gpu\/buffer\/GpuBufferSystem.ts\#L95](https://github.com/pixijs/pixijs/blob/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/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/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/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/abcd2e38a28738045e99ac6bae2f2f4f4d6de090/tests/assets/unresolved.tests.ts#L57)
typescript-bot commented 9 hours 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/cda18981f3421648215dfed051ea60b324bd9462/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/cda18981f3421648215dfed051ea60b324bd9462/src/plugins/storage-lokijs/lokijs-helper.ts#L366) ### [config\/tsconfig.types.json](https://github.com/pubkey/rxdb/blob/cda18981f3421648215dfed051ea60b324bd9462/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/cda18981f3421648215dfed051ea60b324bd9462/src/plugins/storage-lokijs/lokijs-helper.ts#L366)
typescript-bot commented 9 hours 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/1ce56d7d85b558b155eecbdd6bea37cd6a4f9229/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/1ce56d7d85b558b155eecbdd6bea37cd6a4f9229/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/1ce56d7d85b558b155eecbdd6bea37cd6a4f9229/src/__tests__/useWatch.test.tsx#L519) - [src\/\_\_tests\_\_\/useWatch.test.tsx\#L595](https://github.com/react-hook-form/react-hook-form/blob/1ce56d7d85b558b155eecbdd6bea37cd6a4f9229/src/__tests__/useWatch.test.tsx#L595)
typescript-bot commented 9 hours ago

recharts/recharts

### [tsconfig.json](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'stackId' implicitly has an 'any' type.` - [src\/state\/selectors\/barSelectors.ts\#L171](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/state/selectors/barSelectors.ts#L171) ### [test\/tsconfig.json](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/test/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'stackId' implicitly has an 'any' type.` - [src\/state\/selectors\/barSelectors.ts\#L171](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/state/selectors/barSelectors.ts#L171) ### [storybook\/tsconfig.json](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/storybook/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'stackId' implicitly has an 'any' type.` - [src\/state\/selectors\/barSelectors.ts\#L171](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/state/selectors/barSelectors.ts#L171) ### [demo\/tsconfig.json](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/demo/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'stackId' implicitly has an 'any' type.` - [src\/state\/selectors\/barSelectors.ts\#L171](https://github.com/recharts/recharts/blob/fac518c29416e263e9f3e2801184f26e1e360ddb/src/state/selectors/barSelectors.ts#L171)
typescript-bot commented 9 hours 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/d5b88087a56b511d5632825f558c585366403eac/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/d5b88087a56b511d5632825f558c585366403eac/packages/toolkit/src/query/tests/cleanup.test.tsx#L29)
typescript-bot commented 9 hours ago

refined-github/refined-github

### [tsconfig.json](https://github.com/refined-github/refined-github/blob/f3d06808fba45ba2200070b3ebc441eaea0c08e2/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/f3d06808fba45ba2200070b3ebc441eaea0c08e2/source/feature-data.ts#L2) - [source\/feature-data.ts\#L3](https://github.com/refined-github/refined-github/blob/f3d06808fba45ba2200070b3ebc441eaea0c08e2/source/feature-data.ts#L3) - [source\/feature-data.ts\#L4](https://github.com/refined-github/refined-github/blob/f3d06808fba45ba2200070b3ebc441eaea0c08e2/source/feature-data.ts#L4) - [source\/feature-renames.test.ts\#L6](https://github.com/refined-github/refined-github/blob/f3d06808fba45ba2200070b3ebc441eaea0c08e2/source/feature-renames.test.ts#L6)
typescript-bot commented 9 hours 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 9 hours 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 9 hours ago

spacedriveapp/spacedrive

**4 of 7 projects failed to build with the old tsc and were ignored** ### [scripts\/tsconfig.json](https://github.com/spacedriveapp/spacedrive/blob/51bee05a6040ace0dbc3545f97bd241da0852c70/scripts/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferLike'.` - [scripts\/preprep.mjs\#L84](https://github.com/spacedriveapp/spacedrive/blob/51bee05a6040ace0dbc3545f97bd241da0852c70/scripts/preprep.mjs#L84) - [scripts\/preprep.mjs\#L123](https://github.com/spacedriveapp/spacedrive/blob/51bee05a6040ace0dbc3545f97bd241da0852c70/scripts/preprep.mjs#L123)
typescript-bot commented 9 hours 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/9cea02750636b86fdd4e3c56452ac3aa4e37ca6f/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/9cea02750636b86fdd4e3c56452ac3aa4e37ca6f/packages/streamable-fs/src/filehandle.ts#L86) - [packages\/streamable-fs\/src\/filehandle.ts\#L96](https://github.com/streetwriters/notesnook/blob/9cea02750636b86fdd4e3c56452ac3aa4e37ca6f/packages/streamable-fs/src/filehandle.ts#L96)
typescript-bot commented 9 hours ago

TypeStrong/typedoc

### [tsconfig.json](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/plugins/IconsPlugin.tsx#L60) - [src\/lib\/output\/themes\/default\/partials\/anchor-icon.tsx\#L5](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/breadcrumb.tsx#L7) - [src\/lib\/output\/themes\/default\/partials\/comment.tsx\#L30](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/comment.tsx#L30) - [src\/lib\/output\/themes\/default\/partials\/comment.tsx\#L41](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/comment.tsx#L41) - [src\/lib\/output\/themes\/default\/partials\/footer.tsx\#L6](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/footer.tsx#L6) - [src\/lib\/output\/themes\/default\/partials\/footer.tsx\#L30](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/footer.tsx#L30) - [src\/lib\/output\/themes\/default\/partials\/header.tsx\#L40](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/header.tsx#L40) - [src\/lib\/output\/themes\/default\/partials\/hierarchy.tsx\#L22](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/hierarchy.tsx#L22) - [src\/lib\/output\/themes\/default\/partials\/hierarchy.tsx\#L31](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/hierarchy.tsx#L31) - [src\/lib\/output\/themes\/default\/partials\/index.tsx\#L21](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/index.tsx#L21) - [src\/lib\/output\/themes\/default\/partials\/index.tsx\#L71](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/index.tsx#L71) - [src\/lib\/output\/themes\/default\/partials\/index.tsx\#L79](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/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/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/members.tsx#L44) - [src\/lib\/output\/themes\/default\/partials\/navigation.tsx\#L9](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/navigation.tsx#L9) - [src\/lib\/output\/themes\/default\/partials\/navigation.tsx\#L141](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/navigation.tsx#L141) - [src\/lib\/output\/themes\/default\/partials\/navigation.tsx\#L201](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/navigation.tsx#L201) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L7](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/parameter.tsx#L7) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L13](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/parameter.tsx#L13) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L31](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/parameter.tsx#L31) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L44](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/parameter.tsx#L44) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L64](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/parameter.tsx#L64) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L67](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/parameter.tsx#L67) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L84](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/parameter.tsx#L84) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L93](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/parameter.tsx#L93) - [src\/lib\/output\/themes\/default\/partials\/parameter.tsx\#L122](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/parameter.tsx#L122) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L75](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L75) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L98](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L98) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L121](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L121) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L139](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L139) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L149](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L149) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L153](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L153) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L182](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L182) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L222](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L222) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L232](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L232) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L245](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L245) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L253](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L253) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L257](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L257) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L267](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L267) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L302](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L302) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L333](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L333) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L344](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L344) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L356](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L356) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L361](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L361) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L376](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L376) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L391](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L391) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L402](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L402) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L416](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L416) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L443](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L443) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L459](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L459) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L467](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L467) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L471](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L471) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L484](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L484) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L495](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L495) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L521](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L521) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L532](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L532) - [src\/lib\/output\/themes\/default\/partials\/type.tsx\#L551](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/type.tsx#L551) - [src\/lib\/output\/themes\/default\/partials\/typeAndParent.tsx\#L8](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/typeAndParent.tsx#L8) - [src\/lib\/output\/themes\/default\/partials\/typeAndParent.tsx\#L20](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/typeAndParent.tsx#L20) - [src\/lib\/output\/themes\/default\/partials\/typeAndParent.tsx\#L27](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/typeAndParent.tsx#L27) - [src\/lib\/output\/themes\/default\/partials\/typeParameters.tsx\#L7](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/typeParameters.tsx#L7) - [src\/lib\/output\/themes\/default\/partials\/typeParameters.tsx\#L21](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/typeParameters.tsx#L21) - [src\/lib\/output\/themes\/default\/partials\/typeParameters.tsx\#L27](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/partials/typeParameters.tsx#L27) - [src\/lib\/output\/themes\/default\/templates\/hierarchy.tsx\#L39](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/templates/hierarchy.tsx#L39) - [src\/lib\/output\/themes\/default\/templates\/reflection.tsx\#L22](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/templates/reflection.tsx#L22) - [src\/lib\/output\/themes\/default\/templates\/reflection.tsx\#L39](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/templates/reflection.tsx#L39) - [src\/lib\/output\/themes\/default\/templates\/reflection.tsx\#L41](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/templates/reflection.tsx#L41) - [src\/lib\/output\/themes\/default\/templates\/reflection.tsx\#L90](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/default/templates/reflection.tsx#L90) - [src\/lib\/output\/themes\/lib.tsx\#L73](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/lib.tsx#L73) - [src\/lib\/output\/themes\/lib.tsx\#L100](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/lib.tsx#L100) - [src\/lib\/output\/themes\/lib.tsx\#L105](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/lib.tsx#L105) - [src\/lib\/output\/themes\/lib.tsx\#L108](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/lib.tsx#L108) - [src\/lib\/output\/themes\/lib.tsx\#L122](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/lib.tsx#L122) - [src\/lib\/output\/themes\/lib.tsx\#L125](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/lib.tsx#L125) - [src\/lib\/output\/themes\/lib.tsx\#L130](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/lib.tsx#L130) - [src\/lib\/output\/themes\/lib.tsx\#L147](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/output/themes/lib.tsx#L147) - [src\/lib\/utils\/highlighter.tsx\#L69](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/utils/highlighter.tsx#L69) - [src\/lib\/utils\/highlighter.tsx\#L167](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/lib/utils/highlighter.tsx#L167) - [src\/test\/utils\/jsx.test.tsx\#L60](https://github.com/TypeStrong/typedoc/blob/eb9c967277ba9b01a10b69424e70d09dec52e879/src/test/utils/jsx.test.tsx#L60)
typescript-bot commented 9 hours 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/4efd2278a1476920b50019bbff9166a458076df3/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/4efd2278a1476920b50019bbff9166a458076df3/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.vue-3.json](https://github.com/ueberdosis/tiptap/blob/4efd2278a1476920b50019bbff9166a458076df3/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/4efd2278a1476920b50019bbff9166a458076df3/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.vue-2.json](https://github.com/ueberdosis/tiptap/blob/4efd2278a1476920b50019bbff9166a458076df3/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/4efd2278a1476920b50019bbff9166a458076df3/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.react.json](https://github.com/ueberdosis/tiptap/blob/4efd2278a1476920b50019bbff9166a458076df3/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/4efd2278a1476920b50019bbff9166a458076df3/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.base.json](https://github.com/ueberdosis/tiptap/blob/4efd2278a1476920b50019bbff9166a458076df3/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/4efd2278a1476920b50019bbff9166a458076df3/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150)
typescript-bot commented 9 hours 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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/vue-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/svelte-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/storage-rn\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/solid-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/react-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/preact-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/next-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/core\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/throw-on-error\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/retry\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/request-policy\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/refocus\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/populate\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/persisted\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/graphcache\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/execute\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/context\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/auth\/tsconfig.json](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/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/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/a5bc925ad1fe9805fbfb691a943c7075d20538d1/packages/core/src/internal/fetchSource.ts#L71)
typescript-bot commented 9 hours 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/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/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/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/packages/compiler-core/src/transforms/vFor.ts#L251) in [tsconfig.json](https://github.com/vuejs/core/blob/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/tsconfig.json) - [packages\/compiler-sfc\/src\/script\/defineModel.ts\#L117](https://github.com/vuejs/core/blob/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/packages/compiler-sfc/src/script/defineModel.ts#L117) in [tsconfig.json](https://github.com/vuejs/core/blob/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/tsconfig.json) ### [tsconfig.build.json](https://github.com/vuejs/core/blob/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/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/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/packages/compiler-core/src/transforms/vFor.ts#L251) in [tsconfig.build.json](https://github.com/vuejs/core/blob/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/tsconfig.build.json) - [packages\/compiler-sfc\/src\/script\/defineModel.ts\#L117](https://github.com/vuejs/core/blob/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/packages/compiler-sfc/src/script/defineModel.ts#L117) in [tsconfig.build.json](https://github.com/vuejs/core/blob/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd/tsconfig.build.json)
typescript-bot commented 9 hours ago

wandb/openui

### [frontend\/tsconfig.json](https://github.com/wandb/openui/blob/3fd75bd39837ba779fdfdd0a50d1a139714faea8/frontend/tsconfig.json) - `error TS2345: Argument of type 'ArrayBuffer | Uint8Array' is not assignable to parameter of type 'ArrayBuffer'.` - [frontend\/src\/lib\/webauthn.ts\#L75](https://github.com/wandb/openui/blob/3fd75bd39837ba779fdfdd0a50d1a139714faea8/frontend/src/lib/webauthn.ts#L75)
typescript-bot commented 9 hours ago

windingwind/zotero-pdf-translate

### [tsconfig.json](https://github.com/windingwind/zotero-pdf-translate/blob/7a471ba620a6284f5b0c31f752b2b04fc7c4b256/tsconfig.json) - `error TS2345: Argument of type 'Uint8Array' is not assignable to parameter of type 'ArrayBuffer'.` - [src\/modules\/services\/cnki.ts\#L123](https://github.com/windingwind/zotero-pdf-translate/blob/7a471ba620a6284f5b0c31f752b2b04fc7c4b256/src/modules/services/cnki.ts#L123) - `error TS2345: Argument of type 'Uint8Array' is not assignable to parameter of type 'ArrayBuffer'.` - [src\/modules\/services\/xftrans.ts\#L58](https://github.com/windingwind/zotero-pdf-translate/blob/7a471ba620a6284f5b0c31f752b2b04fc7c4b256/src/modules/services/xftrans.ts#L58) - `error TS2322: Type 'Uint8Array' is not assignable to type 'string | ArrayBuffer'.` - [src\/utils\/crypto.ts\#L24](https://github.com/windingwind/zotero-pdf-translate/blob/7a471ba620a6284f5b0c31f752b2b04fc7c4b256/src/utils/crypto.ts#L24) - [src\/utils\/crypto.ts\#L46](https://github.com/windingwind/zotero-pdf-translate/blob/7a471ba620a6284f5b0c31f752b2b04fc7c4b256/src/utils/crypto.ts#L46) - `error TS2769: No overload matches this call.` - [src\/utils\/crypto.ts\#L26](https://github.com/windingwind/zotero-pdf-translate/blob/7a471ba620a6284f5b0c31f752b2b04fc7c4b256/src/utils/crypto.ts#L26) - [src\/utils\/crypto.ts\#L48](https://github.com/windingwind/zotero-pdf-translate/blob/7a471ba620a6284f5b0c31f752b2b04fc7c4b256/src/utils/crypto.ts#L48)