microsoft / TypeScript

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

[NewErrors] 5.6.0-dev.20240818 vs 5.5.4 #59674

Closed typescript-bot closed 2 months ago

typescript-bot commented 2 months ago

The following errors were reported by 5.6.0-dev.20240818, 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 484 of 800 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 73 | | Detected no interesting changes | 411 | | Git clone failed | 7 | | Package install failed | 97 | | Project-graph error in old TS | 11 | | Too many errors in old TS | 184 | | Unknown failure | 17 |

Investigation Status

Repo Errors Outcome
AbdullahAlfaraj/Auto-Photoshop-StableDiffusion-Plugin 1
angular/angular-cli 2
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 176
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 6
graphile/crystal 1
honojs/hono 1
Infisical/infisical 10
ItzCrazyKns/Perplexica 1
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
Molunerfinn/PicGo 2
mongodb/node-mongodb-native 7
monkeytypegame/monkeytype 1
motion-canvas/motion-canvas 1
nextui-org/nextui 3
NomicFoundation/hardhat 524
openblocks-dev/openblocks 1
pixijs/pixijs 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
tailwindlabs/headlessui 1
teableio/teable 7
tldraw/tldraw 36
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 2
vuejs/language-tools 1
vuejs/vetur 1
whyour/qinglong 2
withfig/autocomplete 1
zu1k/bs-core 1
typescript-bot commented 2 months 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 2 months ago

angular/angular-cli

**4 of 24 projects failed to build with the old tsc and were ignored** ### [tests\/legacy-cli\/tsconfig.json](https://github.com/angular/angular-cli/blob/71c06c69f6f472e5ea86f2e5adbd5062a8cc5f2a/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/71c06c69f6f472e5ea86f2e5adbd5062a8cc5f2a/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/71c06c69f6f472e5ea86f2e5adbd5062a8cc5f2a/packages/angular_devkit/core/src/utils/partially-ordered-set.ts#L133)
typescript-bot commented 2 months 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/143ae5ae670e79218490551311be94d1f0a4f57c/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/143ae5ae670e79218490551311be94d1f0a4f57c/src/react/hooks/__tests__/useMutation.test.tsx#L2329)
typescript-bot commented 2 months 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/05447732130547a7a5b86d7d510a481a35ac7f74/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/05447732130547a7a5b86d7d510a481a35ac7f74/packages/ariakit-react-core/src/collection/collection-renderer.tsx#L197) ### [website\/tsconfig.json](https://github.com/ariakit/ariakit/blob/05447732130547a7a5b86d7d510a481a35ac7f74/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/05447732130547a7a5b86d7d510a481a35ac7f74/packages/ariakit-react-core/src/collection/collection-renderer.tsx#L197) ### [packages\/ariakit-react-core\/tsconfig.build.json](https://github.com/ariakit/ariakit/blob/05447732130547a7a5b86d7d510a481a35ac7f74/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/05447732130547a7a5b86d7d510a481a35ac7f74/packages/ariakit-react-core/src/collection/collection-renderer.tsx#L197)
typescript-bot commented 2 months ago

bitwarden/clients

**13 of 57 projects failed to build with the old tsc and were ignored** ### [libs\/common\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/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/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [libs\/common\/tsconfig.json](https://github.com/bitwarden/clients/blob/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/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/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [libs\/angular\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/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/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [libs\/angular\/tsconfig.json](https://github.com/bitwarden/clients/blob/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/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/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [bitwarden\_license\/bit-cli\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/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/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [bitwarden\_license\/bit-cli\/tsconfig.json](https://github.com/bitwarden/clients/blob/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/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/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [apps\/cli\/tsconfig.spec.json](https://github.com/bitwarden/clients/blob/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/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/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/libs/common/src/auth/services/device-trust.service.implementation.ts#L81) ### [apps\/cli\/tsconfig.json](https://github.com/bitwarden/clients/blob/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/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/3e37daf23626daefb2c53b5ff508cdc0bd3098b2/libs/common/src/auth/services/device-trust.service.implementation.ts#L81)
typescript-bot commented 2 months 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/42435cdb6616a3f3d4e90e0a900cf7906c9f4570/bokehjs/test/devtools/tsconfig.json) - `error TS2769: No overload matches this call.` - [bokehjs\/test\/devtools\/baselines.ts\#L46](https://github.com/bokeh/bokeh/blob/42435cdb6616a3f3d4e90e0a900cf7906c9f4570/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/42435cdb6616a3f3d4e90e0a900cf7906c9f4570/bokehjs/test/devtools/baselines.ts#L128) - [bokehjs\/test\/devtools\/baselines.ts\#L128](https://github.com/bokeh/bokeh/blob/42435cdb6616a3f3d4e90e0a900cf7906c9f4570/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/42435cdb6616a3f3d4e90e0a900cf7906c9f4570/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/42435cdb6616a3f3d4e90e0a900cf7906c9f4570/bokehjs/test/devtools/devtools.ts#L641)
typescript-bot commented 2 months ago

ChatGPTNextWeb/ChatGPT-Next-Web

### [tsconfig.json](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/blob/495b321d0afa9e23a256fde18f1d2ec60c54e34b/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [app\/store\/chat.ts\#L595](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/blob/495b321d0afa9e23a256fde18f1d2ec60c54e34b/app/store/chat.ts#L595)
typescript-bot commented 2 months 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/1acfda0c3c5f4de7d56678ce39110c1468e4671d/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/1acfda0c3c5f4de7d56678ce39110c1468e4671d/client/tsconfig.types.json)
typescript-bot commented 2 months ago

