Closed
Description
The following errors were reported by 4.8.0-dev.20220724, but not by 4.7.4
Pipeline that generated this bug
File that generated the pipeline
kamranahmedse/developer-roadmap
tsconfig.json
error TS2344: Type 'K' does not satisfy the constraint 'Record<string, any>'.
- 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
reduxjs/redux
3 of 5 projects failed to build with the old tsc
examples/counter-ts/tsconfig.json
error TS7006: Parameter 'state' implicitly has an 'any' type.
socketio/socket.io
4 of 11 projects failed to build with the old tsc
tsconfig.json
error TS2344: Type 'ListenEvents' does not satisfy the constraint 'EventsMap'.
vercel/hyper
2 of 3 projects failed to build with the old tsc
tsconfig.json
error TS2769: No overload matches this call.
error TS2345: Argument of type 'ComponentType<P>' is not assignable to parameter of type 'ComponentType<Record<string, any>>'.
error TS2345: Argument of type 'DefaultRootState' is not assignable to parameter of type 'HyperState'.
styled-components/styled-components
packages/styled-components/tsconfig.json
error TS2578: Unused '@ts-expect-error' directive.
error TS7053: Element implicitly has an 'any' type because expression of type '"className"' can't be used to index type 'Partial<Props>'.
error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Partial<Props>'.
error TS2345: Argument of type 'T' is not assignable to parameter of type 'Object'.
error TS2344: Type 'OuterProps' does not satisfy the constraint 'ExtensibleObject'.
error TS2344: Type 'ExpectedProps & PropsToBeInjectedIntoActualComponent' does not satisfy the constraint '{}'.
vuejs/core
1 of 3 projects failed to build with the old tsc
test-dts/tsconfig.json
error TS2345: Argument of type 'HostElement' is not assignable to parameter of type 'RendererElement'.
error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.
error TS2322: Type 'U | null' is not assignable to type 'RendererElement | null'.
error TS2322: Type 'T | null' is not assignable to type 'RendererNode | null'.
error TS2322: Type 'TransitionHooks<U> | null' is not assignable to type 'TransitionHooks<RendererElement> | null'.
tsconfig.json
error TS2345: Argument of type 'HostElement' is not assignable to parameter of type 'RendererElement'.
error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.
error TS2322: Type 'U | null' is not assignable to type 'RendererElement | null'.
error TS2322: Type 'T | null' is not assignable to type 'RendererNode | null'.
error TS2322: Type 'TransitionHooks<U> | null' is not assignable to type 'TransitionHooks<RendererElement> | null'.
react-hook-form/react-hook-form
2 of 3 projects failed to build with the old tsc
tsconfig.json
error TS2741: Property 'type' is missing in type '{ action: { type: string; message: string; }; }[]' but required in type 'FieldError'.
error TS2322: Type '{ bar: { type: string; message: string; }; }' is not assignable to type 'FieldError'.
error TS2533: Object is possibly 'null' or 'undefined'.
typeorm/typeorm
tsconfig.json
error TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
JedWatson/react-select
2 of 5 projects failed to build with the old tsc
packages/react-select/tsconfig.json
error TS2769: No overload matches this call.
vercel/swr
1 of 10 projects failed to build with the old tsc
mutation/tsconfig.json
error TS2344: Type 'ExtraArg' does not satisfy the constraint 'Key'.
test/type/tsconfig.json
error TS2344: Type 'ExtraArg' does not satisfy the constraint 'Key'.
react-navigation/react-navigation
4 of 14 projects failed to build with the old tsc
packages/core/tsconfig.build.json
error TS2344: Type 'T' does not satisfy the constraint '{}'.
error TS2344: Type 'ParamList' does not satisfy the constraint '{}'.
error TS2349: This expression is not callable.
error TS2339: Property 'name' does not exist on type '{}'.
appsmithorg/appsmith
1 of 3 projects failed to build with the old tsc
app/client/tsconfig.json
error TS2345: Argument of type '((CompositeDraftDecorator | DraftDecorator)[] | undefined)[]' is not assignable to parameter of type 'ListOfRecursiveArraysOrValues<CompositeDraftDecorator | DraftDecorator>'.
error TS2571: Object is of type 'unknown'.
error TS2345: Argument of type 'Record<string, unknown> | unknown[] | TValues | undefined' is not assignable to parameter of type '{ [x: string]: any; } | { [x: string]: any; } | undefined'.
lensapp/lens
6 of 8 projects failed to build with the old tsc
tsconfig.json
error TS2344: Type 'T' does not satisfy the constraint 'Record<string, any>'.
error TS2322: Type 'Conf<Record<string, any>>' is not assignable to type 'Conf<T>'.
error TS2532: Object is possibly 'undefined'.
error TS2769: No overload matches this call.
error TS2345: Argument of type 'BaseStoreParams<ConfigurationContent>' is not assignable to parameter of type 'Readonly<Partial<Options<Record<string, any>>>>'.
error TS2322: Type 'T' is not assignable to type 'PartialObjectDeep<JsonApiData> | undefined'.
error TS2344: Type 'T' does not satisfy the constraint '{ [K in keyof T]?: string | undefined; }'.
error TS2552: Cannot find name 'ReadableStreamDefaultReadResult'. Did you mean 'ReadableStreamDefaultReader'?
error TS2345: Argument of type 'T' is not assignable to parameter of type 'Singleton'.
error TS2322: Type '{ someModificationProperty: string; }' is not assignable to type '{ someProperty: string; } & { someModificationProperty: string; }'.
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; }'.
error TS2344: Type 'Params' does not satisfy the constraint '{ [K in keyof Params]?: string | undefined; }'.
error TS2322: Type 'match<{ [K in keyof Params]?: string | undefined; }> | null' is not assignable to type 'match<Params> | null'.
webpack/tsconfig.json
error TS2344: Type 'T' does not satisfy the constraint 'Record<string, any>'.
error TS2322: Type 'Conf<Record<string, any>>' is not assignable to type 'Conf<T>'.
error TS2532: Object is possibly 'undefined'.
error TS2769: No overload matches this call.
error TS2345: Argument of type 'BaseStoreParams<ConfigurationContent>' is not assignable to parameter of type 'Readonly<Partial<Options<Record<string, any>>>>'.
error TS2322: Type 'T' is not assignable to type 'PartialObjectDeep<JsonApiData> | undefined'.
error TS2344: Type 'T' does not satisfy the constraint '{ [K in keyof T]?: string | undefined; }'.
error TS2552: Cannot find name 'ReadableStreamDefaultReadResult'. Did you mean 'ReadableStreamDefaultReader'?
error TS2345: Argument of type 'T' is not assignable to parameter of type 'Singleton'.
error TS2322: Type '{ someModificationProperty: string; }' is not assignable to type '{ someProperty: string; } & { someModificationProperty: string; }'.
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; }'.
error TS2344: Type 'Params' does not satisfy the constraint '{ [K in keyof Params]?: string | undefined; }'.
error TS2322: Type 'match<{ [K in keyof Params]?: string | undefined; }> | null' is not assignable to type 'match<Params> | null'.
Successfully analyzed 57 of 100 visited repos
Outcome | Count |
---|---|
PackageInstallFailed | 24 |
NewBuildHadErrors | 13 |
NewBuildSucceeded | 44 |
OldBuildHadErrors | 17 |
OldBuildFailed | 1 |
UnknownFailure | 1 |
Metadata
Metadata
Assignees
Labels
No labels