microsoft / TypeScript

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

[NewErrors] 5.6.0-dev.20240721 vs 5.5.3 #59381

Closed typescript-bot closed 1 month ago

typescript-bot commented 1 month ago

The following errors were reported by 5.6.0-dev.20240721, but not by 5.5.3 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 489 of 800 visited repos | Outcome | Count | |---------|-------| | Detected interesting changes | 50 | | Detected no interesting changes | 439 | | Git clone failed | 7 | | Package install failed | 91 | | Project-graph error in old TS | 11 | | Too many errors in old TS | 186 | | Unknown failure | 16 |

Investigation Status

Repo Errors Outcome
angular/angular-cli 2
antfu-collective/ni 1
apollographql/apollo-client 1
Chocobozzz/PeerTube 1
compiler-explorer/compiler-explorer 4
continuedev/continue 4
conventional-changelog/conventional-changelog 4
danny-avila/LibreChat 1
discordjs/discord.js 24
documenso/documenso 2
dream-num/univer 121
e2b-dev/E2B 1
elysiajs/elysia 4
fabian-hiller/valibot 1
gaozhangmin/aliyunpan 11
gcanti/fp-ts 21
gitkraken/vscode-gitlens 2
glideapps/quicktype 1
google/wireit 1
heyxyz/hey 1
Infisical/infisical 6
jackyzha0/quartz 3
kulshekhar/ts-jest 2
labring/FastGPT 1
LokerL/tts-vue 1
lyswhut/lx-music-desktop 8
mattermost/mattermost 8
microsoft/azuredatastudio 1
microsoft/vscode 10
misskey-dev/misskey 11
Molunerfinn/PicGo 2
mongodb/node-mongodb-native 7
mui/material-ui 6
nextui-org/nextui 3
NomicFoundation/hardhat 524
pixijs/pixijs 1
pnpm/pnpm 1
reorproject/reor 2
runtipi/runtipi 5
subquery/subql 4
teableio/teable 4
trpc/trpc 6
tweenjs/tween.js 1
unjs/nitro 1
Vendicated/Vencord 3
vercel/hyper 1
vuejs/core 3
vuejs/language-tools 1
vuejs/vetur 1
whyour/qinglong 2
typescript-bot commented 1 month ago

angular/angular-cli

**4 of 21 projects failed to build with the old tsc and were ignored** ### [tests\/legacy-cli\/tsconfig.json](https://github.com/angular/angular-cli/blob/c0e61f2e487bdf85022d69d53e2bebf85a226d0b/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/c0e61f2e487bdf85022d69d53e2bebf85a226d0b/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/c0e61f2e487bdf85022d69d53e2bebf85a226d0b/packages/angular_devkit/core/src/utils/partially-ordered-set.ts#L133)
typescript-bot commented 1 month ago

antfu-collective/ni

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

apollographql/apollo-client

**1 of 12 projects failed to build with the old tsc and were ignored** ### [src\/tsconfig.json](https://github.com/apollographql/apollo-client/blob/c982e5f3e206c3addd8e1843df677fb46d3e843a/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\#L2328](https://github.com/apollographql/apollo-client/blob/c982e5f3e206c3addd8e1843df677fb46d3e843a/src/react/hooks/__tests__/useMutation.test.tsx#L2328)
typescript-bot commented 1 month ago

Chocobozzz/PeerTube

**6 of 12 projects failed to build with the old tsc and were ignored** ### [packages\/types-generator\/tsconfig.types.json](https://github.com/Chocobozzz/PeerTube/blob/fbee171a0bea725e74ddc9ca4a00875c2250afd4/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/fbee171a0bea725e74ddc9ca4a00875c2250afd4/client/tsconfig.types.json)
typescript-bot commented 1 month ago

compiler-explorer/compiler-explorer

**2 of 6 projects failed to build with the old tsc and were ignored** ### [tsconfig.tests.json](https://github.com/compiler-explorer/compiler-explorer/blob/2aa1101a86ff39e3075497cdad81eca41c70d1ea/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/2aa1101a86ff39e3075497cdad81eca41c70d1ea/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/2aa1101a86ff39e3075497cdad81eca41c70d1ea/lib/cache/on-disk.ts#L117) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/2aa1101a86ff39e3075497cdad81eca41c70d1ea/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L84](https://github.com/compiler-explorer/compiler-explorer/blob/2aa1101a86ff39e3075497cdad81eca41c70d1ea/lib/execution/base-execution-env.ts#L84) ### [tsconfig.json](https://github.com/compiler-explorer/compiler-explorer/blob/2aa1101a86ff39e3075497cdad81eca41c70d1ea/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/2aa1101a86ff39e3075497cdad81eca41c70d1ea/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/2aa1101a86ff39e3075497cdad81eca41c70d1ea/lib/cache/on-disk.ts#L117) - [lib\/compilation-env.ts\#L166](https://github.com/compiler-explorer/compiler-explorer/blob/2aa1101a86ff39e3075497cdad81eca41c70d1ea/lib/compilation-env.ts#L166) - [lib\/execution\/base-execution-env.ts\#L84](https://github.com/compiler-explorer/compiler-explorer/blob/2aa1101a86ff39e3075497cdad81eca41c70d1ea/lib/execution/base-execution-env.ts#L84)
typescript-bot commented 1 month ago

continuedev/continue