clash-verge-rev/clash-verge-rev

### [tsconfig.json](https://github.com/clash-verge-rev/clash-verge-rev/blob/12a6bfad00d503191543d31a32d71131e55390c5/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/12a6bfad00d503191543d31a32d71131e55390c5/src/components/setting/mods/theme-viewer.tsx#L31)
typescript-bot commented 2 months 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/d83bb38f1aa504af413a28562961407e5768a822/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/d83bb38f1aa504af413a28562961407e5768a822/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/d83bb38f1aa504af413a28562961407e5768a822/lib/cache/on-disk.ts#L117) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/d83bb38f1aa504af413a28562961407e5768a822/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L84](https://github.com/compiler-explorer/compiler-explorer/blob/d83bb38f1aa504af413a28562961407e5768a822/lib/execution/base-execution-env.ts#L84) ### [tsconfig.json](https://github.com/compiler-explorer/compiler-explorer/blob/d83bb38f1aa504af413a28562961407e5768a822/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/d83bb38f1aa504af413a28562961407e5768a822/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/d83bb38f1aa504af413a28562961407e5768a822/lib/cache/on-disk.ts#L117) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/d83bb38f1aa504af413a28562961407e5768a822/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L84](https://github.com/compiler-explorer/compiler-explorer/blob/d83bb38f1aa504af413a28562961407e5768a822/lib/execution/base-execution-env.ts#L84)
typescript-bot commented 2 months 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/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/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/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/packages/fetch/src/stream.ts#L5) ### [extensions\/vscode\/tsconfig.json](https://github.com/continuedev/continue/blob/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/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/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/extensions/vscode/src/autocomplete/lsp.ts#L62) ### [core\/tsconfig.npm.json](https://github.com/continuedev/continue/blob/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/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/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/core/llm/stream.ts#L3) ### [core\/tsconfig.json](https://github.com/continuedev/continue/blob/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/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/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/core/llm/stream.ts#L3) ### [gui\/tsconfig.json](https://github.com/continuedev/continue/blob/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/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/6ed2bbdb83500d32a255ad0f3807f5c0dcf4a5f2/core/llm/stream.ts#L3)
typescript-bot commented 2 months 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 2 months 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/b22f1c166e1ba373173926d8dc25110a79e87020/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/b22f1c166e1ba373173926d8dc25110a79e87020/packages/data-provider/src/generate.ts#L388)
typescript-bot commented 2 months 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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/Networking.ts#L567) - [packages\/voice\/src\/receive\/AudioReceiveStream.ts\#L72](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/receive/AudioReceiveStream.ts#L72) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L93](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/receive/VoiceReceiver.ts#L93) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L96](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/receive/VoiceReceiver.ts#L96) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L99](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/util/demuxProbe.ts#L112) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/VoiceUDPSocket.ts#L132) ### [packages\/voice\/tsconfig.eslint.json](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/Networking.ts#L567) - [packages\/voice\/src\/receive\/AudioReceiveStream.ts\#L72](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/receive/AudioReceiveStream.ts#L72) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L93](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/receive/VoiceReceiver.ts#L93) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L96](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/receive/VoiceReceiver.ts#L96) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L99](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/util/demuxProbe.ts#L112) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/VoiceUDPSocket.ts#L132) ### [packages\/voice\/tsconfig.docs.json](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/Networking.ts#L567) - [packages\/voice\/src\/receive\/AudioReceiveStream.ts\#L72](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/receive/AudioReceiveStream.ts#L72) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L93](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/receive/VoiceReceiver.ts#L93) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L96](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/receive/VoiceReceiver.ts#L96) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L99](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/util/demuxProbe.ts#L112) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/voice/src/networking/VoiceUDPSocket.ts#L132) ### [packages\/collection\/tsconfig.json](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/collection/src/collection.ts#L637) ### [packages\/collection\/tsconfig.eslint.json](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/collection/src/collection.ts#L637) ### [packages\/collection\/tsconfig.docs.json](https://github.com/discordjs/discord.js/blob/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/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/defb083528ef31383778187a04ced8b00d886242/packages/collection/src/collection.ts#L637)
typescript-bot commented 2 months 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/73800d1503694fdb3040ebef2adbeebea1ae0f3e/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/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/helpers/update-signing-placeholder.ts#L29) - [packages\/signing\/helpers\/update-signing-placeholder.ts\#L30](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/helpers/update-signing-placeholder.ts#L30) - [packages\/signing\/helpers\/update-signing-placeholder.ts\#L31](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/helpers/update-signing-placeholder.ts#L31) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L41](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/google-cloud-hsm.ts#L41) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L42](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/google-cloud-hsm.ts#L42) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L73](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/google-cloud-hsm.ts#L73) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L74](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/google-cloud-hsm.ts#L74) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L75](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/google-cloud-hsm.ts#L75) - [packages\/signing\/transports\/local-cert.ts\#L18](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/local-cert.ts#L18) - [packages\/signing\/transports\/local-cert.ts\#L19](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/local-cert.ts#L19) - [packages\/signing\/transports\/local-cert.ts\#L45](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/local-cert.ts#L45) - [packages\/signing\/transports\/local-cert.ts\#L46](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/local-cert.ts#L46) - [packages\/signing\/transports\/local-cert.ts\#L47](https://github.com/documenso/documenso/blob/73800d1503694fdb3040ebef2adbeebea1ae0f3e/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/73800d1503694fdb3040ebef2adbeebea1ae0f3e/packages/signing/transports/google-cloud-hsm.ts#L28)
typescript-bot commented 2 months ago

