Skip to content

[NewErrors] 5.9.0-dev.20250525 vs 5.8.3 #61762

New issue

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

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

Already on GitHub? Sign in to your account

Open
typescript-bot opened this issue May 25, 2025 · 69 comments
Open

[NewErrors] 5.9.0-dev.20250525 vs 5.8.3 #61762

typescript-bot opened this issue May 25, 2025 · 69 comments

Comments

@typescript-bot
Copy link
Collaborator

The following errors were reported by 5.9.0-dev.20250525, but not by 5.8.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 471 of 800 visited repos
Outcome Count
Detected interesting changes 69
Detected no interesting changes 402
Git clone failed 10
Package install failed 88
Project-graph error in old TS 11
Too many errors in old TS 194
Unknown failure 26

Investigation Status

Repo Errors Outcome
actions/checkout 1
actualbudget/actual 2
ag-grid/ag-grid 2
agenda/agenda 6
akveo/react-native-ui-kitten 6
apollographql/apollo-client 4
bitwarden/clients 77
blakeblackshear/frigate 1
bluesky-social/social-app 1
caorushizi/mediago 1
captbaritone/webamp 3
cypress-io/cypress 1
deepstreamIO/deepstream.io 1
Dokploy/dokploy 5
Effect-TS/effect 15
electric-sql/pglite 7
ethers-io/ethers.js 1
Eugeny/tabby 58
FlowiseAI/Flowise 1
getomni-ai/zerox 1
getumbrel/umbrel 5
gitpod-io/gitpod 1
growthbook/growthbook 1
highlight/highlight 1
honojs/hono 9
hoppscotch/hoppscotch 2
imgly/background-removal-js 2
immich-app/immich 3
inertiajs/inertia 1
ionic-team/ionic-framework 6
jupyterlab/jupyterlab 227
karakeep-app/karakeep 1
katspaugh/wavesurfer.js 1
kern/filepizza 1
labring/FastGPT 2
labring/laf 1
labring/sealos 1
lerna/lerna 2
mapbox/mapbox-gl-js 1
mendableai/firecrawl 7
microsoft/azuredatastudio 3
microsoft/vscode-extension-samples 4
misskey-dev/misskey 2
mlc-ai/web-llm 1
modelcontextprotocol/typescript-sdk 3
mqttjs/MQTT.js 4
mswjs/msw 1
neoclide/coc.nvim 3
nexe/nexe 4
openai-translator/openai-translator 1
peers/peerjs 3
pubkey/rxdb 1
readest/readest 1
shoelace-style/shoelace 9
signalapp/Signal-Desktop 3
socketio/socket.io 4
streetwriters/notesnook 1
subquery/subql 3
t3-oss/create-t3-app 1
Tonejs/Tone.js 5
triggerdotdev/trigger.dev 4
trpc/trpc 7
upscayl/upscayl 1
uuidjs/uuid 2
Vendicated/Vencord 2
video-dev/hls.js 5
voideditor/void 34
vrtmrz/obsidian-livesync 5
VSCodeVim/Vim 2
@typescript-bot
Copy link
Collaborator Author

actions/checkout

tsconfig.json

  • error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | ArrayBufferView | Iterable<string | ArrayBufferView> | AsyncIterable<string | ArrayBufferView> | Stream'.

@typescript-bot
Copy link
Collaborator Author

actualbudget/actual

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

tsconfig.json

packages/loot-core/tsconfig.api.json

@typescript-bot
Copy link
Collaborator Author

ag-grid/ag-grid

17 of 31 projects failed to build with the old tsc and were ignored

external/ag-shared/tsconfig.watch.json

external/ag-shared/tsconfig.types.watch.json

@typescript-bot
Copy link
Collaborator Author

agenda/agenda

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

tsconfig.json

  • error TS2430: Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/@types/node/buffer.d.ts#L530 in tsconfig.json
  • error TS2344: Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/@types/node/fs/promises.d.ts#L50 in tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/@types/node/fs/promises.d.ts#L212 in tsconfig.json
  • error TS2416: Property 'write' in type 'GridFSBucketWriteStream' is not assignable to the same property in base type 'WritableStream'.
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb/mongodb.d.ts#L3801 in tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb/mongodb.d.ts#L3802 in tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb/mongodb.d.ts#L3803 in tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb/mongodb.d.ts#L3804 in tsconfig.json

test/tsconfig.json

  • error TS2430: Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/@types/node/buffer.d.ts#L530 in test/tsconfig.json
  • error TS2344: Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/@types/node/fs/promises.d.ts#L50 in test/tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/@types/node/fs/promises.d.ts#L212 in test/tsconfig.json
  • error TS2416: Property 'write' in type 'GridFSBucketWriteStream' is not assignable to the same property in base type 'WritableStream'.
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb-memory-server-core/node_modules/mongodb/mongodb.d.ts#L3783 in test/tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb-memory-server-core/node_modules/mongodb/mongodb.d.ts#L3784 in test/tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb-memory-server-core/node_modules/mongodb/mongodb.d.ts#L3785 in test/tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb-memory-server-core/node_modules/mongodb/mongodb.d.ts#L3786 in test/tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb/mongodb.d.ts#L3801 in test/tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb/mongodb.d.ts#L3802 in test/tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb/mongodb.d.ts#L3803 in test/tsconfig.json
    • file:///mnt/ts_downloads/_/m/agenda/node_modules/mongodb/mongodb.d.ts#L3804 in test/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