### [extensions\/vscode\/tsconfig.json](https://github.com/continuedev/continue/blob/2eafdff54b1a77c6d403fa26a64c6793d7a4dfb9/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/2eafdff54b1a77c6d403fa26a64c6793d7a4dfb9/extensions/vscode/src/autocomplete/lsp.ts#L62) ### [core\/tsconfig.npm.json](https://github.com/continuedev/continue/blob/2eafdff54b1a77c6d403fa26a64c6793d7a4dfb9/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/2eafdff54b1a77c6d403fa26a64c6793d7a4dfb9/core/llm/stream.ts#L3) ### [core\/tsconfig.json](https://github.com/continuedev/continue/blob/2eafdff54b1a77c6d403fa26a64c6793d7a4dfb9/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/2eafdff54b1a77c6d403fa26a64c6793d7a4dfb9/core/llm/stream.ts#L3) ### [gui\/tsconfig.json](https://github.com/continuedev/continue/blob/2eafdff54b1a77c6d403fa26a64c6793d7a4dfb9/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/2eafdff54b1a77c6d403fa26a64c6793d7a4dfb9/core/llm/stream.ts#L3)
typescript-bot commented 1 month ago

conventional-changelog/conventional-changelog

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

danny-avila/LibreChat

**3 of 4 projects failed to build with the old tsc and were ignored** ### [packages\/data-provider\/tsconfig.json](https://github.com/danny-avila/LibreChat/blob/0bd59c0efeed36ae499d8542a38c8fa39010b9f7/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/0bd59c0efeed36ae499d8542a38c8fa39010b9f7/packages/data-provider/src/generate.ts#L388)
typescript-bot commented 1 month ago

discordjs/discord.js

**39 of 62 projects failed to build with the old tsc and were ignored** ### [packages\/voice\/tsconfig.json](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/Networking.ts#L567) - [packages\/voice\/src\/receive\/AudioReceiveStream.ts\#L72](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/receive/AudioReceiveStream.ts#L72) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L93](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/receive/VoiceReceiver.ts#L93) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L96](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/receive/VoiceReceiver.ts#L96) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L99](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/util/demuxProbe.ts#L112) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/VoiceUDPSocket.ts#L132) ### [packages\/voice\/tsconfig.eslint.json](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/Networking.ts#L567) - [packages\/voice\/src\/receive\/AudioReceiveStream.ts\#L72](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/receive/AudioReceiveStream.ts#L72) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L93](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/receive/VoiceReceiver.ts#L93) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L96](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/receive/VoiceReceiver.ts#L96) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L99](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/util/demuxProbe.ts#L112) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/VoiceUDPSocket.ts#L132) ### [packages\/voice\/tsconfig.docs.json](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/Networking.ts#L567) - [packages\/voice\/src\/receive\/AudioReceiveStream.ts\#L72](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/receive/AudioReceiveStream.ts#L72) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L93](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/receive/VoiceReceiver.ts#L93) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L96](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/receive/VoiceReceiver.ts#L96) - [packages\/voice\/src\/receive\/VoiceReceiver.ts\#L99](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/networking\/Networking.ts\#L568](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/Networking.ts#L568) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/util/demuxProbe.ts#L112) - [packages\/voice\/src\/util\/demuxProbe.ts\#L112](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/voice/src/networking/VoiceUDPSocket.ts#L132) ### [packages\/collection\/tsconfig.json](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/collection/src/collection.ts#L515) - `error TS2322: Type 'Value' is not assignable to type 'InitialValue'.` - [packages\/collection\/src\/collection.ts\#L629](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/collection/src/collection.ts#L629) - `error TS2532: Object is possibly 'undefined'.` - [packages\/collection\/src\/collection.ts\#L629](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/collection/src/collection.ts#L629) ### [packages\/collection\/tsconfig.eslint.json](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/collection/src/collection.ts#L515) - `error TS2322: Type 'Value' is not assignable to type 'InitialValue'.` - [packages\/collection\/src\/collection.ts\#L629](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/collection/src/collection.ts#L629) - `error TS2532: Object is possibly 'undefined'.` - [packages\/collection\/src\/collection.ts\#L629](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/collection/src/collection.ts#L629) ### [packages\/collection\/tsconfig.docs.json](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/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/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/collection/src/collection.ts#L515) - `error TS2322: Type 'Value' is not assignable to type 'InitialValue'.` - [packages\/collection\/src\/collection.ts\#L629](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/collection/src/collection.ts#L629) - `error TS2532: Object is possibly 'undefined'.` - [packages\/collection\/src\/collection.ts\#L629](https://github.com/discordjs/discord.js/blob/b2970bb2dddf70d2d918fda825059315f35d23f3/packages/collection/src/collection.ts#L629)
typescript-bot commented 1 month ago

documenso/documenso

**12 of 16 projects failed to build with the old tsc and were ignored** ### [packages\/signing\/tsconfig.json](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/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/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/helpers/update-signing-placeholder.ts#L29) - [packages\/signing\/helpers\/update-signing-placeholder.ts\#L30](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/helpers/update-signing-placeholder.ts#L30) - [packages\/signing\/helpers\/update-signing-placeholder.ts\#L31](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/helpers/update-signing-placeholder.ts#L31) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L41](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/google-cloud-hsm.ts#L41) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L42](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/google-cloud-hsm.ts#L42) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L73](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/google-cloud-hsm.ts#L73) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L74](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/google-cloud-hsm.ts#L74) - [packages\/signing\/transports\/google-cloud-hsm.ts\#L75](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/google-cloud-hsm.ts#L75) - [packages\/signing\/transports\/local-cert.ts\#L18](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/local-cert.ts#L18) - [packages\/signing\/transports\/local-cert.ts\#L19](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/local-cert.ts#L19) - [packages\/signing\/transports\/local-cert.ts\#L45](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/local-cert.ts#L45) - [packages\/signing\/transports\/local-cert.ts\#L46](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/local-cert.ts#L46) - [packages\/signing\/transports\/local-cert.ts\#L47](https://github.com/documenso/documenso/blob/414b1b728704cf4abe127f917ce301f8f7493c4c/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/414b1b728704cf4abe127f917ce301f8f7493c4c/packages/signing/transports/google-cloud-hsm.ts#L28)
typescript-bot commented 1 month ago

dream-num/univer

