Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NewErrors] 5.5.0-dev.20240428 vs 5.4.5 #58346

Closed
typescript-bot opened this issue Apr 28, 2024 · 49 comments
Closed

[NewErrors] 5.5.0-dev.20240428 vs 5.4.5 #58346

typescript-bot opened this issue Apr 28, 2024 · 49 comments

Comments

@typescript-bot
Copy link
Collaborator

The following errors were reported by 5.5.0-dev.20240428, 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 49
Detected no interesting changes 439
Git clone failed 6
Package install failed 113
Project-graph error in old TS 7
Too many errors in old TS 176
Unknown failure 10

Investigation Status

Repo Errors Outcome
adobe/react-spectrum 2
aidenybai/million 1
alangpierce/sucrase 2
angular/angularfire 1
ardatan/graphql-tools 1
ariakit/ariakit 5
backstage/backstage 1
bitwarden/clients 1
BuilderIO/mitosis 1
caprover/caprover 1
Chocobozzz/PeerTube 2
conventional-changelog/conventional-changelog 1
foambubble/foam 1
formatjs/formatjs 2
framer/motion 1
gilbarbara/react-joyride 6
gitpod-io/gitpod 1
growthbook/growthbook 1
hexojs/hexo 1
heyxyz/hey 5
highcharts/highcharts 6
infinitered/ignite 1
ionic-team/stencil 1
javascript-obfuscator/javascript-obfuscator 4
jupyterlab/jupyterlab 2
keplergl/kepler.gl 1
LokerL/tts-vue 1
microsoft/playwright 1
microsoft/vscode 2
misskey-dev/misskey 4
mui/material-ui 3
netless-io/flat 3
omnivore-app/omnivore 3
outline/outline 1
pillarjs/path-to-regexp 1
pnpm/pnpm 1
QwikDev/qwik 2
sequelize/sequelize 1
strapi/strapi 12
t3-oss/create-t3-app 1
tailwindlabs/headlessui 3
teableio/teable 1
triggerdotdev/trigger.dev 2
tweenjs/tween.js 1
vendure-ecommerce/vendure 2
vuejs/core 1
vuejs/language-tools 1
xiangsx/gpt4free-ts 1
youzan/vant 1
@typescript-bot
Copy link
Collaborator Author

adobe/react-spectrum

5 of 10 projects failed to build with the old tsc and were ignored

packages/@spectrum-icons/illustrations/tsconfig.types.json

@typescript-bot
Copy link
Collaborator Author

aidenybai/million

3 of 4 projects failed to build with the old tsc and were ignored

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<CoreChartOptions<"bar"> & ElementChartOptions<"bar"> & PluginChartOptions<"bar"> & DatasetChartOptions<"bar"> & ScaleChartOptions<...> & BarControllerChartOptions>'.

@typescript-bot
Copy link
Collaborator Author

alangpierce/sucrase

4 of 18 projects failed to build with the old tsc and were ignored

tsconfig.json

  • error TS2367: This comparison appears to be unintentional because the types 'JSXRole.NoChildren' and 'JSXRole.KeyAfterPropSpread' have no overlap.

src/tsconfig.json

  • error TS2367: This comparison appears to be unintentional because the types 'JSXRole.NoChildren' and 'JSXRole.KeyAfterPropSpread' have no overlap.

@typescript-bot
Copy link
Collaborator Author

angular/angularfire

11 of 14 projects failed to build with the old tsc and were ignored

src/schematics/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

ardatan/graphql-tools

tsconfig.json

  • error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.

@typescript-bot
Copy link
Collaborator Author

ariakit/ariakit

1 of 6 projects failed to build with the old tsc and were ignored

tsconfig.json

website/tsconfig.json

packages/ariakit-react-core/tsconfig.build.json

packages/ariakit-react/tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

backstage/backstage

4 of 13 projects failed to build with the old tsc and were ignored

microsite/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

bitwarden/clients

9 of 40 projects failed to build with the old tsc and were ignored

apps/web/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

BuilderIO/mitosis

19 of 25 projects failed to build with the old tsc and were ignored

packages/core/tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

@typescript-bot
Copy link
Collaborator Author

Chocobozzz/PeerTube

4 of 11 projects failed to build with the old tsc and were ignored

client/e2e/tsconfig.json

client/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

