microsoft / TypeScript

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

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

Closed typescript-bot closed 1 month ago

typescript-bot commented 1 month 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 1 month ago

adobe/react-spectrum

**4 of 10 projects failed to build with the old tsc and were ignored** ### [packages\/@spectrum-icons\/illustrations\/tsconfig.types.json](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@spectrum-icons/illustrations/tsconfig.types.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [packages\/@internationalized\/date\/src\/string.ts\#L26](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@internationalized/date/src/string.ts#L26) - [packages\/@internationalized\/date\/src\/string.ts\#L26](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@internationalized/date/src/string.ts#L26) - [packages\/@internationalized\/date\/src\/string.ts\#L26](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@internationalized/date/src/string.ts#L26) - [packages\/@internationalized\/date\/src\/string.ts\#L26](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@internationalized/date/src/string.ts#L26) - [packages\/@internationalized\/date\/src\/string.ts\#L26](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@internationalized/date/src/string.ts#L26) - [packages\/@internationalized\/date\/src\/string.ts\#L26](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@internationalized/date/src/string.ts#L26) - [packages\/@internationalized\/date\/src\/string.ts\#L26](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@internationalized/date/src/string.ts#L26) - [packages\/@internationalized\/date\/src\/string.ts\#L26](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@internationalized/date/src/string.ts#L26) - [packages\/@internationalized\/date\/src\/string.ts\#L26](https://github.com/adobe/react-spectrum/blob/d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882/packages/@internationalized/date/src/string.ts#L26)
typescript-bot commented 1 month ago

aidenybai/million

**3 of 4 projects failed to build with the old tsc and were ignored** ### [website\/tsconfig.json](https://github.com/aidenybai/million/blob/746e00f99443bf59b5536a486e3927949b2f4e27/website/tsconfig.json) - `error TS2322: Type '{ plugins: { legend: { display: boolean; }; }; indexAxis: "y"; scales: { x: { max: number; ticks: { format: { style: string; minimumFractionDigits: number; maximumFractionDigits: number; }; }; }; }; }' is not assignable to type '_DeepPartialObject & ElementChartOptions<"bar"> & PluginChartOptions<"bar"> & DatasetChartOptions<"bar"> & ScaleChartOptions<...> & BarControllerChartOptions>'.` - [website\/components\/chart.tsx\#L81](https://github.com/aidenybai/million/blob/746e00f99443bf59b5536a486e3927949b2f4e27/website/components/chart.tsx#L81)
typescript-bot commented 1 month ago

alangpierce/sucrase