**6 of 53 projects failed to build with the old tsc and were ignored** ### [packages-experimental\/uniui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages-experimental\/uni-formula-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages-experimental/uni-formula-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages-experimental\/uni-formula\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages-experimental/uni-formula/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/uniscript\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/uniscript/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/thread-comment-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/slides-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/slides\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) ### [packages\/sheets-zen-editor\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-zen-editor/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-ui/src/services/clipboard/__tests__/clipboard-service.spec.ts#L1082) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-thread-comment\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-thread-comment/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-sort-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-sort-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-numfmt\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-numfmt/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-hyper-link-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-hyper-link-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-formula\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-formula/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-find-replace\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-find-replace/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-find-replace/src/views/shapes/find-replace-highlight.shape.ts#L62) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-filter-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-filter-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-drawing-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-drawing-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/sheets-data-validation\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-data-validation/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-data-validation/src/validators/list-multiple-validator.ts#L24) - `error TS2322: Type 'DropdownWidget' is not assignable to type 'Nullable'.` - [packages\/sheets-data-validation\/src\/validators\/list-validator.ts\#L103](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-data-validation/src/validators/list-validator.ts#L103) - `error TS2416: Property 'drawWith' in type 'CheckboxRender' is not assignable to the same property in base type 'IBaseDataValidationWidget'.` - [packages\/sheets-data-validation\/src\/widgets\/checkbox-widget.ts\#L95](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-data-validation/src/widgets/dropdown-multiple-widget.ts#L78) - `error TS2416: Property 'drawWith' in type 'DropdownWidget' is not assignable to the same property in base type 'IBaseDataValidationWidget'.` - [packages\/sheets-data-validation\/src\/widgets\/dropdown-widget.ts\#L212](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/sheets-data-validation/src/widgets/dropdown-widget.ts#L212) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/find-replace\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/engine-render\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) ### [packages\/drawing-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/docs-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/docs-thread-comment-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/docs-mention-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/docs-mention\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-mention/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) ### [packages\/docs-hyper-link-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-hyper-link-ui/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/docs-hyper-link\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-hyper-link/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) ### [packages\/docs-drawing-ui\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-drawing-ui/tsconfig.json) - `error TS2322: Type 'IDrawingCache | undefined' is not assignable to type 'IDrawingCache'.` - [packages\/docs-drawing-ui\/src\/controllers\/doc-drawing-transformer-update.controller.ts\#L151](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L151) - [packages\/docs-drawing-ui\/src\/controllers\/doc-drawing-transformer-update.controller.ts\#L203](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L203) - [packages\/docs-drawing-ui\/src\/controllers\/doc-drawing-transformer-update.controller.ts\#L339](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L339) - `error TS2322: Type 'BaseObject | undefined' is not assignable to type 'BaseObject'.` - [packages\/docs-drawing-ui\/src\/controllers\/doc-drawing-transformer-update.controller.ts\#L152](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L152) - [packages\/docs-drawing-ui\/src\/controllers\/doc-drawing-transformer-update.controller.ts\#L204](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L204) - `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\#L342](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-drawing-ui/src/controllers/doc-drawing-transformer-update.controller.ts#L342) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150) ### [packages\/docs\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) ### [packages\/debugger\/tsconfig.json](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/debugger/tsconfig.json) - `error TS2345: Argument of type 'UniverRenderingContext' is not assignable to parameter of type 'CanvasRenderingContext2D'.` - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L367](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L367) - [packages\/docs-ui\/src\/controllers\/doc-header-footer.controller.ts\#L372](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/docs-ui/src/controllers/doc-header-footer.controller.ts#L372) - [packages\/docs-ui\/src\/views\/header-footer\/text-bubble.ts\#L129](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/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/28dbb786a32cb67d38098344578e2525623162f0/packages/engine-render/src/context.ts#L21) - `error TS2345: Argument of type 'IShortcutItem | undefined' is not assignable to parameter of type 'IShortcutItem'.` - [packages\/ui\/src\/services\/shortcut\/shortcut.service.ts\#L150](https://github.com/dream-num/univer/blob/28dbb786a32cb67d38098344578e2525623162f0/packages/ui/src/services/shortcut/shortcut.service.ts#L150)
typescript-bot commented 1 month ago

e2b-dev/E2B

**1 of 3 projects failed to build with the old tsc and were ignored** ### [packages\/js-sdk\/tsconfig.json](https://github.com/e2b-dev/E2B/blob/c9315253ce9feaf0cecf22bcb23808c6181ec3f1/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/c9315253ce9feaf0cecf22bcb23808c6181ec3f1/packages/js-sdk/src/sandbox/index.ts#L129)
typescript-bot commented 1 month ago

elysiajs/elysia

**1 of 3 projects failed to build with the old tsc and were ignored** ### [tsconfig.test.json](https://github.com/elysiajs/elysia/blob/8173d905944b8b305f8989985abe7760af681de9/tsconfig.test.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [src\/handler.ts\#L150](https://github.com/elysiajs/elysia/blob/8173d905944b8b305f8989985abe7760af681de9/src/handler.ts#L150) - [src\/handler.ts\#L156](https://github.com/elysiajs/elysia/blob/8173d905944b8b305f8989985abe7760af681de9/src/handler.ts#L156) - `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/8173d905944b8b305f8989985abe7760af681de9/src/ws/index.ts#L92) ### [tsconfig.dts.json](https://github.com/elysiajs/elysia/blob/8173d905944b8b305f8989985abe7760af681de9/tsconfig.dts.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [src\/handler.ts\#L150](https://github.com/elysiajs/elysia/blob/8173d905944b8b305f8989985abe7760af681de9/src/handler.ts#L150) - [src\/handler.ts\#L156](https://github.com/elysiajs/elysia/blob/8173d905944b8b305f8989985abe7760af681de9/src/handler.ts#L156) - `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/8173d905944b8b305f8989985abe7760af681de9/src/ws/index.ts#L92)
typescript-bot commented 1 month ago

