microsoft / TypeScript

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

[NewErrors] 5.7.0-dev.20241103 vs 5.6.3 #60398

Closed typescript-bot closed 3 weeks ago

typescript-bot commented 3 weeks ago

The following errors were reported by 5.7.0-dev.20241103, but not by 5.6.3 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline

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

Successfully analyzed 459 of 800 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 34 | | Detected no interesting changes | 425 | | Git clone failed | 9 | | Package install failed | 100 | | Project-graph error in old TS | 10 | | Too many errors in old TS | 201 | | Unknown failure | 21 |

Investigation Status

Repo Errors Outcome
a16z-infra/ai-town 2
alangpierce/sucrase 1
antfu-collective/ni 1
bitwarden/clients 76
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
outline/outline 1
pixijs/pixijs 11
pubkey/rxdb 2
react-hook-form/react-hook-form 2
recharts/recharts 9
reduxjs/redux-toolkit 1
refined-github/refined-github 1
RocketChat/Rocket.Chat 3
SawyerHood/draw-a-ui 1
slab/quill 4
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 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks ago

bitwarden/clients

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

feathersjs/feathers

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

graphql-kit/graphql-voyager

**2 of 4 projects failed to build with the old tsc and were ignored** ### [tsconfig.lib.json](https://github.com/graphql-kit/graphql-voyager/blob/b0ead3ec2459a4460090b3618324ce75000c17d8/tsconfig.lib.json) - `error TS2322: Type '{ children: unknown[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [src\/components\/doc-explorer\/WrappedTypeName.tsx\#L30](https://github.com/graphql-kit/graphql-voyager/blob/b0ead3ec2459a4460090b3618324ce75000c17d8/src/components/doc-explorer/WrappedTypeName.tsx#L30) ### [tsconfig.json](https://github.com/graphql-kit/graphql-voyager/blob/b0ead3ec2459a4460090b3618324ce75000c17d8/tsconfig.json) - `error TS2322: Type '{ children: unknown[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [src\/components\/doc-explorer\/WrappedTypeName.tsx\#L30](https://github.com/graphql-kit/graphql-voyager/blob/b0ead3ec2459a4460090b3618324ce75000c17d8/src/components/doc-explorer/WrappedTypeName.tsx#L30)
typescript-bot commented 3 weeks 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 3 weeks 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/94fc60b19011b918575622b63835b5f840d8b042/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/94fc60b19011b918575622b63835b5f840d8b042/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/94fc60b19011b918575622b63835b5f840d8b042/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/94fc60b19011b918575622b63835b5f840d8b042/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/94fc60b19011b918575622b63835b5f840d8b042/src/mock-doc/parse-util.ts#L175)
typescript-bot commented 3 weeks ago

jackyzha0/quartz

### [tsconfig.json](https://github.com/jackyzha0/quartz/blob/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/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/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/quartz/plugins/transformers/ofm.ts#L156) - [quartz\/plugins\/transformers\/ofm.ts\#L165](https://github.com/jackyzha0/quartz/blob/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/quartz/plugins/transformers/ofm.ts#L165) - [quartz\/plugins\/transformers\/ofm.ts\#L178](https://github.com/jackyzha0/quartz/blob/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/quartz/plugins/transformers/ofm.ts#L178) - [quartz\/plugins\/transformers\/ofm.ts\#L192](https://github.com/jackyzha0/quartz/blob/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/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/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/quartz/plugins/transformers/ofm.ts#L165) - [quartz\/plugins\/transformers\/ofm.ts\#L178](https://github.com/jackyzha0/quartz/blob/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/quartz/plugins/transformers/ofm.ts#L178) - [quartz\/plugins\/transformers\/ofm.ts\#L192](https://github.com/jackyzha0/quartz/blob/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/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/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/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/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/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/56ba2f4fa75c0abe45c231533b5d2edd9791a0ec/quartz/plugins/transformers/ofm.ts#L192)
typescript-bot commented 3 weeks 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 3 weeks ago

mapbox/mapbox-gl-js

