microsoft / TypeScript

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

[NewErrors] 5.5.0-dev.20240519 vs 5.4.5 #58576

Closed typescript-bot closed 1 month ago

typescript-bot commented 2 months ago

The following errors were reported by 5.5.0-dev.20240519, but not by 5.4.5 Pipeline that generated this bug Logs for the pipeline run File that generated the pipeline

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

Successfully analyzed 488 of 800 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 59 | | Detected no interesting changes | 429 | | Git clone failed | 7 | | Package install failed | 109 | | Project-graph error in old TS | 7 | | Too many errors in old TS | 177 | | Unknown failure | 12 |

Investigation Status

Repo Errors Outcome
adobe/react-spectrum 1
aidenybai/million 1
alangpierce/sucrase 2
angular/angularfire 1
ardatan/graphql-tools 1
ariakit/ariakit 5
backstage/backstage 1
bitwarden/clients 1
botpress/botpress 1
BuilderIO/mitosis 1
caprover/caprover 1
Chocobozzz/PeerTube 2
conventional-changelog/conventional-changelog 1
elastic/eui 2
foambubble/foam 1
formatjs/formatjs 2
framer/motion 1
gilbarbara/react-joyride 6
gitpod-io/gitpod 1
growthbook/growthbook 2
hexojs/hexo 1
heyxyz/hey 5
highcharts/highcharts 6
infinitered/ignite 1
ionic-team/stencil 1
jackyzha0/quartz 1
javascript-obfuscator/javascript-obfuscator 4
jupyterlab/jupyterlab 2
keplergl/kepler.gl 1
labring/FastGPT 7
LokerL/tts-vue 1
louislam/dockge 2
microsoft/playwright 1
misskey-dev/misskey 4
netless-io/flat 3
ngrx/platform 1
omnivore-app/omnivore 3
outline/outline 1
pillarjs/path-to-regexp 1
pnpm/pnpm 1
privatenumber/tsx 1
QwikDev/qwik 2
react-navigation/react-navigation 1
reduxjs/redux-toolkit 4
reduxjs/redux 1
sequelize/sequelize 1
slidevjs/slidev 1
strapi/strapi 12
t3-oss/create-t3-app 1
tailwindlabs/headlessui 4
teableio/teable 1
triggerdotdev/trigger.dev 2
tweenjs/tween.js 1
vendure-ecommerce/vendure 2
vuejs/core 1
vuejs/language-tools 1
vuetifyjs/vuetify 48
xiangsx/gpt4free-ts 1
youzan/vant 1
typescript-bot commented 2 months ago

teableio/teable

**19 of 25 projects failed to build with the old tsc and were ignored** ### [apps\/nextjs-app\/tsconfig.json](https://github.com/teableio/teable/blob/6a85eb767a1a91636e08672068bf10624f66b44c/apps/nextjs-app/tsconfig.json) - `error TS2845: This condition will always return 'true'.` - [apps\/nextjs-app\/src\/features\/app\/blocks\/import-table\/TableImport.tsx\#L246](https://github.com/teableio/teable/blob/6a85eb767a1a91636e08672068bf10624f66b44c/apps/nextjs-app/src/features/app/blocks/import-table/TableImport.tsx#L246)
typescript-bot commented 2 months ago

triggerdotdev/trigger.dev

**43 of 59 projects failed to build with the old tsc and were ignored** ### [references\/v3-catalog\/tsconfig.json](https://github.com/triggerdotdev/trigger.dev/blob/14cffd4e5c3cacf673bb6b7a86b0a1c110073d35/references/v3-catalog/tsconfig.json) - `error TS2345: Argument of type 'import("/mnt/ts_downloads/_/m/trigger.dev/node_modules/.pnpm/msw@2.2.1_typescript@5.3.3/node_modules/msw/lib/core/handlers/HttpHandler").HttpHandler' is not assignable to parameter of type 'import("/mnt/ts_downloads/_/m/trigger.dev/node_modules/.pnpm/msw@2.2.1_typescript@5.3.2/node_modules/msw/lib/core/handlers/HttpHandler").HttpHandler'.` - [references\/v3-catalog\/src\/trigger\/utils\/interceptor.ts\#L5](https://github.com/triggerdotdev/trigger.dev/blob/14cffd4e5c3cacf673bb6b7a86b0a1c110073d35/references/v3-catalog/src/trigger/utils/interceptor.ts#L5) ### [apps\/docker-provider\/tsconfig.json](https://github.com/triggerdotdev/trigger.dev/blob/14cffd4e5c3cacf673bb6b7a86b0a1c110073d35/apps/docker-provider/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [apps\/docker-provider\/src\/index.ts\#L238](https://github.com/triggerdotdev/trigger.dev/blob/14cffd4e5c3cacf673bb6b7a86b0a1c110073d35/apps/docker-provider/src/index.ts#L238)
typescript-bot commented 2 months ago

tweenjs/tween.js

### [tsconfig.json](https://github.com/tweenjs/tween.js/blob/ea96cb35ef31f769bc72c2e4e0a6ebe5bfcdd1a1/tsconfig.json) - `error TS5102: Option 'importsNotUsedAsValues' has been removed. Please remove it from your configuration.` - [tsconfig.json\#L15](https://github.com/tweenjs/tween.js/blob/ea96cb35ef31f769bc72c2e4e0a6ebe5bfcdd1a1/tsconfig.json#L15)
typescript-bot commented 2 months ago

vendure-ecommerce/vendure

**36 of 46 projects failed to build with the old tsc and were ignored** ### [packages\/admin-ui\/tsconfig.lib.prod.json](https://github.com/vendure-ecommerce/vendure/blob/0b1dcb7b03ca127ac8e63540d61d13fbcc02ff9f/packages/admin-ui/tsconfig.lib.prod.json) - `error TS1530: Unicode property value expressions are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set.` - [packages\/admin-ui\/src\/lib\/catalog\/src\/components\/collection-detail\/collection-detail.component.ts\#L64](https://github.com/vendure-ecommerce/vendure/blob/0b1dcb7b03ca127ac8e63540d61d13fbcc02ff9f/packages/admin-ui/src/lib/catalog/src/components/collection-detail/collection-detail.component.ts#L64) - [packages\/admin-ui\/src\/lib\/catalog\/src\/components\/product-detail\/product-detail.component.ts\#L71](https://github.com/vendure-ecommerce/vendure/blob/0b1dcb7b03ca127ac8e63540d61d13fbcc02ff9f/packages/admin-ui/src/lib/catalog/src/components/product-detail/product-detail.component.ts#L71) ### [packages\/admin-ui\/src\/tsconfig.app.json](https://github.com/vendure-ecommerce/vendure/blob/0b1dcb7b03ca127ac8e63540d61d13fbcc02ff9f/packages/admin-ui/src/tsconfig.app.json) - `error TS1530: Unicode property value expressions are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set.` - [packages\/admin-ui\/src\/lib\/catalog\/src\/components\/collection-detail\/collection-detail.component.ts\#L64](https://github.com/vendure-ecommerce/vendure/blob/0b1dcb7b03ca127ac8e63540d61d13fbcc02ff9f/packages/admin-ui/src/lib/catalog/src/components/collection-detail/collection-detail.component.ts#L64) - [packages\/admin-ui\/src\/lib\/catalog\/src\/components\/product-detail\/product-detail.component.ts\#L71](https://github.com/vendure-ecommerce/vendure/blob/0b1dcb7b03ca127ac8e63540d61d13fbcc02ff9f/packages/admin-ui/src/lib/catalog/src/components/product-detail/product-detail.component.ts#L71)
typescript-bot commented 2 months ago

vuejs/core

**3 of 5 projects failed to build with the old tsc and were ignored** ### [tsconfig.build-node.json](https://github.com/vuejs/core/blob/6a8d54850610b65091b52c825b66e3510f4b9fe8/tsconfig.build-node.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [packages\/server-renderer\/src\/helpers\/ssrRenderSlot.ts\#L111](https://github.com/vuejs/core/blob/6a8d54850610b65091b52c825b66e3510f4b9fe8/packages/server-renderer/src/helpers/ssrRenderSlot.ts#L111)
typescript-bot commented 2 months ago

vuejs/language-tools