fabian-hiller/valibot

**1 of 4 projects failed to build with the old tsc and were ignored** ### [library\/tsconfig.json](https://github.com/fabian-hiller/valibot/blob/22aa996c9cc8ba65cb8fba9367b0aa3099f27f4b/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/22aa996c9cc8ba65cb8fba9367b0aa3099f27f4b/library/tsup.config.ts#L3) - [library\/vite.config.ts\#L3](https://github.com/fabian-hiller/valibot/blob/22aa996c9cc8ba65cb8fba9367b0aa3099f27f4b/library/vite.config.ts#L3)
typescript-bot commented 1 month ago

gaozhangmin/aliyunpan

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

gcanti/fp-ts

**2 of 5 projects failed to build with the old tsc and were ignored** ### [tsconfig.json](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/tsconfig.json) - `error TS2322: Type 'IteratorResult<[K, A], undefined>' is not assignable to type 'Next<[K, A]>'.` - [src\/Map.ts\#L246](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L246) - [src\/Map.ts\#L306](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L306) - [src\/Map.ts\#L370](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L370) - [src\/Map.ts\#L387](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L387) - [src\/Map.ts\#L419](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L419) - [src\/Map.ts\#L440](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L440) - [src\/Map.ts\#L461](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L461) - `error TS2322: Type 'IteratorResult<[K, Option], undefined>' is not assignable to type 'Next<[K, Option]>'.` - [src\/Map.ts\#L492](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L492) - `error TS2322: Type 'IteratorResult<[K, Either], undefined>' is not assignable to type 'Next<[K, Either]>'.` - [src\/Map.ts\#L567](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L567) - `error TS2322: Type 'IteratorResult' is not assignable to type 'Next'.` - [src\/ReadonlyMap.ts\#L121](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L121) - [src\/ReadonlySet.ts\#L117](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L117) - [src\/ReadonlySet.ts\#L147](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L147) - [src\/ReadonlySet.ts\#L241](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L241) - [src\/ReadonlySet.ts\#L442](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L442) - [src\/ReadonlySet.ts\#L499](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L499) - [src\/Set.ts\#L86](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Set.ts#L86) - [src\/Set.ts\#L108](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Set.ts#L108) - [src\/Set.ts\#L198](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Set.ts#L198) - `error TS2322: Type 'IteratorResult<[K, A], undefined>' is not assignable to type 'Next'.` - [src\/ReadonlyMap.ts\#L312](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L312) - [src\/ReadonlyMap.ts\#L373](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L373) - [src\/ReadonlyMap.ts\#L419](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L419) - [src\/ReadonlyMap.ts\#L492](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L492) - [src\/ReadonlyMap.ts\#L509](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L509) - [src\/ReadonlyMap.ts\#L541](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L541) - [src\/ReadonlyMap.ts\#L562](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L562) - [src\/ReadonlyMap.ts\#L591](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L591) - [src\/ReadonlyMap.ts\#L1106](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1106) - [src\/ReadonlyMap.ts\#L1116](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1116) - [src\/ReadonlyMap.ts\#L1142](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1142) - [src\/ReadonlyMap.ts\#L1171](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1171) - [src\/ReadonlyMap.ts\#L1178](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1178) - `error TS2322: Type 'IteratorResult<[K, Option], undefined>' is not assignable to type 'Next]>'.` - [src\/ReadonlyMap.ts\#L623](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L623) - `error TS2322: Type 'IteratorResult<[K, Either], undefined>' is not assignable to type 'Next]>'.` - [src\/ReadonlyMap.ts\#L706](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L706) ### [tsconfig.build-es6.json](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/tsconfig.build-es6.json) - `error TS2322: Type 'IteratorResult<[K, A], undefined>' is not assignable to type 'Next<[K, A]>'.` - [src\/Map.ts\#L246](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L246) - [src\/Map.ts\#L306](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L306) - [src\/Map.ts\#L370](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L370) - [src\/Map.ts\#L387](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L387) - [src\/Map.ts\#L419](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L419) - [src\/Map.ts\#L440](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L440) - [src\/Map.ts\#L461](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L461) - `error TS2322: Type 'IteratorResult<[K, Option], undefined>' is not assignable to type 'Next<[K, Option]>'.` - [src\/Map.ts\#L492](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L492) - `error TS2322: Type 'IteratorResult<[K, Either], undefined>' is not assignable to type 'Next<[K, Either]>'.` - [src\/Map.ts\#L567](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L567) - `error TS2322: Type 'IteratorResult' is not assignable to type 'Next'.` - [src\/ReadonlyMap.ts\#L121](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L121) - [src\/ReadonlySet.ts\#L117](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L117) - [src\/ReadonlySet.ts\#L147](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L147) - [src\/ReadonlySet.ts\#L241](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L241) - [src\/ReadonlySet.ts\#L442](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L442) - [src\/ReadonlySet.ts\#L499](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L499) - [src\/Set.ts\#L86](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Set.ts#L86) - [src\/Set.ts\#L108](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Set.ts#L108) - [src\/Set.ts\#L198](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Set.ts#L198) - `error TS2322: Type 'IteratorResult<[K, A], undefined>' is not assignable to type 'Next'.` - [src\/ReadonlyMap.ts\#L312](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L312) - [src\/ReadonlyMap.ts\#L373](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L373) - [src\/ReadonlyMap.ts\#L419](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L419) - [src\/ReadonlyMap.ts\#L492](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L492) - [src\/ReadonlyMap.ts\#L509](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L509) - [src\/ReadonlyMap.ts\#L541](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L541) - [src\/ReadonlyMap.ts\#L562](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L562) - [src\/ReadonlyMap.ts\#L591](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L591) - [src\/ReadonlyMap.ts\#L1106](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1106) - [src\/ReadonlyMap.ts\#L1116](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1116) - [src\/ReadonlyMap.ts\#L1142](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1142) - [src\/ReadonlyMap.ts\#L1171](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1171) - [src\/ReadonlyMap.ts\#L1178](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1178) - `error TS2322: Type 'IteratorResult<[K, Option], undefined>' is not assignable to type 'Next]>'.` - [src\/ReadonlyMap.ts\#L623](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L623) - `error TS2322: Type 'IteratorResult<[K, Either], undefined>' is not assignable to type 'Next]>'.` - [src\/ReadonlyMap.ts\#L706](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L706) ### [dtslint\/tsconfig.json](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/dtslint/tsconfig.json) - `error TS2322: Type 'IteratorResult<[K, A], undefined>' is not assignable to type 'Next<[K, A]>'.` - [src\/Map.ts\#L246](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L246) - [src\/Map.ts\#L306](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L306) - [src\/Map.ts\#L370](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L370) - [src\/Map.ts\#L387](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L387) - [src\/Map.ts\#L419](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L419) - [src\/Map.ts\#L440](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L440) - [src\/Map.ts\#L461](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L461) - `error TS2322: Type 'IteratorResult<[K, Option], undefined>' is not assignable to type 'Next<[K, Option]>'.` - [src\/Map.ts\#L492](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L492) - `error TS2322: Type 'IteratorResult<[K, Either], undefined>' is not assignable to type 'Next<[K, Either]>'.` - [src\/Map.ts\#L567](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Map.ts#L567) - `error TS2322: Type 'IteratorResult' is not assignable to type 'Next'.` - [src\/ReadonlyMap.ts\#L121](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L121) - [src\/ReadonlySet.ts\#L117](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L117) - [src\/ReadonlySet.ts\#L147](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L147) - [src\/ReadonlySet.ts\#L241](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L241) - [src\/ReadonlySet.ts\#L442](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L442) - [src\/ReadonlySet.ts\#L499](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlySet.ts#L499) - [src\/Set.ts\#L86](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Set.ts#L86) - [src\/Set.ts\#L108](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Set.ts#L108) - [src\/Set.ts\#L198](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/Set.ts#L198) - `error TS2322: Type 'IteratorResult<[K, A], undefined>' is not assignable to type 'Next'.` - [src\/ReadonlyMap.ts\#L312](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L312) - [src\/ReadonlyMap.ts\#L373](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L373) - [src\/ReadonlyMap.ts\#L419](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L419) - [src\/ReadonlyMap.ts\#L492](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L492) - [src\/ReadonlyMap.ts\#L509](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L509) - [src\/ReadonlyMap.ts\#L541](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L541) - [src\/ReadonlyMap.ts\#L562](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L562) - [src\/ReadonlyMap.ts\#L591](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L591) - [src\/ReadonlyMap.ts\#L1106](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1106) - [src\/ReadonlyMap.ts\#L1116](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1116) - [src\/ReadonlyMap.ts\#L1142](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1142) - [src\/ReadonlyMap.ts\#L1171](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1171) - [src\/ReadonlyMap.ts\#L1178](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L1178) - `error TS2322: Type 'IteratorResult<[K, Option], undefined>' is not assignable to type 'Next]>'.` - [src\/ReadonlyMap.ts\#L623](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L623) - `error TS2322: Type 'IteratorResult<[K, Either], undefined>' is not assignable to type 'Next]>'.` - [src\/ReadonlyMap.ts\#L706](https://github.com/gcanti/fp-ts/blob/5469a48ff01c1db86b3dd3d1a67ca700e8dd0c08/src/ReadonlyMap.ts#L706)
typescript-bot commented 1 month ago

