microsoft / TypeScript

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

[NewErrors] 5.0.0-dev.20230205 vs 4.9.5 #52624

Closed typescript-bot closed 1 year ago

typescript-bot commented 1 year ago

The following errors were reported by 5.0.0-dev.20230205, 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 120 of 200 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 37 | | Detected no interesting changes | 83 | | Git clone failed | 1 | | Package install failed | 20 | | Project-graph error in old TS | 4 | | Too many errors in old TS | 50 | | Unknown failure | 5 |

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
jhipster/generator-jhipster 1
jitsi/jitsi-meet 1
microsoft/playwright 2
n8n-io/n8n 1
neoclide/coc.nvim 2
palantir/blueprint 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
sveltejs/svelte 1
t3-oss/create-t3-app 1
TanStack/query 3
the1812/Bilibili-Evolved 4
umijs/umi 21
video-dev/hls.js 1
vuejs/core 12
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/0fafeb51a99bb9e49297f18bb9636043762c0fe0/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/0fafeb51a99bb9e49297f18bb9636043762c0fe0/packages/style-import/src/index.ts#L43) ### [packages\/plugin-pha\/tsconfig.json](https://github.com/alibaba/ice/blob/0fafeb51a99bb9e49297f18bb9636043762c0fe0/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/0fafeb51a99bb9e49297f18bb9636043762c0fe0/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/0fafeb51a99bb9e49297f18bb9636043762c0fe0/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/ad707df22e9043e616e68d9fe653463c7cf25cfd/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/ad707df22e9043e616e68d9fe653463c7cf25cfd/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/ad707df22e9043e616e68d9fe653463c7cf25cfd/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/ad707df22e9043e616e68d9fe653463c7cf25cfd/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/14f3256dab95ae8f5ab336826cff28f6995e8225/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/14f3256dab95ae8f5ab336826cff28f6995e8225/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 2 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/cheeriojs/cheerio/blob/37a35fa7a393e08dec5c9b4a56af016fc6d4c79d/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/37a35fa7a393e08dec5c9b4a56af016fc6d4c79d/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/604cce2098b057d61323dd6e21cef09f73a53213/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/b3007ee37e26722a5f468ed24ca0012628149ea0/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/47e1efa7ad0b74e23821a55108f7c9fd1cd52aaa/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/47e1efa7ad0b74e23821a55108f7c9fd1cd52aaa/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/cc7d3db099eb9148de03c1ed8ac657373ad07429/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/cc7d3db099eb9148de03c1ed8ac657373ad07429/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/cc7d3db099eb9148de03c1ed8ac657373ad07429/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/cc7d3db099eb9148de03c1ed8ac657373ad07429/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/cc7d3db099eb9148de03c1ed8ac657373ad07429/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/cc7d3db099eb9148de03c1ed8ac657373ad07429/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/cc7d3db099eb9148de03c1ed8ac657373ad07429/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/d8ec298ee01ba7bdf5025071757fcf06e4d04266/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/d8ec298ee01ba7bdf5025071757fcf06e4d04266/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/5988fc1a78b2da655c7c693cbb4c4985d846b352/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/5988fc1a78b2da655c7c693cbb4c4985d846b352/packages/monaco-graphql/src/utils.ts#L115) in [packages\/monaco-graphql\/tsconfig.json](https://github.com/graphql/graphiql/blob/5988fc1a78b2da655c7c693cbb4c4985d846b352/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/76e47fcd7d432f515d5bb99e95af1851148a0c54/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/76e47fcd7d432f515d5bb99e95af1851148a0c54/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/b2a6ad925a5f76876e9044162e499a313a7d8423/tsconfig.json) - `error TS2339: Property 'stdout' does not exist on type 'unknown'.` - [generators\/info\/generator.mts\#L57](https://github.com/jhipster/generator-jhipster/blob/b2a6ad925a5f76876e9044162e499a313a7d8423/generators/info/generator.mts#L57)
typescript-bot commented 1 year ago

jitsi/jitsi-meet

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

neoclide/coc.nvim