**4 of 18 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/tsconfig.json) - `error TS2367: This comparison appears to be unintentional because the types 'JSXRole.NoChildren' and 'JSXRole.KeyAfterPropSpread' have no overlap.` - [src\/parser\/plugins\/jsx\/index.ts\#L258](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/src/parser/plugins/jsx/index.ts#L258) ### [src\/tsconfig.json](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/src/tsconfig.json) - `error TS2367: This comparison appears to be unintentional because the types 'JSXRole.NoChildren' and 'JSXRole.KeyAfterPropSpread' have no overlap.` - [src\/parser\/plugins\/jsx\/index.ts\#L258](https://github.com/alangpierce/sucrase/blob/61c05e1e6f29c906c432da57c91ab44660196c8d/src/parser/plugins/jsx/index.ts#L258)
typescript-bot commented 1 month ago

angular/angularfire

**11 of 14 projects failed to build with the old tsc and were ignored** ### [src\/schematics\/tsconfig.json](https://github.com/angular/angularfire/blob/58e6c3b7143da64682619ff78617a166c995cd61/src/schematics/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/58e6c3b7143da64682619ff78617a166c995cd61/src/schematics/update/v7/index.ts#L7) - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/58e6c3b7143da64682619ff78617a166c995cd61/src/schematics/update/v7/index.ts#L7) - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/58e6c3b7143da64682619ff78617a166c995cd61/src/schematics/update/v7/index.ts#L7) - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/58e6c3b7143da64682619ff78617a166c995cd61/src/schematics/update/v7/index.ts#L7) - [src\/schematics\/update\/v7\/index.ts\#L7](https://github.com/angular/angularfire/blob/58e6c3b7143da64682619ff78617a166c995cd61/src/schematics/update/v7/index.ts#L7)
typescript-bot commented 1 month ago

ardatan/graphql-tools

### [tsconfig.json](https://github.com/ardatan/graphql-tools/blob/f8c1f38975c6c3e6548e77ea0722a356d5c1c488/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [tsconfig.json\#L19](https://github.com/ardatan/graphql-tools/blob/f8c1f38975c6c3e6548e77ea0722a356d5c1c488/tsconfig.json#L19)
typescript-bot commented 1 month ago

ariakit/ariakit

**1 of 6 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/ariakit-react-core\/src\/utils\/store.tsx\#L138](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/packages/ariakit-react-core/src/utils/store.tsx#L138) ### [website\/tsconfig.json](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/website/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/ariakit-react-core\/src\/utils\/store.tsx\#L138](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/packages/ariakit-react-core/src/utils/store.tsx#L138) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [website\/build-pages\/reference-utils.js\#L181](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/website/build-pages/reference-utils.js#L181) - [website\/build-pages\/reference-utils.js\#L181](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/website/build-pages/reference-utils.js#L181) - [website\/build-pages\/reference-utils.js\#L181](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/website/build-pages/reference-utils.js#L181) ### [packages\/ariakit-react-core\/tsconfig.build.json](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/packages/ariakit-react-core/tsconfig.build.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/ariakit-react-core\/src\/utils\/store.tsx\#L138](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/packages/ariakit-react-core/src/utils/store.tsx#L138) ### [packages\/ariakit-react\/tsconfig.build.json](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/packages/ariakit-react/tsconfig.build.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/ariakit-react-core\/src\/utils\/store.tsx\#L138](https://github.com/ariakit/ariakit/blob/7aa3bc6c9be4b515fc3ed73c938236b182bd0395/packages/ariakit-react-core/src/utils/store.tsx#L138)
typescript-bot commented 1 month ago

backstage/backstage

**6 of 13 projects failed to build with the old tsc and were ignored** ### [microsite\/tsconfig.json](https://github.com/backstage/backstage/blob/db36390410bf487ec004e367419a4095c9025aba/microsite/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [microsite\/docusaurus.config.ts\#L80](https://github.com/backstage/backstage/blob/db36390410bf487ec004e367419a4095c9025aba/microsite/docusaurus.config.ts#L80)
typescript-bot commented 1 month ago

bitwarden/clients

**9 of 42 projects failed to build with the old tsc and were ignored** ### [apps\/web\/tsconfig.json](https://github.com/bitwarden/clients/blob/b4c8bdf4687ffccaf97c509969aa65772722ba90/apps/web/tsconfig.json) - `error TS2416: Property 'filterProvider' in type 'TwoFactorSetupComponent' is not assignable to the same property in base type 'TwoFactorSetupComponent'.` - [apps\/web\/src\/app\/admin-console\/organizations\/settings\/two-factor-setup.component.ts\#L94](https://github.com/bitwarden/clients/blob/b4c8bdf4687ffccaf97c509969aa65772722ba90/apps/web/src/app/admin-console/organizations/settings/two-factor-setup.component.ts#L94)
typescript-bot commented 1 month ago

botpress/botpress

**39 of 42 projects failed to build with the old tsc and were ignored** ### [packages\/cli\/tsconfig.json](https://github.com/botpress/botpress/blob/15f38f55216b78581e4eb4b471c0d60fffa6bba8/packages/cli/tsconfig.json) - `error TS2322: Type 'string | number' is not assignable to type 'string | string[] | undefined'.` - [packages\/cli\/src\/command-implementations\/dev-command.ts\#L361](https://github.com/botpress/botpress/blob/15f38f55216b78581e4eb4b471c0d60fffa6bba8/packages/cli/src/command-implementations/dev-command.ts#L361)
typescript-bot commented 1 month ago

BuilderIO/mitosis

**19 of 26 projects failed to build with the old tsc and were ignored** ### [packages\/core\/tsconfig.build.json](https://github.com/BuilderIO/mitosis/blob/3d8b3544810cc6f1fbb4f76ee6c3786770876018/packages/core/tsconfig.build.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [packages\/core\/src\/helpers\/component-file-extensions.ts\#L48](https://github.com/BuilderIO/mitosis/blob/3d8b3544810cc6f1fbb4f76ee6c3786770876018/packages/core/src/helpers/component-file-extensions.ts#L48) in [packages\/core\/tsconfig.build.json](https://github.com/BuilderIO/mitosis/blob/3d8b3544810cc6f1fbb4f76ee6c3786770876018/packages/core/tsconfig.build.json)
typescript-bot commented 1 month ago

caprover/caprover

### [tsconfig.json](https://github.com/caprover/caprover/blob/46d8f3465f7649c0a54bd4b7ab471428a3a45158/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [src\/utils\/GitHelper.ts\#L16](https://github.com/caprover/caprover/blob/46d8f3465f7649c0a54bd4b7ab471428a3a45158/src/utils/GitHelper.ts#L16) - [src\/utils\/GitHelper.ts\#L17](https://github.com/caprover/caprover/blob/46d8f3465f7649c0a54bd4b7ab471428a3a45158/src/utils/GitHelper.ts#L17) - [src\/utils\/GitHelper.ts\#L18](https://github.com/caprover/caprover/blob/46d8f3465f7649c0a54bd4b7ab471428a3a45158/src/utils/GitHelper.ts#L18) - [src\/utils\/GitHelper.ts\#L19](https://github.com/caprover/caprover/blob/46d8f3465f7649c0a54bd4b7ab471428a3a45158/src/utils/GitHelper.ts#L19) - [src\/utils\/GitHelper.ts\#L20](https://github.com/caprover/caprover/blob/46d8f3465f7649c0a54bd4b7ab471428a3a45158/src/utils/GitHelper.ts#L20) - [src\/utils\/GitHelper.ts\#L21](https://github.com/caprover/caprover/blob/46d8f3465f7649c0a54bd4b7ab471428a3a45158/src/utils/GitHelper.ts#L21)
typescript-bot commented 1 month ago

Chocobozzz/PeerTube

**4 of 11 projects failed to build with the old tsc and were ignored** ### [client\/e2e\/tsconfig.json](https://github.com/Chocobozzz/PeerTube/blob/9b5c7a8dc6f0ac02490132a5fc9b5f08ba7936eb/client/e2e/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [client\/e2e\/src\/utils\/email.ts\#L4](https://github.com/Chocobozzz/PeerTube/blob/9b5c7a8dc6f0ac02490132a5fc9b5f08ba7936eb/client/e2e/src/utils/email.ts#L4) ### [client\/tsconfig.json](https://github.com/Chocobozzz/PeerTube/blob/9b5c7a8dc6f0ac02490132a5fc9b5f08ba7936eb/client/tsconfig.json) - `error TS2352: Conversion of type 'string' to type 'FormReactiveErrors' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [client\/src\/app\/shared\/shared-forms\/form-validator.service.ts\#L59](https://github.com/Chocobozzz/PeerTube/blob/9b5c7a8dc6f0ac02490132a5fc9b5f08ba7936eb/client/src/app/shared/shared-forms/form-validator.service.ts#L59)
typescript-bot commented 1 month ago

conventional-changelog/conventional-changelog

**2 of 14 projects failed to build with the old tsc and were ignored** ### [packages\/conventional-changelog-writer\/tsconfig.json](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/conventional-changelog-writer/tsconfig.json) - `error TS2345: Argument of type 'SortBy>' is not assignable to parameter of type 'string | string[] | Comparator> | undefined'.` - [packages\/conventional-changelog-writer\/src\/options.ts\#L80](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/conventional-changelog-writer/src/options.ts#L80)
typescript-bot commented 1 month ago

elastic/eui

**1 of 2 projects failed to build with the old tsc and were ignored** ### [packages\/eui\/tsconfig.json](https://github.com/elastic/eui/blob/a4d763854a5a165bacbef45e2e882442a1e540cc/packages/eui/tsconfig.json) - `error TS2345: Argument of type 'null' is not assignable to parameter of type 'EuiThemeShape | EuiThemeSystem'.` - [packages\/eui\/src\/services\/theme\/utils.ts\#L89](https://github.com/elastic/eui/blob/a4d763854a5a165bacbef45e2e882442a1e540cc/packages/eui/src/services/theme/utils.ts#L89) - [packages\/eui\/src\/services\/theme\/utils.ts\#L98](https://github.com/elastic/eui/blob/a4d763854a5a165bacbef45e2e882442a1e540cc/packages/eui/src/services/theme/utils.ts#L98) - `error TS2345: Argument of type '{ themeName: string; }' is not assignable to parameter of type 'EuiThemeComputed'.` - [packages\/eui\/src\/services\/theme\/utils.ts\#L245](https://github.com/elastic/eui/blob/a4d763854a5a165bacbef45e2e882442a1e540cc/packages/eui/src/services/theme/utils.ts#L245) - [packages\/eui\/src\/services\/theme\/utils.ts\#L249](https://github.com/elastic/eui/blob/a4d763854a5a165bacbef45e2e882442a1e540cc/packages/eui/src/services/theme/utils.ts#L249)
typescript-bot commented 1 month ago

foambubble/foam

### [packages\/foam-vscode\/tsconfig.json](https://github.com/foambubble/foam/blob/db7eb9775f0a94e99ea73e17b64e1360a831e99e/packages/foam-vscode/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2022' or later.` - [packages\/foam-vscode\/src\/features\/tag-completion.ts\#L9](https://github.com/foambubble/foam/blob/db7eb9775f0a94e99ea73e17b64e1360a831e99e/packages/foam-vscode/src/features/tag-completion.ts#L9)
typescript-bot commented 1 month ago

formatjs/formatjs

**26 of 34 projects failed to build with the old tsc and were ignored** ### [packages\/cli-lib\/tsconfig.json](https://github.com/formatjs/formatjs/blob/ea5e8040660a7011ab0ed70315b36474cdd6209c/packages/cli-lib/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [packages\/icu-messageformat-parser\/printer.ts\#L71](https://github.com/formatjs/formatjs/blob/ea5e8040660a7011ab0ed70315b36474cdd6209c/packages/icu-messageformat-parser/printer.ts#L71) - `error TS1501: This regular expression flag is only available when targeting 'es6' or later.` - [packages\/icu-messageformat-parser\/printer.ts\#L71](https://github.com/formatjs/formatjs/blob/ea5e8040660a7011ab0ed70315b36474cdd6209c/packages/icu-messageformat-parser/printer.ts#L71)
typescript-bot commented 1 month 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/9179b930cdae6e6da4662a9da090b49ce99fd8a3/packages/framer-motion/tsconfig.json) - `error TS2322: Type 'string' is not assignable to type 'number'.` - [packages\/framer-motion\/src\/projection\/animation\/mix-values.ts\#L75](https://github.com/framer/motion/blob/9179b930cdae6e6da4662a9da090b49ce99fd8a3/packages/framer-motion/src/projection/animation/mix-values.ts#L75)
typescript-bot commented 1 month ago

gilbarbara/react-joyride

### [tsconfig.json](https://github.com/gilbarbara/react-joyride/blob/82d1a7cf12ff19395ba2e4ed9321419d3c76cdf2/tsconfig.json) - `error TS1360: Type 'PartialObjectDeep, {}> & Partial' does not satisfy the expected type 'StylesOptions'.` - [src\/styles.ts\#L39](https://github.com/gilbarbara/react-joyride/blob/82d1a7cf12ff19395ba2e4ed9321419d3c76cdf2/src/styles.ts#L39) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [src\/styles.ts\#L87](https://github.com/gilbarbara/react-joyride/blob/82d1a7cf12ff19395ba2e4ed9321419d3c76cdf2/src/styles.ts#L87) - `error TS18048: 'options.zIndex' is possibly 'undefined'.` - [src\/styles.ts\#L183](https://github.com/gilbarbara/react-joyride/blob/82d1a7cf12ff19395ba2e4ed9321419d3c76cdf2/src/styles.ts#L183) ### [test\/tsconfig.json](https://github.com/gilbarbara/react-joyride/blob/82d1a7cf12ff19395ba2e4ed9321419d3c76cdf2/test/tsconfig.json) - `error TS1360: Type 'PartialObjectDeep, {}> & Partial' does not satisfy the expected type 'StylesOptions'.` - [src\/styles.ts\#L39](https://github.com/gilbarbara/react-joyride/blob/82d1a7cf12ff19395ba2e4ed9321419d3c76cdf2/src/styles.ts#L39) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [src\/styles.ts\#L87](https://github.com/gilbarbara/react-joyride/blob/82d1a7cf12ff19395ba2e4ed9321419d3c76cdf2/src/styles.ts#L87) - `error TS18048: 'options.zIndex' is possibly 'undefined'.` - [src\/styles.ts\#L183](https://github.com/gilbarbara/react-joyride/blob/82d1a7cf12ff19395ba2e4ed9321419d3c76cdf2/src/styles.ts#L183)
typescript-bot commented 1 month ago

gitpod-io/gitpod

**8 of 20 projects failed to build with the old tsc and were ignored** ### [components\/gitpod-protocol\/tsconfig.json](https://github.com/gitpod-io/gitpod/blob/5fdedd96443f204b301e5e975a93e031fc478ef6/components/gitpod-protocol/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [components\/gitpod-protocol\/src\/protocol.ts\#L521](https://github.com/gitpod-io/gitpod/blob/5fdedd96443f204b301e5e975a93e031fc478ef6/components/gitpod-protocol/src/protocol.ts#L521) - [components\/gitpod-protocol\/src\/protocol.ts\#L521](https://github.com/gitpod-io/gitpod/blob/5fdedd96443f204b301e5e975a93e031fc478ef6/components/gitpod-protocol/src/protocol.ts#L521) - [components\/gitpod-protocol\/src\/protocol.ts\#L521](https://github.com/gitpod-io/gitpod/blob/5fdedd96443f204b301e5e975a93e031fc478ef6/components/gitpod-protocol/src/protocol.ts#L521)
typescript-bot commented 1 month ago

growthbook/growthbook

**5 of 10 projects failed to build with the old tsc and were ignored** ### [packages\/front-end\/tsconfig.json](https://github.com/growthbook/growthbook/blob/7d40fde24ef588ce9bd5b772b7f2aead6b6c1148/packages/front-end/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/front-end\/components\/GuidedGetStarted\/GuidedGetStarted.tsx\#L383](https://github.com/growthbook/growthbook/blob/7d40fde24ef588ce9bd5b772b7f2aead6b6c1148/packages/front-end/components/GuidedGetStarted/GuidedGetStarted.tsx#L383) ### [packages\/back-end\/tsconfig.json](https://github.com/growthbook/growthbook/blob/7d40fde24ef588ce9bd5b772b7f2aead6b6c1148/packages/back-end/tsconfig.json) - `error TS2345: Argument of type 'Function' is not assignable to parameter of type '(req: Request>, res: Response, number>, next: NextFunction) => void | Promise<...>'.` - [packages\/back-end\/src\/routers\/wrapController.ts\#L17](https://github.com/growthbook/growthbook/blob/7d40fde24ef588ce9bd5b772b7f2aead6b6c1148/packages/back-end/src/routers/wrapController.ts#L17)
typescript-bot commented 1 month ago

hexojs/hexo

### [tsconfig.json](https://github.com/hexojs/hexo/blob/069ac3827411c1f26d97caca962a175db9a2d7cc/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [lib\/hexo\/post.ts\#L72](https://github.com/hexojs/hexo/blob/069ac3827411c1f26d97caca962a175db9a2d7cc/lib/hexo/post.ts#L72)
typescript-bot commented 1 month ago

heyxyz/hey

**2 of 14 projects failed to build with the old tsc and were ignored** ### [apps\/web\/tsconfig.json](https://github.com/heyxyz/hey/blob/96eff9a94aa1403c5c6f314e42db0c02b00f6859/apps/web/tsconfig.json) - `error TS2345: Argument of type 'import("/mnt/ts_downloads/_/m/hey/node_modules/.pnpm/@apollo+client@3.10.4_@types+react@18.3.2_graphql@16.8.1_react-dom@18.3.1_react@18.3.1/node_modules/@apollo/client/link/core/ApolloLink").ApolloLink' is not assignable to parameter of type 'import("/mnt/ts_downloads/_/m/hey/node_modules/.pnpm/@apollo+client@3.10.4_graphql-ws@5.16.0_graphql@16.8.1/node_modules/@apollo/client/link/core/ApolloLink").ApolloLink'.` - [apps\/web\/src\/components\/Common\/Providers\/index.tsx\#L27](https://github.com/heyxyz/hey/blob/96eff9a94aa1403c5c6f314e42db0c02b00f6859/apps/web/src/components/Common/Providers/index.tsx#L27) - `error TS2322: Type '(cache: ApolloCache) => void' is not assignable to type 'MutationUpdaterFunction, DefaultContext, ApolloCache>'.` - [apps\/web\/src\/components\/Publication\/Actions\/Like.tsx\#L75](https://github.com/heyxyz/hey/blob/96eff9a94aa1403c5c6f314e42db0c02b00f6859/apps/web/src/components/Publication/Actions/Like.tsx#L75) - `error TS2322: Type '(cache: ApolloCache) => void' is not assignable to type 'MutationUpdaterFunction, DefaultContext, ApolloCache>'.` - [apps\/web\/src\/components\/Publication\/Actions\/Like.tsx\#L85](https://github.com/heyxyz/hey/blob/96eff9a94aa1403c5c6f314e42db0c02b00f6859/apps/web/src/components/Publication/Actions/Like.tsx#L85) - `error TS2322: Type '(cache: ApolloCache) => void' is not assignable to type 'MutationUpdaterFunction, DefaultContext, ApolloCache<...>>'.` - [apps\/web\/src\/components\/Shared\/Profile\/P2PRecommendation.tsx\#L63](https://github.com/heyxyz/hey/blob/96eff9a94aa1403c5c6f314e42db0c02b00f6859/apps/web/src/components/Shared/Profile/P2PRecommendation.tsx#L63) - `error TS2322: Type '(cache: ApolloCache) => void' is not assignable to type 'MutationUpdaterFunction, DefaultContext, ApolloCache<...>>'.` - [apps\/web\/src\/components\/Shared\/Profile\/P2PRecommendation.tsx\#L77](https://github.com/heyxyz/hey/blob/96eff9a94aa1403c5c6f314e42db0c02b00f6859/apps/web/src/components/Shared/Profile/P2PRecommendation.tsx#L77)
typescript-bot commented 1 month ago

highcharts/highcharts

**19 of 26 projects failed to build with the old tsc and were ignored** ### [ts\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - [ts\/tsconfig.json\#L134](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/tsconfig.json#L134) in [ts\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/tsconfig.json) ### [ts\/masters-es5\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/masters-es5/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - [ts\/masters-es5\/tsconfig.json\#L3](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/masters-es5/tsconfig.json#L3) in [ts\/masters-es5\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/masters-es5/tsconfig.json) ### [ts\/masters-datagrid\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/masters-datagrid/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - [ts\/masters-datagrid\/tsconfig.json\#L3](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/masters-datagrid/tsconfig.json#L3) in [ts\/masters-datagrid\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/masters-datagrid/tsconfig.json) ### [ts\/masters-dashboards\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/masters-dashboards/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - [ts\/masters-dashboards\/tsconfig.json\#L3](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/masters-dashboards/tsconfig.json#L3) in [ts\/masters-dashboards\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/masters-dashboards/tsconfig.json) ### [ts\/DataGrid\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/DataGrid/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - Project Scope in [ts\/DataGrid\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/DataGrid/tsconfig.json) ### [ts\/Dashboards\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/Dashboards/tsconfig.json) - `error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.` - Project Scope in [ts\/Dashboards\/tsconfig.json](https://github.com/highcharts/highcharts/blob/dc3fd76e7d2b8b702109ed7bc5c5135d720cd942/ts/Dashboards/tsconfig.json)
typescript-bot commented 1 month ago

infinitered/ignite

### [tsconfig.json](https://github.com/infinitered/ignite/blob/b4fc452ef2aad3d34728b2716c3a3652f558b6ca/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es6' or later.` - [src\/tools\/validations.ts\#L82](https://github.com/infinitered/ignite/blob/b4fc452ef2aad3d34728b2716c3a3652f558b6ca/src/tools/validations.ts#L82)
typescript-bot commented 1 month ago

ionic-team/stencil

**36 of 40 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/ionic-team/stencil/blob/cbb06cdb73365e16dccb10f22cc5bee478eb94c7/tsconfig.json) - `error TS2367: This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.` - [src\/runtime\/proxy-component.ts\#L157](https://github.com/ionic-team/stencil/blob/cbb06cdb73365e16dccb10f22cc5bee478eb94c7/src/runtime/proxy-component.ts#L157)
typescript-bot commented 1 month ago

jackyzha0/quartz

### [tsconfig.json](https://github.com/jackyzha0/quartz/blob/e3cfe1f22fb5054c09f845bc3317b85eb4b0e426/tsconfig.json) - `error TS1530: Unicode property value expressions are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set.` - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/e3cfe1f22fb5054c09f845bc3317b85eb4b0e426/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/e3cfe1f22fb5054c09f845bc3317b85eb4b0e426/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/e3cfe1f22fb5054c09f845bc3317b85eb4b0e426/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/e3cfe1f22fb5054c09f845bc3317b85eb4b0e426/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/e3cfe1f22fb5054c09f845bc3317b85eb4b0e426/quartz/plugins/transformers/ofm.ts#L133) - [quartz\/plugins\/transformers\/ofm.ts\#L133](https://github.com/jackyzha0/quartz/blob/e3cfe1f22fb5054c09f845bc3317b85eb4b0e426/quartz/plugins/transformers/ofm.ts#L133)
typescript-bot commented 1 month ago

javascript-obfuscator/javascript-obfuscator

### [tsconfig.json](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/1000402f10f61bd367cd971d55f0f832d940d60e/tsconfig.json) - `error TS1507: There is nothing available for repetition.` - [test\/functional-tests\/node-transformers\/converting-transformers\/numbers-to-numerical-expressions-transformer\/NumbersToNumericalExpressionsTransformer.spec.ts\#L239](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/1000402f10f61bd367cd971d55f0f832d940d60e/test/functional-tests/node-transformers/converting-transformers/numbers-to-numerical-expressions-transformer/NumbersToNumericalExpressionsTransformer.spec.ts#L239) - `error TS1005: '}' expected.` - [test\/functional-tests\/node-transformers\/converting-transformers\/numbers-to-numerical-expressions-transformer\/NumbersToNumericalExpressionsTransformer.spec.ts\#L239](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/1000402f10f61bd367cd971d55f0f832d940d60e/test/functional-tests/node-transformers/converting-transformers/numbers-to-numerical-expressions-transformer/NumbersToNumericalExpressionsTransformer.spec.ts#L239) - [test\/functional-tests\/node-transformers\/converting-transformers\/template-literal-transformer\/TemplateLiteralTransformer.spec.ts\#L165](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/1000402f10f61bd367cd971d55f0f832d940d60e/test/functional-tests/node-transformers/converting-transformers/template-literal-transformer/TemplateLiteralTransformer.spec.ts#L165) ### [test\/tsconfig.test.json](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/1000402f10f61bd367cd971d55f0f832d940d60e/test/tsconfig.test.json) - `error TS1507: There is nothing available for repetition.` - [test\/functional-tests\/node-transformers\/converting-transformers\/numbers-to-numerical-expressions-transformer\/NumbersToNumericalExpressionsTransformer.spec.ts\#L239](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/1000402f10f61bd367cd971d55f0f832d940d60e/test/functional-tests/node-transformers/converting-transformers/numbers-to-numerical-expressions-transformer/NumbersToNumericalExpressionsTransformer.spec.ts#L239) - `error TS1005: '}' expected.` - [test\/functional-tests\/node-transformers\/converting-transformers\/numbers-to-numerical-expressions-transformer\/NumbersToNumericalExpressionsTransformer.spec.ts\#L239](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/1000402f10f61bd367cd971d55f0f832d940d60e/test/functional-tests/node-transformers/converting-transformers/numbers-to-numerical-expressions-transformer/NumbersToNumericalExpressionsTransformer.spec.ts#L239) - [test\/functional-tests\/node-transformers\/converting-transformers\/template-literal-transformer\/TemplateLiteralTransformer.spec.ts\#L165](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/1000402f10f61bd367cd971d55f0f832d940d60e/test/functional-tests/node-transformers/converting-transformers/template-literal-transformer/TemplateLiteralTransformer.spec.ts#L165)
typescript-bot commented 1 month ago

jupyterlab/jupyterlab

**42 of 58 projects failed to build with the old tsc and were ignored** ### [galata\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/galata/tsconfig.json) - `error TS2503: Cannot find namespace 'jest'.` - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L29 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L36 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L40 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L44 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L48 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L52 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L56 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) ### [galata\/extension\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/galata/extension/tsconfig.json) - `error TS2503: Cannot find namespace 'jest'.` - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L29 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L36 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L40 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L44 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L48 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L52 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json) - file:///mnt/ts_downloads/_/m/jupyterlab/packages/services/lib/testutils.d.ts#L56 in [packages\/notebook\/tsconfig.json](https://github.com/jupyterlab/jupyterlab/blob/44b82c8c55880a02c088ebd9576da807dc471b48/packages/notebook/tsconfig.json)
typescript-bot commented 1 month ago

keplergl/kepler.gl

**13 of 17 projects failed to build with the old tsc and were ignored** ### [src\/actions\/tsconfig.production.json](https://github.com/keplergl/kepler.gl/blob/89180277d7b45b6056f573afe59252ffcfbf818e/src/actions/tsconfig.production.json) - `error TS2307: Cannot find module '@deck.gl/core/lib/deck' or its corresponding type declarations.` - [src\/actions\/src\/vis-state-actions.ts\#L5](https://github.com/keplergl/kepler.gl/blob/89180277d7b45b6056f573afe59252ffcfbf818e/src/actions/src/vis-state-actions.ts#L5)
typescript-bot commented 1 month ago

labring/FastGPT

### [projects\/app\/tsconfig.json](https://github.com/labring/FastGPT/blob/e35ce2caa04034bf0337d8c5b39c9d384ba0779e/projects/app/tsconfig.json) - `error TS2322: Type 'TFunction<"common", undefined>' is not assignable to type 'TFunction<["common"], undefined>'.` - [projects\/app\/src\/web\/context\/I18n.tsx\#L32](https://github.com/labring/FastGPT/blob/e35ce2caa04034bf0337d8c5b39c9d384ba0779e/projects/app/src/web/context/I18n.tsx#L32) - `error TS2322: Type 'TFunction<"app", undefined>' is not assignable to type 'TFunction<["app"], undefined>'.` - [projects\/app\/src\/web\/context\/I18n.tsx\#L33](https://github.com/labring/FastGPT/blob/e35ce2caa04034bf0337d8c5b39c9d384ba0779e/projects/app/src/web/context/I18n.tsx#L33) - `error TS2322: Type 'TFunction<"dataset", undefined>' is not assignable to type 'TFunction<["dataset"], undefined>'.` - [projects\/app\/src\/web\/context\/I18n.tsx\#L34](https://github.com/labring/FastGPT/blob/e35ce2caa04034bf0337d8c5b39c9d384ba0779e/projects/app/src/web/context/I18n.tsx#L34) - `error TS2322: Type 'TFunction<"file", undefined>' is not assignable to type 'TFunction<["file"], undefined>'.` - [projects\/app\/src\/web\/context\/I18n.tsx\#L35](https://github.com/labring/FastGPT/blob/e35ce2caa04034bf0337d8c5b39c9d384ba0779e/projects/app/src/web/context/I18n.tsx#L35) - `error TS2322: Type 'TFunction<"publish", undefined>' is not assignable to type 'TFunction<["publish"], undefined>'.` - [projects\/app\/src\/web\/context\/I18n.tsx\#L36](https://github.com/labring/FastGPT/blob/e35ce2caa04034bf0337d8c5b39c9d384ba0779e/projects/app/src/web/context/I18n.tsx#L36) - `error TS2322: Type 'TFunction<"workflow", undefined>' is not assignable to type 'TFunction<["workflow"], undefined>'.` - [projects\/app\/src\/web\/context\/I18n.tsx\#L37](https://github.com/labring/FastGPT/blob/e35ce2caa04034bf0337d8c5b39c9d384ba0779e/projects/app/src/web/context/I18n.tsx#L37) - `error TS2322: Type 'TFunction<"user", undefined>' is not assignable to type 'TFunction<["user"], undefined>'.` - [projects\/app\/src\/web\/context\/I18n.tsx\#L38](https://github.com/labring/FastGPT/blob/e35ce2caa04034bf0337d8c5b39c9d384ba0779e/projects/app/src/web/context/I18n.tsx#L38)
typescript-bot commented 1 month ago

LokerL/tts-vue

### [tsconfig.json](https://github.com/LokerL/tts-vue/blob/96cabf49cf891bfb2b441b2cea592dc5b6b4ec43/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [tsconfig.json\#L17](https://github.com/LokerL/tts-vue/blob/96cabf49cf891bfb2b441b2cea592dc5b6b4ec43/tsconfig.json#L17)
typescript-bot commented 1 month ago

louislam/dockge

### [tsconfig.json](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/tsconfig.json) - `error TS2322: Type 'Timer' is not assignable to type 'Timeout'.` - [backend\/check-version.ts\#L52](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/backend/check-version.ts#L52) - [backend\/terminal.ts\#L88](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/backend/terminal.ts#L88) - [backend\/terminal.ts\#L102](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/backend/terminal.ts#L102) - `error TS2741: Property '[Symbol.dispose]' is missing in type 'Timer' but required in type 'Timeout'.` - [backend\/settings.ts\#L35](https://github.com/louislam/dockge/blob/109222f0248e17935db439d2db0eb421194007da/backend/settings.ts#L35)
typescript-bot commented 1 month ago

microsoft/playwright

**4 of 15 projects failed to build with the old tsc and were ignored** ### [packages\/html-reporter\/tsconfig.json](https://github.com/microsoft/playwright/blob/162c18f586afbe9472077cba5f6aff2ecd506aa6/packages/html-reporter/tsconfig.json) - `error TS1192: Module '"/mnt/ts_downloads/_/m/playwright/node_modules/@zip.js/zip.js/index"' has no default export.` - [packages\/html-reporter\/src\/index.tsx\#L18](https://github.com/microsoft/playwright/blob/162c18f586afbe9472077cba5f6aff2ecd506aa6/packages/html-reporter/src/index.tsx#L18)
typescript-bot commented 1 month ago

misskey-dev/misskey

**6 of 13 projects failed to build with the old tsc and were ignored** ### [packages\/backend\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/ba62b7378bb13b384bd9db27acb0013fb90b53b3/packages/backend/tsconfig.json) - `error TS2322: Type '() => true' is not assignable to type '() => this is IJust'.` - [packages\/backend\/src\/misc\/prelude\/maybe.ts\#L16](https://github.com/misskey-dev/misskey/blob/ba62b7378bb13b384bd9db27acb0013fb90b53b3/packages/backend/src/misc/prelude/maybe.ts#L16) - `error TS2322: Type '() => false' is not assignable to type '() => this is IJust'.` - [packages\/backend\/src\/misc\/prelude\/maybe.ts\#L23](https://github.com/misskey-dev/misskey/blob/ba62b7378bb13b384bd9db27acb0013fb90b53b3/packages/backend/src/misc/prelude/maybe.ts#L23) ### [packages\/backend\/test\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/ba62b7378bb13b384bd9db27acb0013fb90b53b3/packages/backend/test/tsconfig.json) - `error TS2322: Type '() => true' is not assignable to type '() => this is IJust'.` - [packages\/backend\/src\/misc\/prelude\/maybe.ts\#L16](https://github.com/misskey-dev/misskey/blob/ba62b7378bb13b384bd9db27acb0013fb90b53b3/packages/backend/src/misc/prelude/maybe.ts#L16) - `error TS2322: Type '() => false' is not assignable to type '() => this is IJust'.` - [packages\/backend\/src\/misc\/prelude\/maybe.ts\#L23](https://github.com/misskey-dev/misskey/blob/ba62b7378bb13b384bd9db27acb0013fb90b53b3/packages/backend/src/misc/prelude/maybe.ts#L23)
typescript-bot commented 1 month ago

netless-io/flat

### [desktop\/renderer-app\/tsconfig.json](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/desktop/renderer-app/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es2018' or later.` - [desktop\/renderer-app\/scripts\/vite-plugin-electron\/utils.ts\#L7](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/desktop/renderer-app/scripts/vite-plugin-electron/utils.ts#L7) - [desktop\/renderer-app\/scripts\/vite-plugin-electron\/utils.ts\#L7](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/desktop/renderer-app/scripts/vite-plugin-electron/utils.ts#L7) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [service-providers\/fastboard\/src\/file-insert.ts\#L276](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/src/file-insert.ts#L276) - [service-providers\/fastboard\/src\/file-insert.ts\#L276](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/src/file-insert.ts#L276) ### [service-providers\/fastboard\/tsconfig.json](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [service-providers\/fastboard\/src\/file-insert.ts\#L276](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/src/file-insert.ts#L276) in [service-providers\/fastboard\/tsconfig.json](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/tsconfig.json) - [service-providers\/fastboard\/src\/file-insert.ts\#L276](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/src/file-insert.ts#L276) in [service-providers\/fastboard\/tsconfig.json](https://github.com/netless-io/flat/blob/6c2f0ae5221b85babf658a311569f76040973955/service-providers/fastboard/tsconfig.json)
typescript-bot commented 1 month ago

ngrx/platform

**26 of 68 projects failed to build with the old tsc and were ignored** ### [modules\/store\/testing\/tsconfig.spec.json](https://github.com/ngrx/platform/blob/4fe7b7f9c5e2389ead6727d62b3759958ac519ed/modules/store/testing/tsconfig.spec.json) - `error TS2769: No overload matches this call.` - [modules\/store\/spec\/modules.spec.ts\#L63](https://github.com/ngrx/platform/blob/4fe7b7f9c5e2389ead6727d62b3759958ac519ed/modules/store/spec/modules.spec.ts#L63)
typescript-bot commented 1 month ago

omnivore-app/omnivore

**3 of 20 projects failed to build with the old tsc and were ignored** ### [packages\/web\/tsconfig.json](https://github.com/omnivore-app/omnivore/blob/a5634c0278079ddfd9fd00b636029cb19776e0b5/packages/web/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es6' or later.` - [packages\/web\/lib\/highlights\/normalizeHighlightRange.ts\#L19](https://github.com/omnivore-app/omnivore/blob/a5634c0278079ddfd9fd00b636029cb19776e0b5/packages/web/lib/highlights/normalizeHighlightRange.ts#L19) ### [packages\/liqe\/tsconfig.json](https://github.com/omnivore-app/omnivore/blob/a5634c0278079ddfd9fd00b636029cb19776e0b5/packages/liqe/tsconfig.json) - `error TS1501: This regular expression flag is only available when targeting 'es6' or later.` - [packages\/liqe\/src\/isSafePath.ts\#L1](https://github.com/omnivore-app/omnivore/blob/a5634c0278079ddfd9fd00b636029cb19776e0b5/packages/liqe/src/isSafePath.ts#L1) - [packages\/liqe\/test\/liqe\/parseRegex.ts\#L13](https://github.com/omnivore-app/omnivore/blob/a5634c0278079ddfd9fd00b636029cb19776e0b5/packages/liqe/test/liqe/parseRegex.ts#L13) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [packages\/liqe\/src\/parse.ts\#L16](https://github.com/omnivore-app/omnivore/blob/a5634c0278079ddfd9fd00b636029cb19776e0b5/packages/liqe/src/parse.ts#L16) - [packages\/liqe\/src\/parse.ts\#L16](https://github.com/omnivore-app/omnivore/blob/a5634c0278079ddfd9fd00b636029cb19776e0b5/packages/liqe/src/parse.ts#L16)
typescript-bot commented 1 month ago

outline/outline

### [tsconfig.json](https://github.com/outline/outline/blob/dd0bf641983385e174ac847e9d3cf9fca434682c/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [tsconfig.json\#L26](https://github.com/outline/outline/blob/dd0bf641983385e174ac847e9d3cf9fca434682c/tsconfig.json#L26)
typescript-bot commented 1 month ago

pillarjs/path-to-regexp

### [tsconfig.json](https://github.com/pillarjs/path-to-regexp/blob/80a1eb6c5dd32e3f61f4f6fcbce74ef2adaa9a69/tsconfig.json) - `error TS1503: Named capturing groups are only available when targeting 'ES2018' or later.` - [src\/index.spec.ts\#L2641](https://github.com/pillarjs/path-to-regexp/blob/80a1eb6c5dd32e3f61f4f6fcbce74ef2adaa9a69/src/index.spec.ts#L2641) - [src\/index.spec.ts\#L2659](https://github.com/pillarjs/path-to-regexp/blob/80a1eb6c5dd32e3f61f4f6fcbce74ef2adaa9a69/src/index.spec.ts#L2659) - [src\/index.spec.ts\#L2659](https://github.com/pillarjs/path-to-regexp/blob/80a1eb6c5dd32e3f61f4f6fcbce74ef2adaa9a69/src/index.spec.ts#L2659) - [src\/index.spec.ts\#L2686](https://github.com/pillarjs/path-to-regexp/blob/80a1eb6c5dd32e3f61f4f6fcbce74ef2adaa9a69/src/index.spec.ts#L2686)
typescript-bot commented 1 month ago

pnpm/pnpm

**147 of 148 projects failed to build with the old tsc and were ignored** ### [pnpm\/tsconfig.json](https://github.com/pnpm/pnpm/blob/2b11645ce2dbc67524e5de3fa87ba904ab6d750e/pnpm/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [pnpm\/tsconfig.json\#L8](https://github.com/pnpm/pnpm/blob/2b11645ce2dbc67524e5de3fa87ba904ab6d750e/pnpm/tsconfig.json#L8)
typescript-bot commented 1 month ago

privatenumber/tsx

### [tsconfig.json](https://github.com/privatenumber/tsx/blob/a71c4370142dfbe377a33ca7f12e72c817c762a5/tsconfig.json) - `error TS1286: ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled.` - [src\/preflight.cts\#L1](https://github.com/privatenumber/tsx/blob/a71c4370142dfbe377a33ca7f12e72c817c762a5/src/preflight.cts#L1) - [src\/preflight.cts\#L2](https://github.com/privatenumber/tsx/blob/a71c4370142dfbe377a33ca7f12e72c817c762a5/src/preflight.cts#L2) - [src\/preflight.cts\#L3](https://github.com/privatenumber/tsx/blob/a71c4370142dfbe377a33ca7f12e72c817c762a5/src/preflight.cts#L3)
typescript-bot commented 1 month ago

QwikDev/qwik

**12 of 13 projects failed to build with the old tsc and were ignored** ### [packages\/qwik\/tsconfig.json](https://github.com/QwikDev/qwik/blob/7708f712e1653723ee6fd7326db0aecf84cbc5a6/packages/qwik/tsconfig.json) - `error TS2344: Type 'HTMLDivElement' does not satisfy the constraint 'StrictEqualUsingTSInternalIdenticalToOperator>["onClick$"], EventHandler>>[1], HTMLDivElement> extends true ? unknown : MismatchInfo<...>'.` - [packages\/qwik\/src\/core\/render\/jsx\/types\/jsx-types.unit.tsx\#L213](https://github.com/QwikDev/qwik/blob/7708f712e1653723ee6fd7326db0aecf84cbc5a6/packages/qwik/src/core/render/jsx/types/jsx-types.unit.tsx#L213) - `error TS2322: Type '{ as: (props: PublicProps<{ as?: C | undefined; } & PropsOf>, key: string | null, flags: number, dev?: DevJSX | undefined) => JSXOutput; }' is not assignable to type 'IntrinsicAttributes & ({ as?: ((props: PublicProps<{ as?: C | undefined; } & PropsOf>, key: string | null, flags: number, dev?: DevJSX | undefined) => JSXOutput) | undefined; } & (PublicProps<...> extends Record<...> ? IsAny<...> extends tru...'.` - [packages\/qwik\/src\/core\/render\/jsx\/types\/jsx-types.unit.tsx\#L254](https://github.com/QwikDev/qwik/blob/7708f712e1653723ee6fd7326db0aecf84cbc5a6/packages/qwik/src/core/render/jsx/types/jsx-types.unit.tsx#L254)
typescript-bot commented 1 month ago

react-navigation/react-navigation

**9 of 14 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/52a3234b7aaf4d4fcc9c0155f44f3ea2233f0f40/tsconfig.json) - `error TS6133: 'React' is declared but its value is never read.` - [packages\/elements\/src\/Text.tsx\#L2](https://github.com/react-navigation/react-navigation/blob/52a3234b7aaf4d4fcc9c0155f44f3ea2233f0f40/packages/elements/src/Text.tsx#L2) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/52a3234b7aaf4d4fcc9c0155f44f3ea2233f0f40/tsconfig.json) - [packages\/elements\/src\/MissingIcon.tsx\#L1](https://github.com/react-navigation/react-navigation/blob/52a3234b7aaf4d4fcc9c0155f44f3ea2233f0f40/packages/elements/src/MissingIcon.tsx#L1) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/52a3234b7aaf4d4fcc9c0155f44f3ea2233f0f40/tsconfig.json) - [example\/src\/Shared\/Divider.tsx\#L2](https://github.com/react-navigation/react-navigation/blob/52a3234b7aaf4d4fcc9c0155f44f3ea2233f0f40/example/src/Shared/Divider.tsx#L2) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/52a3234b7aaf4d4fcc9c0155f44f3ea2233f0f40/tsconfig.json) - [example\/src\/Shared\/BlurView.tsx\#L1](https://github.com/react-navigation/react-navigation/blob/52a3234b7aaf4d4fcc9c0155f44f3ea2233f0f40/example/src/Shared/BlurView.tsx#L1) in [tsconfig.json](https://github.com/react-navigation/react-navigation/blob/52a3234b7aaf4d4fcc9c0155f44f3ea2233f0f40/tsconfig.json)
typescript-bot commented 1 month ago

reduxjs/redux-toolkit

**10 of 32 projects failed to build with the old tsc and were ignored** ### [packages\/toolkit\/tsconfig.json](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/tsconfig.json) - `error TS2322: Type 'Reducer' is not assignable to type 'Reducer'.` - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L283](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L283) - `error TS2322: Type 'Reducer' is not assignable to type 'Reducer'.` - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L284](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L284) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L299](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L299) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L300](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L300) - `error TS2349: This expression is not callable.` - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L291](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L291) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L293](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L293) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L305](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L305) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L307](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L307) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L323](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L323) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L325](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L325) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L340](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L340) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L342](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L342) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L355](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L355) - [packages\/toolkit\/src\/tests\/configureStore.test-d.ts\#L357](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/src/tests/configureStore.test-d.ts#L357) - `error TS2769: No overload matches this call.` - [packages\/toolkit\/vitest.config.mts\#L11](https://github.com/reduxjs/redux-toolkit/blob/802af27aafbd932a22964f9b375a944bf94236af/packages/toolkit/vitest.config.mts#L11)
typescript-bot commented 1 month ago

reduxjs/redux

**2 of 5 projects failed to build with the old tsc and were ignored** ### [test\/tsconfig.json](https://github.com/reduxjs/redux/blob/ef57856c0d16f0c99fce75d9252be60d1c72e15b/test/tsconfig.json) - `error TS2345: Argument of type '(x: StoreEnhancerStoreCreator) => StoreEnhancerStoreCreator' is not assignable to parameter of type 'StoreEnhancer, {}>'.` - [test\/createStore.spec.ts\#L684](https://github.com/reduxjs/redux/blob/ef57856c0d16f0c99fce75d9252be60d1c72e15b/test/createStore.spec.ts#L684)
typescript-bot commented 1 month ago

sequelize/sequelize

**12 of 16 projects failed to build with the old tsc and were ignored** ### [packages\/core\/tsconfig.json](https://github.com/sequelize/sequelize/blob/c890b267a561dd7f023ebace41c59b3ddf8bf9c0/packages/core/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/core\/src\/decorators\/shared\/model.ts\#L136](https://github.com/sequelize/sequelize/blob/c890b267a561dd7f023ebace41c59b3ddf8bf9c0/packages/core/src/decorators/shared/model.ts#L136) - [packages\/core\/src\/model-definition.ts\#L1011](https://github.com/sequelize/sequelize/blob/c890b267a561dd7f023ebace41c59b3ddf8bf9c0/packages/core/src/model-definition.ts#L1011)
typescript-bot commented 1 month ago

slidevjs/slidev

**2 of 4 projects failed to build with the old tsc and were ignored** ### [docs\/tsconfig.json](https://github.com/slidevjs/slidev/blob/435badc3780f05955b14631fe1e761dc83cadc73/docs/tsconfig.json) - `error TS1192: Module '"/mnt/ts_downloads/_/m/slidev/node_modules/.pnpm/@shikijs+vitepress-twoslash@1.5.2_@nuxt+kit@3.10.0_rollup@4.13.2__typescript@5.4.5/node_modules/@shikijs/vitepress-twoslash/dist/index"' has no default export.` - [docs\/.vitepress\/theme\/index.ts\#L3](https://github.com/slidevjs/slidev/blob/435badc3780f05955b14631fe1e761dc83cadc73/docs/.vitepress/theme/index.ts#L3)
typescript-bot commented 1 month ago

strapi/strapi

**76 of 118 projects failed to build with the old tsc and were ignored** ### [packages\/core\/content-type-builder\/server\/tsconfig.json](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/tsconfig.json) - `error TS2339: Property 'dominant' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L117](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L117) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L192](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L192) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L194](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L194) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L211](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L211) - `error TS2339: Property 'inversedBy' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L179](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L179) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L191](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L191) - `error TS2339: Property 'mappedBy' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L179](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L179) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L193](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L193) - `error TS2339: Property 'targetAttribute' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L182](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L182) ### [packages\/core\/content-type-builder\/server\/tsconfig.eslint.json](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/tsconfig.eslint.json) - `error TS2339: Property 'dominant' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L117](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L117) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L192](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L192) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L194](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L194) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L211](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L211) - `error TS2339: Property 'inversedBy' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L179](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L179) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L191](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L191) - `error TS2339: Property 'mappedBy' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L179](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L179) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L193](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L193) - `error TS2339: Property 'targetAttribute' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L182](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L182) ### [packages\/core\/content-type-builder\/server\/tsconfig.build.json](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/tsconfig.build.json) - `error TS2339: Property 'dominant' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L117](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L117) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L192](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L192) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L194](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L194) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L211](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L211) - `error TS2339: Property 'inversedBy' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L179](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L179) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L191](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L191) - `error TS2339: Property 'mappedBy' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L179](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L179) - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L193](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L193) - `error TS2339: Property 'targetAttribute' does not exist on type 'Relation'.` - [packages\/core\/content-type-builder\/server\/src\/services\/schema-builder\/content-type-builder.ts\#L182](https://github.com/strapi/strapi/blob/c413ad99ebbe0daee2c100635f50a25d9c0bf4d1/packages/core/content-type-builder/server/src/services/schema-builder/content-type-builder.ts#L182)
typescript-bot commented 1 month ago

t3-oss/create-t3-app

**1 of 6 projects failed to build with the old tsc and were ignored** ### [www\/tsconfig.json](https://github.com/t3-oss/create-t3-app/blob/4236f0dfa969ff0d8b7ce2a60b5595c43ced9043/www/tsconfig.json) - `error TS5102: Option 'importsNotUsedAsValues' has been removed. Please remove it from your configuration.` - [www\/tsconfig.json\#L8](https://github.com/t3-oss/create-t3-app/blob/4236f0dfa969ff0d8b7ce2a60b5595c43ced9043/www/tsconfig.json#L8)
typescript-bot commented 1 month ago

tailwindlabs/headlessui

**1 of 5 projects failed to build with the old tsc and were ignored** ### [packages\/@headlessui-vue\/tsconfig.json](https://github.com/tailwindlabs/headlessui/blob/300e9eb95777210fd43570d31aae7da5b87d381f/packages/@headlessui-vue/tsconfig.json) - `error TS2527: The inferred type of 'useDisposables' references an inaccessible 'this' type. A type annotation is necessary.` - [packages\/@headlessui-vue\/src\/hooks\/use-disposables.ts\#L8](https://github.com/tailwindlabs/headlessui/blob/300e9eb95777210fd43570d31aae7da5b87d381f/packages/@headlessui-vue/src/hooks/use-disposables.ts#L8) - `error TS2527: The inferred type of 'disposables' references an inaccessible 'this' type. A type annotation is necessary.` - [packages\/@headlessui-vue\/src\/utils\/disposables.ts\#L5](https://github.com/tailwindlabs/headlessui/blob/300e9eb95777210fd43570d31aae7da5b87d381f/packages/@headlessui-vue/src/utils/disposables.ts#L5) ### [packages\/@headlessui-react\/tsconfig.json](https://github.com/tailwindlabs/headlessui/blob/300e9eb95777210fd43570d31aae7da5b87d381f/packages/@headlessui-react/tsconfig.json) - `error TS2527: The inferred type of 'useDisposables' references an inaccessible 'this' type. A type annotation is necessary.` - [packages\/@headlessui-react\/src\/hooks\/use-disposables.ts\#L8](https://github.com/tailwindlabs/headlessui/blob/300e9eb95777210fd43570d31aae7da5b87d381f/packages/@headlessui-react/src/hooks/use-disposables.ts#L8) - `error TS2527: The inferred type of 'disposables' references an inaccessible 'this' type. A type annotation is necessary.` - [packages\/@headlessui-react\/src\/utils\/disposables.ts\#L17](https://github.com/tailwindlabs/headlessui/blob/300e9eb95777210fd43570d31aae7da5b87d381f/packages/@headlessui-react/src/utils/disposables.ts#L17)