microsoft / TypeScript

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

[NewErrors] 5.7.0-dev.20240929 vs 5.6.2 #60095

Closed typescript-bot closed 1 month ago

typescript-bot commented 1 month ago

The following errors were reported by 5.7.0-dev.20240929, but not by 5.6.2 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 453 of 800 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 78 | | Detected no interesting changes | 375 | | Git clone failed | 7 | | Package install failed | 102 | | Project-graph error in old TS | 10 | | Too many errors in old TS | 208 | | Unknown failure | 20 |

Investigation Status

Repo Errors Outcome
a16z-infra/ai-town 3
a16z-infra/companion-app 1
adobe/react-spectrum 5
alan2207/bulletproof-react 2
alangpierce/sucrase 1
antfu-collective/ni 1
apache/superset 1
AykutSarac/jsoncrack.com 1
bitwarden/clients 46
Blazity/next-enterprise 1
captbaritone/webamp 1
compiler-explorer/compiler-explorer 4
CopilotKit/CopilotKit 2
dinerojs/dinero.js 1
documenso/documenso 1
Dokploy/dokploy 3
dotansimha/graphql-code-generator 1
dotansimha/graphql-yoga 1
facebook/docusaurus 1
feathersjs/feathers 2
getsentry/sentry-javascript 1
getumbrel/llama-gpt 1
graphql-kit/graphql-voyager 2
heyxyz/hey 3
i18next/next-i18next 2
ikatyang/emoji-cheat-sheet 2
immich-app/immich 1
immutable-js/immutable-js 1
ionic-team/stencil 4
ItzCrazyKns/Perplexica 1
ixartz/Next-js-Boilerplate 1
jackyzha0/quartz 3
joe-bell/cva 1
kysely-org/kysely 1
labring/FastGPT 1
leptonai/search_with_lepton 1
majodev/google-webfonts-helper 1
mapbox/mapbox-gl-js 1
marp-team/marp 1
mayooear/gpt4-pdf-chatbot-langchain 1
metricsgraphics/metrics-graphics 1
microsoft/azuredatastudio 10
misskey-dev/misskey 12
netless-io/flat 2
ngrx/platform 1
nodejs/nodejs.org 1
noodle-run/noodle 1
Nutlope/aicommits 2
Nutlope/roomGPT 1
pixijs/pixijs 5
pubkey/rxdb 3
react-cosmos/react-cosmos 1
react-hook-form/react-hook-form 2
recharts/recharts 12
reduxjs/redux-toolkit 1
reduxjs/reselect 1
refined-github/refined-github 1
resend/react-email 1
runtipi/runtipi 6
SawyerHood/draw-a-ui 1
scalar/scalar 1
shadcn-ui/ui 1
slab/quill 4
spacedriveapp/spacedrive 1
streetwriters/notesnook 2
t3-oss/create-t3-app 1
th-ch/youtube-music 1
trpc/trpc 1
twentyhq/twenty 1
ueberdosis/tiptap 8
Uniswap/web3-react 1
upscayl/upscayl 1
urql-graphql/urql 19
vercel/commerce 1
vercel/nextjs-subscription-payments 1
vercel/platforms 1
wandb/openui 1
windingwind/zotero-pdf-translate 4
typescript-bot commented 1 month ago

pubkey/rxdb