### [tsconfig.json](https://github.com/neoclide/coc.nvim/blob/8c0d3ef9781cc60a998b2d496e98989f2da9f997/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/8c0d3ef9781cc60a998b2d496e98989f2da9f997/src/__tests__/client/diagnostics.test.ts#L297) - [src\/\_\_tests\_\_\/list\/mappings.test.ts\#L56](https://github.com/neoclide/coc.nvim/blob/8c0d3ef9781cc60a998b2d496e98989f2da9f997/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/8c0d3ef9781cc60a998b2d496e98989f2da9f997/src/model/editInspect.ts#L131)
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/1bbbbab39a274f1e65841e852f9be8bf88d6956e/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/1bbbbab39a274f1e65841e852f9be8bf88d6956e/packages/popover2/src/popover2.tsx#L409) ### [packages\/popover2\/test\/tsconfig.json](https://github.com/palantir/blueprint/blob/1bbbbab39a274f1e65841e852f9be8bf88d6956e/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/1bbbbab39a274f1e65841e852f9be8bf88d6956e/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/1d92b29a27ef99bfa475c228c553ec7622938cb1/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/1d92b29a27ef99bfa475c228c553ec7622938cb1/src/plugins/replication-couchdb/couchdb-helper.ts#L22) ### [test\/tutorials\/tsconfig.json](https://github.com/pubkey/rxdb/blob/1d92b29a27ef99bfa475c228c553ec7622938cb1/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/1d92b29a27ef99bfa475c228c553ec7622938cb1/test/tutorials/tsconfig.json#L11) ### [tsconfig.json](https://github.com/pubkey/rxdb/blob/1d92b29a27ef99bfa475c228c553ec7622938cb1/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/1d92b29a27ef99bfa475c228c553ec7622938cb1/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/f0f75e6ba02b6a1ad642b905afa0e68d404e6fce/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/f0f75e6ba02b6a1ad642b905afa0e68d404e6fce/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/f0f75e6ba02b6a1ad642b905afa0e68d404e6fce/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/b5121521f275615153fd6c925047125a00ef1d15/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/b5121521f275615153fd6c925047125a00ef1d15/packages/base/src/Tooltip/Tooltip.tsx#L178) in [tsconfig.json](https://github.com/react-native-elements/react-native-elements/blob/b5121521f275615153fd6c925047125a00ef1d15/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/ef3f7377ef1a5623bc38273b63663b0f7bd39815/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/ef3f7377ef1a5623bc38273b63663b0f7bd39815/packages/routers/tsconfig.build.json) ### [packages\/react-native-tab-view\/tsconfig.build.json](https://github.com/react-navigation/react-navigation/blob/ef3f7377ef1a5623bc38273b63663b0f7bd39815/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/ef3f7377ef1a5623bc38273b63663b0f7bd39815/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/be6f3e0e48dc534ddcca2a71a663b029b37be9e5/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/be6f3e0e48dc534ddcca2a71a663b029b37be9e5/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/6120207a328740a226c462d87be479b7c26b9574/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/6120207a328740a226c462d87be479b7c26b9574/examples/notes/tsconfig.json#L18) ### [tutorial\/tsconfig.json](https://github.com/remix-run/react-router/blob/6120207a328740a226c462d87be479b7c26b9574/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/6120207a328740a226c462d87be479b7c26b9574/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/8aa94991cee5518567d6254eec04b23f81510257/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/8aa94991cee5518567d6254eec04b23f81510257/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/c06cd35072fe7fc559bec284ce36d479875da7ff/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/c06cd35072fe7fc559bec284ce36d479875da7ff/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

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/82d2982845df188631993db6b18c2842e3613acf/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/82d2982845df188631993db6b18c2842e3613acf/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/726f93fcf34f812921a3f49f2dbcb917a85353cf/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/512d059a03f85289edf7e56bccc1ce5f050b5c90/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/512d059a03f85289edf7e56bccc1ce5f050b5c90/packages/query-core/src/queryObserver.ts#L543) in [packages\/query-core\/tsconfig.json](https://github.com/TanStack/query/blob/512d059a03f85289edf7e56bccc1ce5f050b5c90/packages/query-core/tsconfig.json) ### [examples\/svelte\/simple\/tsconfig.json](https://github.com/TanStack/query/blob/512d059a03f85289edf7e56bccc1ce5f050b5c90/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/antd.ts#L166) - [packages\/plugins\/src\/layout.ts\#L508](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L508) - [packages\/plugins\/src\/locale.ts\#L164](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L164) - [packages\/plugins\/src\/locale.ts\#L187](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L187) - [packages\/plugins\/src\/locale.ts\#L218](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L218) - [packages\/plugins\/src\/locale.ts\#L231](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L231) - [packages\/plugins\/src\/moment2dayjs.ts\#L100](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/moment2dayjs.ts#L100) - [packages\/plugins\/src\/request.ts\#L306](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/dva.ts#L250) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L264](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L73) - [packages\/plugins\/src\/layout.ts\#L370](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L370) - [packages\/plugins\/src\/locale.ts\#L66](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L66) - [packages\/plugins\/src\/locale.ts\#L115](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L115) - [packages\/plugins\/src\/locale.ts\#L118](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L118) - [packages\/plugins\/src\/locale.ts\#L207](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L207) - [packages\/plugins\/src\/mf.ts\#L131](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/mf.ts#L131) - [packages\/plugins\/src\/mf.ts\#L207](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/mf.ts#L207) - [packages\/plugins\/src\/mf.ts\#L240](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/mf.ts#L240) - [packages\/plugins\/src\/model.ts\#L37](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/model.ts#L37) - [packages\/plugins\/src\/moment2dayjs.ts\#L93](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/moment2dayjs.ts#L93) - [packages\/plugins\/src\/moment2dayjs.ts\#L96](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/moment2dayjs.ts#L96) - [packages\/plugins\/src\/qiankun\/master.ts\#L150](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/qiankun/master.ts#L150) - [packages\/plugins\/src\/qiankun\/master.ts\#L165](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/qiankun/master.ts#L165) - [packages\/plugins\/src\/qiankun\/slave.ts\#L266](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/qiankun/slave.ts#L266) - [packages\/plugins\/src\/qiankun\/slave.ts\#L270](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/qiankun/slave.ts#L270) - [packages\/plugins\/src\/request.ts\#L292](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/request.ts#L292) - [packages\/plugins\/src\/request.ts\#L295](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/request.ts#L295) - [packages\/plugins\/src\/tailwindcss.ts\#L70](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/tailwindcss.ts#L70) - [packages\/plugins\/src\/unocss.ts\#L54](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/unocss.ts#L54) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L96](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L96) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L98](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L98) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L104](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L104) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L136](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L136) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L163](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L163) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L276](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L276) - [packages\/plugins\/src\/utils\/withTmpPath.ts\#L10](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L357) - [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L357) - [packages\/plugins\/src\/locale.ts\#L151](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L151) - [packages\/plugins\/src\/mf.ts\#L7](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/mf.ts#L7) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L119](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L119) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L124](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L124) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L146](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L94) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L100](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L100) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L158](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/resolveProjectDep.ts#L14) ### [packages\/plugin-docs\/tsconfig.json](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugin-docs/src/compiler.ts#L73) - [packages\/plugin-docs\/src\/compiler.ts\#L74](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugin-docs/src/compiler.ts#L74) - [packages\/plugin-docs\/src\/compiler.ts\#L75](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugin-docs/src/compiler.ts#L75) - [packages\/plugin-docs\/src\/compiler.ts\#L81](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugin-docs/src/compiler.ts#L81) ### [packages\/preset-vue\/tsconfig.json](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L13) - [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L33](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/preset-vue/src/utils/resolveProjectDep.ts#L14) ### [tsconfig.json](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugin-docs/src/compiler.ts#L73) - [packages\/plugin-docs\/src\/compiler.ts\#L74](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugin-docs/src/compiler.ts#L74) - [packages\/plugin-docs\/src\/compiler.ts\#L75](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugin-docs/src/compiler.ts#L75) - [packages\/plugin-docs\/src\/compiler.ts\#L81](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugin-run/src/index.ts#L54) - [packages\/plugins\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/resolveProjectDep.ts#L14) - [packages\/preset-vue\/src\/utils\/resolveProjectDep.ts\#L14](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/antd.ts#L166) - [packages\/plugins\/src\/layout.ts\#L508](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L508) - [packages\/plugins\/src\/locale.ts\#L164](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L164) - [packages\/plugins\/src\/locale.ts\#L187](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L187) - [packages\/plugins\/src\/locale.ts\#L218](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L218) - [packages\/plugins\/src\/locale.ts\#L231](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L231) - [packages\/plugins\/src\/moment2dayjs.ts\#L100](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/moment2dayjs.ts#L100) - [packages\/plugins\/src\/request.ts\#L306](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/dva.ts#L250) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L264](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L73) - [packages\/plugins\/src\/layout.ts\#L370](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L370) - [packages\/plugins\/src\/locale.ts\#L66](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L66) - [packages\/plugins\/src\/locale.ts\#L115](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L115) - [packages\/plugins\/src\/locale.ts\#L118](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L118) - [packages\/plugins\/src\/locale.ts\#L207](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L207) - [packages\/plugins\/src\/mf.ts\#L131](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/mf.ts#L131) - [packages\/plugins\/src\/mf.ts\#L207](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/mf.ts#L207) - [packages\/plugins\/src\/mf.ts\#L240](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/mf.ts#L240) - [packages\/plugins\/src\/model.ts\#L37](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/model.ts#L37) - [packages\/plugins\/src\/moment2dayjs.ts\#L93](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/moment2dayjs.ts#L93) - [packages\/plugins\/src\/moment2dayjs.ts\#L96](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/moment2dayjs.ts#L96) - [packages\/plugins\/src\/qiankun\/master.ts\#L150](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/qiankun/master.ts#L150) - [packages\/plugins\/src\/qiankun\/master.ts\#L165](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/qiankun/master.ts#L165) - [packages\/plugins\/src\/qiankun\/slave.ts\#L266](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/qiankun/slave.ts#L266) - [packages\/plugins\/src\/qiankun\/slave.ts\#L270](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/qiankun/slave.ts#L270) - [packages\/plugins\/src\/request.ts\#L292](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/request.ts#L292) - [packages\/plugins\/src\/request.ts\#L295](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/request.ts#L295) - [packages\/plugins\/src\/tailwindcss.ts\#L70](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/tailwindcss.ts#L70) - [packages\/plugins\/src\/unocss.ts\#L54](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/unocss.ts#L54) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L96](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L96) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L98](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L98) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L104](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L104) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L136](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L136) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L26](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L26) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L163](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L163) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L276](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/modelUtils.ts#L276) - [packages\/plugins\/src\/utils\/withTmpPath.ts\#L10](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/withTmpPath.ts#L10) - [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L13](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/preset-vue/src/features/tmpFiles/tmpFiles.ts#L13) - [packages\/preset-vue\/src\/features\/tmpFiles\/tmpFiles.ts\#L33](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L357) - [packages\/plugins\/src\/layout.ts\#L357](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/layout.ts#L357) - [packages\/plugins\/src\/locale.ts\#L151](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/locale.ts#L151) - [packages\/plugins\/src\/mf.ts\#L7](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/mf.ts#L7) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L119](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L119) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L124](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L124) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L146](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L94) - [packages\/plugins\/src\/utils\/localeUtils.ts\#L100](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/packages/plugins/src/utils/localeUtils.ts#L100) - [packages\/plugins\/src\/utils\/modelUtils.ts\#L158](https://github.com/umijs/umi/blob/3c78dbe3105d345ef53a586a8c1e00b9fdd641bd/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/45980647a5c629ac344755f0deefd865d016a712/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/45980647a5c629ac344755f0deefd865d016a712/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/37ec04b98429b8385046891ce157e4dd29c64f23/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/37ec04b98429b8385046891ce157e4dd29c64f23/packages/compiler-core/src/transforms/transformElement.ts#L213) - [packages\/compiler-core\/src\/transforms\/transformElement.ts\#L219](https://github.com/vuejs/core/blob/37ec04b98429b8385046891ce157e4dd29c64f23/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/37ec04b98429b8385046891ce157e4dd29c64f23/packages/runtime-dom/src/apiCustomElement.ts#L144) ### [tsconfig.json](https://github.com/vuejs/core/blob/37ec04b98429b8385046891ce157e4dd29c64f23/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/37ec04b98429b8385046891ce157e4dd29c64f23/packages/compiler-core/src/transforms/transformElement.ts#L213) - [packages\/compiler-core\/src\/transforms\/transformElement.ts\#L219](https://github.com/vuejs/core/blob/37ec04b98429b8385046891ce157e4dd29c64f23/packages/compiler-core/src/transforms/transformElement.ts#L219) - `error TS7023: 'd' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L407](https://github.com/vuejs/core/blob/37ec04b98429b8385046891ce157e4dd29c64f23/packages/dts-test/defineComponent.test-d.tsx#L407) - `error TS2339: Property 'd' does not exist on type 'CreateComponentPublicInstance> & {}, { b: number; }, { c: number; someRef: Ref; }, {}, {}, ComponentOptionsMixin, ... 5 more ..., {}>'.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L416](https://github.com/vuejs/core/blob/37ec04b98429b8385046891ce157e4dd29c64f23/packages/dts-test/defineComponent.test-d.tsx#L416) - `error TS2339: Property 'aP1' does not exist on type 'Readonly>'.` - [packages\/dts-test\/defineComponent.test-d.tsx\#L522](https://github.com/vuejs/core/blob/37ec04b98429b8385046891ce157e4dd29c64f23/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/37ec04b98429b8385046891ce157e4dd29c64f23/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/37ec04b98429b8385046891ce157e4dd29c64f23/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/37ec04b98429b8385046891ce157e4dd29c64f23/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/37ec04b98429b8385046891ce157e4dd29c64f23/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/37ec04b98429b8385046891ce157e4dd29c64f23/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/37ec04b98429b8385046891ce157e4dd29c64f23/packages/runtime-dom/src/apiCustomElement.ts#L144)
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)