gitkraken/vscode-gitlens

**3 of 4 projects failed to build with the old tsc and were ignored** ### [src\/webviews\/apps\/tsconfig.json](https://github.com/gitkraken/vscode-gitlens/blob/046b5bcba2f3a392b4365a65271df7c23bc76580/src/webviews/apps/tsconfig.json) - `error TS2345: Argument of type 'NormalizedSearchOperators | undefined' is not assignable to parameter of type 'SearchOperators'.` - [src\/commands\/git\/search.ts\#L413](https://github.com/gitkraken/vscode-gitlens/blob/046b5bcba2f3a392b4365a65271df7c23bc76580/src/commands/git/search.ts#L413) - `error TS2322: Type 'string | undefined' is not assignable to type 'string'.` - [src\/plus\/integrations\/integration.ts\#L847](https://github.com/gitkraken/vscode-gitlens/blob/046b5bcba2f3a392b4365a65271df7c23bc76580/src/plus/integrations/integration.ts#L847) - [src\/plus\/integrations\/integration.ts\#L1058](https://github.com/gitkraken/vscode-gitlens/blob/046b5bcba2f3a392b4365a65271df7c23bc76580/src/plus/integrations/integration.ts#L1058)
typescript-bot commented 1 month ago

glideapps/quicktype

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

google/wireit

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

heyxyz/hey

**1 of 16 projects failed to build with the old tsc and were ignored** ### [apps\/web\/tsconfig.json](https://github.com/heyxyz/hey/blob/d1fe44adfb49a35ed53cbca2bb1161d433f636c9/apps/web/tsconfig.json) - `error TS2322: Type 'Buffer | null' is not assignable to type 'Uint8Array | null'.` - [apps\/web\/src\/helpers\/xmtp\/keys.ts\#L15](https://github.com/heyxyz/hey/blob/d1fe44adfb49a35ed53cbca2bb1161d433f636c9/apps/web/src/helpers/xmtp/keys.ts#L15)
typescript-bot commented 1 month ago

Infisical/infisical

**1 of 2 projects failed to build with the old tsc and were ignored** ### [backend\/tsconfig.json](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/tsconfig.json) - `error TS2769: No overload matches this call.` - [backend\/src\/ee\/services\/external-kms\/providers\/aws-kms.ts\#L77](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/ee/services/external-kms/providers/aws-kms.ts#L77) - [backend\/src\/ee\/services\/external-kms\/providers\/aws-kms.ts\#L88](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/ee/services/external-kms/providers/aws-kms.ts#L88) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L19](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L19) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L38](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L38) - [backend\/src\/lib\/crypto\/encryption.ts\#L28](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/encryption.ts#L28) - [backend\/src\/lib\/crypto\/encryption.ts\#L40](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/encryption.ts#L40) - [backend\/src\/lib\/crypto\/encryption.ts\#L54](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/encryption.ts#L54) - [backend\/src\/lib\/crypto\/encryption.ts\#L72](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/encryption.ts#L72) - [backend\/src\/lib\/crypto\/secret-encryption.ts\#L71](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/secret-encryption.ts#L71) - [backend\/src\/lib\/crypto\/signing.ts\#L9](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/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/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/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/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/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/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L22) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L28](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L28) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L41](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L41) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L22](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L22) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L28](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L28) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L28](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L28) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L41](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L41) - [backend\/src\/services\/kms\/kms-service.ts\#L97](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/services/kms/kms-service.ts#L97) - [backend\/src\/services\/kms\/kms-service.ts\#L97](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/services/kms/kms-service.ts#L97) - [backend\/src\/services\/kms\/kms-service.ts\#L109](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/services/kms/kms-service.ts#L109) - [backend\/src\/services\/kms\/kms-service.ts\#L109](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/services/kms/kms-service.ts#L109) - `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/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L39) - [backend\/src\/lib\/crypto\/cipher\/cipher.ts\#L41](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/cipher/cipher.ts#L41) - [backend\/src\/lib\/crypto\/encryption.ts\#L29](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/encryption.ts#L29) - [backend\/src\/lib\/crypto\/encryption.ts\#L74](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/encryption.ts#L74) - [backend\/src\/lib\/crypto\/secret-encryption.ts\#L72](https://github.com/Infisical/infisical/blob/8bf4df9f2732e0b65d22a64c8d964ebe46c5f23c/backend/src/lib/crypto/secret-encryption.ts#L72)
typescript-bot commented 1 month ago

jackyzha0/quartz

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

kulshekhar/ts-jest

**8 of 32 projects failed to build with the old tsc and were ignored** ### [tsconfig.spec.json](https://github.com/kulshekhar/ts-jest/blob/31ff628caf78ab1d7313ff055d1350d9c65fb37e/tsconfig.spec.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.` - [src\/utils\/sha1.ts\#L30](https://github.com/kulshekhar/ts-jest/blob/31ff628caf78ab1d7313ff055d1350d9c65fb37e/src/utils/sha1.ts#L30) ### [tsconfig.build.json](https://github.com/kulshekhar/ts-jest/blob/31ff628caf78ab1d7313ff055d1350d9c65fb37e/tsconfig.build.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.` - [src\/utils\/sha1.ts\#L30](https://github.com/kulshekhar/ts-jest/blob/31ff628caf78ab1d7313ff055d1350d9c65fb37e/src/utils/sha1.ts#L30)
typescript-bot commented 1 month ago

labring/FastGPT

**1 of 8 projects failed to build with the old tsc and were ignored** ### [packages\/service\/tsconfig.json](https://github.com/labring/FastGPT/blob/57ff38e16f2d9567e88c3bc7d0fc1ea81004f6c1/packages/service/tsconfig.json) - `error TS2769: No overload matches this call.` - [packages\/service\/worker\/file\/parseOffice.ts\#L103](https://github.com/labring/FastGPT/blob/57ff38e16f2d9567e88c3bc7d0fc1ea81004f6c1/packages/service/worker/file/parseOffice.ts#L103) - [packages\/service\/worker\/file\/parseOffice.ts\#L107](https://github.com/labring/FastGPT/blob/57ff38e16f2d9567e88c3bc7d0fc1ea81004f6c1/packages/service/worker/file/parseOffice.ts#L107)
typescript-bot commented 1 month ago

LokerL/tts-vue

### [tsconfig.json](https://github.com/LokerL/tts-vue/blob/96cabf49cf891bfb2b441b2cea592dc5b6b4ec43/tsconfig.json) - `error TS5102: Option 'suppressImplicitAnyIndexErrors' has been removed. Please remove it from your configuration.` - [tsconfig.json\#L17](https://github.com/LokerL/tts-vue/blob/96cabf49cf891bfb2b441b2cea592dc5b6b4ec43/tsconfig.json#L17)
typescript-bot commented 1 month ago

lyswhut/lx-music-desktop

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

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/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/platform/client/tsconfig.build.json) ### [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/admin_console/team_channel_settings/channel/index.ts#L21) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/announcement\_bar\/version\_bar\/index.ts\#L16](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/announcement_bar/version_bar/index.ts#L16) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/channel\_header\_dropdown\/menu\_items\/leave\_channel\/index.ts\#L27](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/channel\_layout\/channel\_identifier\_router\/index.ts\#L20](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/channel_layout/channel_identifier_router/index.ts#L20) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/file\_attachment\/index.ts\#L43](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/file_attachment/index.ts#L43) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/get\_public\_link\_modal\/index.ts\#L35](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/get_public_link_modal/index.ts#L35) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/post\_view\/commented\_on\_files\_message\/index.ts\#L35](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/post_view/commented_on_files_message/index.ts#L35) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/post\_view\/index.ts\#L80](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/post_view/index.ts#L80) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/rhs\_header\_post\/index.ts\#L89](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/rhs_header_post/index.ts#L89) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/channel_view/channel_view.tsx#L32) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/channel_view/channel_view.tsx#L32) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/post_emoji/post_emoji.tsx#L14) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/widgets\/menu\/menu\_wrapper.tsx\#L13](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/widgets/menu/menu_wrapper.tsx#L13) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/post_emoji/post_emoji.tsx#L14) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json) - [webapp\/channels\/src\/components\/widgets\/menu\/menu\_wrapper.tsx\#L13](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/widgets/menu/menu_wrapper.tsx#L13) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/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/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/src/components/post_view/combined_user_activity_post/index.ts#L37) in [webapp\/channels\/tsconfig.json](https://github.com/mattermost/mattermost/blob/50b3af38aa1b242ed6a19f2704025926d93386a6/webapp/channels/tsconfig.json)
typescript-bot commented 1 month ago

