microsoft / TypeScript

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

[NewErrors] 5.6.0-dev.20240804 vs 5.5.4 #59530

Closed typescript-bot closed 1 month ago

typescript-bot commented 1 month ago

The following errors were reported by 5.6.0-dev.20240804, but not by 5.5.4 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 487 of 800 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 74 | | Detected no interesting changes | 413 | | Git clone failed | 7 | | Package install failed | 95 | | Project-graph error in old TS | 11 | | Too many errors in old TS | 184 | | Unknown failure | 16 |

Investigation Status

Repo Errors Outcome
AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin 1
angular/angular-cli 2
antfu-collective/ni 1
apollographql/apollo-client 1
ariakit/ariakit 3
bitwarden/clients 8
bokeh/bokeh 4
ChatGPTNextWeb/ChatGPT-Next-Web 1
Chocobozzz/PeerTube 1
clash-verge-rev/clash-verge-rev 1
compiler-explorer/compiler-explorer 4
continuedev/continue 5
conventional-changelog/conventional-changelog 4
danny-avila/LibreChat 1
discordjs/discord.js 24
documenso/documenso 2
dream-num/univer 160
e2b-dev/E2B 1
elysiajs/elysia 4
ethers-io/ethers.js 1
fabian-hiller/valibot 1
facebook/lexical 2
gaozhangmin/aliyunpan 11
gilbarbara/react-joyride 1
glideapps/quicktype 1
google/wireit 1
graphile/crystal 1
Infisical/infisical 9
jackyzha0/quartz 3
labring/FastGPT 2
Licoy/ChatGPT-Midjourney 1
LokerL/tts-vue 1
lyswhut/lx-music-desktop 8
material-components/material-web 1
material-shell/material-shell 2
mattermost/mattermost 8
microsoft/azuredatastudio 3
microsoft/playwright 1
miurla/morphic 1
Molunerfinn/PicGo 2
mongodb/node-mongodb-native 7
motion-canvas/motion-canvas 1
nextui-org/nextui 3
NomicFoundation/hardhat 524
openblocks-dev/openblocks 1
pixijs/pixijs 1
pnpm/pnpm 1
portainer/portainer 1
privatenumber/tsx 1
purocean/yn 4
react-page/react-page 1
reactjs/react.dev 1
reorproject/reor 2
rolling-scopes/rsschool-app 2
Shopify/react-native-skia 2
subquery/subql 4
supabase/supabase 3
tailwindlabs/headlessui 1
teableio/teable 5
transitive-bullshit/agentic 1
tremorlabs/tremor 1
trpc/trpc 6
tweenjs/tween.js 1
Uniswap/web3-react 1
unjs/nitro 2
Vendicated/Vencord 1
vercel/ai-chatbot 1
vercel/hyper 1
vuejs/core 3
vuejs/language-tools 1
vuejs/vetur 1
whyour/qinglong 2
withfig/autocomplete 1
zu1k/bs-core 1
typescript-bot commented 1 month ago

AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin

### [typescripts\/tsconfig.json](https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin/blob/6f6d4907adf0b6a6e562d084238f02ed6b7503c1/typescripts/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [typescripts\/comfyui\/comfyui.tsx\#L551](https://github.com/AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin/blob/6f6d4907adf0b6a6e562d084238f02ed6b7503c1/typescripts/comfyui/comfyui.tsx#L551)
typescript-bot commented 1 month ago

angular/angular-cli

**4 of 21 projects failed to build with the old tsc and were ignored** ### [tests\/legacy-cli\/tsconfig.json](https://github.com/angular/angular-cli/blob/d257388fee658e06fd4e09e369f9624db22e72c1/tests/legacy-cli/tsconfig.json) - `error TS2416: Property 'forEach' in type 'PartiallyOrderedSet' is not assignable to the same property in base type 'Set'.` - [packages\/angular\_devkit\/core\/src\/utils\/partially-ordered-set.ts\#L42](https://github.com/angular/angular-cli/blob/d257388fee658e06fd4e09e369f9624db22e72c1/packages/angular_devkit/core/src/utils/partially-ordered-set.ts#L42) - `error TS2416: Property '[Symbol.iterator]' in type 'PartiallyOrderedSet' is not assignable to the same property in base type 'Set'.` - [packages\/angular\_devkit\/core\/src\/utils\/partially-ordered-set.ts\#L133](https://github.com/angular/angular-cli/blob/d257388fee658e06fd4e09e369f9624db22e72c1/packages/angular_devkit/core/src/utils/partially-ordered-set.ts#L133)
typescript-bot commented 1 month ago

antfu-collective/ni

### [tsconfig.json](https://github.com/antfu-collective/ni/blob/abaf012806cfddcf4dd575cf7f256950ab5928e7/tsconfig.json) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'string | ArrayBufferView | Iterable | AsyncIterable | Stream'.` - [src\/utils.ts\#L80](https://github.com/antfu-collective/ni/blob/abaf012806cfddcf4dd575cf7f256950ab5928e7/src/utils.ts#L80)
typescript-bot commented 1 month ago

apollographql/apollo-client

