microsoft / TypeScript

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

[NewErrors] 5.0.0-dev.20230219 vs 4.9.5 #52858

Closed typescript-bot closed 1 year ago

typescript-bot commented 1 year ago

The following errors were reported by 5.0.0-dev.20230219, but not by 4.9.5 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 125 of 200 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 41 | | Detected no interesting changes | 84 | | Git clone failed | 1 | | Package install failed | 20 | | Project-graph error in old TS | 4 | | Too many errors in old TS | 44 | | Unknown failure | 6 |

Investigation Status

Repo Errors Outcome
alibaba/ice 3
ant-design/ant-design 3
basarat/typescript-book 1
BuilderIO/qwik 1
chartist-js/chartist 3
cheeriojs/cheerio 1
compiler-explorer/compiler-explorer 2
conventional-changelog/commitlint 1
desktop/desktop 1
directus/directus 7
felixrieseberg/windows95 1
framer/motion 1
graphql/graphiql 1
graphql/graphql-js 1
ionic-team/ionic-framework 1
jhipster/generator-jhipster 1
jitsi/jitsi-meet 1
jquense/yup 1
marmelab/react-admin 4
microsoft/playwright 2
n8n-io/n8n 1
neoclide/coc.nvim 2
novuhq/novu 14
palantir/blueprint 2
pubkey/rxdb 3
react-hook-form/react-hook-form 2
react-native-elements/react-native-elements 1
react-navigation/react-navigation 14
reduxjs/redux-devtools 1
reduxjs/redux-thunk 4
remix-run/react-router 2
socketio/socket.io 1
statelyai/xstate 3
sveltejs/svelte 1
t3-oss/create-t3-app 1
TanStack/query 3
the1812/Bilibili-Evolved 8
video-dev/hls.js 1
vuejs/core 10
vuetifyjs/vuetify 18
wenyan-lang/wenyan 1
typescript-bot commented 1 year ago

alibaba/ice

**38 of 59 projects failed to build with the old tsc and were ignored** ### [packages\/style-import\/tsconfig.json](https://github.com/alibaba/ice/blob/c63d120a9a87d5500801954cde0a492d57e880a4/packages/style-import/tsconfig.json) - `error TS4104: The type 'readonly ExportSpecifier[]' is 'readonly' and cannot be assigned to the mutable type 'ExportSpecifier[]'.` - [packages\/style-import\/src\/index.ts\#L43](https://github.com/alibaba/ice/blob/c63d120a9a87d5500801954cde0a492d57e880a4/packages/style-import/src/index.ts#L43) ### [packages\/plugin-pha\/tsconfig.json](https://github.com/alibaba/ice/blob/c63d120a9a87d5500801954cde0a492d57e880a4/packages/plugin-pha/tsconfig.json) - `error TS2322: Type '{ path: string; name?: string; pageHeader?: Partial<{ url: string; height: number; backgroundColor: string; position: "absolute" | "static"; source: string; html: string; name: string; includedSafeArea: boolean; heightUnit: "rpx" | "px"; }>; ... 8 more ...; title?: string; }' is not assignable to type 'MixedPage'.` - [packages\/plugin-pha\/src\/manifestHelpers.ts\#L205](https://github.com/alibaba/ice/blob/c63d120a9a87d5500801954cde0a492d57e880a4/packages/plugin-pha/src/manifestHelpers.ts#L205) - `error TS2322: Type 'PageConfig' is not assignable to type 'MixedPage'.` - [packages\/plugin-pha\/src\/manifestHelpers.ts\#L211](https://github.com/alibaba/ice/blob/c63d120a9a87d5500801954cde0a492d57e880a4/packages/plugin-pha/src/manifestHelpers.ts#L211)
typescript-bot commented 1 year ago

ant-design/ant-design