microsoft/azuredatastudio

**8 of 67 projects failed to build with the old tsc and were ignored** ### [extensions\/azurecore\/tsconfig.json](https://github.com/microsoft/azuredatastudio/blob/0152a8b9da10c94f4556bbfd8af47b772b99a643/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/0152a8b9da10c94f4556bbfd8af47b772b99a643/extensions/azurecore/src/account-provider/azureAccountProvider.ts#L83) - [extensions\/azurecore\/src\/account-provider\/azureAccountProvider.ts\#L96](https://github.com/microsoft/azuredatastudio/blob/0152a8b9da10c94f4556bbfd8af47b772b99a643/extensions/azurecore/src/account-provider/azureAccountProvider.ts#L96)
typescript-bot commented 1 month ago

microsoft/vscode

**4 of 53 projects failed to build with the old tsc and were ignored** ### [src\/tsconfig.tsec.json](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/tsconfig.tsec.json) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [src\/vs\/editor\/browser\/widget\/diffEditor\/diffProviderFactoryService.ts\#L155](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.ts#L155) - `error TS2322: Type 'number[] | undefined' is not assignable to type 'number[]'.` - [src\/vs\/workbench\/contrib\/scm\/browser\/dirtydiffDecorator.ts\#L790](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.ts#L790) - [src\/vs\/workbench\/contrib\/scm\/browser\/dirtydiffDecorator.ts\#L810](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.ts#L810) - `error TS2322: Type 'IteratorResult' is not assignable to type 'IteratorResult'.` - [src\/vs\/workbench\/contrib\/timeline\/browser\/timelinePane.ts\#L761](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/vs/workbench/contrib/timeline/browser/timelinePane.ts#L761) ### [src\/tsconfig.monaco.json](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/tsconfig.monaco.json) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [src\/vs\/editor\/browser\/widget\/diffEditor\/diffProviderFactoryService.ts\#L155](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.ts#L155) ### [src\/tsconfig.json](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/tsconfig.json) - `error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.` - [src\/vs\/editor\/browser\/widget\/diffEditor\/diffProviderFactoryService.ts\#L155](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/vs/editor/browser/widget/diffEditor/diffProviderFactoryService.ts#L155) - `error TS2322: Type 'number[] | undefined' is not assignable to type 'number[]'.` - [src\/vs\/workbench\/contrib\/scm\/browser\/dirtydiffDecorator.ts\#L790](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.ts#L790) - [src\/vs\/workbench\/contrib\/scm\/browser\/dirtydiffDecorator.ts\#L810](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/vs/workbench/contrib/scm/browser/dirtydiffDecorator.ts#L810) - `error TS2322: Type 'IteratorResult' is not assignable to type 'IteratorResult'.` - [src\/vs\/workbench\/contrib\/timeline\/browser\/timelinePane.ts\#L761](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/src/vs/workbench/contrib/timeline/browser/timelinePane.ts#L761) ### [extensions\/jake\/tsconfig.json](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/extensions/jake/tsconfig.json) - `error TS2532: Object is possibly 'undefined'.` - [extensions\/jake\/src\/main.ts\#L293](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/extensions/jake/src/main.ts#L293) - [extensions\/jake\/src\/main.ts\#L315](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/extensions/jake/src/main.ts#L315) ### [extensions\/gulp\/tsconfig.json](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/extensions/gulp/tsconfig.json) - `error TS2532: Object is possibly 'undefined'.` - [extensions\/gulp\/src\/main.ts\#L360](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/extensions/gulp/src/main.ts#L360) - [extensions\/gulp\/src\/main.ts\#L382](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/extensions/gulp/src/main.ts#L382) ### [extensions\/grunt\/tsconfig.json](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/extensions/grunt/tsconfig.json) - `error TS2532: Object is possibly 'undefined'.` - [extensions\/grunt\/src\/main.ts\#L319](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/extensions/grunt/src/main.ts#L319) - [extensions\/grunt\/src\/main.ts\#L341](https://github.com/microsoft/vscode/blob/66edca3c44eb424c9b217e5dd2b398b01488d223/extensions/grunt/src/main.ts#L341)
typescript-bot commented 1 month ago

misskey-dev/misskey

**6 of 13 projects failed to build with the old tsc and were ignored** ### [packages\/backend\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [packages\/backend\/src\/core\/AiService.ts\#L54](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/core/AiService.ts#L54) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [packages\/backend\/src\/core\/InternalStorageService.ts\#L48](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/core/InternalStorageService.ts#L48) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [packages\/backend\/src\/core\/WebAuthnService.ts\#L223](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/core/WebAuthnService.ts#L223) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.` - [packages\/backend\/src\/core\/activitypub\/ApRequestService.ts\#L92](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/core/activitypub/ApRequestService.ts#L92) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'BinaryLike'.` - [packages\/backend\/src\/server\/ActivityPubServerService.ts\#L156](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/server/ActivityPubServerService.ts#L156) ### [packages\/backend\/test\/tsconfig.json](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/tsconfig.json) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array'.` - [packages\/backend\/src\/core\/AiService.ts\#L54](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/core/AiService.ts#L54) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView'.` - [packages\/backend\/src\/core\/InternalStorageService.ts\#L48](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/core/InternalStorageService.ts#L48) - `error TS2322: Type 'Buffer' is not assignable to type 'Uint8Array'.` - [packages\/backend\/src\/core\/WebAuthnService.ts\#L223](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/core/WebAuthnService.ts#L223) - [packages\/backend\/test\/e2e\/2fa.ts\#L86](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L86) - [packages\/backend\/test\/e2e\/2fa.ts\#L87](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L87) - [packages\/backend\/test\/e2e\/2fa.ts\#L88](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L88) - [packages\/backend\/test\/e2e\/2fa.ts\#L89](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L89) - [packages\/backend\/test\/e2e\/2fa.ts\#L90](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L90) - [packages\/backend\/test\/e2e\/2fa.ts\#L91](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L91) - [packages\/backend\/test\/e2e\/2fa.ts\#L92](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L92) - [packages\/backend\/test\/e2e\/2fa.ts\#L149](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L149) - [packages\/backend\/test\/e2e\/2fa.ts\#L150](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L150) - [packages\/backend\/test\/e2e\/2fa.ts\#L151](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L151) - [packages\/backend\/test\/e2e\/2fa.ts\#L164](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L164) - [packages\/backend\/test\/e2e\/2fa.ts\#L164](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L164) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'ArrayBufferView'.` - [packages\/backend\/src\/core\/activitypub\/ApRequestService.ts\#L92](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/core/activitypub/ApRequestService.ts#L92) - `error TS2345: Argument of type 'string | Buffer' is not assignable to parameter of type 'BinaryLike'.` - [packages\/backend\/src\/server\/ActivityPubServerService.ts\#L156](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/src/server/ActivityPubServerService.ts#L156) - `error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BinaryLike'.` - [packages\/backend\/test\/e2e\/2fa.ts\#L56](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L56) - [packages\/backend\/test\/e2e\/2fa.ts\#L160](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L160) - [packages\/backend\/test\/e2e\/2fa.ts\#L164](https://github.com/misskey-dev/misskey/blob/337b42bcb179bdfb993888ed94342a0158e8f3cb/packages/backend/test/e2e/2fa.ts#L164)
typescript-bot commented 1 month ago

Molunerfinn/PicGo

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

mongodb/node-mongodb-native

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

mui/material-ui

**23 of 81 projects failed to build with the old tsc and were ignored** ### [packages-internal\/test-utils\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages-internal/test-utils/tsconfig.build.json) - `error TS2386: Overload signatures must all be optional or required.` - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages-internal\/test-utils\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages-internal/test-utils/tsconfig.build.json) ### [packages-internal\/scripts\/tsconfig.typecheck.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages-internal/scripts/tsconfig.typecheck.json) - `error TS2386: Overload signatures must all be optional or required.` - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages-internal\/docs-utils\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages-internal/docs-utils/tsconfig.build.json) - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages-internal\/scripts\/tsconfig.typecheck.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages-internal/scripts/tsconfig.typecheck.json) ### [packages\/mui-material-pigment-css\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-material-pigment-css/tsconfig.build.json) - `error TS2386: Overload signatures must all be optional or required.` - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-material-pigment-css\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-material-pigment-css/tsconfig.build.json) ### [packages\/mui-material-nextjs\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-material-nextjs/tsconfig.build.json) - `error TS2386: Overload signatures must all be optional or required.` - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-material-nextjs\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-material-nextjs/tsconfig.build.json) ### [packages\/mui-joy\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-joy/tsconfig.build.json) - `error TS2386: Overload signatures must all be optional or required.` - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-utils\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-utils/tsconfig.build.json) - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-base\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-base/tsconfig.build.json) - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-system\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-system/tsconfig.build.json) - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-joy\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-joy/tsconfig.build.json) ### [packages\/mui-docs\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-docs/tsconfig.build.json) - `error TS2386: Overload signatures must all be optional or required.` - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-utils\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-utils/tsconfig.build.json) - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-base\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-base/tsconfig.build.json) - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-system\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-system/tsconfig.build.json) - file:///mnt/ts_downloads/_/m/material-ui/node_modules/.pnpm/@types+node@18.19.39/node_modules/@types/node/module.d.ts#L290 in [packages\/mui-material\/tsconfig.build.json](https://github.com/mui/material-ui/blob/2fe1e9c0ecd0cfa928ed632083c0dfe05ba4351c/packages/mui-material/tsconfig.build.json)
typescript-bot commented 1 month ago

nextui-org/nextui

**2 of 80 projects failed to build with the old tsc and were ignored** ### [packages\/hooks\/use-aria-multiselect\/tsconfig.json](https://github.com/nextui-org/nextui/blob/e9eb9491b51903276a2a3cc3dbaeb4f31852808b/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/e9eb9491b51903276a2a3cc3dbaeb4f31852808b/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/e9eb9491b51903276a2a3cc3dbaeb4f31852808b/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L81) ### [packages\/core\/react\/tsconfig.json](https://github.com/nextui-org/nextui/blob/e9eb9491b51903276a2a3cc3dbaeb4f31852808b/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/e9eb9491b51903276a2a3cc3dbaeb4f31852808b/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/e9eb9491b51903276a2a3cc3dbaeb4f31852808b/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L81) ### [packages\/components\/select\/tsconfig.json](https://github.com/nextui-org/nextui/blob/e9eb9491b51903276a2a3cc3dbaeb4f31852808b/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/e9eb9491b51903276a2a3cc3dbaeb4f31852808b/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/e9eb9491b51903276a2a3cc3dbaeb4f31852808b/packages/hooks/use-aria-multiselect/src/use-multiselect.ts#L81)