**1 of 2 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/mapbox/mapbox-gl-js/blob/fa7026487c97e4dc7ed8f89f4486ef72da4490fe/tsconfig.json) - `error TS2345: Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'Transferable'.` - [src\/util\/web\_worker\_transfer.ts\#L145](https://github.com/mapbox/mapbox-gl-js/blob/fa7026487c97e4dc7ed8f89f4486ef72da4490fe/src/util/web_worker_transfer.ts#L145) - [src\/util\/web\_worker\_transfer.ts\#L152](https://github.com/mapbox/mapbox-gl-js/blob/fa7026487c97e4dc7ed8f89f4486ef72da4490fe/src/util/web_worker_transfer.ts#L152)
typescript-bot commented 3 weeks 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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/extensions/notebook/src/jupyter/jupyterExecuteManager.ts#L47) - [extensions\/notebook\/src\/prompts\/adapter.ts\#L52](https://github.com/microsoft/azuredatastudio/blob/576079bb4c63f63a028908256550b54157a8b420/extensions/notebook/src/prompts/adapter.ts#L52) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L143](https://github.com/microsoft/azuredatastudio/blob/576079bb4c63f63a028908256550b54157a8b420/extensions/notebook/src/test/common/notebookUtils.test.ts#L143) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L159](https://github.com/microsoft/azuredatastudio/blob/576079bb4c63f63a028908256550b54157a8b420/extensions/notebook/src/test/common/notebookUtils.test.ts#L159) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L175](https://github.com/microsoft/azuredatastudio/blob/576079bb4c63f63a028908256550b54157a8b420/extensions/notebook/src/test/common/notebookUtils.test.ts#L175) - [extensions\/notebook\/src\/test\/common\/notebookUtils.test.ts\#L181](https://github.com/microsoft/azuredatastudio/blob/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/extensions/notebook/src/test/book/bookTocManager.test.ts#L408) ### [extensions\/mssql\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/extensions/mssql/src/sqlNotebook/sqlNotebookController.ts#L138) ### [extensions\/machine-learning\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/extensions/machine-learning/src/test/queryRunner.test.ts#L61) ### [extensions\/dacpac\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/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/576079bb4c63f63a028908256550b54157a8b420/extensions/dacpac/src/test/testContext.ts#L204)
typescript-bot commented 3 weeks ago

misskey-dev/misskey

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

ngrx/platform

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

outline/outline

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

pixijs/pixijs

### [tsconfig.types.json](https://github.com/pixijs/pixijs/blob/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/src/events/EventTicker.ts#L105) - `error TS2420: Class 'FederatedPointerEvent' incorrectly implements interface 'PointerEvent'.` - [src\/events\/FederatedPointerEvent.ts\#L7](https://github.com/pixijs/pixijs/blob/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/src/rendering/batcher/shared/Batcher.ts#L697) - [src\/rendering\/renderers\/gpu\/buffer\/GpuBufferSystem.ts\#L95](https://github.com/pixijs/pixijs/blob/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/src/utils/data/ViewableBuffer.ts#L47) ### [tsconfig.json](https://github.com/pixijs/pixijs/blob/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/src/events/EventTicker.ts#L105) - [tests\/events\/EventSystem.tests.ts\#L705](https://github.com/pixijs/pixijs/blob/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/tests/events/EventSystem.tests.ts#L705) - [tests\/events\/EventSystem.tests.ts\#L732](https://github.com/pixijs/pixijs/blob/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/src/rendering/batcher/shared/Batcher.ts#L697) - [src\/rendering\/renderers\/gpu\/buffer\/GpuBufferSystem.ts\#L95](https://github.com/pixijs/pixijs/blob/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/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/a544f84bcd96ebb01a2d9b0894004a67af4e70e3/tests/assets/unresolved.tests.ts#L57)
typescript-bot commented 3 weeks 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/9001777755f304423dc094e61cea4e32993bd2d2/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/9001777755f304423dc094e61cea4e32993bd2d2/src/plugins/storage-lokijs/lokijs-helper.ts#L366) ### [config\/tsconfig.types.json](https://github.com/pubkey/rxdb/blob/9001777755f304423dc094e61cea4e32993bd2d2/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/9001777755f304423dc094e61cea4e32993bd2d2/src/plugins/storage-lokijs/lokijs-helper.ts#L366)
typescript-bot commented 3 weeks 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/281f91355e90f3a165cd64ae3bcc9d850617e3ad/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/281f91355e90f3a165cd64ae3bcc9d850617e3ad/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/281f91355e90f3a165cd64ae3bcc9d850617e3ad/src/__tests__/useWatch.test.tsx#L519) - [src\/\_\_tests\_\_\/useWatch.test.tsx\#L595](https://github.com/react-hook-form/react-hook-form/blob/281f91355e90f3a165cd64ae3bcc9d850617e3ad/src/__tests__/useWatch.test.tsx#L595)
typescript-bot commented 3 weeks ago

recharts/recharts

### [tsconfig.json](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/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/f31bc880b1dfa5025a5cadbf9d54777a97b77844/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/f31bc880b1dfa5025a5cadbf9d54777a97b77844/src/chart/Sankey.tsx#L857) ### [test\/tsconfig.json](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/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/f31bc880b1dfa5025a5cadbf9d54777a97b77844/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/f31bc880b1dfa5025a5cadbf9d54777a97b77844/src/chart/Sankey.tsx#L857) - `error TS7011: Function expression, which lacks return-type annotation, implicitly has an 'any' return type.` - [test\/polar\/PolarAngleAxis.spec.tsx\#L256](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/test/polar/PolarAngleAxis.spec.tsx#L256) - [test\/polar\/PolarAngleAxis.spec.tsx\#L310](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/test/polar/PolarAngleAxis.spec.tsx#L310) - [test\/polar\/PolarAngleAxis.spec.tsx\#L443](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/test/polar/PolarAngleAxis.spec.tsx#L443) - [test\/polar\/PolarAngleAxis.spec.tsx\#L628](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/test/polar/PolarAngleAxis.spec.tsx#L628) - [test\/polar\/PolarAngleAxis.spec.tsx\#L633](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/test/polar/PolarAngleAxis.spec.tsx#L633) - [test\/polar\/PolarAngleAxis.spec.tsx\#L761](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/test/polar/PolarAngleAxis.spec.tsx#L761) - [test\/polar\/PolarAngleAxis.spec.tsx\#L791](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/test/polar/PolarAngleAxis.spec.tsx#L791) ### [storybook\/tsconfig.json](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/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/f31bc880b1dfa5025a5cadbf9d54777a97b77844/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/f31bc880b1dfa5025a5cadbf9d54777a97b77844/src/chart/Sankey.tsx#L857) ### [demo\/tsconfig.json](https://github.com/recharts/recharts/blob/f31bc880b1dfa5025a5cadbf9d54777a97b77844/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/f31bc880b1dfa5025a5cadbf9d54777a97b77844/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/f31bc880b1dfa5025a5cadbf9d54777a97b77844/src/chart/Sankey.tsx#L857)
typescript-bot commented 3 weeks 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/7af5345eaeab83ca57b439aec41819420c503b34/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/7af5345eaeab83ca57b439aec41819420c503b34/packages/toolkit/src/query/tests/cleanup.test.tsx#L29)
typescript-bot commented 3 weeks ago

refined-github/refined-github

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

RocketChat/Rocket.Chat

**41 of 85 projects failed to build with the old tsc and were ignored** ### [packages\/apps-engine\/tsconfig.json](https://github.com/RocketChat/Rocket.Chat/blob/3db5690ee59d03aee86cb7f97abe101493f5249a/packages/apps-engine/tsconfig.json) - `error TS2345: Argument of type 'Buffer | ProxiedApp' is not assignable to parameter of type 'ProxiedApp'.` - [packages\/apps-engine\/src\/server\/AppManager.ts\#L801](https://github.com/RocketChat/Rocket.Chat/blob/3db5690ee59d03aee86cb7f97abe101493f5249a/packages/apps-engine/src/server/AppManager.ts#L801) - [packages\/apps-engine\/src\/server\/AppManager.ts\#L803](https://github.com/RocketChat/Rocket.Chat/blob/3db5690ee59d03aee86cb7f97abe101493f5249a/packages/apps-engine/src/server/AppManager.ts#L803) - `error TS2339: Property 'getID' does not exist on type 'Buffer | ProxiedApp'.` - [packages\/apps-engine\/src\/server\/AppManager.ts\#L803](https://github.com/RocketChat/Rocket.Chat/blob/3db5690ee59d03aee86cb7f97abe101493f5249a/packages/apps-engine/src/server/AppManager.ts#L803) - `error TS2322: Type 'Buffer | ProxiedApp' is not assignable to type 'ProxiedApp'.` - [packages\/apps-engine\/src\/server\/AppManager.ts\#L804](https://github.com/RocketChat/Rocket.Chat/blob/3db5690ee59d03aee86cb7f97abe101493f5249a/packages/apps-engine/src/server/AppManager.ts#L804)
typescript-bot commented 3 weeks 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 3 weeks 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 3 weeks 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/9e9ef157375db23ded36223646f4cef42a8cf1b6/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/9e9ef157375db23ded36223646f4cef42a8cf1b6/packages/streamable-fs/src/filehandle.ts#L86) - [packages\/streamable-fs\/src\/filehandle.ts\#L96](https://github.com/streetwriters/notesnook/blob/9e9ef157375db23ded36223646f4cef42a8cf1b6/packages/streamable-fs/src/filehandle.ts#L96)
typescript-bot commented 3 weeks ago

TypeStrong/typedoc

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

windingwind/zotero-pdf-translate

### [tsconfig.json](https://github.com/windingwind/zotero-pdf-translate/blob/9eb7d9ebcab09dcb4ffa558ac14782d20b2ef33e/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/9eb7d9ebcab09dcb4ffa558ac14782d20b2ef33e/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/9eb7d9ebcab09dcb4ffa558ac14782d20b2ef33e/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/9eb7d9ebcab09dcb4ffa558ac14782d20b2ef33e/src/utils/crypto.ts#L24) - [src\/utils\/crypto.ts\#L46](https://github.com/windingwind/zotero-pdf-translate/blob/9eb7d9ebcab09dcb4ffa558ac14782d20b2ef33e/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/9eb7d9ebcab09dcb4ffa558ac14782d20b2ef33e/src/utils/crypto.ts#L26) - [src\/utils\/crypto.ts\#L48](https://github.com/windingwind/zotero-pdf-translate/blob/9eb7d9ebcab09dcb4ffa558ac14782d20b2ef33e/src/utils/crypto.ts#L48)