dream-num/univer

**7 of 57 projects failed to build with the old tsc and were ignored** ### [packages-experimental\/uniui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages-experimental\/uni-slides-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages-experimental/uni-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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages-experimental\/uni-sheets-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages-experimental/uni-sheets-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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages-experimental\/uni-formula-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages-experimental/uni-formula-ui/tsconfig.json) - `error TS2532: Object is possibly 'undefined'.` - [packages-experimental\/uni-formula-ui\/src\/services\/slide-ui-formula-cache.service.ts\#L37](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages-experimental/uni-formula-ui/src/services/slide-ui-formula-cache.service.ts#L37) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L357](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L357) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L362](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L362) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages-experimental\/uni-docs-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages-experimental/uni-docs-ui/tsconfig.json) - `error TS2322: Type 'BaseObject | undefined' is not assignable to type 'BaseObject'.` - [packages\/docs-drawing-ui\/src\/controllers\/doc-drawing-transformer-update.controller.ts\#L158](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L158) - [packages\/docs-drawing-ui\/src\/controllers\/doc-drawing-transformer-update.controller.ts\#L212](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L212) - `error TS2322: Type 'IDrawingCache | undefined' is not assignable to type 'IDrawingCache'.` - [packages\/docs-drawing-ui\/src\/controllers\/doc-drawing-transformer-update.controller.ts\#L348](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L348) - `error TS2345: Argument of type 'BaseObject | undefined' is not assignable to parameter of type 'BaseObject'.` - [packages\/docs-drawing-ui\/src\/controllers\/doc-drawing-transformer-update.controller.ts\#L351](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L351) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L357](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L357) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L362](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L362) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/uniscript\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/uniscript/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L102](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-data-validation/src/validators/list-validator.ts#L102) - `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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L223](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-data-validation/src/widgets/dropdown-widget.ts#L223) - `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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/thread-comment-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/slides-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/slides\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/engine-render/src/context.ts#L21) ### [packages\/sheets-zen-editor\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-zen-editor/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-thread-comment\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-thread-comment/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-sort-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-sort-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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-numfmt\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-numfmt/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-hyper-link-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-hyper-link-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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-formula\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-formula/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-find-replace\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-filter-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-filter-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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-drawing-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/sheets-data-validation\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-data-validation/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L102](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-data-validation/src/validators/list-validator.ts#L102) - `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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L223](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-data-validation/src/widgets/dropdown-widget.ts#L223) - `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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L500) - [packages\/sheets-ui\/src\/controllers\/clipboard\/clipboard.controller.ts\#L723](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/sheets-ui/src/controllers/clipboard/clipboard.controller.ts#L723) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/ui\/src\/components\/font-family\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/find-replace\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/engine-render\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/engine-render/src/context.ts#L21) ### [packages\/drawing-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/docs-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-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\#L357](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L357) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L362](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L362) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/docs-thread-comment-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-thread-comment-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\#L357](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L357) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L362](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L362) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\/FontFamilyItem.tsx\#L30](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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\#L151](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/ui/src/services/shortcut/shortcut.service.ts#L151) ### [packages\/docs-mention-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-mention-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\#L357](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L357) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L362](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L362) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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/dc37071446dd496eaaa8c035564d6a55cd20ba2a/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'. This comment was too long to display in full; see the build artifact for the full details.
typescript-bot commented 2 months 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/a5d0b934b12aeb95c65fdb0c600a3a47a5cb9edb/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/a5d0b934b12aeb95c65fdb0c600a3a47a5cb9edb/packages/js-sdk/src/sandbox/index.ts#L129)
typescript-bot commented 2 months 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/dc1f0592504f8246193a98db7963240e36b6e675/tsconfig.test.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [src\/handler.ts\#L153](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L153) - [src\/handler.ts\#L157](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L157) - [src\/handler.ts\#L160](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L160) - [src\/handler.ts\#L170](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L170) - [src\/handler.ts\#L173](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L173) - [src\/handler.ts\#L175](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/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/dc1f0592504f8246193a98db7963240e36b6e675/src/ws/index.ts#L92) ### [tsconfig.dts.json](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/tsconfig.dts.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [src\/handler.ts\#L153](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L153) - [src\/handler.ts\#L157](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L157) - [src\/handler.ts\#L160](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L160) - [src\/handler.ts\#L170](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L170) - [src\/handler.ts\#L173](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/src/handler.ts#L173) - [src\/handler.ts\#L175](https://github.com/elysiajs/elysia/blob/dc1f0592504f8246193a98db7963240e36b6e675/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/dc1f0592504f8246193a98db7963240e36b6e675/src/ws/index.ts#L92)
typescript-bot commented 2 months 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 2 months 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/d72ec93f9dfff1f3cbfbf887f079f0b02e3fa937/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/d72ec93f9dfff1f3cbfbf887f079f0b02e3fa937/library/tsup.config.ts#L3) - [library\/vite.config.ts\#L3](https://github.com/fabian-hiller/valibot/blob/d72ec93f9dfff1f3cbfbf887f079f0b02e3fa937/library/vite.config.ts#L3)
typescript-bot commented 2 months 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/510720e727a6bdd86a10ebc2da03fa916746bbd4/tsconfig.json) - `error TS2872: This kind of expression is always truthy.` - [packages\/lexical-selection\/src\/lexical-node.ts\#L265](https://github.com/facebook/lexical/blob/510720e727a6bdd86a10ebc2da03fa916746bbd4/packages/lexical-selection/src/lexical-node.ts#L265) ### [tsconfig.build.json](https://github.com/facebook/lexical/blob/510720e727a6bdd86a10ebc2da03fa916746bbd4/tsconfig.build.json) - `error TS2872: This kind of expression is always truthy.` - [packages\/lexical-selection\/src\/lexical-node.ts\#L265](https://github.com/facebook/lexical/blob/510720e727a6bdd86a10ebc2da03fa916746bbd4/packages/lexical-selection/src/lexical-node.ts#L265)
typescript-bot commented 2 months 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 2 months 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 2 months 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 2 months ago

google/wireit

### [tsconfig.json](https://github.com/google/wireit/blob/e7f501dc634dda719701e0c2ddd1e0cca3610cda/tsconfig.json) - `error TS2416: Property 'forEach' in type 'LinkedMap' is not assignable to the same property in base type 'Map'.` - file:///mnt/ts_downloads/_/m/wireit/node_modules/vscode-jsonrpc/lib/common/linkedMap.d.ts#L28 in [tsconfig.json](https://github.com/google/wireit/blob/e7f501dc634dda719701e0c2ddd1e0cca3610cda/tsconfig.json) - `error TS2416: Property 'keys' in type 'LinkedMap' is not assignable to the same property in base type 'Map'.` - file:///mnt/ts_downloads/_/m/wireit/node_modules/vscode-jsonrpc/lib/common/linkedMap.d.ts#L29 in [tsconfig.json](https://github.com/google/wireit/blob/e7f501dc634dda719701e0c2ddd1e0cca3610cda/tsconfig.json) - `error TS2416: Property 'values' in type 'LinkedMap' is not assignable to the same property in base type 'Map'.` - file:///mnt/ts_downloads/_/m/wireit/node_modules/vscode-jsonrpc/lib/common/linkedMap.d.ts#L30 in [tsconfig.json](https://github.com/google/wireit/blob/e7f501dc634dda719701e0c2ddd1e0cca3610cda/tsconfig.json) - `error TS2416: Property 'entries' in type 'LinkedMap' is not assignable to the same property in base type 'Map'.` - file:///mnt/ts_downloads/_/m/wireit/node_modules/vscode-jsonrpc/lib/common/linkedMap.d.ts#L31 in [tsconfig.json](https://github.com/google/wireit/blob/e7f501dc634dda719701e0c2ddd1e0cca3610cda/tsconfig.json) - `error TS2416: Property '[Symbol.iterator]' in type 'LinkedMap' is not assignable to the same property in base type 'Map'.` - file:///mnt/ts_downloads/_/m/wireit/node_modules/vscode-jsonrpc/lib/common/linkedMap.d.ts#L32 in [tsconfig.json](https://github.com/google/wireit/blob/e7f501dc634dda719701e0c2ddd1e0cca3610cda/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/e7f501dc634dda719701e0c2ddd1e0cca3610cda/src/logging/debug-logger.ts#L43) in [tsconfig.json](https://github.com/google/wireit/blob/e7f501dc634dda719701e0c2ddd1e0cca3610cda/tsconfig.json)
typescript-bot commented 2 months 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/b54dd339e206f6ec94ba10d0079b0e11e862c675/tsconfig.json) - `error TS2871: This expression is always nullish.` - [grafast\/dataplan-pg\/src\/datasource.ts\#L817](https://github.com/graphile/crystal/blob/b54dd339e206f6ec94ba10d0079b0e11e862c675/grafast/dataplan-pg/src/datasource.ts#L817) in [grafast\/dataplan-pg\/tsconfig.json](https://github.com/graphile/crystal/blob/b54dd339e206f6ec94ba10d0079b0e11e862c675/grafast/dataplan-pg/tsconfig.json)
typescript-bot commented 2 months ago

honojs/hono

**5 of 6 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/honojs/hono/blob/8f1680238b1c0550049998586a414b5a1ae2012b/tsconfig.json) - `error TS2769: No overload matches this call.` - [src\/types.test.ts\#L2260](https://github.com/honojs/hono/blob/8f1680238b1c0550049998586a414b5a1ae2012b/src/types.test.ts#L2260)
typescript-bot commented 2 months ago

Infisical/infisical

### [frontend\/tsconfig.json](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/azure-key-vault/create.tsx#L121) - [frontend\/src\/pages\/integrations\/checkly\/authorize.tsx\#L83](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/checkly/authorize.tsx#L83) - [frontend\/src\/pages\/integrations\/circleci\/authorize.tsx\#L83](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/circleci/authorize.tsx#L83) - [frontend\/src\/pages\/integrations\/cloud-66\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/cloud-66/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/cloudflare-pages\/authorize.tsx\#L59](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/cloudflare-pages/authorize.tsx#L59) - [frontend\/src\/pages\/integrations\/cloudflare-pages\/authorize.tsx\#L73](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/cloudflare-pages/authorize.tsx#L73) - [frontend\/src\/pages\/integrations\/cloudflare-workers\/authorize.tsx\#L61](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/cloudflare-workers/authorize.tsx#L61) - [frontend\/src\/pages\/integrations\/cloudflare-workers\/authorize.tsx\#L75](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/cloudflare-workers/authorize.tsx#L75) - [frontend\/src\/pages\/integrations\/codefresh\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/laravel-forge/authorize.tsx#L57) - [frontend\/src\/pages\/integrations\/laravel-forge\/authorize.tsx\#L68](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/laravel-forge/authorize.tsx#L68) - [frontend\/src\/pages\/integrations\/northflank\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/northflank/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/qovery\/authorize.tsx\#L83](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/qovery/authorize.tsx#L83) - [frontend\/src\/pages\/integrations\/railway\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/railway/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/render\/authorize.tsx\#L83](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/render/authorize.tsx#L83) - [frontend\/src\/pages\/integrations\/supabase\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/supabase/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/teamcity\/authorize.tsx\#L93](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/teamcity/authorize.tsx#L93) - [frontend\/src\/pages\/integrations\/teamcity\/authorize.tsx\#L105](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/teamcity/authorize.tsx#L105) - [frontend\/src\/pages\/integrations\/terraform-cloud\/authorize.tsx\#L93](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/terraform-cloud/authorize.tsx#L93) - [frontend\/src\/pages\/integrations\/terraform-cloud\/authorize.tsx\#L105](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/terraform-cloud/authorize.tsx#L105) - [frontend\/src\/pages\/integrations\/terraform-cloud\/create.tsx\#L177](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/terraform-cloud/create.tsx#L177) - [frontend\/src\/pages\/integrations\/travisci\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/travisci/authorize.tsx#L47) - [frontend\/src\/pages\/integrations\/windmill\/authorize.tsx\#L47](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/frontend/src/pages/integrations/windmill/authorize.tsx#L47) ### [backend\/tsconfig.json](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/db/migrations/utils/kms.ts#L83) - [backend\/src\/db\/migrations\/utils\/kms.ts\#L83](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/db/migrations/utils/kms.ts#L83) - [backend\/src\/db\/migrations\/utils\/kms.ts\#L96](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/db/migrations/utils/kms.ts#L96) - [backend\/src\/db\/migrations\/utils\/kms.ts\#L96](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/db/migrations/utils/kms.ts#L96) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L22](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L22) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L28](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L28) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L28](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L28) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L41](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L41) - [backend\/src\/services\/kms\/kms-service.ts\#L124](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/services/kms/kms-service.ts#L124) - [backend\/src\/services\/kms\/kms-service.ts\#L124](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/services/kms/kms-service.ts#L124) - [backend\/src\/services\/kms\/kms-service.ts\#L341](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/services/kms/kms-service.ts#L341) - [backend\/src\/services\/kms\/kms-service.ts\#L341](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/services/kms/kms-service.ts#L341) - [backend\/src\/services\/kms\/kms-service.ts\#L589](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/services/kms/kms-service.ts#L589) - [backend\/src\/services\/kms\/kms-service.ts\#L589](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L19) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L38](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L38) - [backend\/src\/lib\/crypto\/encryption.ts\#L28](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/encryption.ts#L28) - [backend\/src\/lib\/crypto\/encryption.ts\#L40](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/encryption.ts#L40) - [backend\/src\/lib\/crypto\/encryption.ts\#L54](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/encryption.ts#L54) - [backend\/src\/lib\/crypto\/encryption.ts\#L72](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/encryption.ts#L72) - [backend\/src\/lib\/crypto\/secret-encryption.ts\#L71](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/secret-encryption.ts#L71) - [backend\/src\/lib\/crypto\/signing.ts\#L9](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L22) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L28](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L28) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L41](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/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/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L39) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L41](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/cipher/cipher.ts#L41) - [backend\/src\/lib\/crypto\/encryption.ts\#L29](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/encryption.ts#L29) - [backend\/src\/lib\/crypto\/encryption.ts\#L74](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/encryption.ts#L74) - [backend\/src\/lib\/crypto\/secret-encryption.ts\#L72](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/lib/crypto/secret-encryption.ts#L72) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [backend\/src\/services\/certificate-authority\/certificate-authority-service.ts\#L973](https://github.com/Infisical/infisical/blob/903b2c3dc6a7eedcf48b752deb744e9a1487efee/backend/src/services/certificate-authority/certificate-authority-service.ts#L973)
typescript-bot commented 2 months ago

ItzCrazyKns/Perplexica

### [tsconfig.json](https://github.com/ItzCrazyKns/Perplexica/blob/9c1936ec2cb0a18389c6037895c30aab416243b9/tsconfig.json) - `error TS2345: Argument of type 'IterableReadableStream' is not assignable to parameter of type 'AsyncGenerator'.` - [src\/agents\/academicSearchAgent.ts\#L243](https://github.com/ItzCrazyKns/Perplexica/blob/9c1936ec2cb0a18389c6037895c30aab416243b9/src/agents/academicSearchAgent.ts#L243) - [src\/agents\/redditSearchAgent.ts\#L238](https://github.com/ItzCrazyKns/Perplexica/blob/9c1936ec2cb0a18389c6037895c30aab416243b9/src/agents/redditSearchAgent.ts#L238) - [src\/agents\/webSearchAgent.ts\#L358](https://github.com/ItzCrazyKns/Perplexica/blob/9c1936ec2cb0a18389c6037895c30aab416243b9/src/agents/webSearchAgent.ts#L358) - [src\/agents\/wolframAlphaSearchAgent.ts\#L197](https://github.com/ItzCrazyKns/Perplexica/blob/9c1936ec2cb0a18389c6037895c30aab416243b9/src/agents/wolframAlphaSearchAgent.ts#L197) - [src\/agents\/writingAssistant.ts\#L78](https://github.com/ItzCrazyKns/Perplexica/blob/9c1936ec2cb0a18389c6037895c30aab416243b9/src/agents/writingAssistant.ts#L78) - [src\/agents\/youtubeSearchAgent.ts\#L239](https://github.com/ItzCrazyKns/Perplexica/blob/9c1936ec2cb0a18389c6037895c30aab416243b9/src/agents/youtubeSearchAgent.ts#L239)
typescript-bot commented 2 months 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/0719f7bd4a942182d8be36ad175fe1690acd6c93/projects/app/tsconfig.json) - `error TS2872: This kind of expression is always truthy.` - [projects\/app\/src\/pages\/app\/detail\/components\/Publish\/Link\/index.tsx\#L336](https://github.com/labring/FastGPT/blob/0719f7bd4a942182d8be36ad175fe1690acd6c93/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/0719f7bd4a942182d8be36ad175fe1690acd6c93/projects/app/src/pages/app/detail/components/Publish/Link/index.tsx#L393) ### [packages\/service\/tsconfig.json](https://github.com/labring/FastGPT/blob/0719f7bd4a942182d8be36ad175fe1690acd6c93/packages/service/tsconfig.json) - `error TS2769: No overload matches this call.` - [packages\/service\/worker\/readFile\/parseOffice.ts\#L103](https://github.com/labring/FastGPT/blob/0719f7bd4a942182d8be36ad175fe1690acd6c93/packages/service/worker/readFile/parseOffice.ts#L103) - [packages\/service\/worker\/readFile\/parseOffice.ts\#L107](https://github.com/labring/FastGPT/blob/0719f7bd4a942182d8be36ad175fe1690acd6c93/packages/service/worker/readFile/parseOffice.ts#L107)
typescript-bot commented 2 months ago

Licoy/ChatGPT-Midjourney

### [tsconfig.json](https://github.com/Licoy/ChatGPT-Midjourney/blob/a102bed43de517f6b1c26e2d5dbbbc4f928019d7/tsconfig.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [app\/store\/chat.ts\#L588](https://github.com/Licoy/ChatGPT-Midjourney/blob/a102bed43de517f6b1c26e2d5dbbbc4f928019d7/app/store/chat.ts#L588)
typescript-bot commented 2 months 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 2 months 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 2 months 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/be694382ac4d154725cd6357670573d4d7d1505f/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/be694382ac4d154725cd6357670573d4d7d1505f/scripts/analyzer/update-docs.ts#L342)
typescript-bot commented 2 months 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 2 months 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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/platform/client/tsconfig.build.json) ### [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/admin_console/team_channel_settings/channel/index.ts#L21) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/announcement\_bar\/version\_bar\/index.ts\#L16](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/announcement_bar/version_bar/index.ts#L16) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/channel\_header\_dropdown\/menu\_items\/leave\_channel\/index.ts\#L27](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/channel\_layout\/channel\_identifier\_router\/index.ts\#L20](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/channel_layout/channel_identifier_router/index.ts#L20) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/file\_attachment\/index.ts\#L43](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/file_attachment/index.ts#L43) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/get\_public\_link\_modal\/index.ts\#L35](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/get_public_link_modal/index.ts#L35) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/post\_view\/commented\_on\_files\_message\/index.ts\#L35](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/post_view/commented_on_files_message/index.ts#L35) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/post\_view\/index.ts\#L80](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/post_view/index.ts#L80) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/rhs\_header\_post\/index.ts\#L89](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/rhs_header_post/index.ts#L89) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/channel_view/channel_view.tsx#L32) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/channel_view/channel_view.tsx#L32) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/post_emoji/post_emoji.tsx#L14) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/widgets\/menu\/menu\_wrapper.tsx\#L13](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/widgets/menu/menu_wrapper.tsx#L13) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/post_emoji/post_emoji.tsx#L14) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/widgets\/menu\/menu\_wrapper.tsx\#L13](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/widgets/menu/menu_wrapper.tsx#L13) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/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/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/src/components/post_view/combined_user_activity_post/index.ts#L37) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/e666f7ccfc3575dbe9507c7c68533f717355e0c8/webapp/channels/tsconfig.json)
typescript-bot commented 2 months 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/ec05cdce281c27448bf5406656f2f489d66ef204/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/ec05cdce281c27448bf5406656f2f489d66ef204/extensions/github-authentication/src/githubServer.ts#L203) ### [extensions\/azurecore\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/ec05cdce281c27448bf5406656f2f489d66ef204/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/ec05cdce281c27448bf5406656f2f489d66ef204/extensions/azurecore/src/account-provider/azureAccountProvider.ts#L83) - [extensions\/azurecore\/src\/account-provider\/azureAccountProvider.ts\#L96](https://github.com/microsoft/azuredatastudio/blob/ec05cdce281c27448bf5406656f2f489d66ef204/extensions/azurecore/src/account-provider/azureAccountProvider.ts#L96) ### [build\/tsconfig.build.json](https://github.com/microsoft/azuredatastudio/blob/ec05cdce281c27448bf5406656f2f489d66ef204/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/ec05cdce281c27448bf5406656f2f489d66ef204/build/lib/fetch.ts#L46)
typescript-bot commented 2 months 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/570e05699e3b70b942e902bd93cfc783b73930a4/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/570e05699e3b70b942e902bd93cfc783b73930a4/packages/html-reporter/src/index.tsx#L18)
typescript-bot commented 2 months 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 2 months ago

