SDK no longer compatible with latest dependencies
github-actions opened this issue · 3 comments
Incompatibilities detected
A scheduled test workflow using the latest available dependencies matching our semver ranges has failed.
We may need to constrain dependency ranges in our package.json
or introduce fixes to recover compatibility.
Below you can find a summary of dependency versions against which these tests were run.
Note: This issue was automatically created as a result of scheduled CI tests on 2022-07-10.
Dependency versions
"@commitlint/cli@npm:9.1.2"
"@commitlint/config-conventional@npm:9.1.2"
"@kiltprotocol/chain-helpers@workspace:packages/chain-helpers"
"@kiltprotocol/config@workspace:packages/config"
"@kiltprotocol/core@workspace:packages/core"
"@kiltprotocol/did@workspace:packages/did"
"@kiltprotocol/messaging@workspace:packages/messaging"
"@kiltprotocol/sdk-js@workspace:packages/sdk-js"
"@kiltprotocol/testing@workspace:packages/testing"
"@kiltprotocol/types@workspace:packages/types"
"@kiltprotocol/utils@workspace:packages/utils"
"@kiltprotocol/vc-export@workspace:packages/vc-export"
"@playwright/test@npm:1.23.2"
"@polkadot/api-augment@npm:8.12.1"
"@polkadot/api@npm:8.12.1"
"@polkadot/keyring@npm:9.7.2"
"@polkadot/types-known@npm:8.12.1"
"@polkadot/types@npm:8.12.1"
"@polkadot/util-crypto@npm:9.7.2"
"@polkadot/util@npm:9.7.2"
"@types/jest@npm:27.5.2"
"@types/jsonld@npm:1.5.1"
"@types/uuid@npm:8.3.4"
"@typescript-eslint/eslint-plugin@npm:5.30.5"
"@typescript-eslint/parser@npm:5.30.5"
"buffer@npm:6.0.3"
"cbor@npm:8.1.0"
"crypto-browserify@npm:3.12.0"
"crypto-ld@npm:3.9.0"
"eslint-config-airbnb-base@npm:14.2.1"
"eslint-config-prettier@npm:6.15.0"
"eslint-plugin-import@npm:2.26.0"
"eslint-plugin-jsdoc@npm:37.9.7"
"eslint-plugin-license-header@npm:0.2.1"
"eslint-plugin-node@npm:11.1.0"
"eslint-plugin-prettier@npm:3.4.1"
"eslint@npm:7.32.0"
"husky@npm:4.3.8"
"jest-docblock@npm:27.5.1"
"jest-runner-groups@npm:2.2.0"
"jest-runner@npm:27.5.1"
"jest@npm:27.5.1"
"jsonld-signatures@npm:5.2.0"
"jsonld@npm:2.0.2"
"prettier@npm:2.7.1"
"process@npm:0.11.10"
"rimraf@npm:3.0.2"
"root-workspace-0b6124@workspace:."
"stream-browserify@npm:3.0.0"
"terser-webpack-plugin@npm:5.3.3"
"testcontainers@npm:8.11.0"
"ts-jest-resolver@npm:2.0.0"
"ts-jest@npm:27.1.5"
"ts-node@npm:10.8.2"
"tweetnacl@npm:1.0.3"
"typedoc@npm:0.22.18"
"typescript-logging@npm:0.6.4"
"typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=32657b"
"url@npm:0.11.0"
"util@npm:0.12.4"
"uuid@npm:8.3.2"
"vc-js@npm:0.6.4"
"webpack-cli@npm:4.10.0"
"webpack@npm:5.73.0"
"yargs@npm:16.2.0"
Previous in series: #552
Closed by #576. This was an issue where the versions (v10) of @polkadot/utils
and the likes required by the latest version of @polkadot/api
was not semver compatible with the versions (v9) we required directly in our packages.
Next in series: #614