conventional-changelog/conventional-changelog

2 of 14 projects failed to build with the old tsc and were ignored

packages/conventional-changelog-writer/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

foambubble/foam

packages/foam-vscode/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

formatjs/formatjs

26 of 34 projects failed to build with the old tsc and were ignored

packages/cli-lib/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

framer/motion

3 of 4 projects failed to build with the old tsc and were ignored

packages/framer-motion/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

gilbarbara/react-joyride

tsconfig.json

  • error TS1360: Type 'PartialObjectDeep<Partial<StylesOptions>, {}> & Partial<StylesOptions>' does not satisfy the expected type 'StylesOptions'.
  • error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
  • error TS18048: 'options.zIndex' is possibly 'undefined'.

test/tsconfig.json

  • error TS1360: Type 'PartialObjectDeep<Partial<StylesOptions>, {}> & Partial<StylesOptions>' does not satisfy the expected type 'StylesOptions'.
  • error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
  • error TS18048: 'options.zIndex' is possibly 'undefined'.

@typescript-bot
Copy link
Collaborator Author

gitpod-io/gitpod

8 of 20 projects failed to build with the old tsc and were ignored

components/gitpod-protocol/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

growthbook/growthbook

6 of 10 projects failed to build with the old tsc and were ignored

packages/back-end/tsconfig.json

  • error TS2345: Argument of type 'Function' is not assignable to parameter of type '(req: Request<any, any, any, ParsedQs, Record<string, any>>, res: Response<any, Record<string, any>, number>, next: NextFunction) => void | Promise<...>'.

@typescript-bot
Copy link
Collaborator Author

hexojs/hexo

tsconfig.json

  • error TS1501: This regular expression flag is only available when targeting 'es2018' or later.

@typescript-bot
Copy link
Collaborator Author

heyxyz/hey

2 of 14 projects failed to build with the old tsc and were ignored

apps/web/tsconfig.json

  • error TS2345: Argument of type 'import("/mnt/ts_downloads/_/m/hey/node_modules/.pnpm/@apollo+client@3.10.1_@types+react@18.3.1_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.1_graphql-ws@5.16.0_graphql@16.8.1/node_modules/@apollo/client/link/core/ApolloLink").ApolloLink'.
  • error TS2322: Type '(cache: ApolloCache<any>) => void' is not assignable to type 'MutationUpdaterFunction<AddReactionMutation, Exact<{ request: ReactionRequest; }>, DefaultContext, ApolloCache<any>>'.
  • error TS2322: Type '(cache: ApolloCache<any>) => void' is not assignable to type 'MutationUpdaterFunction<RemoveReactionMutation, Exact<{ request: ReactionRequest; }>, DefaultContext, ApolloCache<any>>'.
  • error TS2322: Type '(cache: ApolloCache<any>) => void' is not assignable to type 'MutationUpdaterFunction<PeerToPeerRecommendMutation, Exact<{ request: PeerToPeerRecommendRequest; }>, DefaultContext, ApolloCache<...>>'.
  • error TS2322: Type '(cache: ApolloCache<any>) => void' is not assignable to type 'MutationUpdaterFunction<PeerToPeerUnrecommendMutation, Exact<{ request: PeerToPeerRecommendRequest; }>, DefaultContext, ApolloCache<...>>'.

@typescript-bot
Copy link
Collaborator Author

highcharts/highcharts

19 of 26 projects failed to build with the old tsc and were ignored

ts/tsconfig.json

ts/masters-es5/tsconfig.json

ts/masters-datagrid/tsconfig.json

ts/masters-dashboards/tsconfig.json

ts/DataGrid/tsconfig.json

  • error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.

ts/Dashboards/tsconfig.json

  • error TS5102: Option 'keyofStringsOnly' has been removed. Please remove it from your configuration.

@typescript-bot
Copy link
Collaborator Author

infinitered/ignite

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

ionic-team/stencil

35 of 39 projects failed to build with the old tsc and were ignored

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

jupyterlab/jupyterlab

42 of 58 projects failed to build with the old tsc and were ignored

galata/tsconfig.json

galata/extension/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

keplergl/kepler.gl

13 of 17 projects failed to build with the old tsc and were ignored

src/actions/tsconfig.production.json

@typescript-bot
Copy link
Collaborator Author

LokerL/tts-vue

