microsoft / TypeScript

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

[NewErrors] 5.0.0-dev.20230129 vs 4.9.4 #52488

Closed typescript-bot closed 1 year ago

typescript-bot commented 1 year ago

The following errors were reported by 5.0.0-dev.20230129, but not by 4.9.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 122 of 200 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 36 | | Detected no interesting changes | 86 | | Git clone failed | 1 | | Package install failed | 19 | | Project-graph error in old TS | 4 | | Too many errors in old TS | 50 | | Unknown failure | 4 |

Investigation Status

Repo Errors Outcome
alibaba/ice 1
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
jhipster/generator-jhipster 1
jitsi/jitsi-meet 1
microsoft/playwright 2
n8n-io/n8n 1
neoclide/coc.nvim 2
pubkey/rxdb 3
react-hook-form/react-hook-form 2
react-native-elements/react-native-elements 1
react-navigation/react-navigation 2
reduxjs/redux-devtools 1
reduxjs/redux-thunk 4
remix-run/react-router 2
socketio/socket.io 1
statelyai/xstate 2
supabase/supabase 2
sveltejs/svelte 1
t3-oss/create-t3-app 1
TanStack/query 4
the1812/Bilibili-Evolved 4
umijs/umi 21
video-dev/hls.js 1
wenyan-lang/wenyan 1
typescript-bot commented 1 year ago

alibaba/ice

**38 of 58 projects failed to build with the old tsc and were ignored** ### [packages\/style-import\/tsconfig.json](https://github.com/alibaba/ice/blob/8ef77037ac22ead31efb9184fa6ecbb77bf440e0/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/8ef77037ac22ead31efb9184fa6ecbb77bf440e0/packages/style-import/src/index.ts#L43)
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/cac6d5c42f30c027353bcc423a11407378d4351f/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/cac6d5c42f30c027353bcc423a11407378d4351f/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/cac6d5c42f30c027353bcc423a11407378d4351f/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/cac6d5c42f30c027353bcc423a11407378d4351f/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/b623972af7e190b821ebf5789ef510c9a1a2c6db/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/b623972af7e190b821ebf5789ef510c9a1a2c6db/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/bd4b1ba4ab89d567e4da3f1644a11477c04db87c/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/bd4b1ba4ab89d567e4da3f1644a11477c04db87c/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/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/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/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514) - [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514) ### [tsconfig.build.json](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/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/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514) - [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514) ### [tsconfig.json](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/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/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514) - [src\/charts\/BarChart\/BarChart.ts\#L514](https://github.com/chartist-js/chartist/blob/3ce44e0735c61e9b6342c51ac62795ac1d5bb1de/src/charts/BarChart/BarChart.ts#L514)
typescript-bot commented 1 year ago

cheeriojs/cheerio

**1 of 2 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/cheeriojs/cheerio/blob/38a8b997913e8ac7fb0350ee1f5170084e2aa1bc/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/38a8b997913e8ac7fb0350ee1f5170084e2aa1bc/tsconfig.json#L17)
typescript-bot commented 1 year ago

compiler-explorer/compiler-explorer

**1 of 3 projects failed to build with the old tsc and were ignored** ### [static\/tsconfig.json](https://github.com/compiler-explorer/compiler-explorer/blob/6a6efaefe650c06fd93e0d52e0ae6b6e3b4d4718/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/91621856f5dfd655913b0fa46d15699517d592fc/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/427b36def18d701f8b81c1cf5cb468b16505b46e/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/427b36def18d701f8b81c1cf5cb468b16505b46e/app/src/ui/history/selected-commits.tsx#L214)
typescript-bot commented 1 year ago

directus/directus