**8 of 11 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/tsconfig.json) - `error TS2454: Variable 'timeout' is used before being assigned.` - [src\/plugins\/storage-lokijs\/lokijs-helper.ts\#L366](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/src/plugins/storage-lokijs/lokijs-helper.ts#L366) ### [docs-src\/tsconfig.json](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [docs-src\/src\/components\/review-block.tsx\#L148](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/components/review-block.tsx#L148) - [docs-src\/src\/pages\/sem\/browser-database.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/browser-database.tsx#L6) - [docs-src\/src\/pages\/sem\/electron-database.tsx\#L5](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/electron-database.tsx#L5) - [docs-src\/src\/pages\/sem\/firestore-alternative.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/firestore-alternative.tsx#L6) - [docs-src\/src\/pages\/sem\/indexeddb-database.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/indexeddb-database.tsx#L6) - [docs-src\/src\/pages\/sem\/localstorage-database.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/localstorage-database.tsx#L6) - [docs-src\/src\/pages\/sem\/nedb-alternative.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/nedb-alternative.tsx#L6) - [docs-src\/src\/pages\/sem\/nodejs-database.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/nodejs-database.tsx#L6) - [docs-src\/src\/pages\/sem\/nosql-database.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/nosql-database.tsx#L6) - [docs-src\/src\/pages\/sem\/pouchdb-alternative.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/pouchdb-alternative.tsx#L6) - [docs-src\/src\/pages\/sem\/react-native-database.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/react-native-database.tsx#L6) - [docs-src\/src\/pages\/sem\/watermelondb-alternative.tsx\#L6](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/docs-src/src/pages/sem/watermelondb-alternative.tsx#L6) ### [config\/tsconfig.types.json](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/config/tsconfig.types.json) - `error TS2454: Variable 'timeout' is used before being assigned.` - [src\/plugins\/storage-lokijs\/lokijs-helper.ts\#L366](https://github.com/pubkey/rxdb/blob/60d6c5760b6a874c7d448757dac960fcb717a2bf/src/plugins/storage-lokijs/lokijs-helper.ts#L366)
typescript-bot commented 1 month ago

react-cosmos/react-cosmos

**10 of 15 projects failed to build with the old tsc and were ignored** ### [docs\/tsconfig.json](https://github.com/react-cosmos/react-cosmos/blob/965bf0e13230324699560be6eabb642c51c6d945/docs/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [docs\/components\/Features.tsx\#L24](https://github.com/react-cosmos/react-cosmos/blob/965bf0e13230324699560be6eabb642c51c6d945/docs/components/Features.tsx#L24) - [docs\/components\/Homepage.tsx\#L16](https://github.com/react-cosmos/react-cosmos/blob/965bf0e13230324699560be6eabb642c51c6d945/docs/components/Homepage.tsx#L16)
typescript-bot commented 1 month ago

react-hook-form/react-hook-form

**2 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/react-hook-form/react-hook-form/blob/b5863b46346416972c025f4b621cb624ffc4a955/tsconfig.json) - `error TS2322: Type '{ children: (string | Element | ("message" extends keyof FieldError & keyof DeepRequired[string] ? [FieldError["message" & keyof DeepRequired<...>[string]], FieldErrorsImpl<...>["message" & keyof DeepRequired<...>[string]]] extends [...] ? Merge<...> : FieldError["message" & keyof DeepRequired<...>[string]] | Fie...' is not assignable to type '{ children?: ReactNode; }'.` - [src\/\_\_tests\_\_\/type.test.tsx\#L150](https://github.com/react-hook-form/react-hook-form/blob/b5863b46346416972c025f4b621cb624ffc4a955/src/__tests__/type.test.tsx#L150) - `error TS2322: Type '{ children: (FieldError | Element | undefined)[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [src\/\_\_tests\_\_\/useWatch.test.tsx\#L519](https://github.com/react-hook-form/react-hook-form/blob/b5863b46346416972c025f4b621cb624ffc4a955/src/__tests__/useWatch.test.tsx#L519) - [src\/\_\_tests\_\_\/useWatch.test.tsx\#L595](https://github.com/react-hook-form/react-hook-form/blob/b5863b46346416972c025f4b621cb624ffc4a955/src/__tests__/useWatch.test.tsx#L595)
typescript-bot commented 1 month ago

recharts/recharts

### [tsconfig.json](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'stackId' implicitly has an 'any' type.` - [src\/state\/selectors\/barSelectors.ts\#L161](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/state/selectors/barSelectors.ts#L161) ### [test\/tsconfig.json](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/test/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'stackId' implicitly has an 'any' type.` - [src\/state\/selectors\/barSelectors.ts\#L161](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/state/selectors/barSelectors.ts#L161) ### [storybook\/tsconfig.json](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/storybook/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'stackId' implicitly has an 'any' type.` - [src\/state\/selectors\/barSelectors.ts\#L161](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/state/selectors/barSelectors.ts#L161) ### [demo\/tsconfig.json](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/demo/tsconfig.json) - `error TS7018: Object literal's property 'activeElement' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'activeElementType' implicitly has an 'any' type.` - [src\/chart\/Sankey.tsx\#L857](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/chart/Sankey.tsx#L857) - `error TS7018: Object literal's property 'stackId' implicitly has an 'any' type.` - [src\/state\/selectors\/barSelectors.ts\#L161](https://github.com/recharts/recharts/blob/8f3c8cf35485caa496aa8b5eacc32161884547ce/src/state/selectors/barSelectors.ts#L161)
typescript-bot commented 1 month ago

reduxjs/redux-toolkit

**15 of 35 projects failed to build with the old tsc and were ignored** ### [packages\/toolkit\/tsconfig.json](https://github.com/reduxjs/redux-toolkit/blob/8178e7f9cf4a0af08a34950aa9f6ea734fbd19b4/packages/toolkit/tsconfig.json) - `error TS2322: Type '{ children: unknown[]; }' is not assignable to type '{ children?: ReactNode; }'.` - [packages\/toolkit\/src\/query\/tests\/cleanup.test.tsx\#L29](https://github.com/reduxjs/redux-toolkit/blob/8178e7f9cf4a0af08a34950aa9f6ea734fbd19b4/packages/toolkit/src/query/tests/cleanup.test.tsx#L29)
typescript-bot commented 1 month ago

reduxjs/reselect

### [website\/tsconfig.json](https://github.com/reduxjs/reselect/blob/1c3fc05f041d32cd69c11a7f7deccf0bce6f4598/website/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [website\/src\/components\/HomepageFeatures\/index.tsx\#L16](https://github.com/reduxjs/reselect/blob/1c3fc05f041d32cd69c11a7f7deccf0bce6f4598/website/src/components/HomepageFeatures/index.tsx#L16)
typescript-bot commented 1 month ago

refined-github/refined-github

### [tsconfig.json](https://github.com/refined-github/refined-github/blob/07f8b518978f2200258b96ee686070b893d13274/tsconfig.json) - `error TS1543: Importing a JSON file into an ECMAScript module requires a 'type: "json"' import attribute when 'module' is set to 'Node16'.` - [source\/feature-data.ts\#L2](https://github.com/refined-github/refined-github/blob/07f8b518978f2200258b96ee686070b893d13274/source/feature-data.ts#L2) - [source\/feature-data.ts\#L3](https://github.com/refined-github/refined-github/blob/07f8b518978f2200258b96ee686070b893d13274/source/feature-data.ts#L3) - [source\/feature-data.ts\#L4](https://github.com/refined-github/refined-github/blob/07f8b518978f2200258b96ee686070b893d13274/source/feature-data.ts#L4) - [source\/feature-renames.test.ts\#L6](https://github.com/refined-github/refined-github/blob/07f8b518978f2200258b96ee686070b893d13274/source/feature-renames.test.ts#L6)
typescript-bot commented 1 month ago

resend/react-email

**32 of 36 projects failed to build with the old tsc and were ignored** ### [apps\/web\/tsconfig.json](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [apps\/web\/components\/article-with-multiple-authors\/inline-styles.tsx\#L36](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/article-with-multiple-authors/inline-styles.tsx#L36) - [apps\/web\/components\/article-with-multiple-authors\/tailwind.tsx\#L30](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/article-with-multiple-authors/tailwind.tsx#L30) - [apps\/web\/components\/divider-between-rows-and-columns\/inline-styles.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/divider-between-rows-and-columns/inline-styles.tsx#L5) - [apps\/web\/components\/divider-between-rows-and-columns\/tailwind.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/divider-between-rows-and-columns/tailwind.tsx#L5) - [apps\/web\/components\/image-with-varying-sizes\/inline-styles.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/image-with-varying-sizes/inline-styles.tsx#L5) - [apps\/web\/components\/image-with-varying-sizes\/tailwind.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/image-with-varying-sizes/tailwind.tsx#L5) - [apps\/web\/components\/multiple-headings\/inline-styles.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/multiple-headings/inline-styles.tsx#L5) - [apps\/web\/components\/multiple-headings\/tailwind.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/multiple-headings/tailwind.tsx#L5) - [apps\/web\/components\/one-row-two-columns\/inline-styles.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/one-row-two-columns/inline-styles.tsx#L5) - [apps\/web\/components\/one-row-two-columns\/tailwind.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/one-row-two-columns/tailwind.tsx#L5) - [apps\/web\/components\/simple-divider\/inline-styles.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/simple-divider/inline-styles.tsx#L5) - [apps\/web\/components\/simple-divider\/tailwind.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/simple-divider/tailwind.tsx#L5) - [apps\/web\/components\/text-with-styling\/inline-styles.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/text-with-styling/inline-styles.tsx#L5) - [apps\/web\/components\/text-with-styling\/tailwind.tsx\#L5](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/components/text-with-styling/tailwind.tsx#L5) - [apps\/web\/src\/app\/components\/\[slug\]\/page.tsx\#L66](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/src/app/components/[slug]/page.tsx#L66) - [apps\/web\/src\/app\/not-found.tsx\#L11](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/src/app/not-found.tsx#L11) - [apps\/web\/src\/app\/page.tsx\#L10](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/src/app/page.tsx#L10) - [apps\/web\/src\/app\/templates\/page.tsx\#L119](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/src/app/templates/page.tsx#L119) - [apps\/web\/src\/components\/components-view.tsx\#L12](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/src/components/components-view.tsx#L12) - [apps\/web\/src\/illustrations\/features.tsx\#L2](https://github.com/resend/react-email/blob/ad2e6c46d54466f22338991b0d47b87300ec2ba5/apps/web/src/illustrations/features.tsx#L2)
typescript-bot commented 1 month ago

runtipi/runtipi

**2 of 5 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - Project Scope - Project Scope - Project Scope - Project Scope - Project Scope - [src\/app\/components\/OffCanvas\/OffCanvas.tsx\#L14](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/app/components/OffCanvas/OffCanvas.tsx#L14) - [src\/client\/components\/DateFormat\/DateFormat.tsx\#L34](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/client/components/DateFormat/DateFormat.tsx#L34) - [src\/client\/components\/FileSize\/FileSize.tsx\#L20](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/client/components/FileSize/FileSize.tsx#L20) - `error TS2769: No overload matches this call.` - [src\/server\/utils\/encryption.ts\#L18](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/server/utils/encryption.ts#L18) - [src\/server\/utils\/encryption.ts\#L38](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/server/utils/encryption.ts#L38) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [src\/server\/utils\/encryption.ts\#L19](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/server/utils/encryption.ts#L19) - [src\/server\/utils\/encryption.ts\#L19](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/server/utils/encryption.ts#L19) - [src\/server\/utils\/encryption.ts\#L42](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/server/utils/encryption.ts#L42) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.` - [src\/server\/utils\/encryption.ts\#L40](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/server/utils/encryption.ts#L40) - [src\/server\/utils\/encryption.ts\#L41](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/server/utils/encryption.ts#L41) - `error TS2322: Type 'Buffer' is not assignable to type 'Buffer & string'.` - [src\/server\/utils\/encryption.ts\#L42](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/server/utils/encryption.ts#L42) - `error TS2322: Type 'Buffer & string' is not assignable to type 'Uint8Array'.` - [src\/server\/utils\/encryption.ts\#L42](https://github.com/runtipi/runtipi/blob/e82049544a0fdb7e8cd075f5106980df246c63d8/src/server/utils/encryption.ts#L42)
typescript-bot commented 1 month ago

SawyerHood/draw-a-ui

### [tsconfig.json](https://github.com/SawyerHood/draw-a-ui/blob/9058da6ed94d74a519b65206462e25f9a3e558dd/tsconfig.json) - `error TS2322: Type 'ArrayBuffer | SharedArrayBuffer' is not assignable to type 'BlobPart'.` - [lib\/png.ts\#L184](https://github.com/SawyerHood/draw-a-ui/blob/9058da6ed94d74a519b65206462e25f9a3e558dd/lib/png.ts#L184) - [lib\/png.ts\#L184](https://github.com/SawyerHood/draw-a-ui/blob/9058da6ed94d74a519b65206462e25f9a3e558dd/lib/png.ts#L184)
typescript-bot commented 1 month ago

scalar/scalar

**52 of 89 projects failed to build with the old tsc and were ignored** ### [examples\/docusaurus\/tsconfig.json](https://github.com/scalar/scalar/blob/4f05be600f5ea9f256a1603b49143425c19d78e7/examples/docusaurus/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [examples\/docusaurus\/src\/components\/HomepageFeatures\/index.tsx\#L18](https://github.com/scalar/scalar/blob/4f05be600f5ea9f256a1603b49143425c19d78e7/examples/docusaurus/src/components/HomepageFeatures/index.tsx#L18)
typescript-bot commented 1 month ago

shadcn-ui/ui

**16 of 22 projects failed to build with the old tsc and were ignored** ### [templates\/next-template\/tsconfig.json](https://github.com/shadcn-ui/ui/blob/36ebbf26dcd194d93bc7db3a505b29e8c4d4bd96/templates/next-template/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [templates\/next-template\/app\/layout.tsx\#L34](https://github.com/shadcn-ui/ui/blob/36ebbf26dcd194d93bc7db3a505b29e8c4d4bd96/templates/next-template/app/layout.tsx#L34)
typescript-bot commented 1 month ago

slab/quill

### [tsconfig.json](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/quill\/src\/modules\/uploader.ts\#L22](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L22) - [packages\/quill\/src\/modules\/uploader.ts\#L24](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L24) - `error TS18047: 'position' is possibly 'null'.` - [packages\/quill\/src\/modules\/uploader.ts\#L27](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L27) - [packages\/quill\/src\/modules\/uploader.ts\#L27](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L27) - [packages\/quill\/src\/modules\/uploader.ts\#L28](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L28) - [packages\/quill\/src\/modules\/uploader.ts\#L28](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L28) ### [packages\/quill\/tsconfig.json](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/tsconfig.json) - `error TS2578: Unused '@ts-expect-error' directive.` - [packages\/quill\/src\/modules\/uploader.ts\#L22](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L22) - [packages\/quill\/src\/modules\/uploader.ts\#L24](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L24) - `error TS18047: 'position' is possibly 'null'.` - [packages\/quill\/src\/modules\/uploader.ts\#L27](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L27) - [packages\/quill\/src\/modules\/uploader.ts\#L27](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L27) - [packages\/quill\/src\/modules\/uploader.ts\#L28](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L28) - [packages\/quill\/src\/modules\/uploader.ts\#L28](https://github.com/slab/quill/blob/b213e1073bac1478649f26e3c0dad50ad0eb2a49/packages/quill/src/modules/uploader.ts#L28)
typescript-bot commented 1 month ago

spacedriveapp/spacedrive

**4 of 7 projects failed to build with the old tsc and were ignored** ### [scripts\/tsconfig.json](https://github.com/spacedriveapp/spacedrive/blob/a0173caccfbb18a02a1ccf56340ad7d9155ac7a7/scripts/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferLike'.` - [scripts\/preprep.mjs\#L78](https://github.com/spacedriveapp/spacedrive/blob/a0173caccfbb18a02a1ccf56340ad7d9155ac7a7/scripts/preprep.mjs#L78) - [scripts\/preprep.mjs\#L123](https://github.com/spacedriveapp/spacedrive/blob/a0173caccfbb18a02a1ccf56340ad7d9155ac7a7/scripts/preprep.mjs#L123)
typescript-bot commented 1 month ago

streetwriters/notesnook

**11 of 19 projects failed to build with the old tsc and were ignored** ### [packages\/streamable-fs\/tsconfig.json](https://github.com/streetwriters/notesnook/blob/5f0d14f01ca6ed19120acc29e696c3e65815f350/packages/streamable-fs/tsconfig.json) - `error TS2345: Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'BlobPart'.` - [packages\/streamable-fs\/src\/filehandle.ts\#L86](https://github.com/streetwriters/notesnook/blob/5f0d14f01ca6ed19120acc29e696c3e65815f350/packages/streamable-fs/src/filehandle.ts#L86) - [packages\/streamable-fs\/src\/filehandle.ts\#L96](https://github.com/streetwriters/notesnook/blob/5f0d14f01ca6ed19120acc29e696c3e65815f350/packages/streamable-fs/src/filehandle.ts#L96) ### [apps\/desktop\/tsconfig.json](https://github.com/streetwriters/notesnook/blob/5f0d14f01ca6ed19120acc29e696c3e65815f350/apps/desktop/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'InputType'.` - [apps\/desktop\/src\/api\/compression.ts\#L37](https://github.com/streetwriters/notesnook/blob/5f0d14f01ca6ed19120acc29e696c3e65815f350/apps/desktop/src/api/compression.ts#L37)
typescript-bot commented 1 month ago

t3-oss/create-t3-app

### [www\/tsconfig.json](https://github.com/t3-oss/create-t3-app/blob/4885a97590a90b7d1d9897912ccfb7751a87f72f/www/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [www\/src\/components\/docs\/introductionTab.tsx\#L6](https://github.com/t3-oss/create-t3-app/blob/4885a97590a90b7d1d9897912ccfb7751a87f72f/www/src/components/docs/introductionTab.tsx#L6)
typescript-bot commented 1 month ago

th-ch/youtube-music

### [tsconfig.json](https://github.com/th-ch/youtube-music/blob/d7f5f28091516708b82347442fbe1ba24eedd874/tsconfig.json) - `error TS2454: Variable 'ref' is used before being assigned.` - [src\/plugins\/synced-lyrics\/renderer\/components\/SyncedLine.tsx\#L26](https://github.com/th-ch/youtube-music/blob/d7f5f28091516708b82347442fbe1ba24eedd874/src/plugins/synced-lyrics/renderer/components/SyncedLine.tsx#L26)
typescript-bot commented 1 month ago

trpc/trpc

**29 of 36 projects failed to build with the old tsc and were ignored** ### [www\/og-image\/tsconfig.json](https://github.com/trpc/trpc/blob/268308497fef646ca5e322b49d1503cd47392871/www/og-image/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [www\/og-image\/pages\/api\/\_ref\/dynamic-image.tsx\#L12](https://github.com/trpc/trpc/blob/268308497fef646ca5e322b49d1503cd47392871/www/og-image/pages/api/_ref/dynamic-image.tsx#L12)
typescript-bot commented 1 month ago

twentyhq/twenty

**2 of 10 projects failed to build with the old tsc and were ignored** ### [packages\/twenty-website\/tsconfig.json](https://github.com/twentyhq/twenty/blob/b5fff7f23acd408061c6494ff72b0ec4879f4c7e/packages/twenty-website/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [packages\/twenty-website\/src\/app\/\_components\/contributors\/Header.tsx\#L26](https://github.com/twentyhq/twenty/blob/b5fff7f23acd408061c6494ff72b0ec4879f4c7e/packages/twenty-website/src/app/_components/contributors/Header.tsx#L26) - [packages\/twenty-website\/src\/app\/\_components\/contributors\/ProfileSharing.tsx\#L94](https://github.com/twentyhq/twenty/blob/b5fff7f23acd408061c6494ff72b0ec4879f4c7e/packages/twenty-website/src/app/_components/contributors/ProfileSharing.tsx#L94) - [packages\/twenty-website\/src\/app\/\_components\/docs\/DocsSidebarSection.tsx\#L189](https://github.com/twentyhq/twenty/blob/b5fff7f23acd408061c6494ff72b0ec4879f4c7e/packages/twenty-website/src/app/_components/docs/DocsSidebarSection.tsx#L189) - [packages\/twenty-website\/src\/app\/\_components\/oss-friends\/Header.tsx\#L36](https://github.com/twentyhq/twenty/blob/b5fff7f23acd408061c6494ff72b0ec4879f4c7e/packages/twenty-website/src/app/_components/oss-friends/Header.tsx#L36) - [packages\/twenty-website\/src\/app\/\_components\/ui\/layout\/header\/index.tsx\#L15](https://github.com/twentyhq/twenty/blob/b5fff7f23acd408061c6494ff72b0ec4879f4c7e/packages/twenty-website/src/app/_components/ui/layout/header/index.tsx#L15)
typescript-bot commented 1 month ago

ueberdosis/tiptap

### [tsconfig.json](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/tsconfig.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [tests\/cypress\/tsconfig.json](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/tests/cypress/tsconfig.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [packages\/pm\/tsconfig.json](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/pm/tsconfig.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [packages\/extension-character-count\/tsconfig.json](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/extension-character-count/tsconfig.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.vue-3.json](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/demos/tsconfig.vue-3.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.vue-2.json](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/demos/tsconfig.vue-2.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.react.json](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/demos/tsconfig.react.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150) ### [demos\/tsconfig.base.json](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/demos/tsconfig.base.json) - `error TS2345: Argument of type 'Mark' is not assignable to parameter of type 'Mark & Node'.` - [packages\/core\/src\/helpers\/getSchemaByResolvedExtensions.ts\#L150](https://github.com/ueberdosis/tiptap/blob/6834a7f7d620c1706aaa5220db3ffcfebef946b7/packages/core/src/helpers/getSchemaByResolvedExtensions.ts#L150)
typescript-bot commented 1 month ago

Uniswap/web3-react

**5 of 14 projects failed to build with the old tsc and were ignored** ### [example\/tsconfig.json](https://github.com/Uniswap/web3-react/blob/bd267025f06b5808fd6ccc4e18dde4d400c4076a/example/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [example\/components\/Status.tsx\#L15](https://github.com/Uniswap/web3-react/blob/bd267025f06b5808fd6ccc4e18dde4d400c4076a/example/components/Status.tsx#L15) - [example\/pages\/index.tsx\#L10](https://github.com/Uniswap/web3-react/blob/bd267025f06b5808fd6ccc4e18dde4d400c4076a/example/pages/index.tsx#L10)
typescript-bot commented 1 month ago

upscayl/upscayl

### [renderer\/tsconfig.json](https://github.com/upscayl/upscayl/blob/7077edb44838dd5cbe2093736410b37a4249e224/renderer/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [renderer\/components\/settings-tab\/ImageScaleSelect.tsx\#L23](https://github.com/upscayl/upscayl/blob/7077edb44838dd5cbe2093736410b37a4249e224/renderer/components/settings-tab/ImageScaleSelect.tsx#L23) - [renderer\/pages\/\_app.tsx\#L10](https://github.com/upscayl/upscayl/blob/7077edb44838dd5cbe2093736410b37a4249e224/renderer/pages/_app.tsx#L10) - [renderer\/pages\/index.tsx\#L759](https://github.com/upscayl/upscayl/blob/7077edb44838dd5cbe2093736410b37a4249e224/renderer/pages/index.tsx#L759)
typescript-bot commented 1 month ago

urql-graphql/urql

**1 of 21 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/vue-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/vue-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/svelte-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/svelte-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/storage-rn\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/storage-rn/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/solid-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/solid-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/react-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/react-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/preact-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/preact-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/next-urql\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/next-urql/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [packages\/core\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/throw-on-error\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/throw-on-error/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/retry\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/retry/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/request-policy\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/request-policy/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/refocus\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/refocus/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/populate\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/populate/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/persisted\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/persisted/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/graphcache\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/graphcache/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/execute\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/execute/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/context\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/context/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71) ### [exchanges\/auth\/tsconfig.json](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/exchanges/auth/tsconfig.json) - `error TS2345: Argument of type 'ChunkData' is not assignable to parameter of type 'ArrayBuffer | Buffer'.` - [packages\/core\/src\/internal\/fetchSource.ts\#L66](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L66) - [packages\/core\/src\/internal\/fetchSource.ts\#L71](https://github.com/urql-graphql/urql/blob/7d9302bb9be52318d5f5bb7e9586434ce1ca06f3/packages/core/src/internal/fetchSource.ts#L71)
typescript-bot commented 1 month ago

vercel/commerce

### [tsconfig.json](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [app\/\[page\]\/layout.tsx\#L5](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/app/[page]/layout.tsx#L5) - [app\/\[page\]\/page.tsx\#L33](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/app/[page]/page.tsx#L33) - [app\/page.tsx\#L14](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/app/page.tsx#L14) - [app\/search\/layout.tsx\#L9](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/app/search/layout.tsx#L9) - [app\/search\/loading.tsx\#L5](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/app/search/loading.tsx#L5) - [app\/search\/page.tsx\#L23](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/app/search/page.tsx#L23) - [components\/cart\/modal.tsx\#L51](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/components/cart/modal.tsx#L51) - [components\/layout\/navbar\/mobile-menu.tsx\#L34](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/components/layout/navbar/mobile-menu.tsx#L34) - [components\/layout\/product-grid-items.tsx\#L8](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/components/layout/product-grid-items.tsx#L8) - [components\/layout\/search\/filter\/index.tsx\#L11](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/components/layout/search/filter/index.tsx#L11) - [components\/product\/product-description.tsx\#L9](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/components/product/product-description.tsx#L9) - [components\/welcome-toast.tsx\#L18](https://github.com/vercel/commerce/blob/694c5c17bacd96c8b202a705423e5f4d9a8c93ba/components/welcome-toast.tsx#L18)
typescript-bot commented 1 month ago

vercel/nextjs-subscription-payments

### [tsconfig.json](https://github.com/vercel/nextjs-subscription-payments/blob/1623fb9d1820637ba55cd0af1012bb85237118b8/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - [app\/signin\/\[id\]\/page.tsx\#L103](https://github.com/vercel/nextjs-subscription-payments/blob/1623fb9d1820637ba55cd0af1012bb85237118b8/app/signin/[id]/page.tsx#L103) - [components\/ui\/AuthForms\/EmailSignIn.tsx\#L64](https://github.com/vercel/nextjs-subscription-payments/blob/1623fb9d1820637ba55cd0af1012bb85237118b8/components/ui/AuthForms/EmailSignIn.tsx#L64)
typescript-bot commented 1 month ago

vercel/platforms

### [tsconfig.json](https://github.com/vercel/platforms/blob/7e3355678a56d9368e49cd090d729701ba4eff57/tsconfig.json) - `error TS2686: 'React' refers to a UMD global, but the current file is a module. Consider adding an import instead.` - Project Scope - Project Scope - Project Scope - Project Scope - Project Scope - Project Scope - Project Scope - [app\/\[domain\]\/\[slug\]\/page.tsx\#L94](https://github.com/vercel/platforms/blob/7e3355678a56d9368e49cd090d729701ba4eff57/app/[domain]/[slug]/page.tsx#L94) - [app\/\[domain\]\/page.tsx\#L50](https://github.com/vercel/platforms/blob/7e3355678a56d9368e49cd090d729701ba4eff57/app/[domain]/page.tsx#L50) - [components\/form\/domain-configuration.tsx\#L60](https://github.com/vercel/platforms/blob/7e3355678a56d9368e49cd090d729701ba4eff57/components/form/domain-configuration.tsx#L60) - [components\/modal\/index.tsx\#L45](https://github.com/vercel/platforms/blob/7e3355678a56d9368e49cd090d729701ba4eff57/components/modal/index.tsx#L45) - [components\/nav.tsx\#L159](https://github.com/vercel/platforms/blob/7e3355678a56d9368e49cd090d729701ba4eff57/components/nav.tsx#L159)
typescript-bot commented 1 month ago

wandb/openui

### [frontend\/tsconfig.json](https://github.com/wandb/openui/blob/3fd75bd39837ba779fdfdd0a50d1a139714faea8/frontend/tsconfig.json) - `error TS2345: Argument of type 'ArrayBuffer | Uint8Array' is not assignable to parameter of type 'ArrayBuffer'.` - [frontend\/src\/lib\/webauthn.ts\#L75](https://github.com/wandb/openui/blob/3fd75bd39837ba779fdfdd0a50d1a139714faea8/frontend/src/lib/webauthn.ts#L75)
typescript-bot commented 1 month ago

windingwind/zotero-pdf-translate

### [tsconfig.json](https://github.com/windingwind/zotero-pdf-translate/blob/977f5a3d39534d7ccc369ace18e0ebec08920f3f/tsconfig.json) - `error TS2345: Argument of type 'Uint8Array' is not assignable to parameter of type 'ArrayBuffer'.` - [src\/modules\/services\/cnki.ts\#L123](https://github.com/windingwind/zotero-pdf-translate/blob/977f5a3d39534d7ccc369ace18e0ebec08920f3f/src/modules/services/cnki.ts#L123) - `error TS2345: Argument of type 'Uint8Array' is not assignable to parameter of type 'ArrayBuffer'.` - [src\/modules\/services\/xftrans.ts\#L58](https://github.com/windingwind/zotero-pdf-translate/blob/977f5a3d39534d7ccc369ace18e0ebec08920f3f/src/modules/services/xftrans.ts#L58) - `error TS2322: Type 'Uint8Array' is not assignable to type 'string | ArrayBuffer'.` - [src\/utils\/crypto.ts\#L24](https://github.com/windingwind/zotero-pdf-translate/blob/977f5a3d39534d7ccc369ace18e0ebec08920f3f/src/utils/crypto.ts#L24) - [src\/utils\/crypto.ts\#L46](https://github.com/windingwind/zotero-pdf-translate/blob/977f5a3d39534d7ccc369ace18e0ebec08920f3f/src/utils/crypto.ts#L46) - `error TS2769: No overload matches this call.` - [src\/utils\/crypto.ts\#L26](https://github.com/windingwind/zotero-pdf-translate/blob/977f5a3d39534d7ccc369ace18e0ebec08920f3f/src/utils/crypto.ts#L26) - [src\/utils\/crypto.ts\#L48](https://github.com/windingwind/zotero-pdf-translate/blob/977f5a3d39534d7ccc369ace18e0ebec08920f3f/src/utils/crypto.ts#L48)
RyanCavanaugh commented 1 month ago

@iisaduan please take a look at e.g. https://github.com/microsoft/TypeScript/issues/60095#issuecomment-2381570421, I think something happened with your fragment change