**1 of 2 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/ant-design/ant-design/blob/8e93ae76d0673d4ff8ae439836d5f1988987ad1a/tsconfig.json) - `error TS2365: Operator '<' cannot be applied to types 'number' and 'valueType'.` - [components\/statistic\/demo\/countdown.tsx\#L14](https://github.com/ant-design/ant-design/blob/8e93ae76d0673d4ff8ae439836d5f1988987ad1a/components/statistic/demo/countdown.tsx#L14) - `error TS2365: Operator '<' cannot be applied to types 'valueType' and 'number'.` - [components\/statistic\/demo\/countdown.tsx\#L14](https://github.com/ant-design/ant-design/blob/8e93ae76d0673d4ff8ae439836d5f1988987ad1a/components/statistic/demo/countdown.tsx#L14) - `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number'.` - [components\/table\/demo\/virtual-list.tsx\#L65](https://github.com/ant-design/ant-design/blob/8e93ae76d0673d4ff8ae439836d5f1988987ad1a/components/table/demo/virtual-list.tsx#L65)
typescript-bot commented 1 year ago

basarat/typescript-book

**8 of 15 projects failed to build with the old tsc and were ignored** ### [code\/compiler\/tsconfig.json](https://github.com/basarat/typescript-book/blob/790f2ec473a09503e349ccc43c8be0b368658ed6/code/compiler/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [code\/compiler\/tsconfig.json\#L15](https://github.com/basarat/typescript-book/blob/790f2ec473a09503e349ccc43c8be0b368658ed6/code/compiler/tsconfig.json#L15)
typescript-bot commented 1 year ago

BuilderIO/qwik

**3 of 4 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/BuilderIO/qwik/blob/42975e257024c1cab79abdd39d06732835a39e9d/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [tsconfig.json\#L15](https://github.com/BuilderIO/qwik/blob/42975e257024c1cab79abdd39d06732835a39e9d/tsconfig.json#L15)
typescript-bot commented 1 year ago

chartist-js/chartist

**1 of 4 projects failed to build with the old tsc and were ignored** ### [sandboxes\/tsconfig.json](https://github.com/chartist-js/chartist/blob/10679003a8cec24f9c1f559bdd0c241ec02319a4/sandboxes/tsconfig.json) - `error TS2365: Operator '>=' cannot be applied to types 'number | boolean' and 'number'.` - [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/10679003a8cec24f9c1f559bdd0c241ec02319a4/src/charts/BarChart/BarChart.ts#L514) - [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/10679003a8cec24f9c1f559bdd0c241ec02319a4/src/charts/BarChart/BarChart.ts#L514) ### [tsconfig.build.json](https://github.com/chartist-js/chartist/blob/10679003a8cec24f9c1f559bdd0c241ec02319a4/tsconfig.build.json) - `error TS2365: Operator '>=' cannot be applied to types 'number | boolean' and 'number'.` - [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/10679003a8cec24f9c1f559bdd0c241ec02319a4/src/charts/BarChart/BarChart.ts#L514) - [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/10679003a8cec24f9c1f559bdd0c241ec02319a4/src/charts/BarChart/BarChart.ts#L514) ### [tsconfig.json](https://github.com/chartist-js/chartist/blob/10679003a8cec24f9c1f559bdd0c241ec02319a4/tsconfig.json) - `error TS2365: Operator '>=' cannot be applied to types 'number | boolean' and 'number'.` - [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/10679003a8cec24f9c1f559bdd0c241ec02319a4/src/charts/BarChart/BarChart.ts#L514) - [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/10679003a8cec24f9c1f559bdd0c241ec02319a4/src/charts/BarChart/BarChart.ts#L514)
typescript-bot commented 1 year ago

cheeriojs/cheerio

**1 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/cheeriojs/cheerio/blob/4de17bf31b6834262c3c93f9e00daab2a5ac27d5/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [tsconfig.json\#L17](https://github.com/cheeriojs/cheerio/blob/4de17bf31b6834262c3c93f9e00daab2a5ac27d5/tsconfig.json#L17)
typescript-bot commented 1 year ago

compiler-explorer/compiler-explorer

**1 of 5 projects failed to build with the old tsc and were ignored** ### [static\/tsconfig.json](https://github.com/compiler-explorer/compiler-explorer/blob/96631c47a80942ac1e6487fc760cfd3aab737b74/static/tsconfig.json) - `error TS2345: Argument of type '(weight: number, field: string) => void' is not assignable to parameter of type '(value: any, key: string | number) => any'.` - file:///mnt/ts_downloads/compiler-explorer/node_modules/@orchidjs/sifter/lib/sifter.ts#L150 - `error TS2769: No overload matches this call.` - file:///mnt/ts_downloads/compiler-explorer/node_modules/@orchidjs/sifter/lib/utils.ts#L44
typescript-bot commented 1 year ago

conventional-changelog/commitlint

### [tsconfig.json](https://github.com/conventional-changelog/commitlint/blob/f14990f626f5a2713ac4aa508133cf1072993449/tsconfig.json) - `error TS5101: Flag 'keyofStringsOnly' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope
typescript-bot commented 1 year ago

desktop/desktop

### [tsconfig.json](https://github.com/desktop/desktop/blob/ec166fcc7d5dfb656566b3e22f0ae9c3c4468864/tsconfig.json) - `error TS2365: Operator '>=' cannot be applied to types 'Number' and 'number'.` - [app\/src\/ui\/history\/selected-commits.tsx\#L214](https://github.com/desktop/desktop/blob/ec166fcc7d5dfb656566b3e22f0ae9c3c4468864/app/src/ui/history/selected-commits.tsx#L214)
typescript-bot commented 1 year ago

directus/directus

**3 of 13 projects failed to build with the old tsc and were ignored** ### [packages\/storage\/tsconfig.json](https://github.com/directus/directus/blob/e3c755dcf000aafc6535cc271093242da5e5dbc9/packages/storage/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/utils\/tsconfig.json](https://github.com/directus/directus/blob/e3c755dcf000aafc6535cc271093242da5e5dbc9/packages/utils/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/storage-driver-azure\/tsconfig.json](https://github.com/directus/directus/blob/e3c755dcf000aafc6535cc271093242da5e5dbc9/packages/storage-driver-azure/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/storage-driver-cloudinary\/tsconfig.json](https://github.com/directus/directus/blob/e3c755dcf000aafc6535cc271093242da5e5dbc9/packages/storage-driver-cloudinary/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/storage-driver-gcs\/tsconfig.json](https://github.com/directus/directus/blob/e3c755dcf000aafc6535cc271093242da5e5dbc9/packages/storage-driver-gcs/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/storage-driver-local\/tsconfig.json](https://github.com/directus/directus/blob/e3c755dcf000aafc6535cc271093242da5e5dbc9/packages/storage-driver-local/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/storage-driver-s3\/tsconfig.json](https://github.com/directus/directus/blob/e3c755dcf000aafc6535cc271093242da5e5dbc9/packages/storage-driver-s3/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope
typescript-bot commented 1 year ago

felixrieseberg/windows95

### [tsconfig.json](https://github.com/felixrieseberg/windows95/blob/17a81393467e2668eb2eea291ab4b6a749756dad/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [tsconfig.json\#L16](https://github.com/felixrieseberg/windows95/blob/17a81393467e2668eb2eea291ab4b6a749756dad/tsconfig.json#L16)
typescript-bot commented 1 year ago

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/6001e0fc8295036376d89b0f69ea6a214eba9712/packages/framer-motion/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [packages\/framer-motion\/tsconfig.json\#L17](https://github.com/framer/motion/blob/6001e0fc8295036376d89b0f69ea6a214eba9712/packages/framer-motion/tsconfig.json#L17)
typescript-bot commented 1 year ago

graphql/graphiql

**6 of 13 projects failed to build with the old tsc and were ignored** ### [examples\/monaco-graphql-webpack\/tsconfig.json](https://github.com/graphql/graphiql/blob/e25929f80289b99bfaa197969456938ee482b968/examples/monaco-graphql-webpack/tsconfig.json) - `error TS2322: Type '5' is not assignable to type 'MarkerSeverity'.` - [packages\/monaco-graphql\/src\/utils.ts\#L115](https://github.com/graphql/graphiql/blob/e25929f80289b99bfaa197969456938ee482b968/packages/monaco-graphql/src/utils.ts#L115) in [packages\/monaco-graphql\/tsconfig.json](https://github.com/graphql/graphiql/blob/e25929f80289b99bfaa197969456938ee482b968/packages/monaco-graphql/tsconfig.json)
typescript-bot commented 1 year ago

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/84197640eaaaf6b2ae1b673133026d187b848a32/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [tsconfig.json\#L18](https://github.com/graphql/graphql-js/blob/84197640eaaaf6b2ae1b673133026d187b848a32/tsconfig.json#L18)
typescript-bot commented 1 year ago

ionic-team/ionic-framework

**15 of 20 projects failed to build with the old tsc and were ignored** ### [core\/tsconfig.json](https://github.com/ionic-team/ionic-framework/blob/9c95d370b81809939cbc641481932199a879329d/core/tsconfig.json) - `error TS2322: Type '{ parentAnimation: AnimationInternal | undefined; elements: HTMLElement[]; childAnimations: AnimationInternal[]; id: string | undefined; ... 43 more ...; progressEnd: (playTo: 0 | ... 1 more ... | undefined, step: number, dur?: number | undefined) => AnimationInternal; }' is not assignable to type 'Animation'.` - [core\/src\/utils\/animation\/animation.ts\#L1031](https://github.com/ionic-team/ionic-framework/blob/9c95d370b81809939cbc641481932199a879329d/core/src/utils/animation/animation.ts#L1031)
typescript-bot commented 1 year ago

jhipster/generator-jhipster

**1 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/jhipster/generator-jhipster/blob/64049ff964fafe88bdc370e5931f84a682d77ce4/tsconfig.json) - `error TS2339: Property 'stdout' does not exist on type 'unknown'.` - [generators\/info\/generator.mts\#L49](https://github.com/jhipster/generator-jhipster/blob/64049ff964fafe88bdc370e5931f84a682d77ce4/generators/info/generator.mts#L49)
typescript-bot commented 1 year ago

jitsi/jitsi-meet

### [tsconfig.web.json](https://github.com/jitsi/jitsi-meet/blob/00ed794c50b24a909b965c1e597687fd8b8b820b/tsconfig.web.json) - `error TS2345: Argument of type '{ video: { displaySurface: string; frameRate: number; }; audio: false; preferCurrentTab: boolean; }' is not assignable to parameter of type 'DisplayMediaStreamOptions'.` - [react\/features\/recording\/components\/Recording\/LocalRecordingManager.web.ts\#L249](https://github.com/jitsi/jitsi-meet/blob/00ed794c50b24a909b965c1e597687fd8b8b820b/react/features/recording/components/Recording/LocalRecordingManager.web.ts#L249)
typescript-bot commented 1 year ago

jquense/yup

### [test\/tsconfig.json](https://github.com/jquense/yup/blob/33909e7d240c0b19faf619dbd4fa8dd61859c092/test/tsconfig.json) - `error TS2365: Operator '<' cannot be applied to types 'AnyPresentValue' and 'number'.` - [test\/mixed.ts\#L433](https://github.com/jquense/yup/blob/33909e7d240c0b19faf619dbd4fa8dd61859c092/test/mixed.ts#L433) - [test\/mixed.ts\#L444](https://github.com/jquense/yup/blob/33909e7d240c0b19faf619dbd4fa8dd61859c092/test/mixed.ts#L444)
typescript-bot commented 1 year ago

marmelab/react-admin

**22 of 23 projects failed to build with the old tsc and were ignored** ### [packages\/ra-core\/tsconfig.json](https://github.com/marmelab/react-admin/blob/7b74c648a4bb8abff43c4d034c8fb7ce9ecfb0a5/packages/ra-core/tsconfig.json) - `error TS2604: JSX element type 'Create' does not have any construct or call signatures.` - [packages\/ra-core\/src\/core\/Resource.tsx\#L17](https://github.com/marmelab/react-admin/blob/7b74c648a4bb8abff43c4d034c8fb7ce9ecfb0a5/packages/ra-core/src/core/Resource.tsx#L17) - `error TS2604: JSX element type 'Show' does not have any construct or call signatures.` - [packages\/ra-core\/src\/core\/Resource.tsx\#L23](https://github.com/marmelab/react-admin/blob/7b74c648a4bb8abff43c4d034c8fb7ce9ecfb0a5/packages/ra-core/src/core/Resource.tsx#L23) - `error TS2604: JSX element type 'Edit' does not have any construct or call signatures.` - [packages\/ra-core\/src\/core\/Resource.tsx\#L29](https://github.com/marmelab/react-admin/blob/7b74c648a4bb8abff43c4d034c8fb7ce9ecfb0a5/packages/ra-core/src/core/Resource.tsx#L29) - `error TS2604: JSX element type 'List' does not have any construct or call signatures.` - [packages\/ra-core\/src\/core\/Resource.tsx\#L35](https://github.com/marmelab/react-admin/blob/7b74c648a4bb8abff43c4d034c8fb7ce9ecfb0a5/packages/ra-core/src/core/Resource.tsx#L35)
typescript-bot commented 1 year ago

microsoft/playwright

**2 of 14 projects failed to build with the old tsc and were ignored** ### [tests\/components\/ct-svelte-vite\/tsconfig.json](https://github.com/microsoft/playwright/blob/24c8d45c70549a7a0abc6d36466e91dd6be48df5/tests/components/ct-svelte-vite/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope - `error TS5101: Flag 'preserveValueImports' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope
typescript-bot commented 1 year ago

n8n-io/n8n

**8 of 9 projects failed to build with the old tsc and were ignored** ### [packages\/core\/tsconfig.json](https://github.com/n8n-io/n8n/blob/9a1e7b52f7ce698f1492af15d0139fb015ba5d30/packages/core/tsconfig.json) - `error TS2345: Argument of type 'WeekdayNumbers' is not assignable to parameter of type 'DAYS'.` - [packages\/workflow\/src\/Extensions\/DateExtensions.ts\#L175](https://github.com/n8n-io/n8n/blob/9a1e7b52f7ce698f1492af15d0139fb015ba5d30/packages/workflow/src/Extensions/DateExtensions.ts#L175) in [packages\/workflow\/tsconfig.build.json](https://github.com/n8n-io/n8n/blob/9a1e7b52f7ce698f1492af15d0139fb015ba5d30/packages/workflow/tsconfig.build.json) - [packages\/workflow\/src\/Extensions\/DateExtensions.ts\#L177](https://github.com/n8n-io/n8n/blob/9a1e7b52f7ce698f1492af15d0139fb015ba5d30/packages/workflow/src/Extensions/DateExtensions.ts#L177) in [packages\/workflow\/tsconfig.build.json](https://github.com/n8n-io/n8n/blob/9a1e7b52f7ce698f1492af15d0139fb015ba5d30/packages/workflow/tsconfig.build.json)
typescript-bot commented 1 year ago

neoclide/coc.nvim

### [tsconfig.json](https://github.com/neoclide/coc.nvim/blob/79e9e048dfedbfc8b91330059fec5470f8b68f14/tsconfig.json) - `error TS2365: Operator '>' cannot be applied to types 'unknown' and 'number'.` - [src\/\_\_tests\_\_\/client\/diagnostics.test.ts\#L297](https://github.com/neoclide/coc.nvim/blob/79e9e048dfedbfc8b91330059fec5470f8b68f14/src/__tests__/client/diagnostics.test.ts#L297) - [src\/\_\_tests\_\_\/list\/mappings.test.ts\#L56](https://github.com/neoclide/coc.nvim/blob/79e9e048dfedbfc8b91330059fec5470f8b68f14/src/__tests__/list/mappings.test.ts#L56) - `error TS2365: Operator '>=' cannot be applied to types 'unknown' and 'number'.` - [src\/model\/editInspect.ts\#L131](https://github.com/neoclide/coc.nvim/blob/79e9e048dfedbfc8b91330059fec5470f8b68f14/src/model/editInspect.ts#L131)
typescript-bot commented 1 year ago

novuhq/novu

**95 of 108 projects failed to build with the old tsc and were ignored** ### [providers\/ms-teams\/tsconfig.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/providers/ms-teams/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [providers\/ms-teams\/tsconfig.module.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/providers/ms-teams/tsconfig.module.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/stateless\/tsconfig.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/packages/stateless/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/stateless\/tsconfig.module.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/packages/stateless/tsconfig.module.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/nest\/tsconfig.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/packages/nest/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/nest\/tsconfig.module.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/packages/nest/tsconfig.module.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [apps\/inbound-mail\/tsconfig.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/apps/inbound-mail/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [libs\/shared\/tsconfig.esm.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/libs/shared/tsconfig.esm.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [libs\/shared\/tsconfig.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/libs/shared/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [libs\/dal\/tsconfig.build.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/libs/dal/tsconfig.build.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [libs\/testing\/tsconfig.build.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/libs/testing/tsconfig.build.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [libs\/testing\/tsconfig.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/libs/testing/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/notification-center-vue\/tsconfig.json](https://github.com/novuhq/novu/blob/bd9365bd9c02d40fd214d309e0020d5b9bb679dc/packages/notification-center-vue/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope - `error TS5101: Flag 'preserveValueImports' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope
typescript-bot commented 1 year ago

palantir/blueprint

**4 of 28 projects failed to build with the old tsc and were ignored** ### [packages\/popover2\/src\/tsconfig.json](https://github.com/palantir/blueprint/blob/2ac174ed9f77bd0306ad673d9ac41670419284f5/packages/popover2/src/tsconfig.json) - `error TS2345: Argument of type 'typeof Tooltip2' is not assignable to parameter of type 'ComponentType>'.` - [packages\/popover2\/src\/popover2.tsx\#L409](https://github.com/palantir/blueprint/blob/2ac174ed9f77bd0306ad673d9ac41670419284f5/packages/popover2/src/popover2.tsx#L409) ### [packages\/popover2\/test\/tsconfig.json](https://github.com/palantir/blueprint/blob/2ac174ed9f77bd0306ad673d9ac41670419284f5/packages/popover2/test/tsconfig.json) - `error TS2345: Argument of type 'typeof Tooltip2' is not assignable to parameter of type 'ComponentType>'.` - [packages\/popover2\/src\/popover2.tsx\#L409](https://github.com/palantir/blueprint/blob/2ac174ed9f77bd0306ad673d9ac41670419284f5/packages/popover2/src/popover2.tsx#L409)
typescript-bot commented 1 year ago

pubkey/rxdb

**7 of 10 projects failed to build with the old tsc and were ignored** ### [config\/tsconfig.types.json](https://github.com/pubkey/rxdb/blob/2eba05ef2f7dfd46b9ac20973cefd0179b68e007/config/tsconfig.types.json) - `error TS2345: Argument of type 'string' is not assignable to parameter of type 'StringKeys<{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }>'.` - [src\/plugins\/replication-couchdb\/couchdb-helper.ts\#L22](https://github.com/pubkey/rxdb/blob/2eba05ef2f7dfd46b9ac20973cefd0179b68e007/src/plugins/replication-couchdb/couchdb-helper.ts#L22) ### [test\/tutorials\/tsconfig.json](https://github.com/pubkey/rxdb/blob/2eba05ef2f7dfd46b9ac20973cefd0179b68e007/test/tutorials/tsconfig.json) - `error TS5101: Flag 'suppressImplicitAnyIndexErrors' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [test\/tutorials\/tsconfig.json\#L11](https://github.com/pubkey/rxdb/blob/2eba05ef2f7dfd46b9ac20973cefd0179b68e007/test/tutorials/tsconfig.json#L11) ### [tsconfig.json](https://github.com/pubkey/rxdb/blob/2eba05ef2f7dfd46b9ac20973cefd0179b68e007/tsconfig.json) - `error TS2345: Argument of type 'string' is not assignable to parameter of type 'StringKeys<{ _deleted: boolean; _attachments: { [attachmentId: string]: RxAttachmentData; }; _rev: string; _meta: RxDocumentMeta; }>'.` - [src\/plugins\/replication-couchdb\/couchdb-helper.ts\#L22](https://github.com/pubkey/rxdb/blob/2eba05ef2f7dfd46b9ac20973cefd0179b68e007/src/plugins/replication-couchdb/couchdb-helper.ts#L22)
typescript-bot commented 1 year ago

react-hook-form/react-hook-form

**2 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/react-hook-form/react-hook-form/blob/c3c48933376bc8b8254786e0633bc0e5c037fd8e/tsconfig.json) - `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number | boolean | RegExp'.` - [src\/logic\/validateField.ts\#L189](https://github.com/react-hook-form/react-hook-form/blob/c3c48933376bc8b8254786e0633bc0e5c037fd8e/src/logic/validateField.ts#L189) - `error TS2365: Operator '<' cannot be applied to types 'number' and 'string | number | boolean | RegExp'.` - [src\/logic\/validateField.ts\#L192](https://github.com/react-hook-form/react-hook-form/blob/c3c48933376bc8b8254786e0633bc0e5c037fd8e/src/logic/validateField.ts#L192)
typescript-bot commented 1 year ago

react-native-elements/react-native-elements

**2 of 5 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/react-native-elements/react-native-elements/blob/e5a4ed9383307addb405059d0589a84003d4b119/tsconfig.json) - `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number'.` - [packages\/base\/src\/Tooltip\/Tooltip.tsx\#L178](https://github.com/react-native-elements/react-native-elements/blob/e5a4ed9383307addb405059d0589a84003d4b119/packages/base/src/Tooltip/Tooltip.tsx#L178) in [tsconfig.json](https://github.com/react-native-elements/react-native-elements/blob/e5a4ed9383307addb405059d0589a84003d4b119/tsconfig.json)
typescript-bot commented 1 year ago

react-navigation/react-navigation

### [packages\/routers\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/routers/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/routers\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/routers/tsconfig.build.json) ### [packages\/core\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/core/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/core\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/core/tsconfig.build.json) ### [packages\/native\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/native/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/native\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/native/tsconfig.build.json) ### [packages\/elements\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/elements/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/elements\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/elements/tsconfig.build.json) ### [packages\/bottom-tabs\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/bottom-tabs/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/bottom-tabs\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/bottom-tabs/tsconfig.build.json) ### [packages\/devtools\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/devtools/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/devtools\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/devtools/tsconfig.build.json) ### [packages\/react-native-drawer-layout\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/react-native-drawer-layout/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/react-native-drawer-layout\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/react-native-drawer-layout/tsconfig.build.json) ### [packages\/drawer\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/drawer/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/drawer\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/drawer/tsconfig.build.json) ### [packages\/react-native-tab-view\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/react-native-tab-view/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/react-native-tab-view\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/react-native-tab-view/tsconfig.build.json) ### [packages\/material-top-tabs\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/material-top-tabs/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/material-top-tabs\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/material-top-tabs/tsconfig.build.json) ### [packages\/native-stack\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/native-stack/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/native-stack\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/native-stack/tsconfig.build.json) ### [packages\/stack\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/stack/tsconfig.build.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/stack\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/stack/tsconfig.build.json) ### [example\/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/example/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope in [packages\/routers\/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/routers/tsconfig.json) - Project Scope in [packages\/react-native-drawer-layout\/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/react-native-drawer-layout/tsconfig.json) - Project Scope in [packages\/react-native-tab-view\/tsconfig.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/packages/react-native-tab-view/tsconfig.json) ### [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [tsconfig.json\#L13](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/tsconfig.json#L13) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/143d1429e7a0ef22834a3878b944b181215977fe/tsconfig.json)
typescript-bot commented 1 year ago

reduxjs/redux-devtools

**11 of 57 projects failed to build with the old tsc and were ignored** ### [packages\/redux-devtools-inspector-monitor\/tsconfig.json](https://github.com/reduxjs/redux-devtools/blob/af23114ed845a7fbe304ca847803a9baa71a4016/packages/redux-devtools-inspector-monitor/tsconfig.json) - `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number'.` - [packages\/redux-devtools-inspector-monitor\/src\/utils\/getInspectedState.ts\#L11](https://github.com/reduxjs/redux-devtools/blob/af23114ed845a7fbe304ca847803a9baa71a4016/packages/redux-devtools-inspector-monitor/src/utils/getInspectedState.ts#L11)
typescript-bot commented 1 year ago

reduxjs/redux-thunk

### [test\/tsconfig.json](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/test/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [test\/tsconfig.json\#L6](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/test/tsconfig.json#L6) ### [tsconfig.json](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [tsconfig.json\#L4](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/tsconfig.json#L4) ### [typescript\_test\/tsconfig.json](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/typescript_test/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [typescript\_test\/tsconfig.json\#L5](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/typescript_test/tsconfig.json#L5) ### [typescript\_test\/typescript\_extended\/tsconfig.json](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/typescript_test/typescript_extended/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [typescript\_test\/typescript\_extended\/tsconfig.json\#L6](https://github.com/reduxjs/redux-thunk/blob/e3d452948d5562b9ce871cc9391403219f83b4ff/typescript_test/typescript_extended/tsconfig.json#L6)
typescript-bot commented 1 year ago

remix-run/react-router

**15 of 19 projects failed to build with the old tsc and were ignored** ### [examples\/notes\/tsconfig.json](https://github.com/remix-run/react-router/blob/682810ca929d0e3c64a76f8d6e465196b7a2ac58/examples/notes/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [examples\/notes\/tsconfig.json\#L18](https://github.com/remix-run/react-router/blob/682810ca929d0e3c64a76f8d6e465196b7a2ac58/examples/notes/tsconfig.json#L18) ### [tutorial\/tsconfig.json](https://github.com/remix-run/react-router/blob/682810ca929d0e3c64a76f8d6e465196b7a2ac58/tutorial/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [tutorial\/tsconfig.json\#L18](https://github.com/remix-run/react-router/blob/682810ca929d0e3c64a76f8d6e465196b7a2ac58/tutorial/tsconfig.json#L18)
typescript-bot commented 1 year ago

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/e71f3d7dbe6e9ddedc63420d877700f1533fb18b/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [tsconfig.json\#L17](https://github.com/socketio/socket.io/blob/e71f3d7dbe6e9ddedc63420d877700f1533fb18b/tsconfig.json#L17)
typescript-bot commented 1 year ago

statelyai/xstate

**6 of 23 projects failed to build with the old tsc and were ignored** ### [examples\/template-svelte-ts\/tsconfig.json](https://github.com/statelyai/xstate/blob/431472082f8b644da9f519931207aa994052517f/examples/template-svelte-ts/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [examples\/todo-mvc-svelte\/tsconfig.json](https://github.com/statelyai/xstate/blob/431472082f8b644da9f519931207aa994052517f/examples/todo-mvc-svelte/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope ### [packages\/xstate-svelte\/test\/tsconfig.json](https://github.com/statelyai/xstate/blob/431472082f8b644da9f519931207aa994052517f/packages/xstate-svelte/test/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope
typescript-bot commented 1 year ago

sveltejs/svelte

**2 of 3 projects failed to build with the old tsc and were ignored** ### [src\/runtime\/tsconfig.json](https://github.com/sveltejs/svelte/blob/5a3a1e488a2df94c1d56a04429015ad7125b9b23/src/runtime/tsconfig.json) - `error TS2365: Operator '>' cannot be applied to types 'number' and 'number | ((from: T, to: T) => number)'.` - [src\/runtime\/motion\/tweened.ts\#L125](https://github.com/sveltejs/svelte/blob/5a3a1e488a2df94c1d56a04429015ad7125b9b23/src/runtime/motion/tweened.ts#L125)
typescript-bot commented 1 year ago

t3-oss/create-t3-app

**3 of 5 projects failed to build with the old tsc and were ignored** ### [www\/tsconfig.json](https://github.com/t3-oss/create-t3-app/blob/55c4d3857d126e850d8e75086af1b2fa091d4819/www/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [www\/tsconfig.json\#L8](https://github.com/t3-oss/create-t3-app/blob/55c4d3857d126e850d8e75086af1b2fa091d4819/www/tsconfig.json#L8)
typescript-bot commented 1 year ago

TanStack/query

**21 of 25 projects failed to build with the old tsc and were ignored** ### [packages\/svelte-query\/tsconfig.json](https://github.com/TanStack/query/blob/f819674a69bc2495da761c6ba9e18e704e88dd32/packages/svelte-query/tsconfig.json) - `error TS2345: Argument of type '(TQueryData & ({} | null)) | (TData & ({} | null))' is not assignable to parameter of type 'TData'.` - [packages\/query-core\/src\/queryObserver.ts\#L543](https://github.com/TanStack/query/blob/f819674a69bc2495da761c6ba9e18e704e88dd32/packages/query-core/src/queryObserver.ts#L543) in [packages\/query-core\/tsconfig.json](https://github.com/TanStack/query/blob/f819674a69bc2495da761c6ba9e18e704e88dd32/packages/query-core/tsconfig.json) ### [examples\/svelte\/simple\/tsconfig.json](https://github.com/TanStack/query/blob/f819674a69bc2495da761c6ba9e18e704e88dd32/examples/svelte/simple/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope - `error TS5101: Flag 'preserveValueImports' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - Project Scope
typescript-bot commented 1 year ago

the1812/Bilibili-Evolved

### [dev-tools\/dev-server\/tsconfig.json](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/dev-tools/dev-server/tsconfig.json) - `error TS2365: Operator '<=' cannot be applied to types 'number' and 'unknown'.` - [src\/components\/auto-update\/checker.ts\#L49](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/src/components/auto-update/checker.ts#L49) - `error TS2345: Argument of type 'number' is not assignable to parameter of type '0 | 1'.` - [src\/components\/live\/live-socket.ts\#L228](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/src/components/live/live-socket.ts#L228) ### [registry\/tsconfig.json](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/registry/tsconfig.json) - `error TS2365: Operator '<=' cannot be applied to types 'number' and 'unknown'.` - [src\/components\/auto-update\/checker.ts\#L49](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/src/components/auto-update/checker.ts#L49) - `error TS2345: Argument of type 'number' is not assignable to parameter of type '0 | 1'.` - [src\/components\/live\/live-socket.ts\#L228](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/src/components/live/live-socket.ts#L228) ### [tsconfig.json](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/tsconfig.json) - `error TS2365: Operator '<=' cannot be applied to types 'number' and 'unknown'.` - [src\/components\/auto-update\/checker.ts\#L49](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/src/components/auto-update/checker.ts#L49) - `error TS2345: Argument of type 'number' is not assignable to parameter of type '0 | 1'.` - [src\/components\/live\/live-socket.ts\#L228](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/src/components/live/live-socket.ts#L228) ### [tsconfig.type-check.json](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/tsconfig.type-check.json) - `error TS2365: Operator '<=' cannot be applied to types 'number' and 'unknown'.` - [src\/components\/auto-update\/checker.ts\#L49](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/src/components/auto-update/checker.ts#L49) - `error TS2345: Argument of type 'number' is not assignable to parameter of type '0 | 1'.` - [src\/components\/live\/live-socket.ts\#L228](https://github.com/the1812/Bilibili-Evolved/blob/c1ac3a18fd2e4f1fd58c1e88836cf37cf1642103/src/components/live/live-socket.ts#L228)
typescript-bot commented 1 year ago

video-dev/hls.js

### [tsconfig.json](https://github.com/video-dev/hls.js/blob/b0d908b21b6e714b94380aea4e10530c9c95645f/tsconfig.json) - `error TS2365: Operator '<' cannot be applied to types 'number' and 'string | number'.` - [src\/loader\/key-loader.ts\#L95](https://github.com/video-dev/hls.js/blob/b0d908b21b6e714b94380aea4e10530c9c95645f/src/loader/key-loader.ts#L95)
typescript-bot commented 1 year ago

vuejs/core

**1 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.build.json](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/tsconfig.build.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'number' can't be used to index type '{ 1: string; 2: string; 4: string; 8: string; 16: string; 32: string; 64: string; 128: string; 256: string; 512: string; 1024: string; 2048: string; [-1]: string; [-2]: string; }'.` - [packages\/compiler-core\/src\/transforms\/transformElement.ts\#L213](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/compiler-core/src/transforms/transformElement.ts#L213) - [packages\/compiler-core\/src\/transforms\/transformElement.ts\#L219](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/compiler-core/src/transforms/transformElement.ts#L219) - `error TS2345: Argument of type 'DefineComponent' is not assignable to parameter of type 'InnerComponentDef'.` - [packages\/runtime-dom\/src\/apiCustomElement.ts\#L144](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/runtime-dom/src/apiCustomElement.ts#L144) ### [tsconfig.json](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/tsconfig.json) - `error TS7053: Element implicitly has an 'any' type because expression of type 'number' can't be used to index type '{ 1: string; 2: string; 4: string; 8: string; 16: string; 32: string; 64: string; 128: string; 256: string; 512: string; 1024: string; 2048: string; [-1]: string; [-2]: string; }'.` - [packages\/compiler-core\/src\/transforms\/transformElement.ts\#L213](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/compiler-core/src/transforms/transformElement.ts#L213) - [packages\/compiler-core\/src\/transforms\/transformElement.ts\#L219](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/compiler-core/src/transforms/transformElement.ts#L219) - `error TS2339: Property 'aP1' does not exist on type 'Readonly>'.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L522](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/dts-test/defineComponent.test-d.tsx#L522) - `error TS2339: Property 'onBar' does not exist on type 'Readonly> & { onClick?: ((...args: any[]) => any) | undefined; }>>'.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L567](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/dts-test/defineComponent.test-d.tsx#L567) - `error TS2339: Property 'aP1' does not exist on type 'Readonly> & { onClick?: ((...args: any[]) => any) | undefined; }>>'.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L568](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/dts-test/defineComponent.test-d.tsx#L568) - `error TS2339: Property 'aP2' does not exist on type 'Readonly> & { onClick?: ((...args: any[]) => any) | undefined; }>>'.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L569](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/dts-test/defineComponent.test-d.tsx#L569) - `error TS2339: Property 'bP1' does not exist on type 'Readonly> & { onClick?: ((...args: any[]) => any) | undefined; }>>'.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L570](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/dts-test/defineComponent.test-d.tsx#L570) - `error TS2339: Property 'bP2' does not exist on type 'Readonly> & { onClick?: ((...args: any[]) => any) | undefined; }>>'.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L571](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/dts-test/defineComponent.test-d.tsx#L571) - `error TS2345: Argument of type 'DefineComponent' is not assignable to parameter of type 'InnerComponentDef'.` - [packages\/runtime-dom\/src\/apiCustomElement.ts\#L144](https://github.com/vuejs/core/blob/a0e7dc334356e9e6ffaa547d29e55b34b9b8a04d/packages/runtime-dom/src/apiCustomElement.ts#L144)
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/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/tsconfig.checks.json) - `error TS2365: Operator '<=' cannot be applied to types 'number' and 'string | number'.` - [packages\/vuetify\/src\/components\/VBadge\/VBadge.tsx\#L84](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VBadge/VBadge.tsx#L84) - `error TS2365: Operator '>' cannot be applied to types 'string | number' and 'number'.` - [packages\/vuetify\/src\/components\/VCarousel\/VCarousel.tsx\#L43](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VCarousel/VCarousel.tsx#L43) - [packages\/vuetify\/src\/components\/VSlider\/slider.ts\#L159](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VSlider/slider.ts#L159) - `error TS2365: Operator '<' cannot be applied to types 'string | number' and 'number'.` - [packages\/vuetify\/src\/components\/VPagination\/VPagination.tsx\#L245](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VPagination/VPagination.tsx#L245) - `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number'.` - [packages\/vuetify\/src\/components\/VPagination\/VPagination.tsx\#L298](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VPagination/VPagination.tsx#L298) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record | { af: boolean; ar: boolean; bg: boolean; ca: boolean; ckb: boolean; cs: boolean; de: boolean; el: boolean; en: boolean; es: boolean; et: boolean; fa: boolean; fi: boolean; ... 27 more ...; zhHant: boolean; }'.` - [packages\/vuetify\/src\/composables\/locale.ts\#L84](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/composables/locale.ts#L84) - `error TS2365: Operator '>=' cannot be applied to types 'number' and 'string | number'.` - [packages\/vuetify\/src\/composables\/validation.ts\#L160](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/composables/validation.ts#L160) ### [packages\/vuetify\/tsconfig.dist.json](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/tsconfig.dist.json) - `error TS2365: Operator '<=' cannot be applied to types 'number' and 'string | number'.` - [packages\/vuetify\/src\/components\/VBadge\/VBadge.tsx\#L84](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VBadge/VBadge.tsx#L84) - `error TS2365: Operator '>' cannot be applied to types 'string | number' and 'number'.` - [packages\/vuetify\/src\/components\/VCarousel\/VCarousel.tsx\#L43](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VCarousel/VCarousel.tsx#L43) - [packages\/vuetify\/src\/components\/VSlider\/slider.ts\#L159](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VSlider/slider.ts#L159) - `error TS2365: Operator '<' cannot be applied to types 'string | number' and 'number'.` - [packages\/vuetify\/src\/components\/VPagination\/VPagination.tsx\#L245](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VPagination/VPagination.tsx#L245) - `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number'.` - [packages\/vuetify\/src\/components\/VPagination\/VPagination.tsx\#L298](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VPagination/VPagination.tsx#L298) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record | { af: boolean; ar: boolean; bg: boolean; ca: boolean; ckb: boolean; cs: boolean; de: boolean; el: boolean; en: boolean; es: boolean; et: boolean; fa: boolean; fi: boolean; ... 27 more ...; zhHant: boolean; }'.` - [packages\/vuetify\/src\/composables\/locale.ts\#L84](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/composables/locale.ts#L84) - `error TS2365: Operator '>=' cannot be applied to types 'number' and 'string | number'.` - [packages\/vuetify\/src\/composables\/validation.ts\#L160](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/composables/validation.ts#L160) ### [packages\/vuetify\/tsconfig.json](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/tsconfig.json) - `error TS2365: Operator '<=' cannot be applied to types 'number' and 'string | number'.` - [packages\/vuetify\/src\/components\/VBadge\/VBadge.tsx\#L84](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VBadge/VBadge.tsx#L84) - `error TS2365: Operator '>' cannot be applied to types 'string | number' and 'number'.` - [packages\/vuetify\/src\/components\/VCarousel\/VCarousel.tsx\#L43](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VCarousel/VCarousel.tsx#L43) - [packages\/vuetify\/src\/components\/VSlider\/slider.ts\#L159](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VSlider/slider.ts#L159) - `error TS2365: Operator '<' cannot be applied to types 'string | number' and 'number'.` - [packages\/vuetify\/src\/components\/VPagination\/VPagination.tsx\#L245](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VPagination/VPagination.tsx#L245) - `error TS2365: Operator '>' cannot be applied to types 'number' and 'string | number'.` - [packages\/vuetify\/src\/components\/VPagination\/VPagination.tsx\#L298](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/components/VPagination/VPagination.tsx#L298) - `error TS7053: Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'Record | { af: boolean; ar: boolean; bg: boolean; ca: boolean; ckb: boolean; cs: boolean; de: boolean; el: boolean; en: boolean; es: boolean; et: boolean; fa: boolean; fi: boolean; ... 27 more ...; zhHant: boolean; }'.` - [packages\/vuetify\/src\/composables\/locale.ts\#L84](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/composables/locale.ts#L84) - `error TS2365: Operator '>=' cannot be applied to types 'number' and 'string | number'.` - [packages\/vuetify\/src\/composables\/validation.ts\#L160](https://github.com/vuetifyjs/vuetify/blob/51d457473d7b05acf2a80e47b89e1455103fc110/packages/vuetify/src/composables/validation.ts#L160)
typescript-bot commented 1 year ago

wenyan-lang/wenyan

### [tsconfig.json](https://github.com/wenyan-lang/wenyan/blob/97f0a4b8c5a815467c5c2cac08215d722efde208/tsconfig.json) - `error TS5101: Flag 'noImplicitUseStrict' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [tsconfig.json\#L12](https://github.com/wenyan-lang/wenyan/blob/97f0a4b8c5a815467c5c2cac08215d722efde208/tsconfig.json#L12)
coolcorexix commented 1 year ago

jitsi/jitsi-meet

tsconfig.web.json

I am having this bug at version 5.1.3 too