microsoft / TypeScript

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

[NewErrors] 5.1.0-dev.20230423 vs 5.0.4 #53974

Closed typescript-bot closed 8 months ago

typescript-bot commented 1 year ago

The following errors were reported by 5.1.0-dev.20230423, but not by 5.0.4 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline

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

Successfully analyzed 112 of 200 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 12 | | Detected no interesting changes | 100 | | Git clone failed | 1 | | Package install failed | 23 | | Project-graph error in old TS | 6 | | Too many errors in old TS | 54 | | Unknown failure | 4 |

Investigation Status

Repo Errors Outcome
angular/angular-cli 6
apache/superset 1
BuilderIO/qwik 41
discordjs/discord.js 3
formatjs/formatjs 5
infinitered/ignite 1
reduxjs/redux 2
refined-github/refined-github 1
tldraw/tldraw 7
vuejs/core 2
vuetifyjs/vuetify 13
yetone/openai-translator 1
typescript-bot commented 1 year ago

angular/angular-cli

**7 of 19 projects failed to build with the old tsc and were ignored** ### [packages\/angular\_devkit\/build\_angular\/test\/hello-world-app\/e2e\/tsconfig.e2e.json](https://github.com/angular/angular-cli/blob/866263b21e71d03800ae91033e951f9407ad0547/packages/angular_devkit/build_angular/test/hello-world-app/e2e/tsconfig.e2e.json) - `error TS2688: Cannot find type definition file for 'jasmine'.` - Project Scope - `error TS2688: Cannot find type definition file for 'node'.` - Project Scope ### [packages\/angular\_devkit\/build\_angular\/test\/hello-world-app\/src\/tsconfig.server.json](https://github.com/angular/angular-cli/blob/866263b21e71d03800ae91033e951f9407ad0547/packages/angular_devkit/build_angular/test/hello-world-app/src/tsconfig.server.json) - `error TS2688: Cannot find type definition file for '@angular/localize'.` - Project Scope ### [packages\/angular\_devkit\/build\_angular\/test\/hello-world-app\/src\/tsconfig.spec.json](https://github.com/angular/angular-cli/blob/866263b21e71d03800ae91033e951f9407ad0547/packages/angular_devkit/build_angular/test/hello-world-app/src/tsconfig.spec.json) - `error TS2688: Cannot find type definition file for '@angular/localize'.` - Project Scope - `error TS2688: Cannot find type definition file for 'jasmine'.` - Project Scope ### [packages\/angular\_devkit\/build\_angular\/test\/hello-world-lib\/projects\/lib\/tsconfig.spec.json](https://github.com/angular/angular-cli/blob/866263b21e71d03800ae91033e951f9407ad0547/packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/tsconfig.spec.json) - `error TS2688: Cannot find type definition file for 'jasmine'.` - Project Scope
typescript-bot commented 1 year ago

apache/superset

**34 of 38 projects failed to build with the old tsc and were ignored** ### [superset-frontend\/packages\/generator-superset\/generators\/plugin-chart\/templates\/tsconfig.json](https://github.com/apache/superset/blob/6ae5388dcf0205e89d4abcc5cefcb644e8c7cdbd/superset-frontend/packages/generator-superset/generators/plugin-chart/templates/tsconfig.json) - `error TS2688: Cannot find type definition file for 'jest'.` - Project Scope in [superset-frontend\/packages\/generator-superset\/generators\/plugin-chart\/templates\/tsconfig.json](https://github.com/apache/superset/blob/6ae5388dcf0205e89d4abcc5cefcb644e8c7cdbd/superset-frontend/packages/generator-superset/generators/plugin-chart/templates/tsconfig.json)
typescript-bot commented 1 year ago

BuilderIO/qwik