mongodb/node-mongodb-native

**3 of 4 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/mongodb/node-mongodb-native/blob/b70c88504168a2890cc430bb27664402ac3d9edf/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/b70c88504168a2890cc430bb27664402ac3d9edf/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/b70c88504168a2890cc430bb27664402ac3d9edf/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/b70c88504168a2890cc430bb27664402ac3d9edf/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/b70c88504168a2890cc430bb27664402ac3d9edf/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/b70c88504168a2890cc430bb27664402ac3d9edf/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/b70c88504168a2890cc430bb27664402ac3d9edf/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/b70c88504168a2890cc430bb27664402ac3d9edf/src/write_concern.ts#L146)
typescript-bot commented 2 months ago

monkeytypegame/monkeytype

**2 of 6 projects failed to build with the old tsc and were ignored** ### [frontend\/tsconfig.json](https://github.com/monkeytypegame/monkeytype/blob/46fa97008643cf1912536932c98bf2ac3519bc42/frontend/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [frontend\/scripts\/font-preview.ts\#L56](https://github.com/monkeytypegame/monkeytype/blob/46fa97008643cf1912536932c98bf2ac3519bc42/frontend/scripts/font-preview.ts#L56)
typescript-bot commented 2 months 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/28a12666866dccd844b7cb662958bf76779934e0/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/28a12666866dccd844b7cb662958bf76779934e0/packages/vite-plugin/src/partials/corsProxy.ts#L271)
typescript-bot commented 2 months 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/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2/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/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2/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/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L81) ### [packages\/core\/react\/tsconfig.json](https://github.com/nextui-org/nextui/blob/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2/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/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2/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/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L81) ### [packages\/components\/select\/tsconfig.json](https://github.com/nextui-org/nextui/blob/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2/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/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2/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/4f8ae50cf441da5b5685b6573714a3f7c9ab3ea2/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L81)
typescript-bot commented 2 months 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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L73) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L92](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L92) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L74) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L93](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L93) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L241](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L241) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L297](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L297) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L46](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L46) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L118](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L118) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L126](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L126) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L135](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L135) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L153](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L153) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L256](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L266](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L269](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L273](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/random.ts\#L10](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L88](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L128](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L133](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L144](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L146](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L153](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L158](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L160](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L162](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L166](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L168](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L170](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L172](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L174](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L176](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L178](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L180](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L182](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L184](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L186](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L188](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L190](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L192](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L194](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L196](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L198](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L200](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L202](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L204](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L206](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L208](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L210](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L212](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L214](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L216](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L218](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L220](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L222](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L224](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L226](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L228](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/debug.ts\#L160](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/model.ts\#L251](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/model.ts\#L333](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/solidity\/compiler\/downloader.ts\#L326](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/solidity/compiler/downloader.ts#L326) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L280) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L289) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L294) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L271](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/random.ts\#L30](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/model.ts\#L250](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/util\/abi-helpers.ts\#L23](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/util/abi-helpers.ts#L23) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/util\/keccak.ts\#L4](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/util/keccak.ts#L4) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-web3-v4/src/index.ts#L1) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-web3-v4/src/index.ts#L2) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-web3-v4/src/index.ts#L6) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-web3-v4/src/type-extensions.ts#L5) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-web3-v4/test/helpers.ts#L1) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-web3-v4/test/helpers.ts#L2) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-web3-v4/test/helpers.ts#L3) in [packages\/hardhat-web3-v4\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-web3-v4/tsconfig.json) ### [packages\/hardhat-vyper\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/downloader.ts#L117) - [packages\/hardhat-vyper\/test\/helpers.ts\#L85](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L2) - [packages\/hardhat-vyper\/src\/util.ts\#L2](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L12) - [packages\/hardhat-vyper\/test\/tests.ts\#L6](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L52) - [packages\/hardhat-vyper\/src\/index.ts\#L60](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L60) - [packages\/hardhat-vyper\/src\/index.ts\#L73](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L73) - [packages\/hardhat-vyper\/src\/index.ts\#L220](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L76) - [packages\/hardhat-vyper\/src\/index.ts\#L351](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L351) - [packages\/hardhat-vyper\/src\/resolver.ts\#L10](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L104) - [packages\/hardhat-vyper\/src\/index.ts\#L220](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L260) - [packages\/hardhat-vyper\/src\/index.ts\#L264](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L288) - [packages\/hardhat-vyper\/src\/index.ts\#L301](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L301) - [packages\/hardhat-vyper\/src\/index.ts\#L302](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/src/index.ts#L302) - [packages\/hardhat-vyper\/src\/index.ts\#L309](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-vyper/test/helpers.ts#L6) ### [packages\/hardhat-viem\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L73) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L92](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L92) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L74) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L93](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L93) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L241](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L241) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/core\/providers\/accounts.ts\#L297](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/core/providers/accounts.ts#L297) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L46](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L46) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L118](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L118) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L126](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L126) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L135](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L135) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/jsonrpc\/client.ts\#L153](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/internal/hardhat-network/jsonrpc/client.ts#L153) in [packages\/hardhat-core\/src\/tsconfig.json](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L256](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L266](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L269](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/convertToEdr.ts\#L273](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/provider\/utils\/random.ts\#L10](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L88](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L128](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/packages/hardhat-core/src/tsconfig.json) - [packages\/hardhat-core\/src\/internal\/hardhat-network\/stack-traces\/consoleLogger.ts\#L133](https://github.com/NomicFoundation/hardhat/blob/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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/303d6975ee6bfc9096a9a1fa17ee0370a590b94d/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 2 months 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 2 months ago

pixijs/pixijs

### [tsconfig.json](https://github.com/pixijs/pixijs/blob/f463f0bc6c5a0725dca1fa89af0c7b9c0c6bcaee/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/f463f0bc6c5a0725dca1fa89af0c7b9c0c6bcaee/tests/visual/tester.ts#L139)
typescript-bot commented 2 months ago

portainer/portainer

### [tsconfig.json](https://github.com/portainer/portainer/blob/054898f821544e16c58ec0595c8990e0d2d415bf/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/054898f821544e16c58ec0595c8990e0d2d415bf/app/react/kubernetes/cluster/HomeView/NodesDatatable/NodesDatatable.tsx#L103)
typescript-bot commented 2 months ago

privatenumber/tsx

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

purocean/yn

### [tsconfig.json](https://github.com/purocean/yn/blob/7ecbe085bafdad4c3a8d0f359389bb8765fc5fff/tsconfig.json) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [src\/main\/protocol.ts\#L27](https://github.com/purocean/yn/blob/7ecbe085bafdad4c3a8d0f359389bb8765fc5fff/src/main/protocol.ts#L27) - [src\/main\/protocol.ts\#L27](https://github.com/purocean/yn/blob/7ecbe085bafdad4c3a8d0f359389bb8765fc5fff/src/main/protocol.ts#L27) - [src\/main\/protocol.ts\#L30](https://github.com/purocean/yn/blob/7ecbe085bafdad4c3a8d0f359389bb8765fc5fff/src/main/protocol.ts#L30) - [src\/main\/protocol.ts\#L30](https://github.com/purocean/yn/blob/7ecbe085bafdad4c3a8d0f359389bb8765fc5fff/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/7ecbe085bafdad4c3a8d0f359389bb8765fc5fff/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/7ecbe085bafdad4c3a8d0f359389bb8765fc5fff/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/7ecbe085bafdad4c3a8d0f359389bb8765fc5fff/src/main/startup.ts#L31)
typescript-bot commented 2 months ago

react-page/react-page

**11 of 13 projects failed to build with the old tsc and were ignored** ### [packages\/editor\/tsconfig-es.json](https://github.com/react-page/react-page/blob/2463f837858716626ff6892328e760b7fbd14c4d/packages/editor/tsconfig-es.json) - `error TS2869: Right operand of ?? is unreachable because the left operand is never nullish.` - [packages\/editor\/src\/core\/components\/hooks\/node.ts\#L225](https://github.com/react-page/react-page/blob/2463f837858716626ff6892328e760b7fbd14c4d/packages/editor/src/core/components/hooks/node.ts#L225) in [packages\/editor\/tsconfig-es.json](https://github.com/react-page/react-page/blob/2463f837858716626ff6892328e760b7fbd14c4d/packages/editor/tsconfig-es.json) - [packages\/editor\/src\/core\/components\/hooks\/node.ts\#L226](https://github.com/react-page/react-page/blob/2463f837858716626ff6892328e760b7fbd14c4d/packages/editor/src/core/components/hooks/node.ts#L226) in [packages\/editor\/tsconfig-es.json](https://github.com/react-page/react-page/blob/2463f837858716626ff6892328e760b7fbd14c4d/packages/editor/tsconfig-es.json)