TypeScript
TypeScript copied to clipboard
[NewErrors] 4.8.0-dev.20220809 vs 4.7.4
The following errors were reported by 4.8.0-dev.20220809, but not by 4.7.4 Pipeline that generated this bug File that generated the pipeline
This run considered 100 popular TS repos from GH (after skipping the top 100).
Successfully analyzed 65 of 100 visited repos
| Outcome | Count |
|---|---|
| NewBuildSucceeded | 47 |
| OldBuildHadErrors | 23 |
| NewBuildHadErrors | 18 |
| UnknownFailure | 2 |
| PackageInstallFailed | 6 |
| CloneFailed | 2 |
| OldBuildFailed | 2 |
apollographql/apollo-client
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'.error TS2345: Argument of type 'SubscriptionOptions<TVariables, T>' is not assignable to parameter of type 'SubscriptionOptions<OperationVariables, any>'.error TS2322: Type 'TSubscriptionVariables | undefined' is not assignable to type 'OperationVariables | undefined'.error TS2345: Argument of type 'TVariables' is not assignable to parameter of type 'OperationVariables | undefined'.error TS2345: Argument of type 'TVariables | undefined' is not assignable to parameter of type 'OperationVariables | undefined'.error TS2322: Type 'ObservableQuery<T, TVariables>' is not assignable to type 'ObservableQuery<any, OperationVariables>'.error TS2322: Type 'TVariables | undefined' is not assignable to type 'Record<string, any> | undefined'.error TS2345: Argument of type 'TVars | undefined' is not assignable to parameter of type 'OperationVariables | undefined'.error TS2345: Argument of type 'Pick<WatchQueryOptions<TVars, TData>, "variables" | "context" | "fetchPolicy" | "errorPolicy">' is not assignable to parameter of type 'Pick<WatchQueryOptions<OperationVariables, any>, "variables" | "fetchPolicy" | "errorPolicy">'.error TS2345: Argument of type 'WatchQueryOptions<TVars, TData>' is not assignable to parameter of type 'WatchQueryOptions<OperationVariables, any>'.error TS2345: Argument of type 'TVars | (undefined & TVars)' is not assignable to parameter of type 'OperationVariables | undefined'.error TS2345: Argument of type '(variables: TVars) => ConcastSourcesArray<ApolloQueryResult<TData>>' is not assignable to parameter of type '(value: { [x: string]: any; }) => ConcastSourcesArray<ApolloQueryResult<TData>> | PromiseLike<ConcastSourcesArray<ApolloQueryResult<TData>>>'.error TS2322: Type 'TVars | undefined' is not assignable to type 'Record<string, any> | undefined'.error TS2345: Argument of type 'TVars | undefined' is not assignable to parameter of type 'Record<string, any> | undefined'.error TS2345: Argument of type 'OperationOption<TProps, TData, TGraphQLVariables, TChildProps, DefaultContext, ApolloCache<any>>' is not assignable to parameter of type 'OperationOption<TProps, Record<string, any>, TGraphQLVariables, TChildProps, DefaultContext, ApolloCache<any>>'.error TS2322: Type '(mutate: MutationFunction<TData, TGraphQLVariables>, { data, ...r }: MutationResult<TData>) => JSX.Element' is not assignable to type '(mutateFunction: MutationFunction<any, OperationVariables, DefaultContext, ApolloCache<any>>, result: MutationResult<...>) => Element | null'.error TS2322: Type 'TProps & TChildProps' is not assignable to type 'IntrinsicAttributes & TProps & TChildProps'.error TS2322: Type 'TChildProps' is not assignable to type '{ [x: string]: any; }'.error TS2769: No overload matches this call.error TS2345: Argument of type 'TRelayEdge<TNode>' is not assignable to parameter of type 'Reference | StoreObject | undefined'.
pubkey/rxdb
5 of 9 projects failed to build with the old tsc and were ignored
config/tsconfig.types.json
error TS2322: Type 'RxDocumentWriteData<RxLocalDocumentData<DocData>>' is not assignable to type 'RxDocumentWriteData<RxLocalDocumentData<{ [key: string]: any; }>>'.error TS2345: Argument of type '() => DocData' is not assignable to parameter of type 'AtomicUpdateFunction<{}>'.error TS2769: No overload matches this call.error TS2322: Type '{ _attachments: {}; _meta: RxDocumentMeta; _rev: string; _deleted: boolean; }' is not assignable to type 'RxDocumentWriteData<RxDocumentType>'.
tsconfig.json
error TS2322: Type 'RxDocumentWriteData<RxLocalDocumentData<DocData>>' is not assignable to type 'RxDocumentWriteData<RxLocalDocumentData<{ [key: string]: any; }>>'.error TS2345: Argument of type '() => DocData' is not assignable to parameter of type 'AtomicUpdateFunction<{}>'.error TS2769: No overload matches this call.error TS2322: Type '{ _attachments: {}; _meta: RxDocumentMeta; _rev: string; _deleted: boolean; }' is not assignable to type 'RxDocumentWriteData<RxDocumentType>'.error TS2322: Type '{ foo: { digest: string; length: number; data: string; type: string; }; }' is not assignable to type '{ [attachmentId: string]: RxAttachmentData; } & { [attachmentId: string]: RxAttachmentData | RxAttachmentWriteData; }'.
backstage/backstage
4 of 9 projects failed to build with the old tsc and were ignored
scripts/tsconfig.json
error TS2344: Type 'TOptions' does not satisfy the constraint 'Answers'.error TS2344: Type 'T' does not satisfy the constraint 'JsonValue'.error TS2322: Type 'Observable<StorageValueSnapshot<JsonValue>>' is not assignable to type 'Observable<StorageValueSnapshot<T>>'.error TS2339: Property 'children' does not exist on type '{}'.error TS2322: Type 'P' is not assignable to type 'IntrinsicAttributes & P & { children?: ReactNode; }'.error TS2322: Type 'P & T' is not assignable to type 'IntrinsicAttributes & P & { children?: ReactNode; }'.error TS2345: Argument of type 'StorageValueSnapshot<T>' is not assignable to parameter of type 'StorageValueSnapshot<JsonValue>'.error TS2322: Type 'EntityFilters[keyof EntityFilters]' is not assignable to type 'EntityFilter | undefined'.error TS2344: Type 'T' does not satisfy the constraint 'readonly any[] | Record<string, any>'.error TS2344: Type 'TInputProps' does not satisfy the constraint '{}'.error TS2322: Type 'TComponentProps' is not assignable to type 'IntrinsicAttributes & TComponentProps & { children?: ReactNode; }'.
tsconfig.json
error TS2344: Type 'TOptions' does not satisfy the constraint 'Answers'.error TS2344: Type 'T' does not satisfy the constraint 'JsonValue'.error TS2322: Type 'Observable<StorageValueSnapshot<JsonValue>>' is not assignable to type 'Observable<StorageValueSnapshot<T>>'.error TS2339: Property 'children' does not exist on type '{}'.error TS2322: Type 'P' is not assignable to type 'IntrinsicAttributes & P & { children?: ReactNode; }'.error TS2322: Type 'P & T' is not assignable to type 'IntrinsicAttributes & P & { children?: ReactNode; }'.error TS2345: Argument of type 'StorageValueSnapshot<T>' is not assignable to parameter of type 'StorageValueSnapshot<JsonValue>'.error TS2322: Type 'EntityFilters[keyof EntityFilters]' is not assignable to type 'EntityFilter | undefined'.error TS2344: Type 'T' does not satisfy the constraint 'readonly any[] | Record<string, any>'.error TS2344: Type 'TInputProps' does not satisfy the constraint '{}'.error TS2322: Type 'TComponentProps' is not assignable to type 'IntrinsicAttributes & TComponentProps & { children?: ReactNode; }'.
ueberdosis/tiptap
2 of 9 projects failed to build with the old tsc and were ignored
packages/react/tsconfig.json
error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record<string, any>'.error TS2769: No overload matches this call.error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.
packages/vue-2/tsconfig.json
error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record<string, any>'.error TS2769: No overload matches this call.error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.
demos/tsconfig.base.json
error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record<string, any>'.error TS2769: No overload matches this call.error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.
demos/tsconfig.react.json
error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record<string, any>'.error TS2769: No overload matches this call.error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.
demos/tsconfig.vue-2.json
error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record<string, any>'.error TS2769: No overload matches this call.error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.
demos/tsconfig.vue-3.json
error TS2345: Argument of type 'Options' is not assignable to parameter of type 'Record<string, any>'.error TS2769: No overload matches this call.error TS2345: Argument of type 'unknown' is not assignable to parameter of type '{} | undefined'.
framer/motion
3 of 4 projects failed to build with the old tsc and were ignored
packages/framer-motion/tsconfig.json
error TS2344: Type 'Props' does not satisfy the constraint '{}'.
redis/node-redis
1 of 8 projects failed to build with the old tsc and were ignored
packages/client/tsconfig.json
error TS2345: Argument of type '{ readonly [symbol]: true; } | undefined' is not assignable to parameter of type 'ClientCommandOptions | undefined'.
packages/test-utils/tsconfig.json
error TS2345: Argument of type '{ readonly [symbol]: true; } | undefined' is not assignable to parameter of type 'ClientCommandOptions | undefined'.
desktop/desktop
tsconfig.json
error TS2322: Type 'T[Extract<K, string>]' is not assignable to type '({} & T)[Extract<K, string>]'.error TS2554: Expected 1 arguments, but got 0.
nhn/tui.editor
3 of 9 projects failed to build with the old tsc and were ignored
libs/toastmark/tsconfig.json
error TS2769: No overload matches this call.
withastro/astro
8 of 49 projects failed to build with the old tsc and were ignored
packages/integrations/prefetch/tsconfig.json
error TS2339: Property 'connection' does not exist on type 'Navigator'.
remotion-dev/remotion
6 of 14 projects failed to build with the old tsc and were ignored
packages/lambda/tsconfig.json
error TS2322: Type '{ output: string; size: number; bucketName: string; estimatedPrice: CostsInfo; renderId: string; }' is not assignable to type 'LambdaReturnValues[T]'.error TS2322: Type '{ bucketName: string; renderId: string; }' is not assignable to type 'LambdaReturnValues[T]'.error TS2322: Type 'void' is not assignable to type 'LambdaReturnValues[T]'.error TS2322: Type 'RenderProgress' is not assignable to type 'LambdaReturnValues[T]'.error TS2322: Type '{ version: LambdaVersions; }' is not assignable to type 'LambdaReturnValues[T]'.
alan2207/bulletproof-react
tsconfig.json
error TS2344: Type 'TFormValues' does not satisfy the constraint 'FieldValues'.error TS7031: Binding element 'active' implicitly has an 'any' type.
mantinedev/mantine
21 of 28 projects failed to build with the old tsc and were ignored
src/mantine-hooks/tsconfig.build.json
error TS2339: Property 'connection' does not exist on type 'Navigator'.
wechaty/wechaty
tsconfig.cjs.json
error TS2344: Type 'T' does not satisfy the constraint '{}'.
tsconfig.json
error TS2344: Type 'T' does not satisfy the constraint '{}'.
apollographql/apollo-server
3 of 5 projects failed to build with the old tsc and were ignored
tsconfig.json
error TS2345: Argument of type '((() => never) | TContext | undefined) & TContext' is not assignable to parameter of type 'Object'.error TS2322: Type 'Object' is not assignable to type 'TContext'.error TS2344: Type 'TContext' does not satisfy the constraint 'BaseContext'.- packages/apollo-server-core/src/requestPipeline.ts#L351 in packages/apollo-server-core/tsconfig.json
- packages/apollo-server-core/src/requestPipeline.ts#L370 in packages/apollo-server-core/tsconfig.json
- packages/apollo-server-core/src/requestPipeline.ts#L607 in packages/apollo-server-core/tsconfig.json
- packages/apollo-server-core/src/requestPipeline.ts#L609 in packages/apollo-server-core/tsconfig.json
- packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L88 in packages/apollo-server-core/tsconfig.json
- packages/apollo-server-core/src/plugin/usageReporting/plugin.ts#L391 in packages/apollo-server-core/tsconfig.json
- packages/apollo-server-core/src/utils/pluginTestHarness.ts#L50 in packages/apollo-server-core/tsconfig.json
- packages/apollo-server-core/src/utils/pluginTestHarness.ts#L153 in packages/apollo-server-core/tsconfig.json
- packages/apollo-server-core/src/utils/pluginTestHarness.ts#L257 in packages/apollo-server-core/tsconfig.json
error TS2345: Argument of type 'GraphQLRequestExecutionListener<BaseContext>' is not assignable to parameter of type 'GraphQLRequestExecutionListener<TContext>'.error TS2345: Argument of type 'GraphQLRequestContextExecutionDidStart<TContext>' is not assignable to parameter of type 'GraphQLRequestContextExecutionDidStart<Record<string, any>>'.error TS2345: Argument of type 'Mutable<GraphQLRequestContext<TContext>>' is not assignable to parameter of type 'GraphQLRequestContext<BaseContext>'.error TS2345: Argument of type 'GraphQLRequestListener<BaseContext>' is not assignable to parameter of type 'GraphQLRequestListener<TContext>'.error TS2322: Type '(requestContext: GraphQLRequestContext<TContext>) => Promise<GraphQLRequestListener<TContext>>' is not assignable to type '(requestContext: GraphQLRequestContext<BaseContext>) => Promise<void | GraphQLRequestListener<BaseContext>>'.error TS2345: Argument of type 'GraphQLRequestContextDidResolveSource<TContext>' is not assignable to parameter of type 'GraphQLRequestContext<TContext> & GraphQLRequestContext<Record<string, any>>'.
rt2zz/redux-persist
tsconfig.json
error TS2322: Type 'KeyAccessState | S' is not assignable to type 'S'.error TS2345: Argument of type 'S' is not assignable to parameter of type 'S & KeyAccessState'.
mattermost/focalboard
4 of 12 projects failed to build with the old tsc and were ignored
import/asana/tsconfig.json
error TS7006: Parameter 'state' implicitly has an 'any' type.- webapp/src/store/boards.ts#L119
- webapp/src/store/boards.ts#L122
- webapp/src/store/boards.ts#L125
- webapp/src/store/boards.ts#L138
- webapp/src/store/cards.ts#L79
- webapp/src/store/cards.ts#L82
- webapp/src/store/cards.ts#L88
- webapp/src/store/cards.ts#L91
- webapp/src/store/channels.ts#L32
- webapp/src/store/clientConfig.ts#L23
- webapp/src/store/comments.ts#L21
- webapp/src/store/contents.ts#L22
- webapp/src/store/globalError.ts#L14
- webapp/src/store/language.ts#L27
- webapp/src/store/limits.ts#L31
- webapp/src/store/limits.ts#L34
- webapp/src/store/searchText.ts#L12
- webapp/src/store/sidebar.ts#L51
- webapp/src/store/sidebar.ts#L77
- webapp/src/store/teams.ts#L51
- webapp/src/store/users.ts#L50
- webapp/src/store/users.ts#L57
- webapp/src/store/users.ts#L63
- webapp/src/store/users.ts#L68
- webapp/src/store/users.ts#L73
- webapp/src/store/users.ts#L76
- webapp/src/store/users.ts#L80
- webapp/src/store/views.ts#L63
- webapp/src/store/views.ts#L66
- webapp/src/store/views.ts#L75
error TS2571: Object is of type 'unknown'.error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Card'.error TS7006: Parameter 'c' implicitly has an 'any' type.error TS7006: Parameter 'a' implicitly has an 'any' type.error TS7006: Parameter 'b' implicitly has an 'any' type.error TS7006: Parameter 'boardID' implicitly has an 'any' type.error TS7006: Parameter 't' implicitly has an 'any' type.error TS7006: Parameter 'subscription' implicitly has an 'any' type.
import/jira/tsconfig.json
error TS7006: Parameter 'state' implicitly has an 'any' type.- webapp/src/store/boards.ts#L119
- webapp/src/store/boards.ts#L122
- webapp/src/store/boards.ts#L125
- webapp/src/store/boards.ts#L138
- webapp/src/store/cards.ts#L79
- webapp/src/store/cards.ts#L82
- webapp/src/store/cards.ts#L88
- webapp/src/store/cards.ts#L91
- webapp/src/store/channels.ts#L32
- webapp/src/store/clientConfig.ts#L23
- webapp/src/store/comments.ts#L21
- webapp/src/store/contents.ts#L22
- webapp/src/store/globalError.ts#L14
- webapp/src/store/language.ts#L27
- webapp/src/store/limits.ts#L31
- webapp/src/store/limits.ts#L34
- webapp/src/store/searchText.ts#L12
- webapp/src/store/sidebar.ts#L51
- webapp/src/store/sidebar.ts#L77
- webapp/src/store/teams.ts#L51
- webapp/src/store/users.ts#L50
- webapp/src/store/users.ts#L57
- webapp/src/store/users.ts#L63
- webapp/src/store/users.ts#L68
- webapp/src/store/users.ts#L73
- webapp/src/store/users.ts#L76
- webapp/src/store/users.ts#L80
- webapp/src/store/views.ts#L63
- webapp/src/store/views.ts#L66
- webapp/src/store/views.ts#L75
error TS2571: Object is of type 'unknown'.error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Card'.error TS7006: Parameter 'c' implicitly has an 'any' type.error TS7006: Parameter 'a' implicitly has an 'any' type.error TS7006: Parameter 'b' implicitly has an 'any' type.error TS7006: Parameter 'boardID' implicitly has an 'any' type.error TS7006: Parameter 't' implicitly has an 'any' type.error TS7006: Parameter 'subscription' implicitly has an 'any' type.
import/nextcloud-deck/tsconfig.json
error TS7006: Parameter 'state' implicitly has an 'any' type.- webapp/src/store/boards.ts#L119
- webapp/src/store/boards.ts#L122
- webapp/src/store/boards.ts#L125
- webapp/src/store/boards.ts#L138
- webapp/src/store/cards.ts#L79
- webapp/src/store/cards.ts#L82
- webapp/src/store/cards.ts#L88
- webapp/src/store/cards.ts#L91
- webapp/src/store/channels.ts#L32
- webapp/src/store/clientConfig.ts#L23
- webapp/src/store/comments.ts#L21
- webapp/src/store/contents.ts#L22
- webapp/src/store/globalError.ts#L14
- webapp/src/store/language.ts#L27
- webapp/src/store/limits.ts#L31
- webapp/src/store/limits.ts#L34
- webapp/src/store/searchText.ts#L12
- webapp/src/store/sidebar.ts#L51
- webapp/src/store/sidebar.ts#L77
- webapp/src/store/teams.ts#L51
- webapp/src/store/users.ts#L50
- webapp/src/store/users.ts#L57
- webapp/src/store/users.ts#L63
- webapp/src/store/users.ts#L68
- webapp/src/store/users.ts#L73
- webapp/src/store/users.ts#L76
- webapp/src/store/users.ts#L80
- webapp/src/store/views.ts#L63
- webapp/src/store/views.ts#L66
- webapp/src/store/views.ts#L75
error TS2571: Object is of type 'unknown'.error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Card'.error TS7006: Parameter 'c' implicitly has an 'any' type.error TS7006: Parameter 'a' implicitly has an 'any' type.error TS7006: Parameter 'b' implicitly has an 'any' type.error TS7006: Parameter 'boardID' implicitly has an 'any' type.error TS7006: Parameter 't' implicitly has an 'any' type.error TS7006: Parameter 'subscription' implicitly has an 'any' type.
import/notion/tsconfig.json
error TS7006: Parameter 'state' implicitly has an 'any' type.- webapp/src/store/boards.ts#L119
- webapp/src/store/boards.ts#L122
- webapp/src/store/boards.ts#L125
- webapp/src/store/boards.ts#L138
- webapp/src/store/cards.ts#L79
- webapp/src/store/cards.ts#L82
- webapp/src/store/cards.ts#L88
- webapp/src/store/cards.ts#L91
- webapp/src/store/channels.ts#L32
- webapp/src/store/clientConfig.ts#L23
- webapp/src/store/comments.ts#L21
- webapp/src/store/contents.ts#L22
- webapp/src/store/globalError.ts#L14
- webapp/src/store/language.ts#L27
- webapp/src/store/limits.ts#L31
- webapp/src/store/limits.ts#L34
- webapp/src/store/searchText.ts#L12
- webapp/src/store/sidebar.ts#L51
- webapp/src/store/sidebar.ts#L77
- webapp/src/store/teams.ts#L51
- webapp/src/store/users.ts#L50
- webapp/src/store/users.ts#L57
- webapp/src/store/users.ts#L63
- webapp/src/store/users.ts#L68
- webapp/src/store/users.ts#L73
- webapp/src/store/users.ts#L76
- webapp/src/store/users.ts#L80
- webapp/src/store/views.ts#L63
- webapp/src/store/views.ts#L66
- webapp/src/store/views.ts#L75
error TS2571: Object is of type 'unknown'.error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Card'.error TS7006: Parameter 'c' implicitly has an 'any' type.error TS7006: Parameter 'a' implicitly has an 'any' type.error TS7006: Parameter 'b' implicitly has an 'any' type.error TS7006: Parameter 'boardID' implicitly has an 'any' type.error TS7006: Parameter 't' implicitly has an 'any' type.error TS7006: Parameter 'subscription' implicitly has an 'any' type.
import/todoist/tsconfig.json
error TS7006: Parameter 'state' implicitly has an 'any' type.- webapp/src/store/boards.ts#L119
- webapp/src/store/boards.ts#L122
- webapp/src/store/boards.ts#L125
- webapp/src/store/boards.ts#L138
- webapp/src/store/cards.ts#L79
- webapp/src/store/cards.ts#L82
- webapp/src/store/cards.ts#L88
- webapp/src/store/cards.ts#L91
- webapp/src/store/channels.ts#L32
- webapp/src/store/clientConfig.ts#L23
- webapp/src/store/comments.ts#L21
- webapp/src/store/contents.ts#L22
- webapp/src/store/globalError.ts#L14
- webapp/src/store/language.ts#L27
- webapp/src/store/limits.ts#L31
- webapp/src/store/limits.ts#L34
- webapp/src/store/searchText.ts#L12
- webapp/src/store/sidebar.ts#L51
- webapp/src/store/sidebar.ts#L77
- webapp/src/store/teams.ts#L51
- webapp/src/store/users.ts#L50
- webapp/src/store/users.ts#L57
- webapp/src/store/users.ts#L63
- webapp/src/store/users.ts#L68
- webapp/src/store/users.ts#L73
- webapp/src/store/users.ts#L76
- webapp/src/store/users.ts#L80
- webapp/src/store/views.ts#L63
- webapp/src/store/views.ts#L66
- webapp/src/store/views.ts#L75
error TS2571: Object is of type 'unknown'.error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Card'.error TS7006: Parameter 'c' implicitly has an 'any' type.error TS7006: Parameter 'a' implicitly has an 'any' type.error TS7006: Parameter 'b' implicitly has an 'any' type.error TS7006: Parameter 'boardID' implicitly has an 'any' type.error TS7006: Parameter 't' implicitly has an 'any' type.error TS7006: Parameter 'subscription' implicitly has an 'any' type.
import/trello/tsconfig.json
error TS7006: Parameter 'state' implicitly has an 'any' type.- webapp/src/store/boards.ts#L119
- webapp/src/store/boards.ts#L122
- webapp/src/store/boards.ts#L125
- webapp/src/store/boards.ts#L138
- webapp/src/store/cards.ts#L79
- webapp/src/store/cards.ts#L82
- webapp/src/store/cards.ts#L88
- webapp/src/store/cards.ts#L91
- webapp/src/store/channels.ts#L32
- webapp/src/store/clientConfig.ts#L23
- webapp/src/store/comments.ts#L21
- webapp/src/store/contents.ts#L22
- webapp/src/store/globalError.ts#L14
- webapp/src/store/language.ts#L27
- webapp/src/store/limits.ts#L31
- webapp/src/store/limits.ts#L34
- webapp/src/store/searchText.ts#L12
- webapp/src/store/sidebar.ts#L51
- webapp/src/store/sidebar.ts#L77
- webapp/src/store/teams.ts#L51
- webapp/src/store/users.ts#L50
- webapp/src/store/users.ts#L57
- webapp/src/store/users.ts#L63
- webapp/src/store/users.ts#L68
- webapp/src/store/users.ts#L73
- webapp/src/store/users.ts#L76
- webapp/src/store/users.ts#L80
- webapp/src/store/views.ts#L63
- webapp/src/store/views.ts#L66
- webapp/src/store/views.ts#L75
error TS2571: Object is of type 'unknown'.error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Card'.error TS7006: Parameter 'c' implicitly has an 'any' type.error TS7006: Parameter 'a' implicitly has an 'any' type.error TS7006: Parameter 'b' implicitly has an 'any' type.error TS7006: Parameter 'boardID' implicitly has an 'any' type.error TS7006: Parameter 't' implicitly has an 'any' type.error TS7006: Parameter 'subscription' implicitly has an 'any' type.
mattermost-plugin/webapp/tsconfig.json
error TS7006: Parameter 'state' implicitly has an 'any' type.- webapp/src/store/boards.ts#L119
- webapp/src/store/boards.ts#L122
- webapp/src/store/boards.ts#L125
- webapp/src/store/boards.ts#L138
- webapp/src/store/cards.ts#L79
- webapp/src/store/cards.ts#L82
- webapp/src/store/cards.ts#L88
- webapp/src/store/cards.ts#L91
- webapp/src/store/channels.ts#L32
- webapp/src/store/clientConfig.ts#L23
- webapp/src/store/comments.ts#L21
- webapp/src/store/contents.ts#L22
- webapp/src/store/globalError.ts#L14
- webapp/src/store/language.ts#L27
- webapp/src/store/limits.ts#L31
- webapp/src/store/limits.ts#L34
- webapp/src/store/searchText.ts#L12
- webapp/src/store/sidebar.ts#L51
- webapp/src/store/sidebar.ts#L77
- webapp/src/store/teams.ts#L51
- webapp/src/store/users.ts#L50
- webapp/src/store/users.ts#L57
- webapp/src/store/users.ts#L63
- webapp/src/store/users.ts#L68
- webapp/src/store/users.ts#L73
- webapp/src/store/users.ts#L76
- webapp/src/store/users.ts#L80
- webapp/src/store/views.ts#L63
- webapp/src/store/views.ts#L66
- webapp/src/store/views.ts#L75
error TS2571: Object is of type 'unknown'.error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Card'.error TS7006: Parameter 'c' implicitly has an 'any' type.error TS7006: Parameter 'a' implicitly has an 'any' type.error TS7006: Parameter 'b' implicitly has an 'any' type.error TS7006: Parameter 'boardID' implicitly has an 'any' type.error TS7006: Parameter 't' implicitly has an 'any' type.error TS7006: Parameter 'subscription' implicitly has an 'any' type.
webapp/src/tsconfig.json
error TS7006: Parameter 'state' implicitly has an 'any' type.- webapp/src/store/boards.ts#L119
- webapp/src/store/boards.ts#L122
- webapp/src/store/boards.ts#L125
- webapp/src/store/boards.ts#L138
- webapp/src/store/cards.ts#L79
- webapp/src/store/cards.ts#L82
- webapp/src/store/cards.ts#L88
- webapp/src/store/cards.ts#L91
- webapp/src/store/channels.ts#L32
- webapp/src/store/clientConfig.ts#L23
- webapp/src/store/comments.ts#L21
- webapp/src/store/contents.ts#L22
- webapp/src/store/globalError.ts#L14
- webapp/src/store/language.ts#L27
- webapp/src/store/limits.ts#L31
- webapp/src/store/limits.ts#L34
- webapp/src/store/searchText.ts#L12
- webapp/src/store/sidebar.ts#L51
- webapp/src/store/sidebar.ts#L77
- webapp/src/store/teams.ts#L51
- webapp/src/store/users.ts#L50
- webapp/src/store/users.ts#L57
- webapp/src/store/users.ts#L63
- webapp/src/store/users.ts#L68
- webapp/src/store/users.ts#L73
- webapp/src/store/users.ts#L76
- webapp/src/store/users.ts#L80
- webapp/src/store/views.ts#L63
- webapp/src/store/views.ts#L66
- webapp/src/store/views.ts#L75
error TS2571: Object is of type 'unknown'.error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'Card'.error TS7006: Parameter 'c' implicitly has an 'any' type.error TS7006: Parameter 'a' implicitly has an 'any' type.error TS7006: Parameter 'b' implicitly has an 'any' type.error TS7006: Parameter 'boardID' implicitly has an 'any' type.error TS7006: Parameter 't' implicitly has an 'any' type.error TS7006: Parameter 'subscription' implicitly has an 'any' type.
facebook/flipper
5 of 8 projects failed to build with the old tsc and were ignored
js/js-flipper/tsconfig.json
error TS2345: Argument of type 'unknown' is not assignable to parameter of type 'FlipperPluginReceiverRes'.
sindresorhus/got
tsconfig.json
error TS2339: Property 'headers' does not exist on type 'unknown'.error TS2339: Property 'foo' does not exist on type 'unknown'.error TS2339: Property 'authorization' does not exist on type 'unknown'.error TS2339: Property 'accept' does not exist on type 'unknown'.