tsconfig.json

  • error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.

@typescript-bot
Copy link
Collaborator Author

microsoft/playwright

4 of 15 projects failed to build with the old tsc and were ignored

packages/html-reporter/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

microsoft/vscode

7 of 54 projects failed to build with the old tsc and were ignored

src/tsconfig.monaco.json

@typescript-bot
Copy link
Collaborator Author

misskey-dev/misskey

6 of 13 projects failed to build with the old tsc and were ignored

packages/backend/tsconfig.json

packages/backend/test/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

@typescript-bot
Copy link
Collaborator Author

omnivore-app/omnivore

2 of 20 projects failed to build with the old tsc and were ignored

packages/web/tsconfig.json

packages/liqe/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

outline/outline

tsconfig.json

  • error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.

@typescript-bot
Copy link
Collaborator Author

pillarjs/path-to-regexp

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

pnpm/pnpm

146 of 147 projects failed to build with the old tsc and were ignored

pnpm/tsconfig.json

  • error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.

@typescript-bot
Copy link
Collaborator Author

QwikDev/qwik

12 of 13 projects failed to build with the old tsc and were ignored

packages/qwik/tsconfig.json

  • error TS2344: Type 'HTMLDivElement' does not satisfy the constraint 'StrictEqualUsingTSInternalIdenticalToOperator<Parameters<Extract<PublicProps<{ as?: C | undefined; } & PropsOf<string extends C ? "div" : C>>["onClick$"], EventHandler>>[1], HTMLDivElement> extends true ? unknown : MismatchInfo<...>'.
  • error TS2322: Type '{ as: <C extends string | FunctionComponent = "div">(props: PublicProps<{ as?: C | undefined; } & PropsOf<string extends C ? "div" : C>>, key: string | null, flags: number, dev?: DevJSX | undefined) => JSXOutput; }' is not assignable to type 'IntrinsicAttributes & ({ as?: (<C extends string | FunctionComponent = "div">(props: PublicProps<{ as?: C | undefined; } & PropsOf<string extends C ? "div" : C>>, key: string | null, flags: number, dev?: DevJSX | undefined) => JSXOutput) | undefined; } & (PublicProps<...> extends Record<...> ? IsAny<...> extends tru...'.

@typescript-bot
Copy link
Collaborator Author

sequelize/sequelize

12 of 16 projects failed to build with the old tsc and were ignored

packages/core/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

strapi/strapi

76 of 118 projects failed to build with the old tsc and were ignored

packages/core/content-type-builder/server/tsconfig.json

packages/core/content-type-builder/server/tsconfig.eslint.json

packages/core/content-type-builder/server/tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

t3-oss/create-t3-app

1 of 6 projects failed to build with the old tsc and were ignored

www/tsconfig.json

  • error TS5102: Option 'importsNotUsedAsValues' has been removed. Please remove it from your configuration.

@typescript-bot
Copy link
Collaborator Author

tailwindlabs/headlessui

1 of 5 projects failed to build with the old tsc and were ignored

packages/@headlessui-vue/tsconfig.json

packages/@headlessui-react/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

teableio/teable

19 of 25 projects failed to build with the old tsc and were ignored

apps/nextjs-app/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

triggerdotdev/trigger.dev

43 of 59 projects failed to build with the old tsc and were ignored

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'.

apps/docker-provider/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

tweenjs/tween.js

tsconfig.json

  • error TS5102: Option 'importsNotUsedAsValues' has been removed. Please remove it from your configuration.

@typescript-bot
Copy link
Collaborator Author

vendure-ecommerce/vendure

36 of 46 projects failed to build with the old tsc and were ignored

packages/admin-ui/tsconfig.lib.prod.json

packages/admin-ui/src/tsconfig.app.json

@typescript-bot
Copy link
Collaborator Author

vuejs/core

3 of 5 projects failed to build with the old tsc and were ignored

tsconfig.build-node.json

@typescript-bot
Copy link
Collaborator Author

vuejs/language-tools

3 of 8 projects failed to build with the old tsc and were ignored

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

xiangsx/gpt4free-ts

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

youzan/vant

3 of 9 projects failed to build with the old tsc and were ignored

packages/vant-cli/tsconfig.json

@RyanCavanaugh RyanCavanaugh closed this as not planned Won't fix, can't repro, duplicate, stale May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants