TypeScript icon indicating copy to clipboard operation
TypeScript copied to clipboard

[NewErrors] 5.9.0-dev.20250316 vs 5.8.2

Open typescript-bot opened this issue 10 months ago • 50 comments

The following errors were reported by 5.9.0-dev.20250316, 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 469 of 800 visited repos
Outcome Count
Detected interesting changes 50
Detected no interesting changes 419
Git clone failed 10
Package install failed 83
Project-graph error in old TS 11
Too many errors in old TS 207
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
Dokploy/dokploy 3
electric-sql/pglite 7
ethers-io/ethers.js 1
Eugeny/tabby 57
getomni-ai/zerox 2
getumbrel/umbrel 2
gitpod-io/gitpod 1
growthbook/growthbook 1
hoarder-app/hoarder 1
honojs/hono 5
jupyterlab/jupyterlab 232
labring/laf 1
labring/sealos 1
lerna/lerna 2
mendableai/firecrawl 6
microsoft/azuredatastudio 2
microsoft/vscode 41
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 4
typehero/typehero 1
upscayl/upscayl 1
uuidjs/uuid 2
video-dev/hls.js 7
voideditor/void 28
vrtmrz/obsidian-livesync 3
VSCodeVim/Vim 2

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

blakeblackshear/frigate

web/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

captbaritone/webamp

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

packages/ani-cursor/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

cypress-io/cypress

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

npm/cypress-schematic/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

deepstreamIO/deepstream.io

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

tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

desktop/desktop

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

tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

Dokploy/dokploy

3 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>'.

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

electric-sql/pglite

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

packages/pg-protocol/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

ethers-io/ethers.js

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

tsconfig.types.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

getomni-ai/zerox

node-zerox/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

getumbrel/umbrel

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

packages/umbreld/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

gitpod-io/gitpod

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

components/gitpod-db/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

growthbook/growthbook

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

packages/back-end/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

hoarder-app/hoarder

apps/workers/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

honojs/hono

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

tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

labring/laf

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

cli/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

labring/sealos

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

extensions/ide/vscode/devbox/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

mendableai/firecrawl

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

apps/api/tsconfig.json

typescript-bot avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot

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 avatar Mar 16 '25 19:03 typescript-bot