Skip to content
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

[NewErrors] 5.9.0-dev.20250302 vs 5.8.2 #61327

Closed
typescript-bot opened this issue Mar 2, 2025 · 53 comments
Closed

[NewErrors] 5.9.0-dev.20250302 vs 5.8.2 #61327

typescript-bot opened this issue Mar 2, 2025 · 53 comments

Comments

@typescript-bot
Copy link
Collaborator

The following errors were reported by 5.9.0-dev.20250302, but not by 5.8.2
Pipeline that generated this bug
Logs for the pipeline run
File that generated the pipeline

This run considered 800 popular TS repos from GH (after skipping the top 0).

Successfully analyzed 464 of 800 visited repos
Outcome Count
Detected interesting changes 53
Detected no interesting changes 411
Git clone failed 9
Package install failed 86
Project-graph error in old TS 11
Too many errors in old TS 210
Unknown failure 20

Investigation Status

Repo Errors Outcome
actions/checkout 1
actualbudget/actual 12
ag-grid/ag-grid 2
agenda/agenda 6
ajayyy/SponsorBlock 1
akveo/react-native-ui-kitten 6
bitwarden/clients 66
blakeblackshear/frigate 1
bluesky-social/social-app 1
captbaritone/webamp 1
cypress-io/cypress 1
deepstreamIO/deepstream.io 1
desktop/desktop 1
dilame/instagram-private-api 6
Dokploy/dokploy 4
electric-sql/pglite 7
ethers-io/ethers.js 1
Eugeny/tabby 57
FlowiseAI/Flowise 4
fonoster/fonoster 2
getomni-ai/zerox 2
getumbrel/umbrel 2
gitpod-io/gitpod 1
growthbook/growthbook 1
hoarder-app/hoarder 1
honojs/hono 7
jupyterlab/jupyterlab 212
labring/FastGPT 2
labring/laf 1
labring/sealos 1
lerna/lerna 2
mendableai/firecrawl 6
microsoft/azuredatastudio 2
microsoft/vscode 40
mqttjs/MQTT.js 4
neoclide/coc.nvim 3
nexe/nexe 4
openai-translator/openai-translator 1
openai/openai-node 1
peers/peerjs 2
pubkey/rxdb 2
puppeteer/puppeteer 1
socketio/socket.io 2
streetwriters/notesnook 1
subquery/subql 3
Tonejs/Tone.js 1
triggerdotdev/trigger.dev 7
typehero/typehero 1
upscayl/upscayl 1
uuidjs/uuid 2
video-dev/hls.js 10
voideditor/void 28
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

ajayyy/SponsorBlock

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

tsconfig.json

  • error TS2345: Argument of type 'ArrayBufferLike' is not assignable to parameter of type 'BufferSource'.

@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

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

captbaritone/webamp

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

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

desktop/desktop

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

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

dilame/instagram-private-api

tsconfig.json

tsconfig.docs.json

tsconfig.build.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

  • 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

electric-sql/pglite

6 of 10 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

FlowiseAI/Flowise

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

packages/components/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

fonoster/fonoster

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

mods/autopilot/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

getomni-ai/zerox

node-zerox/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

getumbrel/umbrel

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

packages/umbreld/tsconfig.json

@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

hoarder-app/hoarder

apps/workers/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

jupyterlab/jupyterlab

48 of 60 projects failed to build with the old tsc and were ignored

packages/ui-components/examples/simple-windowed-list/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

labring/FastGPT

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

projects/sandbox/tsconfig.json

projects/sandbox/tsconfig.build.json

@typescript-bot
Copy link
Collaborator Author

labring/laf

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

cli/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

labring/sealos

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

extensions/ide/vscode/devbox/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

lerna/lerna

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

tools/scripts/tsconfig.scripts.json

tools/scripts/tsconfig.e2e.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

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

extensions/sql-database-projects/tsconfig.json

extensions/microsoft-authentication/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

microsoft/vscode

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

src/tsconfig.tsec.json

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/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

mqttjs/MQTT.js

tsconfig.json

tsconfig.build.json

@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

openai/openai-node

21 of 22 projects failed to build with the old tsc and were ignored

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

peers/peerjs

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

pubkey/rxdb

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

tsconfig.json

config/tsconfig.types.json

@typescript-bot
Copy link
Collaborator Author

puppeteer/puppeteer

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

packages/testserver/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/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

streetwriters/notesnook

17 of 22 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

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

tsconfig.test.json

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

Tonejs/Tone.js

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

triggerdotdev/trigger.dev

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

apps/kubernetes-provider/tsconfig.json

apps/docker-provider/tsconfig.json

apps/coordinator/tsconfig.json

internal-packages/otlp-importer/tsconfig.json

@typescript-bot
Copy link
Collaborator Author

typehero/typehero

70 of 78 projects failed to build with the old tsc and were ignored

tooling/scripts/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

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

video-dev/hls.js

tsconfig.json

@typescript-bot
Copy link
Collaborator Author

voideditor/void

7 of 57 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/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

VSCodeVim/Vim

tsconfig.json

@RyanCavanaugh RyanCavanaugh closed this as not planned Won't fix, can't repro, duplicate, stale Mar 3, 2025
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

2 participants