akveo/react-native-ui-kitten

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

tsconfig.json

src/showcases/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

apollographql/apollo-client

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

tsconfig.json

  • error TS2322: Type 'typeof TextEncoder' is not assignable to type '{ new (): TextEncoder; prototype: TextEncoder; }'.
  • error TS2322: Type 'import("stream/web").ReadableStreamDefaultReader<ObservableEvent<T>>' is not assignable to type 'ReadableStreamDefaultReader<ObservableEvent<T>>'.

src/tsconfig.json

  • error TS2322: Type 'typeof TextEncoder' is not assignable to type '{ new (): TextEncoder; prototype: TextEncoder; }'.
  • error TS2322: Type 'import("stream/web").ReadableStreamDefaultReader<ObservableEvent<T>>' is not assignable to type 'ReadableStreamDefaultReader<ObservableEvent<T>>'.

@typescript-bot
Copy link
Collaborator Author

bitwarden/clients

46 of 69 projects failed to build with the old tsc and were ignored

libs/tools/export/vault-export/vault-export-core/tsconfig.spec.json

libs/tools/export/vault-export/vault-export-core/tsconfig.json

libs/tools/card/tsconfig.spec.json

libs/tools/card/tsconfig.json

libs/node/tsconfig.spec.json

libs/node/tsconfig.json

libs/key-management/tsconfig.spec.json

libs/key-management/tsconfig.json

libs/admin-console/tsconfig.spec.json

libs/admin-console/tsconfig.json

apps/desktop/native-messaging-test-runner/tsconfig.json

This comment was too long to display in full; see the build artifact for the full details.

@typescript-bot
Copy link
Collaborator Author

blakeblackshear/frigate

web/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

bluesky-social/social-app

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

bskylink/tsconfig.json

  • error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'Uint8Array<ArrayBufferLike>'.

@typescript-bot
Copy link
Collaborator Author

caorushizi/mediago

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

packages/main/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

captbaritone/webamp

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

packages/webamp/tsconfig.json

packages/ani-cursor/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

cypress-io/cypress

81 of 108 projects failed to build with the old tsc and were ignored

npm/cypress-schematic/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

deepstreamIO/deepstream.io

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

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

Dokploy/dokploy

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

packages/server/tsconfig.server.json

  • error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | Stream | ArrayBufferView | Iterable<string | ArrayBufferView> | AsyncIterable<string | ArrayBufferView>'.

packages/server/tsconfig.json

  • error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | Stream | ArrayBufferView | Iterable<string | ArrayBufferView> | AsyncIterable<string | ArrayBufferView>'.

apps/dokploy/tsconfig.server.json

  • error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | Stream | ArrayBufferView | Iterable<string | ArrayBufferView> | AsyncIterable<string | ArrayBufferView>'.

apps/dokploy/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

Effect-TS/effect

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

tsconfig.json

tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

electric-sql/pglite

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

packages/pg-protocol/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

ethers-io/ethers.js

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

tsconfig.types.json

@typescript-bot
Copy link
Collaborator Author

Eugeny/tabby

11 of 29 projects failed to build with the old tsc and were ignored

tabby-web-demo/tsconfig.json

tabby-web/tsconfig.json

tabby-terminal/tsconfig.json

tabby-ssh/tsconfig.json

tabby-settings/tsconfig.json

tabby-plugin-manager/tsconfig.json

tabby-local/tsconfig.json

tabby-linkifier/tsconfig.json

tabby-electron/tsconfig.json

tabby-core/tsconfig.typings.json

tabby-core/tsconfig.json

tabby-community-color-schemes/tsconfig.json

app/tsconfig.main.json

app/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

getomni-ai/zerox

node-zerox/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

@typescript-bot
Copy link
Collaborator Author

gitpod-io/gitpod

12 of 20 projects failed to build with the old tsc and were ignored

components/gitpod-db/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

growthbook/growthbook

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

packages/back-end/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

highlight/highlight

32 of 45 projects failed to build with the old tsc and were ignored

sourcemap-uploader/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

honojs/hono

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

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

hoppscotch/hoppscotch

10 of 18 projects failed to build with the old tsc and were ignored

packages/hoppscotch-kernel/tsconfig.json

packages/hoppscotch-kernel/tsconfig.decl.json

@typescript-bot
Copy link
Collaborator Author

imgly/background-removal-js

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

packages/web/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

immich-app/immich

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

server/tsconfig.json

server/tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

inertiajs/inertia

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