**3 of 8 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/vuejs/language-tools/blob/b2fc4ab0a8af7699cad6398f7f5552d4ce7e187e/tsconfig.json) - `error TS5102: Option 'importsNotUsedAsValues' has been removed. Please remove it from your configuration.` - Project Scope in [packages\/language-core\/tsconfig.json](https://github.com/vuejs/language-tools/blob/b2fc4ab0a8af7699cad6398f7f5552d4ce7e187e/packages/language-core/tsconfig.json) - Project Scope in [packages\/component-type-helpers\/tsconfig.json](https://github.com/vuejs/language-tools/blob/b2fc4ab0a8af7699cad6398f7f5552d4ce7e187e/packages/component-type-helpers/tsconfig.json)
typescript-bot commented 2 months ago

vuetifyjs/vuetify

**2 of 7 projects failed to build with the old tsc and were ignored** ### [packages\/vuetify\/tsconfig.json](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/tsconfig.json) - `error TS4023: Exported variable 'makeVBottomSheetProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VBottomSheet\/VBottomSheet.tsx\#L16](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VBottomSheet/VBottomSheet.tsx#L16) - `error TS4023: Exported variable 'VBottomSheet' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VBottomSheet\/VBottomSheet.tsx\#L24](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VBottomSheet/VBottomSheet.tsx#L24) - `error TS4023: Exported variable 'makeVDialogProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VDialog\/VDialog.tsx\#L23](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VDialog/VDialog.tsx#L23) - `error TS4023: Exported variable 'VDialog' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VDialog\/VDialog.tsx\#L39](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VDialog/VDialog.tsx#L39) - `error TS4023: Exported variable 'makeVMenuProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VMenu\/VMenu.tsx\#L34](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VMenu/VMenu.tsx#L34) - `error TS4023: Exported variable 'VMenu' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VMenu\/VMenu.tsx\#L50](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VMenu/VMenu.tsx#L50) - `error TS4023: Exported variable 'makeVOverlayProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VOverlay\/VOverlay.tsx\#L81](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VOverlay/VOverlay.tsx#L81) - `error TS4023: Exported variable 'VOverlay' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VOverlay\/VOverlay.tsx\#L115](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VOverlay/VOverlay.tsx#L115) - `error TS4023: Exported variable 'makeVSnackbarProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSnackbar\/VSnackbar.tsx\#L73](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSnackbar/VSnackbar.tsx#L73) - `error TS4023: Exported variable 'VSnackbar' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSnackbar\/VSnackbar.tsx\#L93](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSnackbar/VSnackbar.tsx#L93) - `error TS4023: Exported variable 'makeVSpeedDialProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSpeedDial\/VSpeedDial.tsx\#L22](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSpeedDial/VSpeedDial.tsx#L22) - `error TS4023: Exported variable 'VSpeedDial' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSpeedDial\/VSpeedDial.tsx\#L34](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSpeedDial/VSpeedDial.tsx#L34) - `error TS4023: Exported variable 'makeVTooltipProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VTooltip\/VTooltip.tsx\#L21](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VTooltip/VTooltip.tsx#L21) - `error TS4023: Exported variable 'VTooltip' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VTooltip\/VTooltip.tsx\#L44](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VTooltip/VTooltip.tsx#L44) - `error TS4023: Exported variable 'makeVSnackbarQueueProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/labs\/VSnackbarQueue\/VSnackbarQueue.tsx\#L42](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/labs/VSnackbarQueue/VSnackbarQueue.tsx#L42) - `error TS4023: Exported variable 'VSnackbarQueue' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/labs\/VSnackbarQueue\/VSnackbarQueue.tsx\#L57](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/labs/VSnackbarQueue/VSnackbarQueue.tsx#L57) ### [packages\/vuetify\/tsconfig.dist.json](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/tsconfig.dist.json) - `error TS4023: Exported variable 'makeVBottomSheetProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VBottomSheet\/VBottomSheet.tsx\#L16](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VBottomSheet/VBottomSheet.tsx#L16) - `error TS4023: Exported variable 'VBottomSheet' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VBottomSheet\/VBottomSheet.tsx\#L24](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VBottomSheet/VBottomSheet.tsx#L24) - `error TS4023: Exported variable 'makeVDialogProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VDialog\/VDialog.tsx\#L23](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VDialog/VDialog.tsx#L23) - `error TS4023: Exported variable 'VDialog' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VDialog\/VDialog.tsx\#L39](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VDialog/VDialog.tsx#L39) - `error TS4023: Exported variable 'makeVMenuProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VMenu\/VMenu.tsx\#L34](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VMenu/VMenu.tsx#L34) - `error TS4023: Exported variable 'VMenu' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VMenu\/VMenu.tsx\#L50](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VMenu/VMenu.tsx#L50) - `error TS4023: Exported variable 'makeVOverlayProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VOverlay\/VOverlay.tsx\#L81](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VOverlay/VOverlay.tsx#L81) - `error TS4023: Exported variable 'VOverlay' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VOverlay\/VOverlay.tsx\#L115](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VOverlay/VOverlay.tsx#L115) - `error TS4023: Exported variable 'makeVSnackbarProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSnackbar\/VSnackbar.tsx\#L73](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSnackbar/VSnackbar.tsx#L73) - `error TS4023: Exported variable 'VSnackbar' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSnackbar\/VSnackbar.tsx\#L93](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSnackbar/VSnackbar.tsx#L93) - `error TS4023: Exported variable 'makeVSpeedDialProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSpeedDial\/VSpeedDial.tsx\#L22](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSpeedDial/VSpeedDial.tsx#L22) - `error TS4023: Exported variable 'VSpeedDial' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSpeedDial\/VSpeedDial.tsx\#L34](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSpeedDial/VSpeedDial.tsx#L34) - `error TS4023: Exported variable 'makeVTooltipProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VTooltip\/VTooltip.tsx\#L21](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VTooltip/VTooltip.tsx#L21) - `error TS4023: Exported variable 'VTooltip' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VTooltip\/VTooltip.tsx\#L44](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VTooltip/VTooltip.tsx#L44) - `error TS4023: Exported variable 'makeVSnackbarQueueProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/labs\/VSnackbarQueue\/VSnackbarQueue.tsx\#L42](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/labs/VSnackbarQueue/VSnackbarQueue.tsx#L42) - `error TS4023: Exported variable 'VSnackbarQueue' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/labs\/VSnackbarQueue\/VSnackbarQueue.tsx\#L57](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/labs/VSnackbarQueue/VSnackbarQueue.tsx#L57) ### [packages\/vuetify\/tsconfig.checks.json](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/tsconfig.checks.json) - `error TS4023: Exported variable 'makeVBottomSheetProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VBottomSheet\/VBottomSheet.tsx\#L16](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VBottomSheet/VBottomSheet.tsx#L16) - `error TS4023: Exported variable 'VBottomSheet' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VBottomSheet\/VBottomSheet.tsx\#L24](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VBottomSheet/VBottomSheet.tsx#L24) - `error TS4023: Exported variable 'makeVDialogProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VDialog\/VDialog.tsx\#L23](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VDialog/VDialog.tsx#L23) - `error TS4023: Exported variable 'VDialog' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VDialog\/VDialog.tsx\#L39](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VDialog/VDialog.tsx#L39) - `error TS4023: Exported variable 'makeVMenuProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VMenu\/VMenu.tsx\#L34](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VMenu/VMenu.tsx#L34) - `error TS4023: Exported variable 'VMenu' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VMenu\/VMenu.tsx\#L50](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VMenu/VMenu.tsx#L50) - `error TS4023: Exported variable 'makeVOverlayProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VOverlay\/VOverlay.tsx\#L81](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VOverlay/VOverlay.tsx#L81) - `error TS4023: Exported variable 'VOverlay' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VOverlay\/VOverlay.tsx\#L115](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VOverlay/VOverlay.tsx#L115) - `error TS4023: Exported variable 'makeVSnackbarProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSnackbar\/VSnackbar.tsx\#L73](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSnackbar/VSnackbar.tsx#L73) - `error TS4023: Exported variable 'VSnackbar' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSnackbar\/VSnackbar.tsx\#L93](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSnackbar/VSnackbar.tsx#L93) - `error TS4023: Exported variable 'makeVSpeedDialProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSpeedDial\/VSpeedDial.tsx\#L22](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSpeedDial/VSpeedDial.tsx#L22) - `error TS4023: Exported variable 'VSpeedDial' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VSpeedDial\/VSpeedDial.tsx\#L34](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VSpeedDial/VSpeedDial.tsx#L34) - `error TS4023: Exported variable 'makeVTooltipProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VTooltip\/VTooltip.tsx\#L21](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VTooltip/VTooltip.tsx#L21) - `error TS4023: Exported variable 'VTooltip' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/components\/VTooltip\/VTooltip.tsx\#L44](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/components/VTooltip/VTooltip.tsx#L44) - `error TS4023: Exported variable 'makeVSnackbarQueueProps' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/labs\/VSnackbarQueue\/VSnackbarQueue.tsx\#L42](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/labs/VSnackbarQueue/VSnackbarQueue.tsx#L42) - `error TS4023: Exported variable 'VSnackbarQueue' has or is using name 'ActivatorProps' from external module "/mnt/ts_downloads/_/m/vuetify/packages/vuetify/src/components/VOverlay/useActivator" but cannot be named.` - [packages\/vuetify\/src\/labs\/VSnackbarQueue\/VSnackbarQueue.tsx\#L57](https://github.com/vuetifyjs/vuetify/blob/665c616254e5a5727482c4f5d894d1e958675edb/packages/vuetify/src/labs/VSnackbarQueue/VSnackbarQueue.tsx#L57)
typescript-bot commented 2 months ago

xiangsx/gpt4free-ts

### [tsconfig.json](https://github.com/xiangsx/gpt4free-ts/blob/50a200cde60950d64d0e6111928f9f3f407e0958/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [utils\/emailFactory.ts\#L902](https://github.com/xiangsx/gpt4free-ts/blob/50a200cde60950d64d0e6111928f9f3f407e0958/utils/emailFactory.ts#L902)
typescript-bot commented 2 months ago

youzan/vant

**3 of 9 projects failed to build with the old tsc and were ignored** ### [packages\/vant-cli\/tsconfig.json](https://github.com/youzan/vant/blob/2423e41edf6e0064eecef850aec091b2ba34b7f2/packages/vant-cli/tsconfig.json) - `error TS1530: Unicode property value expressions are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set.` - [packages\/vant-cli\/src\/compiler\/web-types\/formatter.ts\#L22](https://github.com/youzan/vant/blob/2423e41edf6e0064eecef850aec091b2ba34b7f2/packages/vant-cli/src/compiler/web-types/formatter.ts#L22)