**3 of 14 projects failed to build with the old tsc and were ignored** ### [packages\/storage\/tsconfig.json](https://github.com/directus/directus/blob/39a812b4f319a6c7cc3ed8277c9851da600adba3/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/39a812b4f319a6c7cc3ed8277c9851da600adba3/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/39a812b4f319a6c7cc3ed8277c9851da600adba3/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/39a812b4f319a6c7cc3ed8277c9851da600adba3/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/39a812b4f319a6c7cc3ed8277c9851da600adba3/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/39a812b4f319a6c7cc3ed8277c9851da600adba3/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/39a812b4f319a6c7cc3ed8277c9851da600adba3/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/a7bf7f5b35b9803557d81850fae1bbd1377e3759/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/a7bf7f5b35b9803557d81850fae1bbd1377e3759/packages/framer-motion/tsconfig.json#L17)
typescript-bot commented 1 year ago

graphql/graphiql

**7 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/effc40618b742fa9b193c1cdbfcd4c527eb5700a/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/effc40618b742fa9b193c1cdbfcd4c527eb5700a/packages/monaco-graphql/src/utils.ts#L115) in [packages\/monaco-graphql\/tsconfig.json](https://github.com/graphql/graphiql/blob/effc40618b742fa9b193c1cdbfcd4c527eb5700a/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/8be83d8d528991aed04ca17434b7e26e56f649cf/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/8be83d8d528991aed04ca17434b7e26e56f649cf/tsconfig.json#L18)
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/ab599e070a346952290c87672b3428712a06e0fa/tsconfig.json) - `error TS2339: Property 'stdout' does not exist on type 'unknown'.` - [generators\/info\/generator.mts\#L56](https://github.com/jhipster/generator-jhipster/blob/ab599e070a346952290c87672b3428712a06e0fa/generators/info/generator.mts#L56)
typescript-bot commented 1 year ago

jitsi/jitsi-meet

### [tsconfig.web.json](https://github.com/jitsi/jitsi-meet/blob/42838e756c5540e6b48afe84b3e2f0d3316c16c4/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\#L244](https://github.com/jitsi/jitsi-meet/blob/42838e756c5540e6b48afe84b3e2f0d3316c16c4/react/features/recording/components/Recording/LocalRecordingManager.web.ts#L244)
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/32724cd5ce4e2717b38ca37a26f25e2331217fe4/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/731ce96621eb7cd94995a820a1fd2d2edc8c4a0a/packages/core/tsconfig.json) - `error TS2345: Argument of type 'WeekdayNumbers' is not assignable to parameter of type 'DAYS'.` - [packages\/workflow\/src\/Extensions\/DateExtensions.ts\#L166](https://github.com/n8n-io/n8n/blob/731ce96621eb7cd94995a820a1fd2d2edc8c4a0a/packages/workflow/src/Extensions/DateExtensions.ts#L166) in [packages\/workflow\/tsconfig.build.json](https://github.com/n8n-io/n8n/blob/731ce96621eb7cd94995a820a1fd2d2edc8c4a0a/packages/workflow/tsconfig.build.json) - [packages\/workflow\/src\/Extensions\/DateExtensions.ts\#L168](https://github.com/n8n-io/n8n/blob/731ce96621eb7cd94995a820a1fd2d2edc8c4a0a/packages/workflow/src/Extensions/DateExtensions.ts#L168) in [packages\/workflow\/tsconfig.build.json](https://github.com/n8n-io/n8n/blob/731ce96621eb7cd94995a820a1fd2d2edc8c4a0a/packages/workflow/tsconfig.build.json)
typescript-bot commented 1 year ago

neoclide/coc.nvim

### [tsconfig.json](https://github.com/neoclide/coc.nvim/blob/bf833930109bc2e956a836295eec421dafec1fb0/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/bf833930109bc2e956a836295eec421dafec1fb0/src/__tests__/client/diagnostics.test.ts#L297) - [src\/\_\_tests\_\_\/list\/mappings.test.ts\#L56](https://github.com/neoclide/coc.nvim/blob/bf833930109bc2e956a836295eec421dafec1fb0/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/bf833930109bc2e956a836295eec421dafec1fb0/src/model/editInspect.ts#L131)
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/e0d6827f0755dd4d1866c5899911ed2fe71a6202/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/e0d6827f0755dd4d1866c5899911ed2fe71a6202/src/plugins/replication-couchdb/couchdb-helper.ts#L22) ### [test\/tutorials\/tsconfig.json](https://github.com/pubkey/rxdb/blob/e0d6827f0755dd4d1866c5899911ed2fe71a6202/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/e0d6827f0755dd4d1866c5899911ed2fe71a6202/test/tutorials/tsconfig.json#L11) ### [tsconfig.json](https://github.com/pubkey/rxdb/blob/e0d6827f0755dd4d1866c5899911ed2fe71a6202/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/e0d6827f0755dd4d1866c5899911ed2fe71a6202/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/af094a2a466b518c2fb0eb33d2e85380a95eaa01/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/af094a2a466b518c2fb0eb33d2e85380a95eaa01/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/af094a2a466b518c2fb0eb33d2e85380a95eaa01/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/8af8b09d89e96e543baa03175b4234758bd19326/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/8af8b09d89e96e543baa03175b4234758bd19326/packages/base/src/Tooltip/Tooltip.tsx#L178) in [tsconfig.json](https://github.com/react-native-elements/react-native-elements/blob/8af8b09d89e96e543baa03175b4234758bd19326/tsconfig.json)
typescript-bot commented 1 year ago

react-navigation/react-navigation

**13 of 15 projects failed to build with the old tsc and were ignored** ### [packages\/routers\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/f93576624282c3d65e359cca2826749f56221e8c/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/f93576624282c3d65e359cca2826749f56221e8c/packages/routers/tsconfig.build.json) ### [packages\/react-native-tab-view\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/f93576624282c3d65e359cca2826749f56221e8c/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/f93576624282c3d65e359cca2826749f56221e8c/packages/react-native-tab-view/tsconfig.build.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/9a0af4257f415f036780569a8b231fb39738471f/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/9a0af4257f415f036780569a8b231fb39738471f/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/0ce0e4c728129efe214521a22fb902fa652bac70/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/0ce0e4c728129efe214521a22fb902fa652bac70/examples/notes/tsconfig.json#L18) ### [tutorial\/tsconfig.json](https://github.com/remix-run/react-router/blob/0ce0e4c728129efe214521a22fb902fa652bac70/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/0ce0e4c728129efe214521a22fb902fa652bac70/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/115a9819fd99f8ad46788d12b1521b4281261618/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/115a9819fd99f8ad46788d12b1521b4281261618/tsconfig.json#L17)
typescript-bot commented 1 year ago

statelyai/xstate

**6 of 21 projects failed to build with the old tsc and were ignored** ### [examples\/template-svelte-ts\/tsconfig.json](https://github.com/statelyai/xstate/blob/567b832cde4f995ff171782b3f8d7e31ae177b3b/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/567b832cde4f995ff171782b3f8d7e31ae177b3b/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
typescript-bot commented 1 year ago

supabase/supabase

**21 of 24 projects failed to build with the old tsc and were ignored** ### [examples\/todo-list\/sveltejs-todo-list\/tsconfig.json](https://github.com/supabase/supabase/blob/77e9a688a3bc3c8c0c0789125db7488e650b1e90/examples/todo-list/sveltejs-todo-list/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

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/e875a76ad1675c21aea0911a8b32c8ad3abc070b/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/e875a76ad1675c21aea0911a8b32c8ad3abc070b/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/b264db45666430134eebe6d298a5c3f7834604ac/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.` - Project Scope
typescript-bot commented 1 year ago

TanStack/query

**20 of 24 projects failed to build with the old tsc and were ignored** ### [packages\/svelte-query\/tsconfig.json](https://github.com/TanStack/query/blob/aa97c2b2f25d7b03f08dead667b15045b3f70029/packages/svelte-query/tsconfig.json) - `error TS5101: Flag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [packages\/svelte-query\/tsconfig.json\#L9](https://github.com/TanStack/query/blob/aa97c2b2f25d7b03f08dead667b15045b3f70029/packages/svelte-query/tsconfig.json#L9) in [packages\/svelte-query\/tsconfig.json](https://github.com/TanStack/query/blob/aa97c2b2f25d7b03f08dead667b15045b3f70029/packages/svelte-query/tsconfig.json) - `error TS5101: Flag 'preserveValueImports' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.` - [packages\/svelte-query\/tsconfig.json\#L11](https://github.com/TanStack/query/blob/aa97c2b2f25d7b03f08dead667b15045b3f70029/packages/svelte-query/tsconfig.json#L11) in [packages\/svelte-query\/tsconfig.json](https://github.com/TanStack/query/blob/aa97c2b2f25d7b03f08dead667b15045b3f70029/packages/svelte-query/tsconfig.json) ### [examples\/svelte\/simple\/tsconfig.json](https://github.com/TanStack/query/blob/aa97c2b2f25d7b03f08dead667b15045b3f70029/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/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/dev-tools/dev-server/tsconfig.json) - `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/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/src/components/live/live-socket.ts#L228) ### [registry\/tsconfig.json](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/registry/tsconfig.json) - `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/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/src/components/live/live-socket.ts#L228) ### [tsconfig.json](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/tsconfig.json) - `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/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/src/components/live/live-socket.ts#L228) ### [tsconfig.type-check.json](https://github.com/the1812/Bilibili-Evolved/blob/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/tsconfig.type-check.json) - `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/b9a1a89d88351f394f66ff8f973c3ba6f55464e0/src/components/live/live-socket.ts#L228)
typescript-bot commented 1 year ago

umijs/umi

**23 of 52 projects failed to build with the old tsc and were ignored** ### [packages\/plugins\/tsconfig.json](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/tsconfig.json) - `error TS1362: 'deepmerge' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/antd.ts\#L126](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/antd.ts#L126) - `error TS1362: 'Mustache' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/antd.ts\#L166](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/antd.ts#L166) - [packages\/plugins\/src\/layout.ts\#L508](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L508) - [packages\/plugins\/src\/locale.ts\#L164](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L164) - [packages\/plugins\/src\/locale.ts\#L187](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L187) - [packages\/plugins\/src\/locale.ts\#L218](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L218) - [packages\/plugins\/src\/locale.ts\#L231](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L231) - [packages\/plugins\/src\/moment2dayjs.ts\#L100](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/moment2dayjs.ts#L100) - [packages\/plugins\/src\/request.ts\#L306](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/request.ts#L306) - `error TS1362: 'chalk' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/dva.ts\#L250](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/dva.ts#L250) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L264](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L264) - `error TS1362: 'winPath' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/layout.ts\#L73](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L73) - [packages\/plugins\/src\/layout.ts\#L370](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L370) - [packages\/plugins\/src\/locale.ts\#L66](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L66) - [packages\/plugins\/src\/locale.ts\#L115](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L115) - [packages\/plugins\/src\/locale.ts\#L118](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L118) - [packages\/plugins\/src\/locale.ts\#L207](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L207) - [packages\/plugins\/src\/mf.ts\#L112](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/mf.ts#L112) - [packages\/plugins\/src\/mf.ts\#L188](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/mf.ts#L188) - [packages\/plugins\/src\/mf.ts\#L221](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/mf.ts#L221) - [packages\/plugins\/src\/model.ts\#L37](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/model.ts#L37) - [packages\/plugins\/src\/moment2dayjs.ts\#L93](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/moment2dayjs.ts#L93) - [packages\/plugins\/src\/moment2dayjs.ts\#L96](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/moment2dayjs.ts#L96) - [packages\/plugins\/src\/qiankun\/master.ts\#L150](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/qiankun/master.ts#L150) - [packages\/plugins\/src\/qiankun\/master.ts\#L165](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/qiankun/master.ts#L165) - [packages\/plugins\/src\/qiankun\/slave.ts\#L266](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/qiankun/slave.ts#L266) - [packages\/plugins\/src\/qiankun\/slave.ts\#L270](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/qiankun/slave.ts#L270) - [packages\/plugins\/src\/request.ts\#L292](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/request.ts#L292) - [packages\/plugins\/src\/request.ts\#L295](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/request.ts#L295) - [packages\/plugins\/src\/tailwindcss.ts\#L70](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/tailwindcss.ts#L70) - [packages\/plugins\/src\/unocss.ts\#L54](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/unocss.ts#L54) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L96](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L96) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L98](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L98) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L104](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L104) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L136](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L136) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L163](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L163) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L276](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L276) - [packages\/plugins\/src\/utils\/withTmpPath.ts\#L10](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/withTmpPath.ts#L10) - `error TS1362: 'lodash' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L357) - [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L357) - [packages\/plugins\/src\/locale.ts\#L151](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L151) - [packages\/plugins\/src\/mf.ts\#L7](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/mf.ts#L7) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L119](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L119) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L124](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L124) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L146](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L146) - `error TS1362: 'crossSpawn' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/tailwindcss.ts\#L37](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/tailwindcss.ts#L37) - `error TS1362: 'glob' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/utils\/localeUtils.ts\#L94](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L94) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L100](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L100) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L158](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L158) - `error TS1362: 'resolve' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/resolveProjectDep.ts#L14) ### [packages\/plugin-docs\/tsconfig.json](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-docs/tsconfig.json) - `error TS1362: 'logger' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugin-docs\/src\/compiler.ts\#L73](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-docs/src/compiler.ts#L73) - [packages\/plugin-docs\/src\/compiler.ts\#L74](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-docs/src/compiler.ts#L74) - [packages\/plugin-docs\/src\/compiler.ts\#L75](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-docs/src/compiler.ts#L75) - [packages\/plugin-docs\/src\/compiler.ts\#L81](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-docs/src/compiler.ts#L81) ### [packages\/preset-vue\/tsconfig.json](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/preset-vue/tsconfig.json) - `error TS1362: 'winPath' cannot be used as a value because it was exported using 'export type'.` - [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L13](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L13) - [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L33](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L33) - `error TS1362: 'resolve' cannot be used as a value because it was exported using 'export type'.` - [packages\/preset-vue\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/preset-vue/src/utils/resolveProjectDep.ts#L14) ### [tsconfig.json](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/tsconfig.json) - `error TS1362: 'logger' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugin-docs\/src\/compiler.ts\#L73](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-docs/src/compiler.ts#L73) - [packages\/plugin-docs\/src\/compiler.ts\#L74](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-docs/src/compiler.ts#L74) - [packages\/plugin-docs\/src\/compiler.ts\#L75](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-docs/src/compiler.ts#L75) - [packages\/plugin-docs\/src\/compiler.ts\#L81](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-docs/src/compiler.ts#L81) - `error TS1362: 'fsExtra' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugin-run\/src\/index.ts\#L38](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-run/src/index.ts#L38) - `error TS1362: 'resolve' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugin-run\/src\/index.ts\#L54](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugin-run/src/index.ts#L54) - [packages\/plugins\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/resolveProjectDep.ts#L14) - [packages\/preset-vue\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/preset-vue/src/utils/resolveProjectDep.ts#L14) - `error TS1362: 'deepmerge' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/antd.ts\#L126](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/antd.ts#L126) - `error TS1362: 'Mustache' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/antd.ts\#L166](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/antd.ts#L166) - [packages\/plugins\/src\/layout.ts\#L508](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L508) - [packages\/plugins\/src\/locale.ts\#L164](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L164) - [packages\/plugins\/src\/locale.ts\#L187](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L187) - [packages\/plugins\/src\/locale.ts\#L218](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L218) - [packages\/plugins\/src\/locale.ts\#L231](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L231) - [packages\/plugins\/src\/moment2dayjs.ts\#L100](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/moment2dayjs.ts#L100) - [packages\/plugins\/src\/request.ts\#L306](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/request.ts#L306) - `error TS1362: 'chalk' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/dva.ts\#L250](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/dva.ts#L250) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L264](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L264) - `error TS1362: 'winPath' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/layout.ts\#L73](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L73) - [packages\/plugins\/src\/layout.ts\#L370](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L370) - [packages\/plugins\/src\/locale.ts\#L66](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L66) - [packages\/plugins\/src\/locale.ts\#L115](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L115) - [packages\/plugins\/src\/locale.ts\#L118](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L118) - [packages\/plugins\/src\/locale.ts\#L207](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L207) - [packages\/plugins\/src\/mf.ts\#L112](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/mf.ts#L112) - [packages\/plugins\/src\/mf.ts\#L188](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/mf.ts#L188) - [packages\/plugins\/src\/mf.ts\#L221](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/mf.ts#L221) - [packages\/plugins\/src\/model.ts\#L37](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/model.ts#L37) - [packages\/plugins\/src\/moment2dayjs.ts\#L93](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/moment2dayjs.ts#L93) - [packages\/plugins\/src\/moment2dayjs.ts\#L96](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/moment2dayjs.ts#L96) - [packages\/plugins\/src\/qiankun\/master.ts\#L150](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/qiankun/master.ts#L150) - [packages\/plugins\/src\/qiankun\/master.ts\#L165](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/qiankun/master.ts#L165) - [packages\/plugins\/src\/qiankun\/slave.ts\#L266](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/qiankun/slave.ts#L266) - [packages\/plugins\/src\/qiankun\/slave.ts\#L270](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/qiankun/slave.ts#L270) - [packages\/plugins\/src\/request.ts\#L292](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/request.ts#L292) - [packages\/plugins\/src\/request.ts\#L295](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/request.ts#L295) - [packages\/plugins\/src\/tailwindcss.ts\#L70](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/tailwindcss.ts#L70) - [packages\/plugins\/src\/unocss.ts\#L54](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/unocss.ts#L54) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L96](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L96) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L98](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L98) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L104](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L104) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L136](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L136) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L163](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L163) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L276](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L276) - [packages\/plugins\/src\/utils\/withTmpPath.ts\#L10](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/withTmpPath.ts#L10) - [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L13](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L13) - [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L33](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L33) - `error TS1362: 'lodash' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L357) - [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/layout.ts#L357) - [packages\/plugins\/src\/locale.ts\#L151](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/locale.ts#L151) - [packages\/plugins\/src\/mf.ts\#L7](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/mf.ts#L7) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L119](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L119) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L124](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L124) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L146](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L146) - `error TS1362: 'crossSpawn' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/tailwindcss.ts\#L37](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/tailwindcss.ts#L37) - `error TS1362: 'glob' cannot be used as a value because it was exported using 'export type'.` - [packages\/plugins\/src\/utils\/localeUtils.ts\#L94](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L94) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L100](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/localeUtils.ts#L100) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L158](https://github.com/umijs/umi/blob/d1462d1f5b80ec7aed8e5926c1478f5f7809410e/packages/plugins/src/utils/modelUtils.ts#L158)
typescript-bot commented 1 year ago

video-dev/hls.js

### [tsconfig.json](https://github.com/video-dev/hls.js/blob/1fd478ab0c170d7046b92d456caba3405751af6c/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/1fd478ab0c170d7046b92d456caba3405751af6c/src/loader/key-loader.ts#L95)
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)