microsoft / TypeScript

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

[NewErrors] 4.9.0-dev.20220814 vs 4.7.4 #50302

Closed typescript-bot closed 2 years ago

typescript-bot commented 2 years ago

The following errors were reported by 4.9.0-dev.20220814, but not by 4.7.4 Pipeline that generated this bug File that generated the pipeline

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

Successfully analyzed 130 of 200 visited repos | Outcome | Count | |---------|-------| | CloneFailed | 2 | | NewBuildHadErrors | 30 | | NewBuildSucceeded | 100 | | OldBuildFailed | 3 | | OldBuildHadErrors | 38 | | PackageInstallFailed | 24 | | UnknownFailure | 3 |

alan2207/bulletproof-react

### [tsconfig.json](https://github.com/alan2207/bulletproof-react/blob/2facb64e827836fcd3ead4c1f7603760b7456619/tsconfig.json) - `error TS2344: Type 'TFormValues' does not satisfy the constraint 'FieldValues'.` - [src/components/Form/Form.tsx#L9](https://github.com/alan2207/bulletproof-react/blob/2facb64e827836fcd3ead4c1f7603760b7456619/src/components/Form/Form.tsx#L9) - [src/components/Form/Form.tsx#L10](https://github.com/alan2207/bulletproof-react/blob/2facb64e827836fcd3ead4c1f7603760b7456619/src/components/Form/Form.tsx#L10) - [src/components/Form/Form.tsx#L11](https://github.com/alan2207/bulletproof-react/blob/2facb64e827836fcd3ead4c1f7603760b7456619/src/components/Form/Form.tsx#L11)

apollographql/apollo-client

### [tsconfig.json](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/tsconfig.json) - `error TS2345: Argument of type '{ store: EntityStore; rootId: string; config: InMemoryCacheConfig; previousResult?: any; optimistic: boolean; returnPartialData?: boolean | undefined; canonizeResults?: boolean | undefined; query: DocumentNode | TypedDocumentNode<...>; variables?: TVariables | undefined; id?: string | undefined; }' is not assignable to parameter of type 'DiffQueryAgainstStoreOptions'.` - [src/cache/inmemory/inMemoryCache.ts#L232](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/cache/inmemory/inMemoryCache.ts#L232) - `error TS2345: Argument of type 'SubscriptionOptions' is not assignable to parameter of type 'SubscriptionOptions'.` - [src/core/ApolloClient.ts#L364](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/ApolloClient.ts#L364) - `error TS2322: Type 'TSubscriptionVariables | undefined' is not assignable to type 'OperationVariables | undefined'.` - [src/core/ObservableQuery.ts#L515](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/ObservableQuery.ts#L515) - `error TS2345: Argument of type 'TVariables' is not assignable to parameter of type 'OperationVariables | undefined'.` - [src/core/QueryManager.ts#L196](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L196) - `error TS2345: Argument of type 'TVariables | undefined' is not assignable to parameter of type 'OperationVariables | undefined'.` - [src/core/QueryManager.ts#L239](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L239) - `error TS2322: Type 'ObservableQuery' is not assignable to type 'ObservableQuery'.` - [src/core/QueryManager.ts#L644](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L644) - `error TS2322: Type 'TVariables | undefined' is not assignable to type 'Record | undefined'.` - [src/core/QueryManager.ts#L645](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L645) - `error TS2345: Argument of type 'TVars | undefined' is not assignable to parameter of type 'OperationVariables | undefined'.` - [src/core/QueryManager.ts#L1041](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L1041) - `error TS2345: Argument of type 'Pick, "variables" | "context" | "fetchPolicy" | "errorPolicy">' is not assignable to parameter of type 'Pick, "variables" | "fetchPolicy" | "errorPolicy">'.` - [src/core/QueryManager.ts#L1056](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L1056) - `error TS2345: Argument of type 'WatchQueryOptions' is not assignable to parameter of type 'WatchQueryOptions'.` - [src/core/QueryManager.ts#L1141](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L1141) - `error TS2345: Argument of type 'TVars | (undefined & TVars)' is not assignable to parameter of type 'OperationVariables | undefined'.` - [src/core/QueryManager.ts#L1170](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L1170) - `error TS2345: Argument of type '(variables: TVars) => ConcastSourcesArray>' is not assignable to parameter of type '(value: { [x: string]: any; }) => ConcastSourcesArray> | PromiseLike>>'.` - [src/core/QueryManager.ts#L1172](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L1172) - `error TS2322: Type 'TVars | undefined' is not assignable to type 'Record | undefined'.` - [src/core/QueryManager.ts#L1357](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L1357) - [src/core/QueryManager.ts#L1387](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L1387) - `error TS2345: Argument of type 'TVars | undefined' is not assignable to parameter of type 'Record | undefined'.` - [src/core/QueryManager.ts#L1361](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/core/QueryManager.ts#L1361) - `error TS2345: Argument of type 'OperationOption>' is not assignable to parameter of type 'OperationOption, TGraphQLVariables, TChildProps, DefaultContext, ApolloCache>'.` - [src/react/hoc/graphql.tsx#L28](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/react/hoc/graphql.tsx#L28) - `error TS2322: Type '(mutate: MutationFunction, { data, ...r }: MutationResult) => JSX.Element' is not assignable to type '(mutateFunction: MutationFunction>, result: MutationResult<...>) => Element | null'.` - [src/react/hoc/mutation-hoc.tsx#L75](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/react/hoc/mutation-hoc.tsx#L75) - `error TS2322: Type 'TProps & TChildProps' is not assignable to type 'IntrinsicAttributes & TProps & TChildProps'.` - [src/react/hoc/mutation-hoc.tsx#L105](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/react/hoc/mutation-hoc.tsx#L105) - [src/react/hoc/query-hoc.tsx#L89](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/react/hoc/query-hoc.tsx#L89) - [src/react/hoc/query-hoc.tsx#L119](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/react/hoc/query-hoc.tsx#L119) - [src/react/hoc/subscription-hoc.tsx#L108](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/react/hoc/subscription-hoc.tsx#L108) - [src/react/hoc/subscription-hoc.tsx#L138](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/react/hoc/subscription-hoc.tsx#L138) - `error TS2322: Type 'TChildProps' is not assignable to type '{ [x: string]: any; }'.` - [src/react/hoc/query-hoc.tsx#L115](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/react/hoc/query-hoc.tsx#L115) - [src/react/hoc/subscription-hoc.tsx#L134](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/react/hoc/subscription-hoc.tsx#L134) - `error TS2769: No overload matches this call.` - [src/utilities/common/cloneDeep.ts#L30](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/utilities/common/cloneDeep.ts#L30) - `error TS2345: Argument of type 'TRelayEdge' is not assignable to parameter of type 'Reference | StoreObject | undefined'.` - [src/utilities/policies/pagination.ts#L110](https://github.com/apollographql/apollo-client/blob/87d0dd140b2b3180dec7671d21136b928c8b7916/src/utilities/policies/pagination.ts#L110)

apollographql/apollo-server