**1 of 12 projects failed to build with the old tsc and were ignored** ### [src\/tsconfig.json](https://github.com/apollographql/apollo-client/blob/c95848e859fb7ce0b3b9439ac71dff880f991450/src/tsconfig.json) - `error TS2345: Argument of type 'ObservableQuery | undefined' is not assignable to parameter of type 'Observable>'.` - [src\/react\/hooks\/\_\_tests\_\_\/useMutation.test.tsx\#L2329](https://github.com/apollographql/apollo-client/blob/c95848e859fb7ce0b3b9439ac71dff880f991450/src/react/hooks/__tests__/useMutation.test.tsx#L2329)
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/070de5f8d592f9bac5c090c5fdb66a2bc3a96bfc/tsconfig.json) - `error TS2870: This binary expression is never nullish. Are you missing parentheses?` - [packages\/ariakit-react-core\/src\/collection\/collection-renderer.tsx\#L197](https://github.com/ariakit/ariakit/blob/070de5f8d592f9bac5c090c5fdb66a2bc3a96bfc/packages/ariakit-react-core/src/collection/collection-renderer.tsx#L197) ### [website\/tsconfig.json](https://github.com/ariakit/ariakit/blob/070de5f8d592f9bac5c090c5fdb66a2bc3a96bfc/website/tsconfig.json) - `error TS2870: This binary expression is never nullish. Are you missing parentheses?` - [packages\/ariakit-react-core\/src\/collection\/collection-renderer.tsx\#L197](https://github.com/ariakit/ariakit/blob/070de5f8d592f9bac5c090c5fdb66a2bc3a96bfc/packages/ariakit-react-core/src/collection/collection-renderer.tsx#L197) ### [packages\/ariakit-react-core\/tsconfig.build.json](https://github.com/ariakit/ariakit/blob/070de5f8d592f9bac5c090c5fdb66a2bc3a96bfc/packages/ariakit-react-core/tsconfig.build.json) - `error TS2870: This binary expression is never nullish. Are you missing parentheses?` - [packages\/ariakit-react-core\/src\/collection\/collection-renderer.tsx\#L197](https://github.com/ariakit/ariakit/blob/070de5f8d592f9bac5c090c5fdb66a2bc3a96bfc/packages/ariakit-react-core/src/collection/collection-renderer.tsx#L197)
typescript-bot commented 1 month ago

bitwarden/clients

**12 of 56 projects failed to build with the old tsc and were ignored** ### [libs\/common\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/tsconfig.spec.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [libs\/common\/src\/auth\/services\/device-trust.service.implementation.ts\#L81](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [libs\/common\/tsconfig.json](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [libs\/common\/src\/auth\/services\/device-trust.service.implementation.ts\#L81](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [libs\/angular\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/angular/tsconfig.spec.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [libs\/common\/src\/auth\/services\/device-trust.service.implementation.ts\#L81](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [libs\/angular\/tsconfig.json](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/angular/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [libs\/common\/src\/auth\/services\/device-trust.service.implementation.ts\#L81](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [bitwarden\_license\/bit-cli\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/bitwarden_license/bit-cli/tsconfig.spec.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [libs\/common\/src\/auth\/services\/device-trust.service.implementation.ts\#L81](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [bitwarden\_license\/bit-cli\/tsconfig.json](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/bitwarden_license/bit-cli/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [libs\/common\/src\/auth\/services\/device-trust.service.implementation.ts\#L81](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [apps\/cli\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/apps/cli/tsconfig.spec.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [libs\/common\/src\/auth\/services\/device-trust.service.implementation.ts\#L81](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [apps\/cli\/tsconfig.json](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/apps/cli/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [libs\/common\/src\/auth\/services\/device-trust.service.implementation.ts\#L81](https://github.com/bitwarden/clients/blob/032c013dd7d5989818f54f690bf71680c4c802f4/libs/common/src/auth/services/device-trust.service.implementation.ts#L81)
typescript-bot commented 1 month ago

bokeh/bokeh

**9 of 14 projects failed to build with the old tsc and were ignored** ### [bokehjs\/test\/devtools\/tsconfig.json](https://github.com/bokeh/bokeh/blob/3a743681d80de78f8a86f5acd59b0cb80b3af98a/bokehjs/test/devtools/tsconfig.json) - `error TS2769: No overload matches this call.` - [bokehjs\/test\/devtools\/baselines.ts\#L46](https://github.com/bokeh/bokeh/blob/3a743681d80de78f8a86f5acd59b0cb80b3af98a/bokehjs/test/devtools/baselines.ts#L46) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [bokehjs\/test\/devtools\/baselines.ts\#L128](https://github.com/bokeh/bokeh/blob/3a743681d80de78f8a86f5acd59b0cb80b3af98a/bokehjs/test/devtools/baselines.ts#L128) - [bokehjs\/test\/devtools\/baselines.ts\#L128](https://github.com/bokeh/bokeh/blob/3a743681d80de78f8a86f5acd59b0cb80b3af98a/bokehjs/test/devtools/baselines.ts#L128) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView | Stream | Iterable | AsyncIterable'.` - [bokehjs\/test\/devtools\/devtools.ts\#L629](https://github.com/bokeh/bokeh/blob/3a743681d80de78f8a86f5acd59b0cb80b3af98a/bokehjs/test/devtools/devtools.ts#L629) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [bokehjs\/test\/devtools\/devtools.ts\#L641](https://github.com/bokeh/bokeh/blob/3a743681d80de78f8a86f5acd59b0cb80b3af98a/bokehjs/test/devtools/devtools.ts#L641)
typescript-bot commented 1 month ago

ChatGPTNextWeb/ChatGPT-Next-Web

### [tsconfig.json](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/blob/764c0cb865a71d464ae457113ae2730e8394ea4b/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [app\/store\/chat.ts\#L588](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/blob/764c0cb865a71d464ae457113ae2730e8394ea4b/app/store/chat.ts#L588)
typescript-bot commented 1 month ago

Chocobozzz/PeerTube

**6 of 12 projects failed to build with the old tsc and were ignored** ### [packages\/types-generator\/tsconfig.types.json](https://github.com/Chocobozzz/PeerTube/blob/533897af591e94e961a89c5ff0e81603ecdab42d/packages/types-generator/tsconfig.types.json) - `error TS2386: Overload signatures must all be optional or required.` - file:///mnt/ts_downloads/_/m/PeerTube/client/node_modules/@types/node/module.d.ts#L290 in [client\/tsconfig.types.json](https://github.com/Chocobozzz/PeerTube/blob/533897af591e94e961a89c5ff0e81603ecdab42d/client/tsconfig.types.json)
typescript-bot commented 1 month ago

clash-verge-rev/clash-verge-rev

### [tsconfig.json](https://github.com/clash-verge-rev/clash-verge-rev/blob/1b7dafe743660358b92400ac93aef7b55830c9ff/tsconfig.json) - `error TS2872: This kind of expression is always truthy.` - [src\/components\/setting\/mods\/theme-viewer.tsx\#L31](https://github.com/clash-verge-rev/clash-verge-rev/blob/1b7dafe743660358b92400ac93aef7b55830c9ff/src/components/setting/mods/theme-viewer.tsx#L31)
typescript-bot commented 1 month ago

compiler-explorer/compiler-explorer

**2 of 6 projects failed to build with the old tsc and were ignored** ### [tsconfig.tests.json](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/tsconfig.tests.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [lib\/cache\/multi.ts\#L57](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/lib/cache/multi.ts#L57) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [lib\/cache\/on-disk.ts\#L117](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/lib/cache/on-disk.ts#L117) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L84](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/lib/execution/base-execution-env.ts#L84) ### [tsconfig.json](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [lib\/cache\/multi.ts\#L57](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/lib/cache/multi.ts#L57) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [lib\/cache\/on-disk.ts\#L117](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/lib/cache/on-disk.ts#L117) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L84](https://github.com/compiler-explorer/compiler-explorer/blob/a99edaf5bf2b80d170c81da7ef80d8ae17f4f513/lib/execution/base-execution-env.ts#L84)
typescript-bot commented 1 month ago

continuedev/continue

**3 of 9 projects failed to build with the old tsc and were ignored** ### [packages\/fetch\/tsconfig.json](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/packages/fetch/tsconfig.json) - `error TS2352: Conversion of type 'string | Buffer' to type 'Uint8Array' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [packages\/fetch\/src\/stream.ts\#L5](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/packages/fetch/src/stream.ts#L5) ### [extensions\/vscode\/tsconfig.json](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/extensions/vscode/tsconfig.json) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [extensions\/vscode\/src\/autocomplete\/lsp.ts\#L62](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/extensions/vscode/src/autocomplete/lsp.ts#L62) ### [core\/tsconfig.npm.json](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/core/tsconfig.npm.json) - `error TS2352: Conversion of type 'string | Buffer' to type 'Uint8Array' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [core\/llm\/stream.ts\#L3](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/core/llm/stream.ts#L3) ### [core\/tsconfig.json](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/core/tsconfig.json) - `error TS2352: Conversion of type 'string | Buffer' to type 'Uint8Array' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [core\/llm\/stream.ts\#L3](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/core/llm/stream.ts#L3) ### [gui\/tsconfig.json](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/gui/tsconfig.json) - `error TS2352: Conversion of type 'string | Buffer' to type 'Uint8Array' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [core\/llm\/stream.ts\#L3](https://github.com/continuedev/continue/blob/7ba14c5149df1361227293a363801c46099b42d9/core/llm/stream.ts#L3)
typescript-bot commented 1 month ago

conventional-changelog/conventional-changelog

**3 of 14 projects failed to build with the old tsc and were ignored** ### [packages\/git-client\/tsconfig.json](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/git-client/tsconfig.json) - `error TS2345: Argument of type 'Buffer[]' is not assignable to parameter of type 'readonly Uint8Array[]'.` - [packages\/git-client\/src\/utils.ts\#L76](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/git-client/src/utils.ts#L76) ### [packages\/git-client\/test\/tsconfig.json](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/git-client/test/tsconfig.json) - `error TS2345: Argument of type 'Buffer[]' is not assignable to parameter of type 'readonly Uint8Array[]'.` - [packages\/git-client\/src\/utils.ts\#L76](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/git-client/src/utils.ts#L76) ### [packages\/conventional-recommended-bump\/tsconfig.json](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/conventional-recommended-bump/tsconfig.json) - `error TS2345: Argument of type 'Buffer[]' is not assignable to parameter of type 'readonly Uint8Array[]'.` - [packages\/git-client\/src\/utils.ts\#L76](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/git-client/src/utils.ts#L76) ### [packages\/conventional-recommended-bump\/test\/tsconfig.json](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/conventional-recommended-bump/test/tsconfig.json) - `error TS2345: Argument of type 'Buffer[]' is not assignable to parameter of type 'readonly Uint8Array[]'.` - [packages\/git-client\/src\/utils.ts\#L76](https://github.com/conventional-changelog/conventional-changelog/blob/d3b8aaa16337993bbad4d91db1ffac5a7568756b/packages/git-client/src/utils.ts#L76)
typescript-bot commented 1 month ago

danny-avila/LibreChat

**3 of 4 projects failed to build with the old tsc and were ignored** ### [packages\/data-provider\/tsconfig.json](https://github.com/danny-avila/LibreChat/blob/62854c91d350fc259d3f7088200af3a73b2f8f23/packages/data-provider/tsconfig.json) - `error TS18048: 'columns' is possibly 'undefined'.` - [packages\/data-provider\/src\/generate.ts\#L388](https://github.com/danny-avila/LibreChat/blob/62854c91d350fc259d3f7088200af3a73b2f8f23/packages/data-provider/src/generate.ts#L388)
typescript-bot commented 1 month ago

discordjs/discord.js

**39 of 62 projects failed to build with the old tsc and were ignored** ### [packages\/voice\/tsconfig.json](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [packages\/voice\/src\/networking\/Networking.ts\#L567](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/Networking.ts#L567) - [packages\/voice\/src\/receive\/AudioReceiveStream.ts\#L72](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/AudioReceiveStream.ts#L72) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L93](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/VoiceReceiver.ts#L93) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L96](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/VoiceReceiver.ts#L96) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L99](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/VoiceReceiver.ts#L99) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/util/demuxProbe.ts#L112) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/util/demuxProbe.ts#L112) - `error TS2769: No overload matches this call.` - [packages\/voice\/src\/networking\/VoiceUDPSocket.ts\#L132](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/VoiceUDPSocket.ts#L132) ### [packages\/voice\/tsconfig.eslint.json](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/tsconfig.eslint.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [packages\/voice\/src\/networking\/Networking.ts\#L567](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/Networking.ts#L567) - [packages\/voice\/src\/receive\/AudioReceiveStream.ts\#L72](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/AudioReceiveStream.ts#L72) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L93](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/VoiceReceiver.ts#L93) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L96](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/VoiceReceiver.ts#L96) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L99](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/VoiceReceiver.ts#L99) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/util/demuxProbe.ts#L112) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/util/demuxProbe.ts#L112) - `error TS2769: No overload matches this call.` - [packages\/voice\/src\/networking\/VoiceUDPSocket.ts\#L132](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/VoiceUDPSocket.ts#L132) ### [packages\/voice\/tsconfig.docs.json](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/tsconfig.docs.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [packages\/voice\/src\/networking\/Networking.ts\#L567](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/Networking.ts#L567) - [packages\/voice\/src\/receive\/AudioReceiveStream.ts\#L72](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/AudioReceiveStream.ts#L72) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L93](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/VoiceReceiver.ts#L93) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L96](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/VoiceReceiver.ts#L96) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L99](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/receive/VoiceReceiver.ts#L99) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/util/demuxProbe.ts#L112) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/util/demuxProbe.ts#L112) - `error TS2769: No overload matches this call.` - [packages\/voice\/src\/networking\/VoiceUDPSocket.ts\#L132](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/voice/src/networking/VoiceUDPSocket.ts#L132) ### [packages\/collection\/tsconfig.json](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/tsconfig.json) - `error TS2322: Type 'Value | undefined' is not assignable to type 'Value'.` - [packages\/collection\/src\/collection.ts\#L90](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L90) - `error TS2322: Type 'Key | undefined' is not assignable to type 'Key'.` - [packages\/collection\/src\/collection.ts\#L107](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L107) - `error TS2488: Type '[Key, Value] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.` - [packages\/collection\/src\/collection.ts\#L515](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L515) - `error TS2322: Type 'Value' is not assignable to type 'InitialValue'.` - [packages\/collection\/src\/collection.ts\#L637](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L637) - `error TS2532: Object is possibly 'undefined'.` - [packages\/collection\/src\/collection.ts\#L637](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L637) ### [packages\/collection\/tsconfig.eslint.json](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/tsconfig.eslint.json) - `error TS2322: Type 'Value | undefined' is not assignable to type 'Value'.` - [packages\/collection\/src\/collection.ts\#L90](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L90) - `error TS2322: Type 'Key | undefined' is not assignable to type 'Key'.` - [packages\/collection\/src\/collection.ts\#L107](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L107) - `error TS2488: Type '[Key, Value] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.` - [packages\/collection\/src\/collection.ts\#L515](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L515) - `error TS2322: Type 'Value' is not assignable to type 'InitialValue'.` - [packages\/collection\/src\/collection.ts\#L637](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L637) - `error TS2532: Object is possibly 'undefined'.` - [packages\/collection\/src\/collection.ts\#L637](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L637) ### [packages\/collection\/tsconfig.docs.json](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/tsconfig.docs.json) - `error TS2322: Type 'Value | undefined' is not assignable to type 'Value'.` - [packages\/collection\/src\/collection.ts\#L90](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L90) - `error TS2322: Type 'Key | undefined' is not assignable to type 'Key'.` - [packages\/collection\/src\/collection.ts\#L107](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L107) - `error TS2488: Type '[Key, Value] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.` - [packages\/collection\/src\/collection.ts\#L515](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L515) - `error TS2322: Type 'Value' is not assignable to type 'InitialValue'.` - [packages\/collection\/src\/collection.ts\#L637](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L637) - `error TS2532: Object is possibly 'undefined'.` - [packages\/collection\/src\/collection.ts\#L637](https://github.com/discordjs/discord.js/blob/f623e7a315321fdde498140277c5d5f0eb447de7/packages/collection/src/collection.ts#L637)
typescript-bot commented 1 month ago

documenso/documenso

**12 of 17 projects failed to build with the old tsc and were ignored** ### [packages\/signing\/tsconfig.json](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/tsconfig.json) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [packages\/signing\/helpers\/update-signing-placeholder.ts\#L29](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/helpers/update-signing-placeholder.ts#L29) - [packages\/signing\/helpers\/update-signing-placeholder.ts\#L30](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/helpers/update-signing-placeholder.ts#L30) - [packages\/signing\/helpers\/update-signing-placeholder.ts\#L31](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/helpers/update-signing-placeholder.ts#L31) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L41](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/google-cloud-hsm.ts#L41) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L42](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/google-cloud-hsm.ts#L42) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L73](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/google-cloud-hsm.ts#L73) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L74](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/google-cloud-hsm.ts#L74) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L75](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/google-cloud-hsm.ts#L75) - [packages\/signing\/transports\/local-cert.ts\#L18](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/local-cert.ts#L18) - [packages\/signing\/transports\/local-cert.ts\#L19](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/local-cert.ts#L19) - [packages\/signing\/transports\/local-cert.ts\#L45](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/local-cert.ts#L45) - [packages\/signing\/transports\/local-cert.ts\#L46](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/local-cert.ts#L46) - [packages\/signing\/transports\/local-cert.ts\#L47](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/local-cert.ts#L47) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [packages\/signing\/transports\/google-cloud-hsm.ts\#L28](https://github.com/documenso/documenso/blob/909c38f47e9cc2e852d78ca7f6187d8659d866cf/packages/signing/transports/google-cloud-hsm.ts#L28)
typescript-bot commented 1 month ago

dream-num/univer

**6 of 53 projects failed to build with the old tsc and were ignored** ### [packages-experimental\/uniui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages-experimental/uniui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages-experimental\/uni-formula-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages-experimental/uni-formula-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages-experimental\/uni-formula\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages-experimental/uni-formula/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/uniscript\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/uniscript/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/thread-comment-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/thread-comment-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/slides-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/slides-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/slides\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/slides/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) ### [packages\/sheets-zen-editor\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-zen-editor/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2345: Argument of type 'IClipboardItem' is not assignable to parameter of type 'ClipboardItem'.` - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L151](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L151) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L230](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L230) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L303](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L303) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L378](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L378) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L505](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L505) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L673](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L673) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L748](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L748) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L769](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L769) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L790](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L790) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L811](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L811) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L892](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L892) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L916](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L916) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L936](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L936) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L1030](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L1030) - [packages\/sheets-ui\/src\/services\/clipboard\/\_\_tests\_\_\/clipboard-service.spec.ts\#L1082](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L1082) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-thread-comment\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-thread-comment/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-sort-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-sort-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-numfmt\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-numfmt/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-hyper-link-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-hyper-link-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-formula\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-formula/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-find-replace\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-find-replace/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2416: Property '_draw' in type 'SheetFindReplaceHighlightShape' is not assignable to the same property in base type 'Shape'.` - [packages\/sheets-find-replace\/src\/views\/shapes\/find-replace-highlight.shape.ts\#L57](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-find-replace/src/views/shapes/find-replace-highlight.shape.ts#L57) - `error TS2352: Conversion of type 'CanvasRenderingContext2D' to type 'UniverRenderingContext' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [packages\/sheets-find-replace\/src\/views\/shapes\/find-replace-highlight.shape.ts\#L62](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-find-replace/src/views/shapes/find-replace-highlight.shape.ts#L62) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-filter-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-filter-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-drawing-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-drawing-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-data-validation\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-data-validation/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L129) - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2417: Class static side 'typeof TextBubbleShape' incorrectly extends base class static side 'typeof Shape'.` - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L68](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/docs-ui/src/views/header-footer/text-bubble.ts#L68) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2352: Conversion of type 'BaseDataValidator | undefined' to type 'CheckboxValidator' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.` - [packages\/sheets-data-validation\/src\/commands\/commands\/data-validation.command.ts\#L140](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-data-validation/src/commands/commands/data-validation.command.ts#L140) - [packages\/sheets-data-validation\/src\/commands\/commands\/data-validation.command.ts\#L166](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-data-validation/src/commands/commands/data-validation.command.ts#L166) - `error TS2416: Property 'canvasRender' in type 'CheckboxValidator' is not assignable to the same property in base type 'BaseDataValidator'.` - [packages\/sheets-data-validation\/src\/validators\/checkbox-validator.ts\#L48](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-data-validation/src/validators/checkbox-validator.ts#L48) - `error TS2416: Property 'canvasRender' in type 'ListMultipleValidator' is not assignable to the same property in base type 'ListValidator'.` - [packages\/sheets-data-validation\/src\/validators\/list-multiple-validator.ts\#L24](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-data-validation/src/validators/list-multiple-validator.ts#L24) - `error TS2322: Type 'DropdownWidget' is not assignable to type 'Nullable'.` - [packages\/sheets-data-validation\/src\/validators\/list-validator.ts\#L103](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-data-validation/src/validators/list-validator.ts#L103) - `error TS2416: Property 'drawWith' in type 'CheckboxRender' is not assignable to the same property in base type 'IBaseDataValidationWidget'.` - [packages\/sheets-data-validation\/src\/widgets\/checkbox-widget.ts\#L95](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-data-validation/src/widgets/checkbox-widget.ts#L95) - `error TS2416: Property 'drawWith' in type 'DropdownMultipleWidget' is not assignable to the same property in base type 'IBaseDataValidationWidget'.` - [packages\/sheets-data-validation\/src\/widgets\/dropdown-multiple-widget.ts\#L78](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-data-validation/src/widgets/dropdown-multiple-widget.ts#L78) - `error TS2416: Property 'drawWith' in type 'DropdownWidget' is not assignable to the same property in base type 'IBaseDataValidationWidget'.` - [packages\/sheets-data-validation\/src\/widgets\/dropdown-widget.ts\#L212](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-data-validation/src/widgets/dropdown-widget.ts#L212) - `error TS2872: This kind of expression is always truthy.` - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L500](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L719](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L719) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/find-replace\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/find-replace/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamily.tsx#L29) - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/components/font-family/FontFamilyItem.tsx#L30) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/engine-render\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) ### [packages\/drawing-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/drawing-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/components\/sheets\/extensions\/custom.ts\#L102](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/components/sheets/extensions/custom.ts#L102) - `error TS2420: Class 'UniverRenderingContext2D' incorrectly implements interface 'CanvasRenderingContext2D'.` - [packages\/engine-render\/src\/context.ts\#L21](https://github.com/dream-num/univer/blob/e78f00a6ed0e3566c62d26a4bd79ecbff1014883/packages/engine-render/src/context.ts#L21) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamily.tsx\#L29](https://github.com/dream-num This comment was too long to display in full; see the build artifact for the full details.
typescript-bot commented 1 month ago

e2b-dev/E2B

**1 of 3 projects failed to build with the old tsc and were ignored** ### [packages\/js-sdk\/tsconfig.json](https://github.com/e2b-dev/E2B/blob/dfe6515215b80dda4d62fd6320e58a7c71324551/packages/js-sdk/tsconfig.json) - `error TS2322: Type '(path: string) => Promise' is not assignable to type '(path: string) => Promise'.` - [packages\/js-sdk\/src\/sandbox\/index.ts\#L129](https://github.com/e2b-dev/E2B/blob/dfe6515215b80dda4d62fd6320e58a7c71324551/packages/js-sdk/src/sandbox/index.ts#L129)
typescript-bot commented 1 month ago

elysiajs/elysia

**1 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.test.json](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/tsconfig.test.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [src\/handler.ts\#L155](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L155) - [src\/handler.ts\#L158](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L158) - [src\/handler.ts\#L160](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L160) - [src\/handler.ts\#L170](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L170) - [src\/handler.ts\#L173](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L173) - [src\/handler.ts\#L175](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L175) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | BufferSource'.` - [src\/ws\/index.ts\#L92](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/ws/index.ts#L92) ### [tsconfig.dts.json](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/tsconfig.dts.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [src\/handler.ts\#L155](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L155) - [src\/handler.ts\#L158](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L158) - [src\/handler.ts\#L160](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L160) - [src\/handler.ts\#L170](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L170) - [src\/handler.ts\#L173](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L173) - [src\/handler.ts\#L175](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/handler.ts#L175) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | BufferSource'.` - [src\/ws\/index.ts\#L92](https://github.com/elysiajs/elysia/blob/a0c417cd628a87f71ee255aa1c73f96cd3d8c051/src/ws/index.ts#L92)
typescript-bot commented 1 month ago

ethers-io/ethers.js

**2 of 6 projects failed to build with the old tsc and were ignored** ### [tsconfig.types.json](https://github.com/ethers-io/ethers.js/blob/72c2182d01afa855d131e82635dca3da063cfb31/tsconfig.types.json) - `error TS2872: This kind of expression is always truthy.` - [src.ts\/providers\/provider-jsonrpc.ts\#L385](https://github.com/ethers-io/ethers.js/blob/72c2182d01afa855d131e82635dca3da063cfb31/src.ts/providers/provider-jsonrpc.ts#L385)
typescript-bot commented 1 month ago

fabian-hiller/valibot

**1 of 4 projects failed to build with the old tsc and were ignored** ### [library\/tsconfig.json](https://github.com/fabian-hiller/valibot/blob/e5ae72e1da9b00abfd19d3b434654b213d4bb189/library/tsconfig.json) - `error TS9037: Default exports can't be inferred with --isolatedDeclarations.` - [library\/tsup.config.ts\#L3](https://github.com/fabian-hiller/valibot/blob/e5ae72e1da9b00abfd19d3b434654b213d4bb189/library/tsup.config.ts#L3) - [library\/vite.config.ts\#L3](https://github.com/fabian-hiller/valibot/blob/e5ae72e1da9b00abfd19d3b434654b213d4bb189/library/vite.config.ts#L3)
typescript-bot commented 1 month ago

facebook/lexical

**5 of 13 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/facebook/lexical/blob/80c400c27065b1183449f825529fe76a1b570497/tsconfig.json) - `error TS2872: This kind of expression is always truthy.` - [packages\/lexical-selection\/src\/lexical-node.ts\#L263](https://github.com/facebook/lexical/blob/80c400c27065b1183449f825529fe76a1b570497/packages/lexical-selection/src/lexical-node.ts#L263) ### [tsconfig.build.json](https://github.com/facebook/lexical/blob/80c400c27065b1183449f825529fe76a1b570497/tsconfig.build.json) - `error TS2872: This kind of expression is always truthy.` - [packages\/lexical-selection\/src\/lexical-node.ts\#L263](https://github.com/facebook/lexical/blob/80c400c27065b1183449f825529fe76a1b570497/packages/lexical-selection/src/lexical-node.ts#L263)
typescript-bot commented 1 month ago

gaozhangmin/aliyunpan

### [tsconfig.json](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [src\/aliapi\/server.tsx\#L335](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/server.tsx#L335) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.` - [src\/aliapi\/uploaddisk.ts\#L231](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploaddisk.ts#L231) - [src\/aliapi\/uploaddisk.ts\#L339](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploaddisk.ts#L339) - `error TS2345: Argument of type '(rbuff: FileReadResult) => void' is not assignable to parameter of type '(value: FileReadResult) => void | PromiseLike'.` - [src\/aliapi\/uploaddisk.ts\#L232](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploaddisk.ts#L232) - [src\/aliapi\/uploaddisk.ts\#L340](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploaddisk.ts#L340) - `error TS2344: Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.` - [src\/aliapi\/uploaddisk.ts\#L232](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploaddisk.ts#L232) - [src\/aliapi\/uploaddisk.ts\#L340](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploaddisk.ts#L340) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.` - [src\/aliapi\/uploadhash.ts\#L20](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploadhash.ts#L20) - [src\/aliapi\/uploadhash.ts\#L24](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploadhash.ts#L24) - [src\/aliapi\/uploadhash.ts\#L42](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploadhash.ts#L42) - [src\/aliapi\/uploadhash.ts\#L76](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploadhash.ts#L76) - [src\/aliapi\/uploadhash.ts\#L78](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploadhash.ts#L78) - [src\/aliapi\/uploadhash.ts\#L87](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploadhash.ts#L87) - [src\/aliapi\/uploadhash.ts\#L125](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/aliapi/uploadhash.ts#L125) - [src\/utils\/utils.ts\#L126](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/utils/utils.ts#L126) - `error TS18048: 'key' is possibly 'undefined'.` - [src\/pan\/pantreestore.ts\#L142](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/pan/pantreestore.ts#L142) - [src\/pan\/pantreestore.ts\#L142](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/pan/pantreestore.ts#L142) - `error TS18048: 'value' is possibly 'undefined'.` - [src\/rss\/appsame\/same.ts\#L67](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/appsame/same.ts#L67) - [src\/rss\/appsame\/same.ts\#L74](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/appsame/same.ts#L74) - [src\/rss\/rssscanclean\/ScanClean.ts\#L193](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscanclean/ScanClean.ts#L193) - [src\/rss\/rssscanclean\/ScanClean.ts\#L204](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscanclean/ScanClean.ts#L204) - [src\/rss\/rssscanpunish\/scanpunish.ts\#L215](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscanpunish/scanpunish.ts#L215) - [src\/rss\/rssscanpunish\/scanpunish.ts\#L226](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscanpunish/scanpunish.ts#L226) - [src\/rss\/rssscansame\/scansame.ts\#L78](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscansame/scansame.ts#L78) - [src\/rss\/rssscansame\/scansame.ts\#L85](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscansame/scansame.ts#L85) - [src\/rss\/rssscansame\/scansame.ts\#L226](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscansame/scansame.ts#L226) - [src\/rss\/rssscansame\/scansame.ts\#L237](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscansame/scansame.ts#L237) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [src\/rss\/rssscanenmpty\/scanenmpty.ts\#L15](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscanenmpty/scanenmpty.ts#L15) - [src\/rss\/rssscanenmpty\/scanenmpty.ts\#L17](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscanenmpty/scanenmpty.ts#L17) - [src\/rss\/rssscanenmpty\/scanenmpty.ts\#L17](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscanenmpty/scanenmpty.ts#L17) - [src\/rss\/rssscanenmpty\/scanenmpty.ts\#L26](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssscanenmpty/scanenmpty.ts#L26) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | Uint8Array'.` - [src\/rss\/rssxima\/xima.ts\#L39](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/rss/rssxima/xima.ts#L39) - `error TS18048: 'entry' is possibly 'undefined'.` - [src\/share\/following\/FollowingDAL.ts\#L42](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/share/following/FollowingDAL.ts#L42) - [src\/share\/following\/FollowingDAL.ts\#L42](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/share/following/FollowingDAL.ts#L42) - [src\/share\/following\/FollowingDAL.ts\#L42](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/share/following/FollowingDAL.ts#L42) - [src\/share\/following\/FollowingDAL.ts\#L42](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/share/following/FollowingDAL.ts#L42) - `error TS2345: Argument of type 'T | undefined' is not assignable to parameter of type 'T'.` - [src\/utils\/utils.ts\#L23](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/utils/utils.ts#L23) - [src\/utils\/utils.ts\#L32](https://github.com/gaozhangmin/aliyunpan/blob/6fc8b1f9c5fa2bccc84143d4bd68d2b2b4c0c757/src/utils/utils.ts#L32)
typescript-bot commented 1 month ago

gilbarbara/react-joyride

### [test\/tsconfig.json](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/test/tsconfig.json) - `error TS2742: The inferred type of 'customScreen' cannot be named without a reference to '.pnpm/pretty-format@27.5.1/node_modules/pretty-format'. This is likely not portable. A type annotation is necessary.` - [test\/\_\_fixtures\_\_\/test-utils.ts\#L44](https://github.com/gilbarbara/react-joyride/blob/c6c7bd7b4a6f68e8ba009083d825673b47196cb2/test/__fixtures__/test-utils.ts#L44)
typescript-bot commented 1 month ago

glideapps/quicktype

**7 of 9 projects failed to build with the old tsc and were ignored** ### [packages\/quicktype-core\/tsconfig.json](https://github.com/glideapps/quicktype/blob/29bb8160660a7daa2a837ac0cb1e92f99729ad8e/packages/quicktype-core/tsconfig.json) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [packages\/quicktype-core\/src\/language\/TypeScriptFlow\/TypeScriptFlowBaseRenderer.ts\#L35](https://github.com/glideapps/quicktype/blob/29bb8160660a7daa2a837ac0cb1e92f99729ad8e/packages/quicktype-core/src/language/TypeScriptFlow/TypeScriptFlowBaseRenderer.ts#L35)
typescript-bot commented 1 month ago

google/wireit

### [tsconfig.json](https://github.com/google/wireit/blob/0e6a6153cb3069e5055c3ce4e41593e84f771504/tsconfig.json) - `error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'DefaultLogger'.` - [src\/logging\/debug-logger.ts\#L43](https://github.com/google/wireit/blob/0e6a6153cb3069e5055c3ce4e41593e84f771504/src/logging/debug-logger.ts#L43) in [tsconfig.json](https://github.com/google/wireit/blob/0e6a6153cb3069e5055c3ce4e41593e84f771504/tsconfig.json)
typescript-bot commented 1 month ago

graphile/crystal

**5 of 11 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/graphile/crystal/blob/502f13db09c101c34a05aeb168abf10aa6ebc587/tsconfig.json) - `error TS2871: This expression is always nullish.` - [grafast\/dataplan-pg\/src\/datasource.ts\#L812](https://github.com/graphile/crystal/blob/502f13db09c101c34a05aeb168abf10aa6ebc587/grafast/dataplan-pg/src/datasource.ts#L812) in [grafast\/dataplan-pg\/tsconfig.json](https://github.com/graphile/crystal/blob/502f13db09c101c34a05aeb168abf10aa6ebc587/grafast/dataplan-pg/tsconfig.json)
typescript-bot commented 1 month ago

Infisical/infisical

### [frontend\/tsconfig.json](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/tsconfig.json) - `error TS2769: No overload matches this call.` - [frontend\/src\/components\/utilities\/cryptography\/aes-256-gcm.ts\#L46](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/components/utilities/cryptography/aes-256-gcm.ts#L46) - [frontend\/src\/components\/utilities\/cryptography\/aes-256-gcm.ts\#L67](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/components/utilities/cryptography/aes-256-gcm.ts#L67) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.` - [frontend\/src\/components\/utilities\/cryptography\/aes-256-gcm.ts\#L68](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/components/utilities/cryptography/aes-256-gcm.ts#L68) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [frontend\/src\/pages\/integrations\/aws-parameter-store\/authorize.tsx\#L98](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/aws-parameter-store/authorize.tsx#L98) - [frontend\/src\/pages\/integrations\/aws-parameter-store\/authorize.tsx\#L106](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/aws-parameter-store/authorize.tsx#L106) - [frontend\/src\/pages\/integrations\/aws-parameter-store\/create.tsx\#L257](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/aws-parameter-store/create.tsx#L257) - [frontend\/src\/pages\/integrations\/aws-secret-manager\/create.tsx\#L297](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/aws-secret-manager/create.tsx#L297) - [frontend\/src\/pages\/integrations\/azure-key-vault\/create.tsx\#L121](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/azure-key-vault/create.tsx#L121) - [frontend\/src\/pages\/integrations\/checkly\/authorize.tsx\#L83](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/checkly/authorize.tsx#L83) - [frontend\/src\/pages\/integrations\/circleci\/authorize.tsx\#L83](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/circleci/authorize.tsx#L83) - [frontend\/src\/pages\/integrations\/cloud-66\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/cloud-66/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/cloudflare-pages\/authorize.tsx\#L59](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/cloudflare-pages/authorize.tsx#L59) - [frontend\/src\/pages\/integrations\/cloudflare-pages\/authorize.tsx\#L73](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/cloudflare-pages/authorize.tsx#L73) - [frontend\/src\/pages\/integrations\/cloudflare-workers\/authorize.tsx\#L61](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/cloudflare-workers/authorize.tsx#L61) - [frontend\/src\/pages\/integrations\/cloudflare-workers\/authorize.tsx\#L75](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/cloudflare-workers/authorize.tsx#L75) - [frontend\/src\/pages\/integrations\/codefresh\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/codefresh/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/digital-ocean-app-platform\/authorize.tsx\#L49](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/digital-ocean-app-platform/authorize.tsx#L49) - [frontend\/src\/pages\/integrations\/laravel-forge\/authorize.tsx\#L57](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/laravel-forge/authorize.tsx#L57) - [frontend\/src\/pages\/integrations\/laravel-forge\/authorize.tsx\#L68](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/laravel-forge/authorize.tsx#L68) - [frontend\/src\/pages\/integrations\/northflank\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/northflank/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/qovery\/authorize.tsx\#L83](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/qovery/authorize.tsx#L83) - [frontend\/src\/pages\/integrations\/railway\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/railway/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/render\/authorize.tsx\#L83](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/render/authorize.tsx#L83) - [frontend\/src\/pages\/integrations\/supabase\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/supabase/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/teamcity\/authorize.tsx\#L93](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/teamcity/authorize.tsx#L93) - [frontend\/src\/pages\/integrations\/teamcity\/authorize.tsx\#L105](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/teamcity/authorize.tsx#L105) - [frontend\/src\/pages\/integrations\/terraform-cloud\/authorize.tsx\#L93](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/terraform-cloud/authorize.tsx#L93) - [frontend\/src\/pages\/integrations\/terraform-cloud\/authorize.tsx\#L105](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/terraform-cloud/authorize.tsx#L105) - [frontend\/src\/pages\/integrations\/terraform-cloud\/create.tsx\#L177](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/terraform-cloud/create.tsx#L177) - [frontend\/src\/pages\/integrations\/travisci\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/travisci/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/windmill\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/frontend/src/pages/integrations/windmill/authorize.tsx#L47) ### [backend\/tsconfig.json](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/tsconfig.json) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [backend\/src\/db\/migrations\/utils\/kms.ts\#L83](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/db/migrations/utils/kms.ts#L83) - [backend\/src\/db\/migrations\/utils\/kms.ts\#L83](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/db/migrations/utils/kms.ts#L83) - [backend\/src\/db\/migrations\/utils\/kms.ts\#L96](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/db/migrations/utils/kms.ts#L96) - [backend\/src\/db\/migrations\/utils\/kms.ts\#L96](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/db/migrations/utils/kms.ts#L96) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L22](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L22) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L28](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L28) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L28](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L28) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L41](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L41) - [backend\/src\/services\/kms\/kms-service.ts\#L124](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/services/kms/kms-service.ts#L124) - [backend\/src\/services\/kms\/kms-service.ts\#L124](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/services/kms/kms-service.ts#L124) - [backend\/src\/services\/kms\/kms-service.ts\#L341](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/services/kms/kms-service.ts#L341) - [backend\/src\/services\/kms\/kms-service.ts\#L341](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/services/kms/kms-service.ts#L341) - [backend\/src\/services\/kms\/kms-service.ts\#L589](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/services/kms/kms-service.ts#L589) - [backend\/src\/services\/kms\/kms-service.ts\#L589](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/services/kms/kms-service.ts#L589) - `error TS2769: No overload matches this call.` - [backend\/src\/ee\/services\/external-kms\/providers\/aws-kms.ts\#L86](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/ee/services/external-kms/providers/aws-kms.ts#L86) - [backend\/src\/ee\/services\/external-kms\/providers\/aws-kms.ts\#L97](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/ee/services/external-kms/providers/aws-kms.ts#L97) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L19](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L19) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L38](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L38) - [backend\/src\/lib\/crypto\/encryption.ts\#L28](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/encryption.ts#L28) - [backend\/src\/lib\/crypto\/encryption.ts\#L40](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/encryption.ts#L40) - [backend\/src\/lib\/crypto\/encryption.ts\#L54](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/encryption.ts#L54) - [backend\/src\/lib\/crypto\/encryption.ts\#L72](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/encryption.ts#L72) - [backend\/src\/lib\/crypto\/secret-encryption.ts\#L71](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/secret-encryption.ts#L71) - [backend\/src\/lib\/crypto\/signing.ts\#L9](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/signing.ts#L9) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.` - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L21](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L21) - `error TS2322: Type 'Buffer' is not assignable to type 'Buffer & string'.` - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L22](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L22) - `error TS2322: Type 'Buffer & string' is not assignable to type 'Uint8Array'.` - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L22](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L22) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L28](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L28) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L41](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L41) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.` - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L39](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L39) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L41](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/cipher/cipher.ts#L41) - [backend\/src\/lib\/crypto\/encryption.ts\#L29](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/encryption.ts#L29) - [backend\/src\/lib\/crypto\/encryption.ts\#L74](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/encryption.ts#L74) - [backend\/src\/lib\/crypto\/secret-encryption.ts\#L72](https://github.com/Infisical/infisical/blob/93db5c4555c19f431a66b8ffe239cca52e0e2d20/backend/src/lib/crypto/secret-encryption.ts#L72)
typescript-bot commented 1 month ago

jackyzha0/quartz

### [tsconfig.json](https://github.com/jackyzha0/quartz/blob/bf1c9d1791d03fa310a2b7afd682f6c7e1e22bce/tsconfig.json) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [quartz\/plugins\/emitters\/componentResources.ts\#L252](https://github.com/jackyzha0/quartz/blob/bf1c9d1791d03fa310a2b7afd682f6c7e1e22bce/quartz/plugins/emitters/componentResources.ts#L252) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'string | ArrayBufferView | Iterable | AsyncIterable | Stream'.` - [quartz\/plugins\/emitters\/helpers.ts\#L17](https://github.com/jackyzha0/quartz/blob/bf1c9d1791d03fa310a2b7afd682f6c7e1e22bce/quartz/plugins/emitters/helpers.ts#L17) - `error TS2322: Type 'string | Buffer' is not assignable to type 'Value'.` - [quartz\/processors\/parse.ts\#L90](https://github.com/jackyzha0/quartz/blob/bf1c9d1791d03fa310a2b7afd682f6c7e1e22bce/quartz/processors/parse.ts#L90)
typescript-bot commented 1 month ago

labring/FastGPT

**1 of 8 projects failed to build with the old tsc and were ignored** ### [projects\/app\/tsconfig.json](https://github.com/labring/FastGPT/blob/56f6e69bc705b124cb2fec735ebbb9e691bb3f0b/projects/app/tsconfig.json) - `error TS2872: This kind of expression is always truthy.` - [projects\/app\/src\/pages\/app\/detail\/components\/Publish\/FeiShu\/FeiShuEditModal.tsx\#L79](https://github.com/labring/FastGPT/blob/56f6e69bc705b124cb2fec735ebbb9e691bb3f0b/projects/app/src/pages/app/detail/components/Publish/FeiShu/FeiShuEditModal.tsx#L79) - [projects\/app\/src\/pages\/app\/detail\/components\/Publish\/Link\/index.tsx\#L336](https://github.com/labring/FastGPT/blob/56f6e69bc705b124cb2fec735ebbb9e691bb3f0b/projects/app/src/pages/app/detail/components/Publish/Link/index.tsx#L336) - [projects\/app\/src\/pages\/app\/detail\/components\/Publish\/Link\/index.tsx\#L393](https://github.com/labring/FastGPT/blob/56f6e69bc705b124cb2fec735ebbb9e691bb3f0b/projects/app/src/pages/app/detail/components/Publish/Link/index.tsx#L393) ### [packages\/service\/tsconfig.json](https://github.com/labring/FastGPT/blob/56f6e69bc705b124cb2fec735ebbb9e691bb3f0b/packages/service/tsconfig.json) - `error TS2769: No overload matches this call.` - [packages\/service\/worker\/readFile\/parseOffice.ts\#L103](https://github.com/labring/FastGPT/blob/56f6e69bc705b124cb2fec735ebbb9e691bb3f0b/packages/service/worker/readFile/parseOffice.ts#L103) - [packages\/service\/worker\/readFile\/parseOffice.ts\#L107](https://github.com/labring/FastGPT/blob/56f6e69bc705b124cb2fec735ebbb9e691bb3f0b/packages/service/worker/readFile/parseOffice.ts#L107)
typescript-bot commented 1 month ago

Licoy/ChatGPT-Midjourney

### [tsconfig.json](https://github.com/Licoy/ChatGPT-Midjourney/blob/4905c77f1c350732940920626a594aaa8a30bc02/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [app\/store\/chat.ts\#L772](https://github.com/Licoy/ChatGPT-Midjourney/blob/4905c77f1c350732940920626a594aaa8a30bc02/app/store/chat.ts#L772)
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

lyswhut/lx-music-desktop

**1 of 6 projects failed to build with the old tsc and were ignored** ### [src\/renderer\/tsconfig.json](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/renderer/tsconfig.json) - `error TS2769: No overload matches this call.` - [src\/common\/utils\/download\/Downloader.ts\#L96](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/download/Downloader.ts#L96) - [src\/common\/utils\/nodejs.ts\#L131](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/nodejs.ts#L131) - [src\/common\/utils\/nodejs.ts\#L162](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/nodejs.ts#L162) - [src\/renderer\/worker\/download\/utils.ts\#L18](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/renderer/worker/download/utils.ts#L18) - [src\/renderer\/worker\/download\/utils.ts\#L24](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/renderer/worker/download/utils.ts#L24) - `error TS2322: Type 'ArrayBufferView' is not assignable to type 'Buffer | null'.` - [src\/common\/utils\/download\/Downloader.ts\#L111](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/download/Downloader.ts#L111) ### [src\/main\/tsconfig.json](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/tsconfig.json) - `error TS2769: No overload matches this call.` - [src\/common\/utils\/nodejs.ts\#L131](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/nodejs.ts#L131) - [src\/common\/utils\/nodejs.ts\#L162](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/nodejs.ts#L162) - [src\/main\/modules\/sync\/server\/utils\/tools.ts\#L20](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/server/utils/tools.ts#L20) - [src\/main\/modules\/sync\/server\/utils\/tools.ts\#L21](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/server/utils/tools.ts#L21) - [src\/main\/modules\/sync\/server\/utils\/tools.ts\#L25](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/server/utils/tools.ts#L25) - [src\/main\/modules\/sync\/server\/utils\/tools.ts\#L26](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/server/utils/tools.ts#L26) - [src\/main\/modules\/sync\/server\/utils\/tools.ts\#L30](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/server/utils/tools.ts#L30) - [src\/main\/modules\/sync\/server\/utils\/tools.ts\#L33](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/server/utils/tools.ts#L33) - [src\/main\/modules\/sync\/utils.ts\#L64](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/utils.ts#L64) - [src\/main\/modules\/sync\/utils.ts\#L65](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/utils.ts#L65) - [src\/main\/modules\/sync\/utils.ts\#L69](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/utils.ts#L69) - [src\/main\/modules\/sync\/utils.ts\#L70](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/utils.ts#L70) - [src\/main\/modules\/sync\/utils.ts\#L74](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/utils.ts#L74) - [src\/main\/modules\/sync\/utils.ts\#L77](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/utils.ts#L77) - [src\/main\/modules\/winMain\/rendererEvent\/tx\_decodeLyric.ts\#L18](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/winMain/rendererEvent/tx_decodeLyric.ts#L18) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'BinaryLike'.` - [src\/main\/modules\/sync\/server\/utils\/tools.ts\#L21](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/server/utils/tools.ts#L21) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.` - [src\/main\/modules\/sync\/server\/utils\/tools.ts\#L26](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/server/utils/tools.ts#L26) - [src\/main\/modules\/sync\/utils.ts\#L70](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/utils.ts#L70) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.` - [src\/main\/modules\/sync\/utils.ts\#L65](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/main/modules/sync/utils.ts#L65) ### [src\/common\/tsconfig.json](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/tsconfig.json) - `error TS2769: No overload matches this call.` - [src\/common\/utils\/download\/Downloader.ts\#L96](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/download/Downloader.ts#L96) - [src\/common\/utils\/nodejs.ts\#L131](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/nodejs.ts#L131) - [src\/common\/utils\/nodejs.ts\#L162](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/nodejs.ts#L162) - `error TS2322: Type 'ArrayBufferView' is not assignable to type 'Buffer | null'.` - [src\/common\/utils\/download\/Downloader.ts\#L111](https://github.com/lyswhut/lx-music-desktop/blob/7799e511e8f56c27c3a65b5b73ab0dbc94e5c3bf/src/common/utils/download/Downloader.ts#L111)
typescript-bot commented 1 month ago

material-components/material-web

**2 of 3 projects failed to build with the old tsc and were ignored** ### [scripts\/tsconfig.json](https://github.com/material-components/material-web/blob/7231e51e9f9d307cdbbb58817ff798e7e7d29ff8/scripts/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [scripts\/analyzer\/update-docs.ts\#L342](https://github.com/material-components/material-web/blob/7231e51e9f9d307cdbbb58817ff798e7e7d29ff8/scripts/analyzer/update-docs.ts#L342)
typescript-bot commented 1 month ago

material-shell/material-shell

### [tsconfig.types.json](https://github.com/material-shell/material-shell/blob/4c0cfcf370b0b1168f4a52de90ba954fed81ac50/tsconfig.types.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [src\/utils\/windows.ts\#L12](https://github.com/material-shell/material-shell/blob/4c0cfcf370b0b1168f4a52de90ba954fed81ac50/src/utils/windows.ts#L12) ### [tsconfig.json](https://github.com/material-shell/material-shell/blob/4c0cfcf370b0b1168f4a52de90ba954fed81ac50/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [src\/utils\/windows.ts\#L12](https://github.com/material-shell/material-shell/blob/4c0cfcf370b0b1168f4a52de90ba954fed81ac50/src/utils/windows.ts#L12)
typescript-bot commented 1 month ago

mattermost/mattermost

**1 of 4 projects failed to build with the old tsc and were ignored** ### [webapp\/platform\/client\/tsconfig.build.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/platform/client/tsconfig.build.json) - `error TS2386: Overload signatures must all be optional or required.` - file:///mnt/ts_downloads/_/m/mattermost/webapp/node_modules/@types/node/module.d.ts#L254 in [webapp\/platform\/types\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/platform/types/tsconfig.json) - file:///mnt/ts_downloads/_/m/mattermost/webapp/node_modules/@types/node/module.d.ts#L254 in [webapp\/platform\/client\/tsconfig.build.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/platform/client/tsconfig.build.json) ### [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - `error TS2386: Overload signatures must all be optional or required.` - file:///mnt/ts_downloads/_/m/mattermost/webapp/node_modules/@types/node/module.d.ts#L254 in [webapp\/platform\/types\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/platform/types/tsconfig.json) - file:///mnt/ts_downloads/_/m/mattermost/webapp/node_modules/@types/node/module.d.ts#L254 in [webapp\/platform\/client\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/platform/client/tsconfig.json) - `error TS4082: Default export of the module has or is using private name 'Props'.` - [webapp\/channels\/src\/components\/admin\_console\/team\_channel\_settings\/channel\/index.ts\#L21](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/admin_console/team_channel_settings/channel/index.ts#L21) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/announcement\_bar\/version\_bar\/index.ts\#L16](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/announcement_bar/version_bar/index.ts#L16) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/channel\_header\_dropdown\/menu\_items\/leave\_channel\/index.ts\#L27](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/channel_header_dropdown/menu_items/leave_channel/index.ts#L27) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/channel\_layout\/channel\_identifier\_router\/index.ts\#L20](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/channel_layout/channel_identifier_router/index.ts#L20) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/file\_attachment\/index.ts\#L43](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/file_attachment/index.ts#L43) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/get\_public\_link\_modal\/index.ts\#L35](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/get_public_link_modal/index.ts#L35) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/post\_view\/commented\_on\_files\_message\/index.ts\#L35](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/post_view/commented_on_files_message/index.ts#L35) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/post\_view\/index.ts\#L80](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/post_view/index.ts#L80) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/rhs\_header\_post\/index.ts\#L89](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/rhs_header_post/index.ts#L89) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - `error TS4026: Public static property 'createDeferredPostView' of exported class has or is using name 'Props' from external module "/mnt/ts_downloads/_/m/mattermost/webapp/channels/src/components/post_view/post_view" but cannot be named.` - [webapp\/channels\/src\/components\/channel\_view\/channel\_view.tsx\#L32](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/channel_view/channel_view.tsx#L32) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - `error TS4026: Public static property 'createDeferredPostView' of exported class has or is using name 'RouteViewParams' from external module "/mnt/ts_downloads/_/m/mattermost/webapp/channels/src/components/post_view/index" but cannot be named.` - [webapp\/channels\/src\/components\/channel\_view\/channel\_view.tsx\#L32](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/channel_view/channel_view.tsx#L32) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - `error TS4022: 'extends' clause of exported interface 'HTMLAttributes' has or is using private name 'AriaAttributes'.` - [webapp\/channels\/src\/components\/post\_emoji\/post\_emoji.tsx\#L14](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/post_emoji/post_emoji.tsx#L14) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/widgets\/menu\/menu\_wrapper.tsx\#L13](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/widgets/menu/menu_wrapper.tsx#L13) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - `error TS4022: 'extends' clause of exported interface 'HTMLAttributes' has or is using private name 'DOMAttributes'.` - [webapp\/channels\/src\/components\/post\_emoji\/post\_emoji.tsx\#L14](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/post_emoji/post_emoji.tsx#L14) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/widgets\/menu\/menu\_wrapper.tsx\#L13](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/widgets/menu/menu_wrapper.tsx#L13) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json) - `error TS4082: Default export of the module has or is using private name 'OwnProps'.` - [webapp\/channels\/src\/components\/post\_view\/combined\_user\_activity\_post\/index.ts\#L37](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/src/components/post_view/combined_user_activity_post/index.ts#L37) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/1158e6358c2dbc2a3eeeb0a72df78b7209f11466/webapp/channels/tsconfig.json)
typescript-bot commented 1 month ago

microsoft/azuredatastudio

**8 of 67 projects failed to build with the old tsc and were ignored** ### [extensions\/github-authentication\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/0acb8dfc9c8cc20da5d5edcf964b8f98003f73aa/extensions/github-authentication/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [extensions\/github-authentication\/src\/githubServer.ts\#L203](https://github.com/microsoft/azuredatastudio/blob/0acb8dfc9c8cc20da5d5edcf964b8f98003f73aa/extensions/github-authentication/src/githubServer.ts#L203) ### [extensions\/azurecore\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/0acb8dfc9c8cc20da5d5edcf964b8f98003f73aa/extensions/azurecore/tsconfig.json) - `error TS2322: Type 'AzureAuth | undefined' is not assignable to type 'AzureAuth'.` - [extensions\/azurecore\/src\/account-provider\/azureAccountProvider.ts\#L83](https://github.com/microsoft/azuredatastudio/blob/0acb8dfc9c8cc20da5d5edcf964b8f98003f73aa/extensions/azurecore/src/account-provider/azureAccountProvider.ts#L83) - [extensions\/azurecore\/src\/account-provider\/azureAccountProvider.ts\#L96](https://github.com/microsoft/azuredatastudio/blob/0acb8dfc9c8cc20da5d5edcf964b8f98003f73aa/extensions/azurecore/src/account-provider/azureAccountProvider.ts#L96) ### [build\/tsconfig.build.json](https://github.com/microsoft/azuredatastudio/blob/0acb8dfc9c8cc20da5d5edcf964b8f98003f73aa/build/tsconfig.build.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [build\/lib\/fetch.ts\#L46](https://github.com/microsoft/azuredatastudio/blob/0acb8dfc9c8cc20da5d5edcf964b8f98003f73aa/build/lib/fetch.ts#L46)
typescript-bot commented 1 month ago

microsoft/playwright

**4 of 16 projects failed to build with the old tsc and were ignored** ### [packages\/html-reporter\/tsconfig.json](https://github.com/microsoft/playwright/blob/d0c840f6390e3693fce199507981716be3df62f9/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/d0c840f6390e3693fce199507981716be3df62f9/packages/html-reporter/src/index.tsx#L18)
typescript-bot commented 1 month ago

miurla/morphic

### [tsconfig.json](https://github.com/miurla/morphic/blob/260fbbff42de3ee19db40664ea6fe88b179d0501/tsconfig.json) - `error TS2872: This kind of expression is always truthy.` - [components\/ui\/codeblock.tsx\#L60](https://github.com/miurla/morphic/blob/260fbbff42de3ee19db40664ea6fe88b179d0501/components/ui/codeblock.tsx#L60)
typescript-bot commented 1 month ago

Molunerfinn/PicGo

### [tsconfig.json](https://github.com/Molunerfinn/PicGo/blob/316928edc322b674ba337ca22f3cef30bfbadb8b/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [src\/main\/utils\/beforeOpen.ts\#L31](https://github.com/Molunerfinn/PicGo/blob/316928edc322b674ba337ca22f3cef30bfbadb8b/src/main/utils/beforeOpen.ts#L31) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [src\/main\/utils\/beforeOpen.ts\#L64](https://github.com/Molunerfinn/PicGo/blob/316928edc322b674ba337ca22f3cef30bfbadb8b/src/main/utils/beforeOpen.ts#L64)
typescript-bot commented 1 month ago

mongodb/node-mongodb-native

**2 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/mongodb/node-mongodb-native/blob/54efb7d497f8efb9953f5d315267e299ed4cf5af/tsconfig.json) - `error TS4114: This member must have an 'override' modifier because it overrides a member in the base class 'Promise'.` - [src\/timeout.ts\#L32](https://github.com/mongodb/node-mongodb-native/blob/54efb7d497f8efb9953f5d315267e299ed4cf5af/src/timeout.ts#L32) - `error TS2339: Property 'w' does not exist on type '{} | { w?: W | undefined; journal?: boolean | undefined; wtimeoutMS?: number | undefined; wtimeout?: number | undefined; j?: boolean | undefined; fsync?: boolean | 1 | undefined; } | ... 6 more ... | { ...; }'.` - [src\/write\_concern.ts\#L141](https://github.com/mongodb/node-mongodb-native/blob/54efb7d497f8efb9953f5d315267e299ed4cf5af/src/write_concern.ts#L141) - `error TS2339: Property 'wtimeout' does not exist on type '{} | { w?: W | undefined; journal?: boolean | undefined; wtimeoutMS?: number | undefined; wtimeout?: number | undefined; j?: boolean | undefined; fsync?: boolean | 1 | undefined; } | ... 6 more ... | { ...; }'.` - [src\/write\_concern.ts\#L142](https://github.com/mongodb/node-mongodb-native/blob/54efb7d497f8efb9953f5d315267e299ed4cf5af/src/write_concern.ts#L142) - `error TS2339: Property 'j' does not exist on type '{} | { w?: W | undefined; journal?: boolean | undefined; wtimeoutMS?: number | undefined; wtimeout?: number | undefined; j?: boolean | undefined; fsync?: boolean | 1 | undefined; } | ... 6 more ... | { ...; }'.` - [src\/write\_concern.ts\#L143](https://github.com/mongodb/node-mongodb-native/blob/54efb7d497f8efb9953f5d315267e299ed4cf5af/src/write_concern.ts#L143) - `error TS2339: Property 'fsync' does not exist on type '{} | { w?: W | undefined; journal?: boolean | undefined; wtimeoutMS?: number | undefined; wtimeout?: number | undefined; j?: boolean | undefined; fsync?: boolean | 1 | undefined; } | ... 6 more ... | { ...; }'.` - [src\/write\_concern.ts\#L144](https://github.com/mongodb/node-mongodb-native/blob/54efb7d497f8efb9953f5d315267e299ed4cf5af/src/write_concern.ts#L144) - `error TS2339: Property 'journal' does not exist on type '{} | { w?: W | undefined; journal?: boolean | undefined; wtimeoutMS?: number | undefined; wtimeout?: number | undefined; j?: boolean | undefined; fsync?: boolean | 1 | undefined; } | ... 6 more ... | { ...; }'.` - [src\/write\_concern.ts\#L145](https://github.com/mongodb/node-mongodb-native/blob/54efb7d497f8efb9953f5d315267e299ed4cf5af/src/write_concern.ts#L145) - `error TS2339: Property 'wtimeoutMS' does not exist on type '{} | { w?: W | undefined; journal?: boolean | undefined; wtimeoutMS?: number | undefined; wtimeout?: number | undefined; j?: boolean | undefined; fsync?: boolean | 1 | undefined; } | ... 6 more ... | { ...; }'.` - [src\/write\_concern.ts\#L146](https://github.com/mongodb/node-mongodb-native/blob/54efb7d497f8efb9953f5d315267e299ed4cf5af/src/write_concern.ts#L146)
typescript-bot commented 1 month ago

motion-canvas/motion-canvas

**13 of 18 projects failed to build with the old tsc and were ignored** ### [packages\/vite-plugin\/tsconfig.json](https://github.com/motion-canvas/motion-canvas/blob/5c707c1adcf3cc23015c90299b35a1bb56ec90f8/packages/vite-plugin/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/vite-plugin\/src\/partials\/corsProxy.ts\#L271](https://github.com/motion-canvas/motion-canvas/blob/5c707c1adcf3cc23015c90299b35a1bb56ec90f8/packages/vite-plugin/src/partials/corsProxy.ts#L271)
typescript-bot commented 1 month ago

nextui-org/nextui

**2 of 80 projects failed to build with the old tsc and were ignored** ### [packages\/hooks\/use-aria-multiselect\/tsconfig.json](https://github.com/nextui-org/nextui/blob/6d9995bad1c2b6a85d5df88c4fb4393ac264292b/packages/hooks/use-aria-multiselect/tsconfig.json) - `error TS2345: Argument of type 'Key | undefined' is not assignable to parameter of type 'Key'.` - [packages\/hooks\/use-aria-multiselect\/src\/use-multiselect.ts\#L67](https://github.com/nextui-org/nextui/blob/6d9995bad1c2b6a85d5df88c4fb4393ac264292b/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L67) - [packages\/hooks\/use-aria-multiselect\/src\/use-multiselect.ts\#L81](https://github.com/nextui-org/nextui/blob/6d9995bad1c2b6a85d5df88c4fb4393ac264292b/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L81) ### [packages\/core\/react\/tsconfig.json](https://github.com/nextui-org/nextui/blob/6d9995bad1c2b6a85d5df88c4fb4393ac264292b/packages/core/react/tsconfig.json) - `error TS2345: Argument of type 'Key | undefined' is not assignable to parameter of type 'Key'.` - [packages\/hooks\/use-aria-multiselect\/src\/use-multiselect.ts\#L67](https://github.com/nextui-org/nextui/blob/6d9995bad1c2b6a85d5df88c4fb4393ac264292b/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L67) - [packages\/hooks\/use-aria-multiselect\/src\/use-multiselect.ts\#L81](https://github.com/nextui-org/nextui/blob/6d9995bad1c2b6a85d5df88c4fb4393ac264292b/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L81) ### [packages\/components\/select\/tsconfig.json](https://github.com/nextui-org/nextui/blob/6d9995bad1c2b6a85d5df88c4fb4393ac264292b/packages/components/select/tsconfig.json) - `error TS2345: Argument of type 'Key | undefined' is not assignable to parameter of type 'Key'.` - [packages\/hooks\/use-aria-multiselect\/src\/use-multiselect.ts\#L67](https://github.com/nextui-org/nextui/blob/6d9995bad1c2b6a85d5df88c4fb4393ac264292b/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L67) - [packages\/hooks\/use-aria-multiselect\/src\/use-multiselect.ts\#L81](https://github.com/nextui-org/nextui/blob/6d9995bad1c2b6a85d5df88c4fb4393ac264292b/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L81)
typescript-bot commented 1 month ago

NomicFoundation/hardhat

**6 of 21 projects failed to build with the old tsc and were ignored** ### [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ToBytesInputTypes'.` - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L73](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L73) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L92](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L92) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L74](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L74) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L93](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L93) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L241](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L241) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L297](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L297) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L46](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L46) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L118](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L118) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L126](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L126) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L135](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L135) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L153](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L153) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L256](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L256) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L266](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L266) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L269](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L269) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L273](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L273) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/random.ts\#L10](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/random.ts#L10) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/compiler-to-model.ts\#L683](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/compiler-to-model.ts#L683) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L88](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L88) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L128](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L128) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L133](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L133) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L144](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L144) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L146](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L146) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L153](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L153) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L158](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L158) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L160](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L160) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L162](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L162) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L166](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L166) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L168](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L168) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L170](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L170) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L172](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L172) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L174](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L174) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L176](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L176) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L178](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L178) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L180](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L180) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L182](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L182) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L184](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L184) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L186](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L186) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L188](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L188) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L190](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L190) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L192](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L192) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L194](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L194) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L196](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L196) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L198](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L198) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L200](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L200) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L202](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L202) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L204](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L204) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L206](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L206) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L208](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L208) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L210](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L210) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L212](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L212) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L214](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L214) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L216](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L216) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L218](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L218) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L220](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L220) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L222](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L222) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L224](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L224) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L226](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L226) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L228](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L228) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/debug.ts\#L160](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/debug.ts#L160) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/model.ts\#L251](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/model.ts#L251) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/model.ts\#L333](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/model.ts#L333) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-trace-decoder.ts\#L32](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-trace-decoder.ts#L32) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-trace-decoder.ts\#L50](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-trace-decoder.ts#L50) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L85](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L85) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/solidity\/compiler\/downloader.ts\#L326](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/solidity/compiler/downloader.ts#L326) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - `error TS2322: Type '[Buffer, Buffer[]][] | undefined' is not assignable to type 'AccessListBytes | AccessList | null | undefined'.` - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L280](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L280) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - `error TS2322: Type '[Buffer, Buffer[]][]' is not assignable to type 'AccessListBytes | AccessList | null | undefined'.` - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L289](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L289) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - `error TS2345: Argument of type '{ gasLimit: bigint | undefined; from: Buffer; to: Buffer | undefined; gas: bigint | undefined; gasPrice: bigint | undefined; value: bigint | undefined; nonce: bigint | undefined; ... 6 more ...; blobVersionedHashes: Buffer[] | undefined; }' is not assignable to parameter of type 'LegacyTxData'.` - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L294](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L294) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L221](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L221) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L271](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L271) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/random.ts\#L30](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/random.ts#L30) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/library-utils.ts\#L69](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/library-utils.ts#L69) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/library-utils.ts\#L71](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/library-utils.ts#L71) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/model.ts\#L250](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/model.ts#L250) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L72](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L72) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L76](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L76) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L90](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L90) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L93](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L93) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L114](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L114) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L115](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L115) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L119](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L119) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L120](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L120) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L124](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L124) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L184](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L184) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L194](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L194) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L198](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L198) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/util\/abi-helpers.ts\#L23](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/util/abi-helpers.ts#L23) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/util\/keccak.ts\#L4](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/util/keccak.ts#L4) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - `error TS2345: Argument of type 'Buffer | undefined' is not assignable to parameter of type 'Uint8Array | undefined'.` - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/compiler-to-model.ts\#L255](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/compiler-to-model.ts#L255) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - `error TS2322: Type 'Buffer | undefined' is not assignable to type 'Uint8Array | undefined'.` - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/vm-tracer.ts\#L187](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/vm-tracer.ts#L187) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - `error TS2307: Cannot find module 'hardhat/config' or its corresponding type declarations.` - [packages\/hardhat-web3-v4\/src\/index.ts\#L1](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/src/index.ts#L1) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/tsconfig.json) - `error TS2307: Cannot find module 'hardhat/plugins' or its corresponding type declarations.` - [packages\/hardhat-web3-v4\/src\/index.ts\#L2](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/src/index.ts#L2) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/tsconfig.json) - `error TS7006: Parameter 'env' implicitly has an 'any' type.` - [packages\/hardhat-web3-v4\/src\/index.ts\#L6](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/src/index.ts#L6) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/tsconfig.json) - `error TS2664: Invalid module name in augmentation, module 'hardhat/types/runtime' cannot be found.` - [packages\/hardhat-web3-v4\/src\/type-extensions.ts\#L5](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/src/type-extensions.ts#L5) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/tsconfig.json) - `error TS2307: Cannot find module 'hardhat/plugins-testing' or its corresponding type declarations.` - [packages\/hardhat-web3-v4\/test\/helpers.ts\#L1](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/test/helpers.ts#L1) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/tsconfig.json) - `error TS2307: Cannot find module 'hardhat/types' or its corresponding type declarations.` - [packages\/hardhat-web3-v4\/test\/helpers.ts\#L2](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/test/helpers.ts#L2) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/tsconfig.json) - `error TS2307: Cannot find module 'hardhat/builtin-tasks/task-names' or its corresponding type declarations.` - [packages\/hardhat-web3-v4\/test\/helpers.ts\#L3](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/test/helpers.ts#L3) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-web3-v4/tsconfig.json) ### [packages\/hardhat-vyper\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/tsconfig.json) - `error TS2307: Cannot find module 'hardhat/types/config' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/cache.ts\#L2](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/cache.ts#L2) - `error TS2307: Cannot find module 'hardhat/internal/util/download' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/downloader.ts\#L23](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/downloader.ts#L23) - `error TS2339: Property 'isNomicLabsHardhatPluginError' does not exist on type 'typeof VyperPluginError'.` - [packages\/hardhat-vyper\/src\/downloader.ts\#L117](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/downloader.ts#L117) - [packages\/hardhat-vyper\/test\/helpers.ts\#L85](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/test/helpers.ts#L85) - `error TS2307: Cannot find module 'hardhat/internal/util/fs-utils' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/glob.ts\#L9](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/glob.ts#L9) - `error TS7006: Parameter 'f' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/glob.ts\#L18](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/glob.ts#L18) - `error TS2307: Cannot find module 'hardhat/internal/util/glob' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/glob.ts\#L34](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/glob.ts#L34) - `error TS2307: Cannot find module 'hardhat/internal/artifacts' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/index.ts\#L1](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L1) - `error TS2307: Cannot find module 'hardhat/types/artifacts' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/index.ts\#L2](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L2) - [packages\/hardhat-vyper\/src\/util.ts\#L2](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/util.ts#L2) - `error TS2307: Cannot find module 'hardhat/utils/contract-names' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/index.ts\#L11](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L11) - `error TS2307: Cannot find module 'hardhat/builtin-tasks/task-names' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/index.ts\#L12](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L12) - [packages\/hardhat-vyper\/test\/tests.ts\#L6](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/test/tests.ts#L6) - `error TS2307: Cannot find module 'hardhat/config' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/index.ts\#L13](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L13) - `error TS7006: Parameter 'config' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L44](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L44) - `error TS7006: Parameter 'userConfig' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L44](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L44) - `error TS7006: Parameter '_' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L52](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L52) - [packages\/hardhat-vyper\/src\/index.ts\#L60](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L60) - `error TS7006: Parameter '__' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L52](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L52) - `error TS7006: Parameter 'runSuper' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L52](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L52) - `error TS7031: Binding element 'config' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L60](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L60) - [packages\/hardhat-vyper\/src\/index.ts\#L73](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L73) - [packages\/hardhat-vyper\/src\/index.ts\#L220](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L220) - `error TS2307: Cannot find module 'hardhat/utils/source-names' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/index.ts\#L76](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L76) - [packages\/hardhat-vyper\/src\/index.ts\#L351](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L351) - [packages\/hardhat-vyper\/src\/resolver.ts\#L10](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/resolver.ts#L10) - `error TS7031: Binding element 'run' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L104](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L104) - [packages\/hardhat-vyper\/src\/index.ts\#L220](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L220) - `error TS2307: Cannot find module 'hardhat/internal/util/global-dir' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/index.ts\#L107](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L107) - `error TS7031: Binding element 'artifacts' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L220](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L220) - `error TS7031: Binding element 'version' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L260](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L260) - [packages\/hardhat-vyper\/src\/index.ts\#L264](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L264) - `error TS7031: Binding element 'settings' implicitly has an 'any' type.` - [packages\/hardhat-vyper\/src\/index.ts\#L264](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L264) - `error TS2538: Type 'SemVer' cannot be used as an index type.` - [packages\/hardhat-vyper\/src\/index.ts\#L288](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L288) - [packages\/hardhat-vyper\/src\/index.ts\#L301](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L301) - [packages\/hardhat-vyper\/src\/index.ts\#L302](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L302) - [packages\/hardhat-vyper\/src\/index.ts\#L309](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L309) - `error TS2322: Type 'string | SemVer' is not assignable to type 'string'.` - [packages\/hardhat-vyper\/src\/index.ts\#L294](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/index.ts#L294) - `error TS2307: Cannot find module 'hardhat/internal/util/hash' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/resolver.ts\#L11](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/resolver.ts#L11) - `error TS2307: Cannot find module 'hardhat/internal/core/errors' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/resolver.ts\#L12](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/resolver.ts#L12) - `error TS2307: Cannot find module 'hardhat/internal/core/errors-list' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/resolver.ts\#L13](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/resolver.ts#L13) - `error TS18046: 'error' is of type 'unknown'.` - [packages\/hardhat-vyper\/src\/resolver.ts\#L117](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/resolver.ts#L117) - `error TS2664: Invalid module name in augmentation, module 'hardhat/types/config' cannot be found.` - [packages\/hardhat-vyper\/src\/type-extensions.ts\#L5](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/type-extensions.ts#L5) - `error TS2307: Cannot find module 'hardhat/plugins' or its corresponding type declarations.` - [packages\/hardhat-vyper\/src\/util.ts\#L11](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/src/util.ts#L11) - `error TS2307: Cannot find module 'hardhat/plugins-testing' or its corresponding type declarations.` - [packages\/hardhat-vyper\/test\/helpers.ts\#L5](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/test/helpers.ts#L5) - `error TS2307: Cannot find module 'hardhat/types' or its corresponding type declarations.` - [packages\/hardhat-vyper\/test\/helpers.ts\#L6](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-vyper/test/helpers.ts#L6) ### [packages\/hardhat-viem\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-viem/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ToBytesInputTypes'.` - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L73](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L73) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L92](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L92) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L74](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L74) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L93](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L93) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L241](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L241) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L297](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/core/providers/accounts.ts#L297) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L46](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L46) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L118](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L118) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L126](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L126) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L135](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L135) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L153](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L153) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L256](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L256) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L266](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L266) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L269](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L269) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L273](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/convertToEdr.ts#L273) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/random.ts\#L10](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/provider/utils/random.ts#L10) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/compiler-to-model.ts\#L683](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/compiler-to-model.ts#L683) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L88](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L88) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L128](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L128) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L133](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/internal/hardhat-network/stack-traces/consoleLogger.ts#L133) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/05664bc5419abc0e78e6369dfeca75cde82a3147/packages/hardhat-core/src/tsconfig.json) - [packages\/h This comment was too long to display in full; see the build artifact for the full details.
typescript-bot commented 1 month ago

openblocks-dev/openblocks

**5 of 8 projects failed to build with the old tsc and were ignored** ### [client\/packages\/openblocks-design\/tsconfig.json](https://github.com/openblocks-dev/openblocks/blob/6be3679dd8404a9a59f239f591244de3c03217c3/client/packages/openblocks-design/tsconfig.json) - `error TS2872: This kind of expression is always truthy.` - [client\/packages\/openblocks-design\/src\/components\/Dropdown.tsx\#L19](https://github.com/openblocks-dev/openblocks/blob/6be3679dd8404a9a59f239f591244de3c03217c3/client/packages/openblocks-design/src/components/Dropdown.tsx#L19) - [client\/packages\/openblocks-design\/src\/components\/Dropdown.tsx\#L125](https://github.com/openblocks-dev/openblocks/blob/6be3679dd8404a9a59f239f591244de3c03217c3/client/packages/openblocks-design/src/components/Dropdown.tsx#L125)
typescript-bot commented 1 month ago

pixijs/pixijs

### [tsconfig.json](https://github.com/pixijs/pixijs/blob/fd7ddf6ef3aa4eb9fe8fc136585074821fc179cd/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [tests\/visual\/tester.ts\#L139](https://github.com/pixijs/pixijs/blob/fd7ddf6ef3aa4eb9fe8fc136585074821fc179cd/tests/visual/tester.ts#L139)
typescript-bot commented 1 month ago

pnpm/pnpm

**157 of 263 projects failed to build with the old tsc and were ignored** ### [pkg-manager\/core\/test\/tsconfig.json](https://github.com/pnpm/pnpm/blob/98c8bd69cb9c1fea11370bfe3a50bae110fe2575/pkg-manager/core/test/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [pkg-manager\/core\/test\/packageImportMethods.ts\#L44](https://github.com/pnpm/pnpm/blob/98c8bd69cb9c1fea11370bfe3a50bae110fe2575/pkg-manager/core/test/packageImportMethods.ts#L44) - [pkg-manager\/core\/test\/packageImportMethods.ts\#L45](https://github.com/pnpm/pnpm/blob/98c8bd69cb9c1fea11370bfe3a50bae110fe2575/pkg-manager/core/test/packageImportMethods.ts#L45)
typescript-bot commented 1 month ago

portainer/portainer

### [tsconfig.json](https://github.com/portainer/portainer/blob/f55ef6e691d3ae8bdf553d6229883ab488611757/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [app\/react\/kubernetes\/cluster\/HomeView\/NodesDatatable\/NodesDatatable.tsx\#L103](https://github.com/portainer/portainer/blob/f55ef6e691d3ae8bdf553d6229883ab488611757/app/react/kubernetes/cluster/HomeView/NodesDatatable/NodesDatatable.tsx#L103)
typescript-bot commented 1 month ago

privatenumber/tsx

### [tsconfig.json](https://github.com/privatenumber/tsx/blob/2fada74ad363655890695716f762f89276800a46/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/2fada74ad363655890695716f762f89276800a46/src/preflight.cts#L1) - [src\/preflight.cts\#L2](https://github.com/privatenumber/tsx/blob/2fada74ad363655890695716f762f89276800a46/src/preflight.cts#L2) - [src\/preflight.cts\#L3](https://github.com/privatenumber/tsx/blob/2fada74ad363655890695716f762f89276800a46/src/preflight.cts#L3)
typescript-bot commented 1 month ago

purocean/yn

### [tsconfig.json](https://github.com/purocean/yn/blob/298671397e6ac29c4beea2b447c1597d8b93fceb/tsconfig.json) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [src\/main\/protocol.ts\#L27](https://github.com/purocean/yn/blob/298671397e6ac29c4beea2b447c1597d8b93fceb/src/main/protocol.ts#L27) - [src\/main\/protocol.ts\#L27](https://github.com/purocean/yn/blob/298671397e6ac29c4beea2b447c1597d8b93fceb/src/main/protocol.ts#L27) - [src\/main\/protocol.ts\#L30](https://github.com/purocean/yn/blob/298671397e6ac29c4beea2b447c1597d8b93fceb/src/main/protocol.ts#L30) - [src\/main\/protocol.ts\#L30](https://github.com/purocean/yn/blob/298671397e6ac29c4beea2b447c1597d8b93fceb/src/main/protocol.ts#L30) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.` - [src\/main\/server\/file.ts\#L244](https://github.com/purocean/yn/blob/298671397e6ac29c4beea2b447c1597d8b93fceb/src/main/server/file.ts#L244) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Data'.` - [src\/main\/server\/plantuml.ts\#L92](https://github.com/purocean/yn/blob/298671397e6ac29c4beea2b447c1597d8b93fceb/src/main/server/plantuml.ts#L92) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [src\/main\/startup.ts\#L31](https://github.com/purocean/yn/blob/298671397e6ac29c4beea2b447c1597d8b93fceb/src/main/startup.ts#L31)