Skip to content

build: Check types in CI #265

build: Check types in CI

build: Check types in CI #265

Triggered via pull request August 27, 2024 18:40
Status Failure
Total duration 44s
Artifacts

deploy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test / Test: node_modules/.pnpm/@[email protected]/node_modules/@web3-storage/content-claims/src/client/api.ts#L2
Could not find a declaration file for module '../capability/assert'. '/home/runner/work/console/console/node_modules/.pnpm/@web3-storage[email protected]/node_modules/@web3-storage/content-claims/src/capability/assert.js' implicitly has an 'any' type.
test / Test: src/app/plans/change/page.tsx#L164
Argument of type 'import("/home/runner/work/console/console/node_modules/.pnpm/@web3-storage[email protected]/node_modules/@web3-storage/access/dist/src/agent").Agent<import("/home/runner/work/console/console/node_modules/.pnpm/@web3-storage[email protected]/node_modules/@web3-storage/access/dist/src/types").Service>' is not assignable to parameter of type 'import("/home/runner/work/console/console/node_modules/.pnpm/@web3-storage[email protected]/node_modules/@web3-storage/access/dist/src/agent").Agent<import("/home/runner/work/console/console/node_modules/.pnpm/@web3-storage[email protected]/node_modules/@web3-storage/access/dist/src/types").Service>'.
test / Test: src/app/space/[did]/root/[cid]/shard/[shard]/page.tsx#L47
Argument of type 'Link<unknown, number, number, Version>' is not assignable to parameter of type 'CARLink'.
test / Test: src/components/W3UIProvider.tsx#L9
Type 'import("/home/runner/work/console/console/node_modules/.pnpm/@[email protected]/node_modules/@ucanto/interface/dist/src/lib").ConnectionView<import("/home/runner/work/console/console/node_modules/.pnpm/@web3-storage[email protected][email protected]/node_modules/@web3-storage/w3up-client/dist/src/types").Servi...' is not assignable to type 'import("/home/runner/work/console/console/node_modules/.pnpm/@[email protected]/node_modules/@ucanto/interface/dist/src/lib").ConnectionView<import("/home/runner/work/console/console/node_modules/.pnpm/@web3-storage[email protected][email protected]/node_modules/@web3-storage/w3up-client/dist/src/types").Serv...'.
test / Test: src/share.tsx#L23
Argument of type 'Block<unknown, number, number, 1>' is not assignable to parameter of type 'Block'.
test / Test: src/share.tsx#L44
Argument of type 'Block[]' is not assignable to parameter of type 'Iterable<Block<unknown, number, number, 1>>'.
test / Test: src/share.tsx#L71
'err' is of type 'unknown'.
test / Test: src/share.tsx#L175
Type '`${string}:${string}`' is not assignable to type '`did:key:${string}`'.
test / Test: src/share.tsx#L175
Object is of type 'unknown'.
test / Test
Process completed with exit code 2.
test / Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/