Skip to content

Bump @polkadot/extension-inject from 0.46.5 to 0.47.1 #532

Bump @polkadot/extension-inject from 0.46.5 to 0.47.1

Bump @polkadot/extension-inject from 0.46.5 to 0.47.1 #532

Triggered via pull request April 22, 2024 01:47
Status Failure
Total duration 1m 42s
Artifacts

test.yml

on: pull_request
Matrix: Run tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Run tests (18.x): src/hooks/useContractPromise.ts#L27
Argument of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/api/promise/Api").ApiPromise' is not assignable to parameter of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/api-contract/node_modules/@polkadot/api/promise/Api").ApiPromise'.
Run tests (18.x): src/hooks/useContractTx.ts#L52
Argument of type 'AccountId' is not assignable to parameter of type 'string | AccountId | undefined'.
Run tests (18.x): src/hooks/useDeployContract.ts#L85
Type 'WeightV2 | undefined' is not assignable to type 'string | number | bigint | BN | WeightV2 | undefined'.
Run tests (18.x): src/hooks/useDeployContract.ts#L92
Argument of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/api/promise/Api").ApiPromise' is not assignable to parameter of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/api-contract/node_modules/@polkadot/api/promise/Api").ApiPromise'.
Run tests (18.x): src/hooks/useDeployContract.ts#L93
Argument of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/api/promise/Api").ApiPromise' is not assignable to parameter of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/api-contract/node_modules/@polkadot/api/promise/Api").ApiPromise'.
Run tests (18.x): src/hooks/useDeployContract.ts#L131
Argument of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/types/interfaces/system/types").ChainProperties | undefined' is not assignable to parameter of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/api-contract/node_modules/@polkadot/types/interfaces/system/types").ChainProperties | undefined'.
Run tests (18.x): src/hooks/useDeployContract.ts#L157
Type 'SubmittableExtrinsic<"promise", ISubmittableResult>' is missing the following properties from type 'SubmittableExtrinsic<"promise", ISubmittableResult>': #private, assetId, #private
Run tests (18.x): src/services/substrate/MetadataManager.ts#L52
Argument of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/types/interfaces/system/types").ChainProperties | undefined' is not assignable to parameter of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/api-contract/node_modules/@polkadot/types/interfaces/system/types").ChainProperties | undefined'.
Run tests (18.x): src/services/useink/utils/decodeError.ts#L15
Type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/types-codec/types/registry").RegistryError' is not assignable to type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/types/node_modules/@polkadot/types-codec/types/registry").RegistryError'.
Run tests (18.x): src/view/ContractDetailView/ContractsTabInteraction.tsx#L165
Argument of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/types-codec/types/registry").Registry' is not assignable to parameter of type 'import("/home/runner/work/polkadot-contract-wizard/polkadot-contract-wizard/node_modules/@polkadot/types/node_modules/@polkadot/types-codec/types/registry").Registry'.
Run tests (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run tests (18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/