**3 of 5 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/tsconfig.json) - `error TS2345: Argument of type '((() => never) | TContext | undefined) & TContext' is not assignable to parameter of type 'Object'.` - [packages/apollo-server-core/src/runHttpQuery.ts#L352](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/runHttpQuery.ts#L352) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - `error TS2322: Type 'Object' is not assignable to type 'TContext'.` - [packages/apollo-server-core/src/runHttpQuery.ts#L367](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/runHttpQuery.ts#L367) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - `error TS2344: Type 'TContext' does not satisfy the constraint 'BaseContext'.` - [packages/apollo-server-core/src/requestPipeline.ts#L351](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/requestPipeline.ts#L351) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - [packages/apollo-server-core/src/requestPipeline.ts#L370](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/requestPipeline.ts#L370) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - [packages/apollo-server-core/src/requestPipeline.ts#L607](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/requestPipeline.ts#L607) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - [packages/apollo-server-core/src/requestPipeline.ts#L609](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/requestPipeline.ts#L609) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - [packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L88](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L88) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - [packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L391](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L391) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - [packages/apollo-server-core/src/utils/pluginTestHarness.ts#L50](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/utils/pluginTestHarness.ts#L50) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - [packages/apollo-server-core/src/utils/pluginTestHarness.ts#L153](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/utils/pluginTestHarness.ts#L153) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - [packages/apollo-server-core/src/utils/pluginTestHarness.ts#L257](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/utils/pluginTestHarness.ts#L257) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - `error TS2345: Argument of type 'GraphQLRequestExecutionListener' is not assignable to parameter of type 'GraphQLRequestExecutionListener'.` - [packages/apollo-server-core/src/requestPipeline.ts#L359](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/requestPipeline.ts#L359) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - [packages/apollo-server-core/src/utils/pluginTestHarness.ts#L246](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/utils/pluginTestHarness.ts#L246) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - `error TS2345: Argument of type 'GraphQLRequestContextExecutionDidStart' is not assignable to parameter of type 'GraphQLRequestContextExecutionDidStart>'.` - [packages/apollo-server-core/src/requestPipeline.ts#L498](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/requestPipeline.ts#L498) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - `error TS2345: Argument of type 'Mutable>' is not assignable to parameter of type 'GraphQLRequestContext'.` - [packages/apollo-server-core/src/requestPipeline.ts#L613](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/requestPipeline.ts#L613) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - `error TS2345: Argument of type 'GraphQLRequestListener' is not assignable to parameter of type 'GraphQLRequestListener'.` - [packages/apollo-server-core/src/requestPipeline.ts#L615](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/requestPipeline.ts#L615) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - `error TS2322: Type '(requestContext: GraphQLRequestContext) => Promise>' is not assignable to type '(requestContext: GraphQLRequestContext) => Promise>'.` - [packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L97](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L97) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json) - `error TS2345: Argument of type 'GraphQLRequestContextDidResolveSource' is not assignable to parameter of type 'GraphQLRequestContext & GraphQLRequestContext>'.` - [packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L492](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L492) in [packages/apollo-server-core/tsconfig.json](https://github.com/apollographql/apollo-server/blob/7983343c3df91ca704c5361da3ecf0db57ab39a4/packages/apollo-server-core/tsconfig.json)

appsmithorg/appsmith

**1 of 4 projects failed to build with the old tsc and were ignored** ### [app/client/tsconfig.json](https://github.com/appsmithorg/appsmith/blob/ba9281cf77d3680bc8c072f9a0973cec9d778ccd/app/client/tsconfig.json) - `error TS2345: Argument of type 'Record | unknown[] | TValues | undefined' is not assignable to parameter of type '{ [x: string]: any; } | { [x: string]: any; } | undefined'.` - [app/client/src/widgets/JSONFormWidget/component/Form.tsx#L232](https://github.com/appsmithorg/appsmith/blob/ba9281cf77d3680bc8c072f9a0973cec9d778ccd/app/client/src/widgets/JSONFormWidget/component/Form.tsx#L232)

backstage/backstage

**4 of 9 projects failed to build with the old tsc and were ignored** ### [scripts/tsconfig.json](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/scripts/tsconfig.json) - `error TS2344: Type 'TOptions' does not satisfy the constraint 'Answers'.` - [packages/cli/src/lib/create/types.ts#L40](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/cli/src/lib/create/types.ts#L40) - `error TS2344: Type 'T' does not satisfy the constraint 'JsonValue'.` - [packages/core-app-api/src/apis/implementations/StorageApi/WebStorage.ts#L89](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-app-api/src/apis/implementations/StorageApi/WebStorage.ts#L89) - [packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L104](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L104) - [packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L112](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L112) - `error TS2322: Type 'Observable>' is not assignable to type 'Observable>'.` - [packages/core-app-api/src/apis/implementations/StorageApi/WebStorage.ts#L90](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-app-api/src/apis/implementations/StorageApi/WebStorage.ts#L90) - [packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L105](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L105) - `error TS2339: Property 'children' does not exist on type '{}'.` - [packages/core-components/src/layout/TabbedCard/TabbedCard.tsx#L99](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-components/src/layout/TabbedCard/TabbedCard.tsx#L99) - `error TS2322: Type 'P' is not assignable to type 'IntrinsicAttributes & P & { children?: ReactNode; }'.` - [packages/core-plugin-api/src/analytics/AnalyticsContext.tsx#L101](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-plugin-api/src/analytics/AnalyticsContext.tsx#L101) - `error TS2322: Type 'P & T' is not assignable to type 'IntrinsicAttributes & P & { children?: ReactNode; }'.` - [packages/core-plugin-api/src/apis/system/useApi.tsx#L82](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-plugin-api/src/apis/system/useApi.tsx#L82) - `error TS2345: Argument of type 'StorageValueSnapshot' is not assignable to parameter of type 'StorageValueSnapshot'.` - [packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L114](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L114) - `error TS2322: Type 'EntityFilters[keyof EntityFilters]' is not assignable to type 'EntityFilter | undefined'.` - [plugins/catalog-react/src/hooks/useEntityListProvider.tsx#L164](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/plugins/catalog-react/src/hooks/useEntityListProvider.tsx#L164) - `error TS2344: Type 'T' does not satisfy the constraint 'readonly any[] | Record'.` - [plugins/rollbar-backend/src/api/RollbarApi.ts#L118](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/plugins/rollbar-backend/src/api/RollbarApi.ts#L118) - `error TS2344: Type 'TInputProps' does not satisfy the constraint '{}'.` - [plugins/scaffolder/src/extensions/types.ts#L42](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/plugins/scaffolder/src/extensions/types.ts#L42) - `error TS2322: Type 'TComponentProps' is not assignable to type 'IntrinsicAttributes & TComponentProps & { children?: ReactNode; }'.` - [plugins/techdocs-react/src/addons.tsx#L77](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/plugins/techdocs-react/src/addons.tsx#L77) ### [tsconfig.json](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/tsconfig.json) - `error TS2344: Type 'TOptions' does not satisfy the constraint 'Answers'.` - [packages/cli/src/lib/create/types.ts#L40](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/cli/src/lib/create/types.ts#L40) - `error TS2344: Type 'T' does not satisfy the constraint 'JsonValue'.` - [packages/core-app-api/src/apis/implementations/StorageApi/WebStorage.ts#L89](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-app-api/src/apis/implementations/StorageApi/WebStorage.ts#L89) - [packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L104](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L104) - [packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L112](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L112) - `error TS2322: Type 'Observable>' is not assignable to type 'Observable>'.` - [packages/core-app-api/src/apis/implementations/StorageApi/WebStorage.ts#L90](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-app-api/src/apis/implementations/StorageApi/WebStorage.ts#L90) - [packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L105](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L105) - `error TS2339: Property 'children' does not exist on type '{}'.` - [packages/core-components/src/layout/TabbedCard/TabbedCard.tsx#L99](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-components/src/layout/TabbedCard/TabbedCard.tsx#L99) - `error TS2322: Type 'P' is not assignable to type 'IntrinsicAttributes & P & { children?: ReactNode; }'.` - [packages/core-plugin-api/src/analytics/AnalyticsContext.tsx#L101](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-plugin-api/src/analytics/AnalyticsContext.tsx#L101) - `error TS2322: Type 'P & T' is not assignable to type 'IntrinsicAttributes & P & { children?: ReactNode; }'.` - [packages/core-plugin-api/src/apis/system/useApi.tsx#L82](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/core-plugin-api/src/apis/system/useApi.tsx#L82) - `error TS2345: Argument of type 'StorageValueSnapshot' is not assignable to parameter of type 'StorageValueSnapshot'.` - [packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L114](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/packages/test-utils/src/testUtils/apis/StorageApi/MockStorageApi.ts#L114) - `error TS2322: Type 'EntityFilters[keyof EntityFilters]' is not assignable to type 'EntityFilter | undefined'.` - [plugins/catalog-react/src/hooks/useEntityListProvider.tsx#L164](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/plugins/catalog-react/src/hooks/useEntityListProvider.tsx#L164) - `error TS2344: Type 'T' does not satisfy the constraint 'readonly any[] | Record'.` - [plugins/rollbar-backend/src/api/RollbarApi.ts#L118](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/plugins/rollbar-backend/src/api/RollbarApi.ts#L118) - `error TS2344: Type 'TInputProps' does not satisfy the constraint '{}'.` - [plugins/scaffolder/src/extensions/types.ts#L42](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/plugins/scaffolder/src/extensions/types.ts#L42) - `error TS2322: Type 'TComponentProps' is not assignable to type 'IntrinsicAttributes & TComponentProps & { children?: ReactNode; }'.` - [plugins/techdocs-react/src/addons.tsx#L77](https://github.com/backstage/backstage/blob/e8b6268ffc404688a1a49a779bf83056e4a4baac/plugins/techdocs-react/src/addons.tsx#L77)

desktop/desktop

### [tsconfig.json](https://github.com/desktop/desktop/blob/c08377f852389dea2d6e554a5a41d5bceb866924/tsconfig.json) - `error TS2322: Type 'T[Extract]' is not assignable to type '({} & T)[Extract]'.` - [app/src/lib/merge.ts#L5](https://github.com/desktop/desktop/blob/c08377f852389dea2d6e554a5a41d5bceb866924/app/src/lib/merge.ts#L5) - `error TS2554: Expected 1 arguments, but got 0.` - [app/src/lib/stores/helpers/repository-indicator-updater.ts#L128](https://github.com/desktop/desktop/blob/c08377f852389dea2d6e554a5a41d5bceb866924/app/src/lib/stores/helpers/repository-indicator-updater.ts#L128)

facebook/flipper

**5 of 8 projects failed to build with the old tsc and were ignored** ### [js/js-flipper/tsconfig.json](https://github.com/facebook/flipper/blob/02c21f5cb015b07b1499a5fc1171a3698a865a17/js/js-flipper/tsconfig.json) - `error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'FlipperPluginReceiverRes'.` - [js/js-flipper/src/connection.ts#L50](https://github.com/facebook/flipper/blob/02c21f5cb015b07b1499a5fc1171a3698a865a17/js/js-flipper/src/connection.ts#L50)

framer/motion

**3 of 4 projects failed to build with the old tsc and were ignored** ### [packages/framer-motion/tsconfig.json](https://github.com/framer/motion/blob/7f3952f8603a866da9cc034b7fc22d3ada92f62f/packages/framer-motion/tsconfig.json) - `error TS2344: Type 'Props' does not satisfy the constraint '{}'.` - [packages/framer-motion/src/render/dom/motion-proxy.ts#L47](https://github.com/framer/motion/blob/7f3952f8603a866da9cc034b7fc22d3ada92f62f/packages/framer-motion/src/render/dom/motion-proxy.ts#L47)

graphql/graphql-js

**1 of 2 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/graphql/graphql-js/blob/e8e174bfdfb7601b60b670ea1b0822a9ff02982a/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [src/utilities/extendSchema.ts#L261](https://github.com/graphql/graphql-js/blob/e8e174bfdfb7601b60b670ea1b0822a9ff02982a/src/utilities/extendSchema.ts#L261)

JedWatson/react-select

**2 of 5 projects failed to build with the old tsc and were ignored** ### [packages/react-select/tsconfig.json](https://github.com/JedWatson/react-select/blob/4b8468636bcfadf0cfe45f9a7a6c1db5dca08d9a/packages/react-select/tsconfig.json) - `error TS2769: No overload matches this call.` - [packages/react-select/src/animated/ValueContainer.tsx#L75](https://github.com/JedWatson/react-select/blob/4b8468636bcfadf0cfe45f9a7a6c1db5dca08d9a/packages/react-select/src/animated/ValueContainer.tsx#L75)

kamranahmedse/developer-roadmap

### [tsconfig.json](https://github.com/kamranahmedse/developer-roadmap/blob/c5387e592b9df22f42cb0981eaeddd321b1aa0d4/tsconfig.json) - `error TS2344: Type 'K' does not satisfy the constraint 'Record'.` - file:///mnt/ts_downloads/developer-roadmap/node_modules/@chakra-ui/descendant/src/use-descendant.ts#L11 - file:///mnt/ts_downloads/developer-roadmap/node_modules/@chakra-ui/descendant/src/use-descendant.ts#L87 - file:///mnt/ts_downloads/developer-roadmap/node_modules/@chakra-ui/descendant/src/use-descendant.ts#L91

lensapp/lens

**6 of 8 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/tsconfig.json) - `error TS2344: Type 'T' does not satisfy the constraint 'Record'.` - [src/common/base-store.ts#L35](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/base-store.ts#L35) - `error TS2322: Type 'Conf>' is not assignable to type 'Conf'.` - [src/common/base-store.ts#L61](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/base-store.ts#L61) - `error TS2532: Object is possibly 'undefined'.` - [src/common/base-store.ts#L68](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/base-store.ts#L68) - `error TS2769: No overload matches this call.` - [src/common/base-store.ts#L108](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/base-store.ts#L108) - [src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-object-for-extension-api-with-modifications.ts#L20](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-object-for-extension-api-with-modifications.ts#L20) - [src/renderer/utils/storageHelper.ts#L166](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/renderer/utils/storageHelper.ts#L166) - [src/renderer/utils/storageHelper.ts#L169](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/renderer/utils/storageHelper.ts#L169) - `error TS2345: Argument of type 'BaseStoreParams' is not assignable to parameter of type 'Readonly>>>'.` - [src/common/get-configuration-file-model/get-configuration-file-model.injectable.ts#L11](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/get-configuration-file-model/get-configuration-file-model.injectable.ts#L11) - `error TS2322: Type 'T' is not assignable to type 'PartialObjectDeep | undefined'.` - [src/common/k8s-api/endpoints/metrics.api.ts#L72](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/k8s-api/endpoints/metrics.api.ts#L72) - `error TS2344: Type 'T' does not satisfy the constraint '{ [K in keyof T]?: string | undefined; }'.` - [src/common/protocol-handler/router.ts#L274](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/protocol-handler/router.ts#L274) - [src/common/protocol-handler/router.ts#L274](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/protocol-handler/router.ts#L274) - `error TS2552: Cannot find name 'ReadableStreamDefaultReadResult'. Did you mean 'ReadableStreamDefaultReader'?` - [src/common/utils/readableStream.ts#L27](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/utils/readableStream.ts#L27) - `error TS2345: Argument of type 'T' is not assignable to parameter of type 'Singleton'.` - [src/common/utils/singleton.ts#L38](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/utils/singleton.ts#L38) - `error TS2322: Type '{ someModificationProperty: string; }' is not assignable to type '{ someProperty: string; } & { someModificationProperty: string; }'.` - [src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-object-for-extension-api-with-modifications.test.ts#L39](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-object-for-extension-api-with-modifications.test.ts#L39) - `error TS2339: Property 'getData' does not exist on type '{ createPodTab: ({ selectedPod, selectedContainer }: PodLogsTabData) => string; createWorkloadTab: ({ workload }: WorkloadLogsTabData) => string | undefined; renameTab: (tabId: string) => void; tabs: undefined; }'.` - [src/extensions/renderer-api/components.ts#L113](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/extensions/renderer-api/components.ts#L113) - `error TS2344: Type 'Params' does not satisfy the constraint '{ [K in keyof Params]?: string | undefined; }'.` - [src/renderer/navigation/match-route.injectable.ts#L10](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/renderer/navigation/match-route.injectable.ts#L10) - `error TS2322: Type 'match<{ [K in keyof Params]?: string | undefined; }> | null' is not assignable to type 'match | null'.` - [src/renderer/navigation/match-route.injectable.ts#L17](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/renderer/navigation/match-route.injectable.ts#L17) ### [webpack/tsconfig.json](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/webpack/tsconfig.json) - `error TS2344: Type 'T' does not satisfy the constraint 'Record'.` - [src/common/base-store.ts#L35](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/base-store.ts#L35) - `error TS2322: Type 'Conf>' is not assignable to type 'Conf'.` - [src/common/base-store.ts#L61](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/base-store.ts#L61) - `error TS2532: Object is possibly 'undefined'.` - [src/common/base-store.ts#L68](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/base-store.ts#L68) - `error TS2769: No overload matches this call.` - [src/common/base-store.ts#L108](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/base-store.ts#L108) - [src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-object-for-extension-api-with-modifications.ts#L20](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-object-for-extension-api-with-modifications.ts#L20) - [src/renderer/utils/storageHelper.ts#L166](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/renderer/utils/storageHelper.ts#L166) - [src/renderer/utils/storageHelper.ts#L169](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/renderer/utils/storageHelper.ts#L169) - `error TS2345: Argument of type 'BaseStoreParams' is not assignable to parameter of type 'Readonly>>>'.` - [src/common/get-configuration-file-model/get-configuration-file-model.injectable.ts#L11](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/get-configuration-file-model/get-configuration-file-model.injectable.ts#L11) - `error TS2322: Type 'T' is not assignable to type 'PartialObjectDeep | undefined'.` - [src/common/k8s-api/endpoints/metrics.api.ts#L72](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/k8s-api/endpoints/metrics.api.ts#L72) - `error TS2344: Type 'T' does not satisfy the constraint '{ [K in keyof T]?: string | undefined; }'.` - [src/common/protocol-handler/router.ts#L274](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/protocol-handler/router.ts#L274) - [src/common/protocol-handler/router.ts#L274](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/protocol-handler/router.ts#L274) - `error TS2552: Cannot find name 'ReadableStreamDefaultReadResult'. Did you mean 'ReadableStreamDefaultReader'?` - [src/common/utils/readableStream.ts#L27](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/utils/readableStream.ts#L27) - `error TS2345: Argument of type 'T' is not assignable to parameter of type 'Singleton'.` - [src/common/utils/singleton.ts#L38](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/common/utils/singleton.ts#L38) - `error TS2322: Type '{ someModificationProperty: string; }' is not assignable to type '{ someProperty: string; } & { someModificationProperty: string; }'.` - [src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-object-for-extension-api-with-modifications.test.ts#L39](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/extensions/as-legacy-globals-for-extension-api/as-legacy-global-object-for-extension-api-with-modifications.test.ts#L39) - `error TS2339: Property 'getData' does not exist on type '{ createPodTab: ({ selectedPod, selectedContainer }: PodLogsTabData) => string; createWorkloadTab: ({ workload }: WorkloadLogsTabData) => string | undefined; renameTab: (tabId: string) => void; tabs: undefined; }'.` - [src/extensions/renderer-api/components.ts#L113](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/extensions/renderer-api/components.ts#L113) - `error TS2344: Type 'Params' does not satisfy the constraint '{ [K in keyof Params]?: string | undefined; }'.` - [src/renderer/navigation/match-route.injectable.ts#L10](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/renderer/navigation/match-route.injectable.ts#L10) - `error TS2322: Type 'match<{ [K in keyof Params]?: string | undefined; }> | null' is not assignable to type 'match | null'.` - [src/renderer/navigation/match-route.injectable.ts#L17](https://github.com/lensapp/lens/blob/6d37019089452449bb6d1cef42b8eac84c4ec2c2/src/renderer/navigation/match-route.injectable.ts#L17)

mantinedev/mantine

**21 of 28 projects failed to build with the old tsc and were ignored** ### [src/mantine-hooks/tsconfig.build.json](https://github.com/mantinedev/mantine/blob/b382ce721586f240b6e2a446f5177708dc0ca4c4/src/mantine-hooks/tsconfig.build.json) - `error TS2339: Property 'connection' does not exist on type 'Navigator'.` - [src/mantine-hooks/src/use-network/use-network.ts#L49](https://github.com/mantinedev/mantine/blob/b382ce721586f240b6e2a446f5177708dc0ca4c4/src/mantine-hooks/src/use-network/use-network.ts#L49) in [src/mantine-hooks/tsconfig.build.json](https://github.com/mantinedev/mantine/blob/b382ce721586f240b6e2a446f5177708dc0ca4c4/src/mantine-hooks/tsconfig.build.json) - [src/mantine-hooks/src/use-network/use-network.ts#L51](https://github.com/mantinedev/mantine/blob/b382ce721586f240b6e2a446f5177708dc0ca4c4/src/mantine-hooks/src/use-network/use-network.ts#L51) in [src/mantine-hooks/tsconfig.build.json](https://github.com/mantinedev/mantine/blob/b382ce721586f240b6e2a446f5177708dc0ca4c4/src/mantine-hooks/tsconfig.build.json) - [src/mantine-hooks/src/use-network/use-network.ts#L52](https://github.com/mantinedev/mantine/blob/b382ce721586f240b6e2a446f5177708dc0ca4c4/src/mantine-hooks/src/use-network/use-network.ts#L52) in [src/mantine-hooks/tsconfig.build.json](https://github.com/mantinedev/mantine/blob/b382ce721586f240b6e2a446f5177708dc0ca4c4/src/mantine-hooks/tsconfig.build.json)

nhn/tui.editor

**3 of 9 projects failed to build with the old tsc and were ignored** ### [libs/toastmark/tsconfig.json](https://github.com/nhn/tui.editor/blob/06355b6c1885fa2b5109209e93292c7f2367e4d7/libs/toastmark/tsconfig.json) - `error TS2769: No overload matches this call.` - [libs/toastmark/src/helper.ts#L21](https://github.com/nhn/tui.editor/blob/06355b6c1885fa2b5109209e93292c7f2367e4d7/libs/toastmark/src/helper.ts#L21)

pubkey/rxdb

**5 of 9 projects failed to build with the old tsc and were ignored** ### [config/tsconfig.types.json](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/config/tsconfig.types.json) - `error TS2322: Type 'RxDocumentWriteData>' is not assignable to type 'RxDocumentWriteData>'.` - [src/plugins/local-documents/local-documents.ts#L55](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/plugins/local-documents/local-documents.ts#L55) - `error TS2345: Argument of type '() => DocData' is not assignable to parameter of type 'AtomicUpdateFunction<{}>'.` - [src/plugins/local-documents/local-documents.ts#L83](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/plugins/local-documents/local-documents.ts#L83) - `error TS2769: No overload matches this call.` - [src/rx-collection.ts#L325](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/rx-collection.ts#L325) - [src/rx-database.ts#L505](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/rx-database.ts#L505) - `error TS2322: Type '{ _attachments: {}; _meta: RxDocumentMeta; _rev: string; _deleted: boolean; }' is not assignable to type 'RxDocumentWriteData'.` - [src/rx-collection.ts#L331](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/rx-collection.ts#L331) ### [tsconfig.json](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/tsconfig.json) - `error TS2322: Type 'RxDocumentWriteData>' is not assignable to type 'RxDocumentWriteData>'.` - [src/plugins/local-documents/local-documents.ts#L55](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/plugins/local-documents/local-documents.ts#L55) - `error TS2345: Argument of type '() => DocData' is not assignable to parameter of type 'AtomicUpdateFunction<{}>'.` - [src/plugins/local-documents/local-documents.ts#L83](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/plugins/local-documents/local-documents.ts#L83) - `error TS2769: No overload matches this call.` - [src/rx-collection.ts#L325](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/rx-collection.ts#L325) - [src/rx-database.ts#L505](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/rx-database.ts#L505) - `error TS2322: Type '{ _attachments: {}; _meta: RxDocumentMeta; _rev: string; _deleted: boolean; }' is not assignable to type 'RxDocumentWriteData'.` - [src/rx-collection.ts#L331](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/src/rx-collection.ts#L331) - `error TS2322: Type '{ foo: { digest: string; length: number; data: string; type: string; }; }' is not assignable to type '{ [attachmentId: string]: RxAttachmentData; } & { [attachmentId: string]: RxAttachmentData | RxAttachmentWriteData; }'.` - [test/unit/rx-storage-implementations.test.ts#L2178](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/test/unit/rx-storage-implementations.test.ts#L2178) - [test/unit/rx-storage-implementations.test.ts#L2237](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/test/unit/rx-storage-implementations.test.ts#L2237) - [test/unit/rx-storage-implementations.test.ts#L2345](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/test/unit/rx-storage-implementations.test.ts#L2345) - [test/unit/rx-storage-implementations.test.ts#L2432](https://github.com/pubkey/rxdb/blob/434bfe6d07c5fec479236fa04b00dd090eb393ce/test/unit/rx-storage-implementations.test.ts#L2432)

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/7bbf277f1762c3de874e88c879cc10eabc4e3acb/tsconfig.json) - `error TS2533: Object is possibly 'null' or 'undefined'.` - [src/logic/getFieldValueAs.ts#L15](https://github.com/react-hook-form/react-hook-form/blob/7bbf277f1762c3de874e88c879cc10eabc4e3acb/src/logic/getFieldValueAs.ts#L15) - [src/logic/validateField.ts#L124](https://github.com/react-hook-form/react-hook-form/blob/7bbf277f1762c3de874e88c879cc10eabc4e3acb/src/logic/validateField.ts#L124)

react-navigation/react-navigation

**1 of 14 projects failed to build with the old tsc and were ignored** ### [packages/core/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.build.json) - `error TS2344: Type 'T' does not satisfy the constraint '{}'.` - [packages/core/src/types.tsx#L696](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/types.tsx#L696) in [packages/core/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.build.json) - `error TS2344: Type 'ParamList' does not satisfy the constraint '{}'.` - [packages/core/src/getPathFromState.tsx#L14](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/getPathFromState.tsx#L14) in [packages/core/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.build.json) - `error TS2349: This expression is not callable.` - [packages/core/src/useDescriptors.tsx#L180](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/useDescriptors.tsx#L180) in [packages/core/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.build.json) - `error TS2339: Property 'name' does not exist on type '{}'.` - [packages/core/src/useNavigationBuilder.tsx#L141](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/useNavigationBuilder.tsx#L141) in [packages/core/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.build.json) - [packages/core/src/useNavigationBuilder.tsx#L141](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/useNavigationBuilder.tsx#L141) in [packages/core/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.build.json) ### [example/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/example/tsconfig.json) - `error TS2344: Type 'T' does not satisfy the constraint '{}'.` - [packages/core/src/types.tsx#L696](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/types.tsx#L696) in [packages/core/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.json) - `error TS2344: Type 'ParamList' does not satisfy the constraint '{}'.` - [packages/core/src/getPathFromState.tsx#L14](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/getPathFromState.tsx#L14) in [packages/core/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.json) - `error TS2349: This expression is not callable.` - [packages/core/src/useDescriptors.tsx#L180](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/useDescriptors.tsx#L180) in [packages/core/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.json) - `error TS2339: Property 'name' does not exist on type '{}'.` - [packages/core/src/useNavigationBuilder.tsx#L141](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/useNavigationBuilder.tsx#L141) in [packages/core/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.json) - [packages/core/src/useNavigationBuilder.tsx#L141](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/useNavigationBuilder.tsx#L141) in [packages/core/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/tsconfig.json) ### [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/tsconfig.json) - `error TS2344: Type 'T' does not satisfy the constraint '{}'.` - [packages/core/src/types.tsx#L696](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/types.tsx#L696) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/tsconfig.json) - `error TS2344: Type 'ParamList' does not satisfy the constraint '{}'.` - [packages/core/src/getPathFromState.tsx#L14](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/getPathFromState.tsx#L14) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/tsconfig.json) - `error TS2349: This expression is not callable.` - [packages/core/src/useDescriptors.tsx#L180](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/useDescriptors.tsx#L180) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/tsconfig.json) - `error TS2339: Property 'name' does not exist on type '{}'.` - [packages/core/src/useNavigationBuilder.tsx#L141](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/useNavigationBuilder.tsx#L141) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/tsconfig.json) - [packages/core/src/useNavigationBuilder.tsx#L141](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/packages/core/src/useNavigationBuilder.tsx#L141) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/tsconfig.json) - `error TS2590: Expression produces a union type that is too complex to represent.` - [example/src/index.tsx#L280](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/example/src/index.tsx#L280) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/3d0d3dda498781d51ff4f1a11e2656f9eeebb7ef/tsconfig.json)

redis/node-redis

**1 of 8 projects failed to build with the old tsc and were ignored** ### [packages/client/tsconfig.json](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/tsconfig.json) - `error TS2345: Argument of type '{ readonly [symbol]: true; } | undefined' is not assignable to parameter of type 'ClientCommandOptions | undefined'.` - [packages/client/lib/client/index.ts#L369](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/client/index.ts#L369) - [packages/client/lib/client/index.ts#L412](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/client/index.ts#L412) - [packages/client/lib/client/index.ts#L436](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/client/index.ts#L436) - [packages/client/lib/cluster/index.ts#L106](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/cluster/index.ts#L106) - [packages/client/lib/cluster/index.ts#L138](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/cluster/index.ts#L138) - [packages/client/lib/cluster/index.ts#L166](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/cluster/index.ts#L166) ### [packages/test-utils/tsconfig.json](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/test-utils/tsconfig.json) - `error TS2345: Argument of type '{ readonly [symbol]: true; } | undefined' is not assignable to parameter of type 'ClientCommandOptions | undefined'.` - [packages/client/lib/client/index.ts#L369](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/client/index.ts#L369) - [packages/client/lib/client/index.ts#L412](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/client/index.ts#L412) - [packages/client/lib/client/index.ts#L436](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/client/index.ts#L436) - [packages/client/lib/cluster/index.ts#L106](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/cluster/index.ts#L106) - [packages/client/lib/cluster/index.ts#L138](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/cluster/index.ts#L138) - [packages/client/lib/cluster/index.ts#L166](https://github.com/redis/node-redis/blob/60ad6aab0b4ef985303a559b3af8a37a17ed2363/packages/client/lib/cluster/index.ts#L166)

remotion-dev/remotion

**6 of 14 projects failed to build with the old tsc and were ignored** ### [packages/lambda/tsconfig.json](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/tsconfig.json) - `error TS2322: Type '{ output: string; size: number; bucketName: string; estimatedPrice: CostsInfo; renderId: string; }' is not assignable to type 'LambdaReturnValues[T]'.` - [packages/lambda/src/functions/index.ts#L38](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/src/functions/index.ts#L38) in [packages/lambda/tsconfig.json](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/tsconfig.json) - `error TS2322: Type '{ bucketName: string; renderId: string; }' is not assignable to type 'LambdaReturnValues[T]'.` - [packages/lambda/src/functions/index.ts#L48](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/src/functions/index.ts#L48) in [packages/lambda/tsconfig.json](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/tsconfig.json) - `error TS2322: Type 'void' is not assignable to type 'LambdaReturnValues[T]'.` - [packages/lambda/src/functions/index.ts#L57](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/src/functions/index.ts#L57) in [packages/lambda/tsconfig.json](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/tsconfig.json) - [packages/lambda/src/functions/index.ts#L81](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/src/functions/index.ts#L81) in [packages/lambda/tsconfig.json](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/tsconfig.json) - `error TS2322: Type 'RenderProgress' is not assignable to type 'LambdaReturnValues[T]'.` - [packages/lambda/src/functions/index.ts#L65](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/src/functions/index.ts#L65) in [packages/lambda/tsconfig.json](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/tsconfig.json) - `error TS2322: Type '{ version: LambdaVersions; }' is not assignable to type 'LambdaReturnValues[T]'.` - [packages/lambda/src/functions/index.ts#L92](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/src/functions/index.ts#L92) in [packages/lambda/tsconfig.json](https://github.com/remotion-dev/remotion/blob/9df34c4094ac5596dd53ee1982b347676ed38bc7/packages/lambda/tsconfig.json)

rt2zz/redux-persist

### [tsconfig.json](https://github.com/rt2zz/redux-persist/blob/d8b01a085e3679db43503a3858e8d4759d6f22fa/tsconfig.json) - `error TS2322: Type 'KeyAccessState | S' is not assignable to type 'S'.` - [src/persistReducer.ts#L183](https://github.com/rt2zz/redux-persist/blob/d8b01a085e3679db43503a3858e8d4759d6f22fa/src/persistReducer.ts#L183) - `error TS2345: Argument of type 'S' is not assignable to parameter of type 'S & KeyAccessState'.` - [src/persistReducer.ts#L185](https://github.com/rt2zz/redux-persist/blob/d8b01a085e3679db43503a3858e8d4759d6f22fa/src/persistReducer.ts#L185)

sindresorhus/got

### [tsconfig.json](https://github.com/sindresorhus/got/blob/0947389926700036f9fc4a80e05ddfefcdd3680a/tsconfig.json) - `error TS2339: Property 'headers' does not exist on type 'unknown'.` - [test/cookies.ts#L216](https://github.com/sindresorhus/got/blob/0947389926700036f9fc4a80e05ddfefcdd3680a/test/cookies.ts#L216) - [test/redirects.ts#L490](https://github.com/sindresorhus/got/blob/0947389926700036f9fc4a80e05ddfefcdd3680a/test/redirects.ts#L490) - [test/redirects.ts#L505](https://github.com/sindresorhus/got/blob/0947389926700036f9fc4a80e05ddfefcdd3680a/test/redirects.ts#L505) - `error TS2339: Property 'foo' does not exist on type 'unknown'.` - [test/create.ts#L378](https://github.com/sindresorhus/got/blob/0947389926700036f9fc4a80e05ddfefcdd3680a/test/create.ts#L378) - `error TS2339: Property 'authorization' does not exist on type 'unknown'.` - [test/headers.ts#L307](https://github.com/sindresorhus/got/blob/0947389926700036f9fc4a80e05ddfefcdd3680a/test/headers.ts#L307) - [test/headers.ts#L315](https://github.com/sindresorhus/got/blob/0947389926700036f9fc4a80e05ddfefcdd3680a/test/headers.ts#L315) - `error TS2339: Property 'accept' does not exist on type 'unknown'.` - [test/retry.ts#L584](https://github.com/sindresorhus/got/blob/0947389926700036f9fc4a80e05ddfefcdd3680a/test/retry.ts#L584)

socketio/socket.io

**4 of 11 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/socketio/socket.io/blob/9890b036cf942f6b6ad2afeb6a8361c32cd5d528/tsconfig.json) - `error TS2344: Type 'ListenEvents' does not satisfy the constraint 'EventsMap'.` - [lib/namespace.ts#L41](https://github.com/socketio/socket.io/blob/9890b036cf942f6b6ad2afeb6a8361c32cd5d528/lib/namespace.ts#L41) - [lib/namespace.ts#L47](https://github.com/socketio/socket.io/blob/9890b036cf942f6b6ad2afeb6a8361c32cd5d528/lib/namespace.ts#L47)
typescript-bot commented 2 years ago

styled-components/styled-components

### [packages/styled-components/tsconfig.json](https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages/styled-components/src/models/StyledComponent.ts#L64](https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledComponent.ts#L64) - [packages/styled-components/src/models/StyledNativeComponent.ts#L35](https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledNativeComponent.ts#L35) - `error TS7053: Element implicitly has an 'any' type because expression of type '"className"' can't be used to index type 'Partial'.` - [packages/styled-components/src/models/StyledComponent.ts#L73](https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledComponent.ts#L73) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Partial'.` - [packages/styled-components/src/models/StyledComponent.ts#L74](https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledComponent.ts#L74) - `error TS2345: Argument of type 'T' is not assignable to parameter of type 'Object'.` - [packages/styled-components/src/models/StyledComponent.ts#L93](https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledComponent.ts#L93) - `error TS2344: Type 'OuterProps' does not satisfy the constraint 'ExtensibleObject'.` - [packages/styled-components/src/models/StyledComponent.ts#L242](https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/models/StyledComponent.ts#L242) - `error TS2344: Type 'ExpectedProps & PropsToBeInjectedIntoActualComponent' does not satisfy the constraint '{}'.` - [packages/styled-components/src/types.ts#L163](https://github.com/styled-components/styled-components/blob/da8151762dcf72735ffba358173d4c097f6d5888/packages/styled-components/src/types.ts#L163)

tailwindlabs/headlessui

**3 of 4 projects failed to build with the old tsc and were ignored** ### [packages/@headlessui-vue/tsconfig.json](https://github.com/tailwindlabs/headlessui/blob/486ac8075d698e3685f993b8034d28a831331988/packages/@headlessui-vue/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages/@headlessui-vue/src/hooks/use-inert-others.ts#L18](https://github.com/tailwindlabs/headlessui/blob/486ac8075d698e3685f993b8034d28a831331988/packages/@headlessui-vue/src/hooks/use-inert-others.ts#L18) - [packages/@headlessui-vue/src/hooks/use-inert-others.ts#L28](https://github.com/tailwindlabs/headlessui/blob/486ac8075d698e3685f993b8034d28a831331988/packages/@headlessui-vue/src/hooks/use-inert-others.ts#L28) - [packages/@headlessui-vue/src/hooks/use-inert-others.ts#L68](https://github.com/tailwindlabs/headlessui/blob/486ac8075d698e3685f993b8034d28a831331988/packages/@headlessui-vue/src/hooks/use-inert-others.ts#L68) - [packages/@headlessui-vue/src/hooks/use-inert-others.ts#L98](https://github.com/tailwindlabs/headlessui/blob/486ac8075d698e3685f993b8034d28a831331988/packages/@headlessui-vue/src/hooks/use-inert-others.ts#L98)

Tencent/vConsole

### [tsconfig.json](https://github.com/Tencent/vConsole/blob/f3aaff59e76d422161ba24e3e4f66c7052f2649f/tsconfig.json) - `error TS2339: Property 'apply' does not exist on type 'string extends keyof T ? T[keyof T & string] : any'.` - [src/network/fetch.proxy.ts#L36](https://github.com/Tencent/vConsole/blob/f3aaff59e76d422161ba24e3e4f66c7052f2649f/src/network/fetch.proxy.ts#L36) ### [tsconfig.type.json](https://github.com/Tencent/vConsole/blob/f3aaff59e76d422161ba24e3e4f66c7052f2649f/tsconfig.type.json) - `error TS2339: Property 'apply' does not exist on type 'string extends keyof T ? T[keyof T & string] : any'.` - [src/network/fetch.proxy.ts#L36](https://github.com/Tencent/vConsole/blob/f3aaff59e76d422161ba24e3e4f66c7052f2649f/src/network/fetch.proxy.ts#L36)

typeorm/typeorm

### [tsconfig.json](https://github.com/typeorm/typeorm/blob/bb33cd0f23d566c0d87fcb57e42bd611761cc106/tsconfig.json) - `error TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.` - [src/query-builder/QueryBuilder.ts#L207](https://github.com/typeorm/typeorm/blob/bb33cd0f23d566c0d87fcb57e42bd611761cc106/src/query-builder/QueryBuilder.ts#L207) - [src/query-builder/QueryBuilder.ts#L214](https://github.com/typeorm/typeorm/blob/bb33cd0f23d566c0d87fcb57e42bd611761cc106/src/query-builder/QueryBuilder.ts#L214) - [src/query-builder/QueryBuilder.ts#L222](https://github.com/typeorm/typeorm/blob/bb33cd0f23d566c0d87fcb57e42bd611761cc106/src/query-builder/QueryBuilder.ts#L222) - [src/query-builder/QueryBuilder.ts#L230](https://github.com/typeorm/typeorm/blob/bb33cd0f23d566c0d87fcb57e42bd611761cc106/src/query-builder/QueryBuilder.ts#L230)

ueberdosis/tiptap

**2 of 9 projects failed to build with the old tsc and were ignored** ### [packages/react/tsconfig.json](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/react/tsconfig.json) - `error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record'.` - [packages/core/src/Extension.ts#L327](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Extension.ts#L327) - [packages/core/src/Mark.ts#L441](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Mark.ts#L441) - [packages/core/src/Node.ts#L531](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Node.ts#L531) - `error TS2769: No overload matches this call.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14) - `error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15) ### [packages/vue-2/tsconfig.json](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/vue-2/tsconfig.json) - `error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record'.` - [packages/core/src/Extension.ts#L327](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Extension.ts#L327) - [packages/core/src/Mark.ts#L441](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Mark.ts#L441) - [packages/core/src/Node.ts#L531](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Node.ts#L531) - `error TS2769: No overload matches this call.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14) - `error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15) ### [demos/tsconfig.base.json](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/demos/tsconfig.base.json) - `error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record'.` - [packages/core/src/Extension.ts#L327](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Extension.ts#L327) - [packages/core/src/Mark.ts#L441](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Mark.ts#L441) - [packages/core/src/Node.ts#L531](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Node.ts#L531) - `error TS2769: No overload matches this call.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14) - `error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15) ### [demos/tsconfig.react.json](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/demos/tsconfig.react.json) - `error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record'.` - [packages/core/src/Extension.ts#L327](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Extension.ts#L327) - [packages/core/src/Mark.ts#L441](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Mark.ts#L441) - [packages/core/src/Node.ts#L531](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Node.ts#L531) - `error TS2769: No overload matches this call.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14) - `error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15) ### [demos/tsconfig.vue-2.json](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/demos/tsconfig.vue-2.json) - `error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record'.` - [packages/core/src/Extension.ts#L327](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Extension.ts#L327) - [packages/core/src/Mark.ts#L441](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Mark.ts#L441) - [packages/core/src/Node.ts#L531](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Node.ts#L531) - `error TS2769: No overload matches this call.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14) - `error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15) ### [demos/tsconfig.vue-3.json](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/demos/tsconfig.vue-3.json) - `error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record'.` - [packages/core/src/Extension.ts#L327](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Extension.ts#L327) - [packages/core/src/Mark.ts#L441](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Mark.ts#L441) - [packages/core/src/Node.ts#L531](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/Node.ts#L531) - `error TS2769: No overload matches this call.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L14) - `error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.` - [packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15](https://github.com/ueberdosis/tiptap/blob/57a9e864f4a5f55f21caec2dc5a2382f11b63ae7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L15)

vuejs/core

**1 of 3 projects failed to build with the old tsc and were ignored** ### [test-dts/tsconfig.json](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/test-dts/tsconfig.json) - `error TS2322: Type 'number' is not assignable to type 'Function'.` - [packages/reactivity/src/collectionHandlers.ts#L235](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/reactivity/src/collectionHandlers.ts#L235) - [packages/reactivity/src/collectionHandlers.ts#L250](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/reactivity/src/collectionHandlers.ts#L250) - [packages/reactivity/src/collectionHandlers.ts#L265](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/reactivity/src/collectionHandlers.ts#L265) - [packages/reactivity/src/collectionHandlers.ts#L282](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/reactivity/src/collectionHandlers.ts#L282) - `error TS2345: Argument of type 'HostElement' is not assignable to parameter of type 'RendererElement'.` - [packages/runtime-core/src/apiCreateApp.ts#L306](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/apiCreateApp.ts#L306) - [packages/runtime-core/src/apiCreateApp.ts#L313](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/apiCreateApp.ts#L313) - `error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.` - [packages/runtime-core/src/vnode.ts#L166](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L166) - `error TS2322: Type 'U | null' is not assignable to type 'RendererElement | null'.` - [packages/runtime-core/src/vnode.ts#L632](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L632) - `error TS2322: Type 'T | null' is not assignable to type 'RendererNode | null'.` - [packages/runtime-core/src/vnode.ts#L633](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L633) - [packages/runtime-core/src/vnode.ts#L660](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L660) - [packages/runtime-core/src/vnode.ts#L661](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L661) - `error TS2322: Type 'TransitionHooks | null' is not assignable to type 'TransitionHooks | null'.` - [packages/runtime-core/src/vnode.ts#L650](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L650) ### [tsconfig.json](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/tsconfig.json) - `error TS2322: Type 'number' is not assignable to type 'Function'.` - [packages/reactivity/src/collectionHandlers.ts#L235](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/reactivity/src/collectionHandlers.ts#L235) - [packages/reactivity/src/collectionHandlers.ts#L250](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/reactivity/src/collectionHandlers.ts#L250) - [packages/reactivity/src/collectionHandlers.ts#L265](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/reactivity/src/collectionHandlers.ts#L265) - [packages/reactivity/src/collectionHandlers.ts#L282](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/reactivity/src/collectionHandlers.ts#L282) - `error TS2345: Argument of type 'HostElement' is not assignable to parameter of type 'RendererElement'.` - [packages/runtime-core/src/apiCreateApp.ts#L306](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/apiCreateApp.ts#L306) - [packages/runtime-core/src/apiCreateApp.ts#L313](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/apiCreateApp.ts#L313) - `error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.` - [packages/runtime-core/src/vnode.ts#L166](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L166) - `error TS2322: Type 'U | null' is not assignable to type 'RendererElement | null'.` - [packages/runtime-core/src/vnode.ts#L632](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L632) - `error TS2322: Type 'T | null' is not assignable to type 'RendererNode | null'.` - [packages/runtime-core/src/vnode.ts#L633](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L633) - [packages/runtime-core/src/vnode.ts#L660](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L660) - [packages/runtime-core/src/vnode.ts#L661](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L661) - `error TS2322: Type 'TransitionHooks | null' is not assignable to type 'TransitionHooks | null'.` - [packages/runtime-core/src/vnode.ts#L650](https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/runtime-core/src/vnode.ts#L650)

wechaty/wechaty

### [tsconfig.cjs.json](https://github.com/wechaty/wechaty/blob/fd31dffaf2af0cce2d3ad7e57ae47a50e1b41aa1/tsconfig.cjs.json) - `error TS2344: Type 'T' does not satisfy the constraint '{}'.` - [src/user-mixins/poolify.ts#L43](https://github.com/wechaty/wechaty/blob/fd31dffaf2af0cce2d3ad7e57ae47a50e1b41aa1/src/user-mixins/poolify.ts#L43) - [src/user-mixins/validation.ts#L13](https://github.com/wechaty/wechaty/blob/fd31dffaf2af0cce2d3ad7e57ae47a50e1b41aa1/src/user-mixins/validation.ts#L13) ### [tsconfig.json](https://github.com/wechaty/wechaty/blob/fd31dffaf2af0cce2d3ad7e57ae47a50e1b41aa1/tsconfig.json) - `error TS2344: Type 'T' does not satisfy the constraint '{}'.` - [src/user-mixins/poolify.ts#L43](https://github.com/wechaty/wechaty/blob/fd31dffaf2af0cce2d3ad7e57ae47a50e1b41aa1/src/user-mixins/poolify.ts#L43) - [src/user-mixins/validation.ts#L13](https://github.com/wechaty/wechaty/blob/fd31dffaf2af0cce2d3ad7e57ae47a50e1b41aa1/src/user-mixins/validation.ts#L13)

withastro/astro

**7 of 49 projects failed to build with the old tsc and were ignored** ### [packages/integrations/prefetch/tsconfig.json](https://github.com/withastro/astro/blob/16edf0c7730d273771f75f959c9f8015a4f69238/packages/integrations/prefetch/tsconfig.json) - `error TS2339: Property 'connection' does not exist on type 'Navigator'.` - [packages/integrations/prefetch/src/client.ts#L79](https://github.com/withastro/astro/blob/16edf0c7730d273771f75f959c9f8015a4f69238/packages/integrations/prefetch/src/client.ts#L79)