Skip to content

chore(deps): update dependency typescript to ~5.7.2 #554

chore(deps): update dependency typescript to ~5.7.2

chore(deps): update dependency typescript to ~5.7.2 #554

Triggered via pull request November 22, 2024 18:26
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Lint: node-20, ubuntu-latest
25s
Lint: node-20, ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint: node-20, ubuntu-latest: node_modules/.pnpm/@bcherny+json-schema-ref-parser@10.0.5-fork/node_modules/@bcherny/json-schema-ref-parser/lib/index.d.ts#L3
Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.
Lint: node-20, ubuntu-latest: node_modules/.pnpm/@types+node@20.12.4/node_modules/@types/node/buffer.d.ts#L632
Interface 'Buffer' incorrectly extends interface 'Uint8Array<ArrayBufferLike>'.
Lint: node-20, ubuntu-latest: node_modules/.pnpm/@types+node@20.12.4/node_modules/@types/node/fs/promises.d.ts#L56
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
Lint: node-20, ubuntu-latest: node_modules/.pnpm/@types+node@20.12.4/node_modules/@types/node/fs/promises.d.ts#L238
Type 'Buffer' does not satisfy the constraint 'ArrayBufferView'.
Lint: node-20, ubuntu-latest: node_modules/.pnpm/lru-cache@10.2.0/node_modules/lru-cache/dist/esm/index.d.ts#L709
Property 'entries' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Lint: node-20, ubuntu-latest: node_modules/.pnpm/lru-cache@10.2.0/node_modules/lru-cache/dist/esm/index.d.ts#L721
Property 'keys' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Lint: node-20, ubuntu-latest: node_modules/.pnpm/lru-cache@10.2.0/node_modules/lru-cache/dist/esm/index.d.ts#L733
Property 'values' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Lint: node-20, ubuntu-latest: node_modules/.pnpm/lru-cache@10.2.0/node_modules/lru-cache/dist/esm/index.d.ts#L745
Property '[Symbol.iterator]' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Lint: node-20, ubuntu-latest: node_modules/.pnpm/lru-cache@10.2.0/node_modules/lru-cache/dist/esm/index.d.ts#L762
Property 'forEach' in type 'LRUCache<K, V, FC>' is not assignable to the same property in base type 'Map<K, V>'.
Lint: node-20, ubuntu-latest
Process completed with exit code 2.
Lint: node-20, ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/