Skip to content
New issue

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

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

Already on GitHub? # to your account

[NewErrors] 5.5.0-dev.20240421 vs 5.4.5 #58275

Closed
typescript-bot opened this issue Apr 21, 2024 · 63 comments
Closed

[NewErrors] 5.5.0-dev.20240421 vs 5.4.5 #58275

typescript-bot opened this issue Apr 21, 2024 · 63 comments

Comments

@typescript-bot
Copy link
Collaborator

The following errors were reported by 5.5.0-dev.20240421, 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 482 of 800 visited repos
Outcome Count
Detected interesting changes 62
Detected no interesting changes 420
Git clone failed 6
Package install failed 112
Project-graph error in old TS 8
Too many errors in old TS 183
Unknown failure 9

Investigation Status

Repo Errors Outcome
AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin 1
adobe/react-spectrum 1
aidenybai/million 1
alangpierce/sucrase 2
angular/angularfire 1
ardatan/graphql-tools 1
ariakit/ariakit 4
backstage/backstage 1
bitwarden/clients 3
BuilderIO/mitosis 2
caprover/caprover 1
Chocobozzz/PeerTube 2
compiler-explorer/compiler-explorer 3
conventional-changelog/conventional-changelog 1
curlconverter/curlconverter 6
desktop/desktop 1
dotansimha/graphql-code-generator 2
facebook/lexical 1
foambubble/foam 1
formatjs/formatjs 2
framer/motion 1
gilbarbara/react-joyride 6
gitkraken/vscode-gitlens 3
growthbook/growthbook 1
hexojs/hexo 2
heyxyz/hey 5
highcharts/highcharts 6
honojs/hono 1
infinitered/ignite 1
ionic-team/stencil 1
javascript-obfuscator/javascript-obfuscator 4
jhipster/generator-jhipster 2
jupyterlab/jupyterlab 83
keplergl/kepler.gl 1
LokerL/tts-vue 1
microsoft/azuredatastudio 1
microsoft/playwright 1
microsoft/vscode 8
misskey-dev/misskey 4
mui/material-ui 3
neoclide/coc.nvim 1
netless-io/flat 3
omnivore-app/omnivore 3
outline/outline 1
pillarjs/path-to-regexp 1
pnpm/pnpm 1
portainer/portainer 1
reactjs/react.dev 1
Redocly/redoc 2
resend/react-email 2
sequelize/sequelize 1
strapi/strapi 12
subquery/subql 2
t3-oss/create-t3-app 1
tailwindlabs/headlessui 3
triggerdotdev/trigger.dev 2
tweenjs/tween.js 1
vendure-ecommerce/vendure 2
vuejs/core 1
vuejs/vetur 3
xiangsx/gpt4free-ts 1
youzan/vant 1
@typescript-bot
Copy link
Collaborator Author

AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin

typescripts/tsconfig.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

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

microsite/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

bitwarden/clients

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

tsconfig.json

apps/web/tsconfig.spec.json

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

compiler-explorer/compiler-explorer

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

tsconfig.tests.json

tsconfig.json

static/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

curlconverter/curlconverter

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

desktop/desktop

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

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

dotansimha/graphql-code-generator

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

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

facebook/lexical

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

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

gitkraken/vscode-gitlens

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

src/webviews/apps/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

@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.9.11_@types+react@18.2.79_graphql@16.8.1_react-dom@18.2.0_react@18.2.0/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.9.11_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

honojs/hono

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

tsconfig.json

@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

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

neoclide/coc.nvim

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

portainer/portainer

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

reactjs/react.dev

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

Redocly/redoc

tsconfig.lib.json

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

@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

subquery/subql

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

tsconfig.test.json

packages/query/tsconfig.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

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/vetur

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

server/tsconfig.test.json

server/tsconfig.json

scripts/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
Copy link
Member

Regular expressions coallated into #58287

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants