Skip to content

Commit b878fd5

Browse files
chore(deps): bump the polkadot-labs group across 1 directory with 3 updates (#2586)
* chore(deps): bump the polkadot-labs group across 1 directory with 3 updates Bumps the polkadot-labs group with 3 updates in the / directory: [@polkadot-labs/hdkd](https://github.com/polkadot-labs/hdkd), [@polkadot-labs/hdkd-helpers](https://github.com/polkadot-labs/hdkd) and [@polkadot-labs/schnorrkel-wasm](https://github.com/polkadot-labs/hdkd). Updates `@polkadot-labs/hdkd` from 0.0.8 to 0.0.10 - [Release notes](https://github.com/polkadot-labs/hdkd/releases) - [Changelog](https://github.com/polkadot-labs/hdkd/blob/main/release-please-config.json) - [Commits](polkadot-labs/hdkd@hdkd-v0.0.8...hdkd-v0.0.10) Updates `@polkadot-labs/hdkd-helpers` from 0.0.8 to 0.0.10 - [Release notes](https://github.com/polkadot-labs/hdkd/releases) - [Changelog](https://github.com/polkadot-labs/hdkd/blob/main/release-please-config.json) - [Commits](polkadot-labs/hdkd@hdkd-v0.0.8...hdkd-v0.0.10) Updates `@polkadot-labs/schnorrkel-wasm` from 0.0.5 to 0.0.6 - [Release notes](https://github.com/polkadot-labs/hdkd/releases) - [Changelog](https://github.com/polkadot-labs/hdkd/blob/main/release-please-config.json) - [Commits](polkadot-labs/hdkd@schnorrkel-wasm-v0.0.5...hdkd-v0.0.6) --- updated-dependencies: - dependency-name: "@polkadot-labs/hdkd" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-labs - dependency-name: "@polkadot-labs/hdkd-helpers" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-labs - dependency-name: "@polkadot-labs/schnorrkel-wasm" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: polkadot-labs ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): changeset for dependency update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <action@github.com>
1 parent 7cda10a commit b878fd5

File tree

4 files changed

+101
-33
lines changed

4 files changed

+101
-33
lines changed

.changeset/dependencies-GH-2586.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
"@substrate/wallet-template": patch
3+
---
4+
5+
chore(deps): bump the polkadot-labs group across 1 directory with 3 updates
6+
7+
Bumps the polkadot-labs group with 3 updates in the / directory: [@polkadot-labs/hdkd](https://github.com/polkadot-labs/hdkd), [@polkadot-labs/hdkd-helpers](https://github.com/polkadot-labs/hdkd) and [@polkadot-labs/schnorrkel-wasm](https://github.com/polkadot-labs/hdkd).
8+
9+
10+
Updates `@polkadot-labs/hdkd` from 0.0.8 to 0.0.10
11+
- [Release notes](https://github.com/polkadot-labs/hdkd/releases)
12+
- [Changelog](https://github.com/polkadot-labs/hdkd/blob/main/release-please-config.json)
13+
- [Commits](https://github.com/polkadot-labs/hdkd/compare/hdkd-v0.0.8...hdkd-v0.0.10)
14+
15+
Updates `@polkadot-labs/hdkd-helpers` from 0.0.8 to 0.0.10
16+
- [Release notes](https://github.com/polkadot-labs/hdkd/releases)
17+
- [Changelog](https://github.com/polkadot-labs/hdkd/blob/main/release-please-config.json)
18+
- [Commits](https://github.com/polkadot-labs/hdkd/compare/hdkd-v0.0.8...hdkd-v0.0.10)
19+
20+
Updates `@polkadot-labs/schnorrkel-wasm` from 0.0.5 to 0.0.6
21+
- [Release notes](https://github.com/polkadot-labs/hdkd/releases)
22+
- [Changelog](https://github.com/polkadot-labs/hdkd/blob/main/release-please-config.json)
23+
- [Commits](https://github.com/polkadot-labs/hdkd/compare/schnorrkel-wasm-v0.0.5...hdkd-v0.0.6)
24+
25+
---
26+
updated-dependencies:
27+
- dependency-name: "@polkadot-labs/hdkd"
28+
dependency-type: direct:production
29+
update-type: version-update:semver-patch
30+
dependency-group: polkadot-labs
31+
- dependency-name: "@polkadot-labs/hdkd-helpers"
32+
dependency-type: direct:production
33+
update-type: version-update:semver-patch
34+
dependency-group: polkadot-labs
35+
- dependency-name: "@polkadot-labs/schnorrkel-wasm"
36+
dependency-type: direct:production
37+
update-type: version-update:semver-patch
38+
dependency-group: polkadot-labs
39+
...
40+
41+
Signed-off-by: dependabot[bot] <support@github.com>

examples/light-client-dapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@polkadot-api/substrate-bindings": "~0.9.4",
1717
"@polkadot-api/substrate-client": "~0.3.0",
1818
"@polkadot-api/utils": "~0.1.2",
19-
"@polkadot-labs/hdkd-helpers": "^0.0.8",
19+
"@polkadot-labs/hdkd-helpers": "^0.0.10",
2020
"@substrate/connect-known-chains": "workspace:^",
2121
"@zag-js/react": "^0.48.0",
2222
"@zag-js/select": "^0.48.0",

pnpm-lock.yaml

+56-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/wallet-template/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"@polkadot-api/substrate-client": "~0.3.0",
6868
"@polkadot-api/utils": "~0.1.2",
6969
"@polkadot-api/view-builder": "~0.3.12",
70-
"@polkadot-labs/hdkd": "^0.0.8",
71-
"@polkadot-labs/hdkd-helpers": "^0.0.8",
72-
"@polkadot-labs/schnorrkel-wasm": "^0.0.5",
70+
"@polkadot-labs/hdkd": "^0.0.10",
71+
"@polkadot-labs/hdkd-helpers": "^0.0.10",
72+
"@polkadot-labs/schnorrkel-wasm": "^0.0.6",
7373
"@polkadot/extension-inject": "^0.56.2",
7474
"@radix-ui/react-accordion": "^1.2.1",
7575
"@radix-ui/react-alert-dialog": "^1.1.2",

0 commit comments

Comments
 (0)