packages/core/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

ionic-team/ionic-framework

24 of 25 projects failed to build with the old tsc and were ignored

core/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

mendableai/firecrawl

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

apps/api/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

microsoft/azuredatastudio

14 of 67 projects failed to build with the old tsc and were ignored

extensions/sql-database-projects/tsconfig.json

extensions/notebook-renderers/tsconfig.json

extensions/microsoft-authentication/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

microsoft/vscode-extension-samples

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

wasm-language-server/client/tsconfig.json

wasm-component-model-resource/tsconfig.json

wasm-component-model-async/tsconfig.json

wasm-component-model/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

misskey-dev/misskey

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

packages/backend/test-federation/tsconfig.json

packages/backend/test/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

mlc-ai/web-llm

tsconfig.json

  • error TS2345: Argument of type 'Uint8Array<any>' is not assignable to parameter of type 'ArrayBuffer'.

@typescript-bot
Copy link
Collaborator Author

modelcontextprotocol/typescript-sdk

tsconfig.prod.json

  • error TS2345: Argument of type 'TextDecoderStream' is not assignable to parameter of type 'ReadableWritablePair<string, Uint8Array<ArrayBufferLike>>'.

tsconfig.json

  • error TS2345: Argument of type 'TextDecoderStream' is not assignable to parameter of type 'ReadableWritablePair<string, Uint8Array<ArrayBufferLike>>'.

tsconfig.cjs.json

  • error TS2345: Argument of type 'TextDecoderStream' is not assignable to parameter of type 'ReadableWritablePair<string, Uint8Array<ArrayBufferLike>>'.

@typescript-bot
Copy link
Collaborator Author

mqttjs/MQTT.js

tsconfig.json

tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

mswjs/msw

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

test/e2e/tsconfig.json

  • error TS2345: Argument of type 'Buffer[]' is not assignable to parameter of type 'readonly Uint8Array<ArrayBufferLike>[]'.

@typescript-bot
Copy link
Collaborator Author

neoclide/coc.nvim

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

nexe/nexe

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

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

openai-translator/openai-translator

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

peers/peerjs

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

pubkey/rxdb

10 of 11 projects failed to build with the old tsc and were ignored

config/tsconfig.types.json

@typescript-bot
Copy link
Collaborator Author

readest/readest

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

apps/readest-app/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

shoelace-style/shoelace

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

tsconfig.prod.json

@typescript-bot
Copy link
Collaborator Author

signalapp/Signal-Desktop

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

sticker-creator/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

socketio/socket.io

12 of 32 projects failed to build with the old tsc and were ignored

packages/engine.io-parser/tsconfig.json

packages/engine.io-parser/tsconfig.esm.json

packages/engine.io/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

streetwriters/notesnook

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

packages/sodium/tsconfig.json

  • error TS2345: Argument of type 'Uint8Array<ArrayBufferLike>' is not assignable to parameter of type 'WithImplicitCoercion<ArrayBuffer | SharedArrayBuffer>'.

@typescript-bot
Copy link
Collaborator Author

subquery/subql

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

tsconfig.test.json

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

t3-oss/create-t3-app

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

www/tsconfig.json

  • error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'BodyInit | null | undefined'.

@typescript-bot
Copy link
Collaborator Author

Tonejs/Tone.js

tsconfig.json

scripts/tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

triggerdotdev/trigger.dev

41 of 44 projects failed to build with the old tsc and were ignored

internal-packages/otlp-importer/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

trpc/trpc

37 of 43 projects failed to build with the old tsc and were ignored

packages/tests/tsconfig.json

packages/tanstack-react-query/tsconfig.json

packages/next/tsconfig.json

packages/client/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

upscayl/upscayl

tsconfig.json

  • error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string | Stream | ArrayBufferView | Iterable<string | ArrayBufferView> | AsyncIterable<string | ArrayBufferView>'.

@typescript-bot
Copy link
Collaborator Author

uuidjs/uuid

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

tsconfig.json

tsconfig.cjs.json

@typescript-bot
Copy link
Collaborator Author

Vendicated/Vencord

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

video-dev/hls.js

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

voideditor/void

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

src/tsconfig.monaco.json

extensions/vscode-test-resolver/tsconfig.json

extensions/vscode-api-tests/tsconfig.json

extensions/typescript-language-features/tsconfig.json

extensions/tunnel-forwarding/tsconfig.json

extensions/open-remote-wsl/tsconfig.json

extensions/notebook-renderers/tsconfig.json

extensions/microsoft-authentication/tsconfig.json

extensions/ipynb/tsconfig.json

extensions/html-language-features/client/tsconfig.json

extensions/git/tsconfig.json

extensions/emmet/tsconfig.json

extensions/debug-auto-launch/tsconfig.json

extensions/css-language-features/client/tsconfig.json

build/tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

vrtmrz/obsidian-livesync

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

VSCodeVim/Vim

tsconfig.json

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

No branches or pull requests

1 participant