**4 of 5 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/tsconfig.json) - `error TS2322: Type '{ children: Element[]; href: string; onClick$: QRL<(_: any, elm: HTMLAnchorElement) => void>; "preventdefault:click": true; }' is not assignable to type 'AnchorHTMLAttributes'.` - Project Scope - Project Scope - Project Scope - Project Scope - Project Scope - Project Scope - `error TS2322: Type '{ children: Element; "q:slot": string; class: string; viewBox: string; }' is not assignable to type 'QwikCustomHTMLAttributes'.` - [packages\/docs\/src\/components\/docsearch\/results-screen.tsx\#L26](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/components/docsearch/results-screen.tsx#L26) - `error TS2322: Type '{ children: Element; "q:slot": string; class: string; }' is not assignable to type 'HTMLAttributes'.` - [packages\/docs\/src\/components\/docsearch\/results-screen.tsx\#L43](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/components/docsearch/results-screen.tsx#L43) - [packages\/docs\/src\/components\/docsearch\/results-screen.tsx\#L46](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/components/docsearch/results-screen.tsx#L46) - `error TS2322: Type '{ children: Element[]; class: string; noValidate: true; role: "search"; action: string; "preventdefault:submit": true; onReset$: () => void; }' is not assignable to type 'FormHTMLAttributes'.` - [packages\/docs\/src\/components\/docsearch\/search-box.tsx\#L32](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/components/docsearch/search-box.tsx#L32) - `error TS2322: Type '{ children: string; key: string; onClick$: () => void; type: "button"; "preventdefault:click": true; class: { active: boolean; }; }' is not assignable to type 'ButtonHTMLAttributes'.` - [packages\/docs\/src\/components\/panel-toggle\/panel-toggle.tsx\#L17](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/components/panel-toggle/panel-toggle.tsx#L17) - `error TS2322: Type '{ children: string; href: string; onClick$: () => void; "preventdefault:click": true; key: string; }' is not assignable to type 'AnchorHTMLAttributes'.` - [packages\/docs\/src\/repl\/repl-output-modules.tsx\#L11](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/repl/repl-output-modules.tsx#L11) - `error TS2322: Type '{ children: string | undefined; href: string; onClick$: () => void; "preventdefault:click": true; key: string; }' is not assignable to type 'AnchorHTMLAttributes'.` - [packages\/docs\/src\/repl\/repl-output-symbols.tsx\#L11](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/repl/repl-output-symbols.tsx#L11) - `error TS2322: Type '{ children: string; class: string; onClick$: PropFnInterface<[], void>; type: "button"; "preventdefault:click": true; }' is not assignable to type 'ButtonHTMLAttributes'.` - [packages\/docs\/src\/repl\/repl-tab-button.tsx\#L10](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/repl/repl-tab-button.tsx#L10) - `error TS2322: Type '{ children: Element; class: string; onClick$: PropFnInterface<[], void>; type: "button"; "preventdefault:click": true; }' is not assignable to type 'ButtonHTMLAttributes'.` - [packages\/docs\/src\/repl\/repl-tab-button.tsx\#L19](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/repl/repl-tab-button.tsx#L19) - `error TS2322: Type '{ children: string; href: string; "preventdefault:click": true; onClick$: () => void; }' is not assignable to type 'AnchorHTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/events\/preventdefault\/index.tsx\#L5](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/events/preventdefault/index.tsx#L5) - [packages\/docs\/src\/routes\/tutorial\/events\/preventdefault\/solution\/app.tsx\#L5](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/events/preventdefault/solution/app.tsx#L5) - `error TS2322: Type '{ "bind:value": Signal; type: "text"; }' is not assignable to type 'InputHTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/slot\/advanced\/index.tsx\#L25](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/slot/advanced/index.tsx#L25) - `error TS2322: Type '{ "bind:value": Signal; cols: number; }' is not assignable to type 'TextareaHTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/slot\/advanced\/index.tsx\#L27](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/slot/advanced/index.tsx#L27) - `error TS2322: Type '{ children: Signal; "q:slot": string; }' is not assignable to type 'HTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/slot\/advanced\/index.tsx\#L30](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/slot/advanced/index.tsx#L30) - `error TS2322: Type '{ children: string; "q:slot": string; }' is not assignable to type 'HTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/slot\/named\/index.tsx\#L24](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/slot/named/index.tsx#L24) - [packages\/docs\/src\/routes\/tutorial\/projection\/slots\/problem\/app.tsx\#L7](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/slots/problem/app.tsx#L7) - [packages\/docs\/src\/routes\/tutorial\/projection\/slots\/solution\/app.tsx\#L7](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/slots/solution/app.tsx#L7) - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.unit.tsx\#L865](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.unit.tsx#L865) - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.unit.tsx\#L867](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.unit.tsx#L867) - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.unit.tsx\#L869](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.unit.tsx#L869) - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.unit.tsx\#L871](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.unit.tsx#L871) - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.unit.tsx\#L1587](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.unit.tsx#L1587) - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.unit.tsx\#L1588](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.unit.tsx#L1588) - `error TS2322: Type '{ children: string; "q:slot": string; }' is not assignable to type 'HTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/slot\/named\/index.tsx\#L26](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/slot/named/index.tsx#L26) - [packages\/docs\/src\/routes\/tutorial\/projection\/fallback\/problem\/app.tsx\#L21](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/fallback/problem/app.tsx#L21) - [packages\/docs\/src\/routes\/tutorial\/projection\/fallback\/problem\/app.tsx\#L22](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/fallback/problem/app.tsx#L22) - [packages\/docs\/src\/routes\/tutorial\/projection\/fallback\/problem\/app.tsx\#L25](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/fallback/problem/app.tsx#L25) - [packages\/docs\/src\/routes\/tutorial\/projection\/fallback\/problem\/app.tsx\#L28](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/fallback/problem/app.tsx#L28) - [packages\/docs\/src\/routes\/tutorial\/projection\/fallback\/solution\/app.tsx\#L21](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/fallback/solution/app.tsx#L21) - [packages\/docs\/src\/routes\/tutorial\/projection\/fallback\/solution\/app.tsx\#L22](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/fallback/solution/app.tsx#L22) - [packages\/docs\/src\/routes\/tutorial\/projection\/fallback\/solution\/app.tsx\#L25](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/fallback/solution/app.tsx#L25) - [packages\/docs\/src\/routes\/tutorial\/projection\/fallback\/solution\/app.tsx\#L28](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/fallback/solution/app.tsx#L28) - [packages\/qwik\/src\/core\/render\/dom\/render.unit.tsx\#L419](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/dom/render.unit.tsx#L419) - [packages\/qwik\/src\/core\/render\/dom\/render.unit.tsx\#L420](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/dom/render.unit.tsx#L420) - [packages\/qwik\/src\/core\/render\/dom\/render.unit.tsx\#L446](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/dom/render.unit.tsx#L446) - [packages\/qwik\/src\/core\/render\/dom\/render.unit.tsx\#L447](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/dom/render.unit.tsx#L447) - [packages\/qwik\/src\/core\/render\/dom\/render.unit.tsx\#L448](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/dom/render.unit.tsx#L448) - [starters\/apps\/e2e\/src\/components\/slot\/slot.tsx\#L42](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/slot/slot.tsx#L42) - `error TS2322: Type '{ children: string; "q:slot": string; href: string; }' is not assignable to type 'AnchorHTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/slot\/named\/index.tsx\#L27](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/slot/named/index.tsx#L27) - `error TS2322: Type '{ type: "text"; "bind:value": Signal; }' is not assignable to type 'InputHTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/state\/computed\/index.tsx\#L12](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/state/computed/index.tsx#L12) - `error TS2322: Type '{ "bind:value": Signal; }' is not assignable to type 'InputHTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/state\/resource-joke\/index.tsx\#L36](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/state/resource-joke/index.tsx#L36) - [packages\/docs\/src\/routes\/demo\/tasks\/cleanup\/index.tsx\#L16](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/tasks/cleanup/index.tsx#L16) - [packages\/docs\/src\/routes\/demo\/tasks\/track-fn\/index.tsx\#L22](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/tasks/track-fn/index.tsx#L22) - [packages\/docs\/src\/routes\/demo\/tasks\/track-server-guard\/index.tsx\#L20](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/tasks/track-server-guard/index.tsx#L20) - [packages\/docs\/src\/routes\/demo\/tasks\/track\/index.tsx\#L20](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/tasks/track/index.tsx#L20) - `error TS2322: Type '{ type: "number"; "bind:value": Signal; }' is not assignable to type 'InputHTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/state\/resource\/index.tsx\#L24](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/state/resource/index.tsx#L24) - [packages\/docs\/src\/routes\/demo\/tasks\/resource\/index.tsx\#L22](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/tasks/resource/index.tsx#L22) - `error TS2322: Type '{ type: "checkbox"; "bind:checked": Signal; }' is not assignable to type 'InputHTMLAttributes'.` - [packages\/docs\/src\/routes\/demo\/tasks\/track-fn\/index.tsx\#L25](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/demo/tasks/track-fn/index.tsx#L25) - `error TS2322: Type '{ children: Element[]; key: string; href: string; "preventdefault:click": true; onClick$: () => void; class: { 'example-button': true; selected: boolean; }; }' is not assignable to type 'AnchorHTMLAttributes'.` - [packages\/docs\/src\/routes\/examples\/\[...id\]\/index!.tsx\#L105](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/examples/[...id]/index!.tsx#L105) - `error TS2322: Type '{ children: (string | Element)[]; "q:slot": string; }' is not assignable to type 'HTMLAttributes'.` - [packages\/docs\/src\/routes\/tutorial\/projection\/slots\/problem\/app.tsx\#L8](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/slots/problem/app.tsx#L8) - [packages\/docs\/src\/routes\/tutorial\/projection\/slots\/solution\/app.tsx\#L8](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/projection/slots/solution/app.tsx#L8) - `error TS2322: Type '{ children: string; "preventdefault:click": true; class: string; onClick$: () => void; type: "button"; }' is not assignable to type 'ButtonHTMLAttributes'.` - [packages\/docs\/src\/routes\/tutorial\/tutorial-content-footer.tsx\#L8](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/docs/src/routes/tutorial/tutorial-content-footer.tsx#L8) - `error TS2322: Type '{ id: string; title: string; "aria-required": true; "aria-busy": false; role: ""; "preventdefault:click": true; "aria-hidden": undefined; }' is not assignable to type 'HTMLAttributes'.` - [packages\/qwik\/src\/core\/render\/dom\/render.unit.tsx\#L86](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/dom/render.unit.tsx#L86) - `error TS2322: Type '{ id: string; title: string; "preventdefault:click": true; }' is not assignable to type 'HTMLAttributes'.` - [packages\/qwik\/src\/core\/render\/dom\/render.unit.tsx\#L140](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/dom/render.unit.tsx#L140) - `error TS2322: Type '{ "on:click": string; onscrolling: string; hostAttrs: string; content: string; }' is not assignable to type 'QwikCustomHTMLAttributes'.` - [packages\/qwik\/src\/core\/render\/dom\/render.unit.tsx\#L499](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/dom/render.unit.tsx#L499) - `error TS2454: Variable 'promise' is used before being assigned.` - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.ts\#L295](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.ts#L295) - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.ts\#L298](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.ts#L298) - `error TS2322: Type '{ id: string; "aria-required": true; "aria-busy": false; role: ""; "preventdefault:click": true; "aria-hidden": undefined; }' is not assignable to type 'HTMLAttributes'.` - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.unit.tsx\#L33](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.unit.tsx#L33) - `error TS2322: Type '{ children: Element[]; viewBox: string; xmlns: string; "xmlns:xlink": string; }' is not assignable to type 'QwikCustomHTMLAttributes'.` - [packages\/qwik\/src\/core\/render\/ssr\/render-ssr.unit.tsx\#L376](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/packages/qwik/src/core/render/ssr/render-ssr.unit.tsx#L376) - `error TS2322: Type '{ children: string; id: string; href: string; "preventdefault:click": true; }' is not assignable to type 'AnchorHTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/events\/events-client.tsx\#L10](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/events/events-client.tsx#L10) - `error TS2322: Type '{ children: string; href: string; "preventdefault:click": true; id: string; }' is not assignable to type 'AnchorHTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/events\/events.tsx\#L21](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/events/events.tsx#L21) - `error TS2322: Type '{ children: string; href: string; "preventdefault:click": true; id: string; onClick$: (ev: QwikMouseEvent) => void; }' is not assignable to type 'AnchorHTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/events\/events.tsx\#L31](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/events/events.tsx#L31) - `error TS2322: Type '{ children: Element; id: string; "preventdefault:click": true; autoCorrect: string; "aria-hidden": "true"; class: { even: boolean; odd: boolean; stable0: true; hidden: false; }; }' is not assignable to type 'HTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/render\/render.tsx\#L122](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/render/render.tsx#L122) - `error TS2322: Type '{ id: string; type: "checkbox"; "bind:checked": Signal; }' is not assignable to type 'InputHTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/signals\/signals.tsx\#L809](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/signals/signals.tsx#L809) - [starters\/apps\/e2e\/src\/components\/signals\/signals.tsx\#L814](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/signals/signals.tsx#L814) - `error TS2322: Type '{ id: string; "bind:value": Signal; disabled: boolean; }' is not assignable to type 'InputHTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/signals\/signals.tsx\#L810](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/signals/signals.tsx#L810) - `error TS2322: Type '{ id: string; "bind:value": Signal; disabled: boolean; }' is not assignable to type 'TextareaHTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/signals\/signals.tsx\#L813](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/signals/signals.tsx#L813) - `error TS2322: Type '{ children: string; "q:slot": string; id: string; }' is not assignable to type 'HTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/slot\/slot.tsx\#L31](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/slot/slot.tsx#L31) - `error TS2322: Type '{ children: (string | number)[]; "q:slot": string; }' is not assignable to type 'HTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/slot\/slot.tsx\#L46](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/slot/slot.tsx#L46) - [starters\/apps\/e2e\/src\/components\/slot\/slot.tsx\#L200](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/slot/slot.tsx#L200) - [starters\/apps\/e2e\/src\/components\/slot\/slot.tsx\#L201](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/slot/slot.tsx#L201) - `error TS2322: Type '{ children: string; "q:slot": string; id: string; }' is not assignable to type 'HTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/styles\/styles.tsx\#L75](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/styles/styles.tsx#L75) - `error TS2322: Type '{ children: Element; "q:slot": string; }' is not assignable to type 'HTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/styles\/styles.tsx\#L81](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/styles/styles.tsx#L81) - [starters\/apps\/e2e\/src\/components\/styles\/styles.tsx\#L84](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/styles/styles.tsx#L84) - `error TS2322: Type '{ children: (string | number)[]; href: string; "preventdefault:click": true; class: string; onClick$: (QRL<() => number> | (QRL<() => number> | null)[] | undefined)[]; }' is not assignable to type 'AnchorHTMLAttributes'.` - [starters\/apps\/e2e\/src\/components\/two-listeners\/twolisteners.tsx\#L9](https://github.com/BuilderIO/qwik/blob/6b34cfe340574bbfe0fa53cd93c78ab2eb403cce/starters/apps/e2e/src/components/two-listeners/twolisteners.tsx#L9)
typescript-bot commented 1 year ago

discordjs/discord.js

**35 of 53 projects failed to build with the old tsc and were ignored** ### [packages\/brokers\/tsconfig.docs.json](https://github.com/discordjs/discord.js/blob/c6ca5a83e7b72613f95c2145606a1330f64ae894/packages/brokers/tsconfig.docs.json) - `error TS7030: Not all code paths return a value.` - [packages\/brokers\/src\/brokers\/redis\/BaseRedis.ts\#L75](https://github.com/discordjs/discord.js/blob/c6ca5a83e7b72613f95c2145606a1330f64ae894/packages/brokers/src/brokers/redis/BaseRedis.ts#L75) ### [packages\/brokers\/tsconfig.eslint.json](https://github.com/discordjs/discord.js/blob/c6ca5a83e7b72613f95c2145606a1330f64ae894/packages/brokers/tsconfig.eslint.json) - `error TS7030: Not all code paths return a value.` - [packages\/brokers\/src\/brokers\/redis\/BaseRedis.ts\#L75](https://github.com/discordjs/discord.js/blob/c6ca5a83e7b72613f95c2145606a1330f64ae894/packages/brokers/src/brokers/redis/BaseRedis.ts#L75) ### [packages\/brokers\/tsconfig.json](https://github.com/discordjs/discord.js/blob/c6ca5a83e7b72613f95c2145606a1330f64ae894/packages/brokers/tsconfig.json) - `error TS7030: Not all code paths return a value.` - [packages\/brokers\/src\/brokers\/redis\/BaseRedis.ts\#L75](https://github.com/discordjs/discord.js/blob/c6ca5a83e7b72613f95c2145606a1330f64ae894/packages/brokers/src/brokers/redis/BaseRedis.ts#L75)
typescript-bot commented 1 year ago

formatjs/formatjs

**14 of 34 projects failed to build with the old tsc and were ignored** ### [packages\/intl-enumerator\/tsconfig.json](https://github.com/formatjs/formatjs/blob/5493185bb2d02f1a7334d6b53f1bd4d1b1524117/packages/intl-enumerator/tsconfig.json) - `error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.` - [packages\/ecma402-abstract\/GetStringOrBooleanOption.ts\#L40](https://github.com/formatjs/formatjs/blob/5493185bb2d02f1a7334d6b53f1bd4d1b1524117/packages/ecma402-abstract/GetStringOrBooleanOption.ts#L40) ### [packages\/intl\/tsconfig.json](https://github.com/formatjs/formatjs/blob/5493185bb2d02f1a7334d6b53f1bd4d1b1524117/packages/intl/tsconfig.json) - `error TS2345: Argument of type 'IntlConfig' is not assignable to parameter of type '{ locale: string; onError: OnErrorFn; }'.` - [packages\/intl\/tests\/formatDisplayNames.test.ts\#L41](https://github.com/formatjs/formatjs/blob/5493185bb2d02f1a7334d6b53f1bd4d1b1524117/packages/intl/tests/formatDisplayNames.test.ts#L41) - `error TS2345: Argument of type '{ messages: any; locale: string; defaultRichTextElements?: Record> | undefined; timeZone?: string | undefined; fallbackOnEmptyString?: boolean | undefined; ... 4 more ...; onWarn?: OnWarnFn | undefined; }' is not assignable to parameter of type '{ locale: string; timeZone?: string | undefined; formats: CustomFormats; messages: Record | Record; ... 4 more ...; onError: OnErrorFn; }'.` - [packages\/intl\/tests\/formatMessage.test.ts\#L133](https://github.com/formatjs/formatjs/blob/5493185bb2d02f1a7334d6b53f1bd4d1b1524117/packages/intl/tests/formatMessage.test.ts#L133) - `error TS2345: Argument of type 'IntlConfig' is not assignable to parameter of type '{ locale: string; formats: CustomFormats; onError: OnErrorFn; }'.` - [packages\/intl\/tests\/formatRelativeTime.test.ts\#L49](https://github.com/formatjs/formatjs/blob/5493185bb2d02f1a7334d6b53f1bd4d1b1524117/packages/intl/tests/formatRelativeTime.test.ts#L49) ### [packages\/intl-segmenter\/tsconfig.json](https://github.com/formatjs/formatjs/blob/5493185bb2d02f1a7334d6b53f1bd4d1b1524117/packages/intl-segmenter/tsconfig.json) - `error TS2345: Argument of type 'any' is not assignable to parameter of type 'never'.` - [packages\/ecma402-abstract\/GetStringOrBooleanOption.ts\#L40](https://github.com/formatjs/formatjs/blob/5493185bb2d02f1a7334d6b53f1bd4d1b1524117/packages/ecma402-abstract/GetStringOrBooleanOption.ts#L40)
typescript-bot commented 1 year ago

infinitered/ignite

### [boilerplate\/tsconfig.json](https://github.com/infinitered/ignite/blob/46ee84b7b9c12f35a1bb5a444e0a552c90213f96/boilerplate/tsconfig.json) - `error TS2345: Argument of type '[never, never]' is not assignable to parameter of type 'never'.` - [boilerplate\/app\/navigators\/navigationUtilities.ts\#L156](https://github.com/infinitered/ignite/blob/46ee84b7b9c12f35a1bb5a444e0a552c90213f96/boilerplate/app/navigators/navigationUtilities.ts#L156)
typescript-bot commented 1 year ago

reduxjs/redux

**2 of 5 projects failed to build with the old tsc and were ignored** ### [test\/typescript\/tsconfig.json](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [test\/typescript\/store.ts\#L72](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L72) - [test\/typescript\/store.ts\#L94](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L94) - [test\/typescript\/store.ts\#L123](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L123) - [test\/typescript\/store.ts\#L136](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L136) - [test\/typescript\/store.ts\#L151](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L151) - `error TS2769: No overload matches this call.` - [test\/typescript\/store.ts\#L74](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L74) - [test\/typescript\/store.ts\#L98](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L98) - [test\/typescript\/store.ts\#L125](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L125) - [test\/typescript\/store.ts\#L139](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L139) - [test\/typescript\/store.ts\#L155](https://github.com/reduxjs/redux/blob/30635355a0f4fb6783420273f8d09c0893d52424/test/typescript/store.ts#L155)
typescript-bot commented 1 year ago

refined-github/refined-github

### [tsconfig.json](https://github.com/refined-github/refined-github/blob/f33e0da2d4b1694c642c73705b0e9b9c5085e787/tsconfig.json) - `error TS2454: Variable 'result' is used before being assigned.` - [source\/feature-manager.tsx\#L186](https://github.com/refined-github/refined-github/blob/f33e0da2d4b1694c642c73705b0e9b9c5085e787/source/feature-manager.tsx#L186)
typescript-bot commented 1 year ago

tldraw/tldraw

**13 of 20 projects failed to build with the old tsc and were ignored** ### [packages\/vec\/tsconfig.build.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/vec/tsconfig.build.json) - `error TS2688: Cannot find type definition file for '@testing-library/react'.` - Project Scope in [packages\/vec\/tsconfig.build.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/vec/tsconfig.build.json) ### [packages\/vec\/tsconfig.dev.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/vec/tsconfig.dev.json) - `error TS2688: Cannot find type definition file for '@testing-library/react'.` - Project Scope in [packages\/vec\/tsconfig.dev.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/vec/tsconfig.dev.json) ### [packages\/intersect\/tsconfig.build.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/intersect/tsconfig.build.json) - `error TS2688: Cannot find type definition file for '@testing-library/react'.` - Project Scope in [packages\/vec\/tsconfig.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/vec/tsconfig.json) ### [packages\/intersect\/tsconfig.dev.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/intersect/tsconfig.dev.json) - `error TS2688: Cannot find type definition file for '@testing-library/react'.` - Project Scope in [packages\/vec\/tsconfig.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/vec/tsconfig.json) ### [packages\/curve\/tsconfig.build.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/curve/tsconfig.build.json) - `error TS2688: Cannot find type definition file for '@testing-library/react'.` - Project Scope in [packages\/curve\/tsconfig.build.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/curve/tsconfig.build.json) ### [packages\/curve\/tsconfig.dev.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/curve/tsconfig.dev.json) - `error TS2688: Cannot find type definition file for '@testing-library/react'.` - Project Scope in [packages\/curve\/tsconfig.dev.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/curve/tsconfig.dev.json) ### [packages\/curve\/tsconfig.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/curve/tsconfig.json) - `error TS2688: Cannot find type definition file for '@testing-library/react'.` - Project Scope in [packages\/curve\/tsconfig.json](https://github.com/tldraw/tldraw/blob/b306d7cb41cbfc8372fbc5469e657e4a85d2917b/packages/curve/tsconfig.json)
typescript-bot commented 1 year ago

vuejs/core

**1 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/vuejs/core/blob/2d9f6f926453c46f542789927bcd30d15da9c24b/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L1366](https://github.com/vuejs/core/blob/2d9f6f926453c46f542789927bcd30d15da9c24b/packages/dts-test/defineComponent.test-d.tsx#L1366) - `error TS2769: No overload matches this call.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L1373](https://github.com/vuejs/core/blob/2d9f6f926453c46f542789927bcd30d15da9c24b/packages/dts-test/defineComponent.test-d.tsx#L1373)
typescript-bot commented 1 year ago

vuetifyjs/vuetify

**4 of 7 projects failed to build with the old tsc and were ignored** ### [packages\/vuetify\/tsconfig.checks.json](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/tsconfig.checks.json) - `error TS2322: Type '{ items: any[]; "onClick:row": ((e: Event, value: { item: DataTableItem; }) => void) | undefined; "v-slots": Readonly; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; items: InternalDataTableItem[]; hideNoData: boolean; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/VDataTable.tsx\#L160](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/VDataTable.tsx#L160) - `error TS2322: Type '{ items: (DataTableItem | GroupHeaderItem)[]; "onClick:row": (((e: Event, value: { item: DataTableItem; }) => void) & ((e: Event, value: { ...; }) => any)) | undefined; "v-slots": Readonly<...>; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; items: InternalDataTableItem[]; hideNoData: boolean; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/VDataTableServer.tsx\#L140](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/VDataTableServer.tsx#L140) - [packages\/vuetify\/src\/labs\/VDataTable\/VDataTableVirtual.tsx\#L148](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/VDataTableVirtual.tsx#L148) - `error TS2322: Type '{ "onUpdate:options": (opts: { page: number; itemsPerPage: number; }) => void; itemsLength: number; page: number; itemsPerPage: number; headers: { title: string; key: string; }[]; items: any[]; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; sortBy: SortItem[]; items: any[]; modelValue: any[]; page: string | number; expanded: string[]; ... 16 more ...; itemsPerPage: string | number; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/\_\_tests\_\_\/VDataTableServer.spec.cy.tsx\#L136](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/__tests__/VDataTableServer.spec.cy.tsx#L136) - [packages\/vuetify\/src\/labs\/VDataTable\/\_\_tests\_\_\/VDataTableServer.spec.cy.tsx\#L172](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/__tests__/VDataTableServer.spec.cy.tsx#L172) - [packages\/vuetify\/src\/labs\/VDataTable\/\_\_tests\_\_\/VDataTableServer.spec.cy.tsx\#L219](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/__tests__/VDataTableServer.spec.cy.tsx#L219) - `error TS2322: Type '{ "onUpdate:options": (opts: { page: number; itemsPerPage: number; search: string; }) => void; itemsLength: number; page: number; itemsPerPage: number; search: string; headers: { title: string; key: string; }[]; items: any[]; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; sortBy: SortItem[]; items: any[]; modelValue: any[]; page: string | number; expanded: string[]; ... 16 more ...; itemsPerPage: string | number; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/\_\_tests\_\_\/VDataTableServer.spec.cy.tsx\#L267](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/__tests__/VDataTableServer.spec.cy.tsx#L267) - `error TS7030: Not all code paths return a value.` - [packages\/vuetify\/src\/util\/injectSelf.ts\#L5](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/util/injectSelf.ts#L5) ### [packages\/vuetify\/tsconfig.dist.json](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/tsconfig.dist.json) - `error TS2322: Type '{ items: any[]; "onClick:row": ((e: Event, value: { item: DataTableItem; }) => void) | undefined; "v-slots": Readonly; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; items: InternalDataTableItem[]; hideNoData: boolean; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/VDataTable.tsx\#L160](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/VDataTable.tsx#L160) - `error TS2322: Type '{ items: (DataTableItem | GroupHeaderItem)[]; "onClick:row": (((e: Event, value: { item: DataTableItem; }) => void) & ((e: Event, value: { ...; }) => any)) | undefined; "v-slots": Readonly<...>; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; items: InternalDataTableItem[]; hideNoData: boolean; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/VDataTableServer.tsx\#L140](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/VDataTableServer.tsx#L140) - [packages\/vuetify\/src\/labs\/VDataTable\/VDataTableVirtual.tsx\#L148](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/VDataTableVirtual.tsx#L148) - `error TS7030: Not all code paths return a value.` - [packages\/vuetify\/src\/util\/injectSelf.ts\#L5](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/util/injectSelf.ts#L5) ### [packages\/vuetify\/tsconfig.json](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/tsconfig.json) - `error TS2322: Type '{ items: any[]; "onClick:row": ((e: Event, value: { item: DataTableItem; }) => void) | undefined; "v-slots": Readonly; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; items: InternalDataTableItem[]; hideNoData: boolean; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/VDataTable.tsx\#L160](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/VDataTable.tsx#L160) - `error TS2322: Type '{ items: (DataTableItem | GroupHeaderItem)[]; "onClick:row": (((e: Event, value: { item: DataTableItem; }) => void) & ((e: Event, value: { ...; }) => any)) | undefined; "v-slots": Readonly<...>; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; items: InternalDataTableItem[]; hideNoData: boolean; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/VDataTableServer.tsx\#L140](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/VDataTableServer.tsx#L140) - [packages\/vuetify\/src\/labs\/VDataTable\/VDataTableVirtual.tsx\#L148](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/VDataTableVirtual.tsx#L148) - `error TS2322: Type '{ "onUpdate:options": (opts: { page: number; itemsPerPage: number; }) => void; itemsLength: number; page: number; itemsPerPage: number; headers: { title: string; key: string; }[]; items: any[]; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; sortBy: SortItem[]; items: any[]; modelValue: any[]; page: string | number; expanded: string[]; ... 16 more ...; itemsPerPage: string | number; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/\_\_tests\_\_\/VDataTableServer.spec.cy.tsx\#L136](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/__tests__/VDataTableServer.spec.cy.tsx#L136) - [packages\/vuetify\/src\/labs\/VDataTable\/\_\_tests\_\_\/VDataTableServer.spec.cy.tsx\#L172](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/__tests__/VDataTableServer.spec.cy.tsx#L172) - [packages\/vuetify\/src\/labs\/VDataTable\/\_\_tests\_\_\/VDataTableServer.spec.cy.tsx\#L219](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/__tests__/VDataTableServer.spec.cy.tsx#L219) - `error TS2322: Type '{ "onUpdate:options": (opts: { page: number; itemsPerPage: number; search: string; }) => void; itemsLength: number; page: number; itemsPerPage: number; search: string; headers: { title: string; key: string; }[]; items: any[]; }' is not assignable to type 'IntrinsicAttributes & Partial<{ noDataText: string; loadingText: string; sortBy: SortItem[]; items: any[]; modelValue: any[]; page: string | number; expanded: string[]; ... 16 more ...; itemsPerPage: string | number; }> & Omit<...>'.` - [packages\/vuetify\/src\/labs\/VDataTable\/\_\_tests\_\_\/VDataTableServer.spec.cy.tsx\#L267](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/labs/VDataTable/__tests__/VDataTableServer.spec.cy.tsx#L267) - `error TS7030: Not all code paths return a value.` - [packages\/vuetify\/src\/util\/injectSelf.ts\#L5](https://github.com/vuetifyjs/vuetify/blob/0e996d34fc99e4fa6ffc25b7af8b74392026a9ce/packages/vuetify/src/util/injectSelf.ts#L5)
typescript-bot commented 1 year ago

yetone/openai-translator

### [tsconfig.json](https://github.com/yetone/openai-translator/blob/75bec059338772538d67d48c5eec13c2315cd224/tsconfig.json) - `error TS2688: Cannot find type definition file for 'sass'.` - Project Scope
RyanCavanaugh commented 1 year ago

@weswigham can you see what's going on with qwik please?