Skip to content

Commit eebc9e2

Browse files
authored
update pjs (#459)
* update pjs * fix lockfile * update utility deps * update all * deps overhaul * zombie fix * zombie fix * zombie fix * changeset
1 parent d1031cb commit eebc9e2

File tree

10 files changed

+1943
-2330
lines changed

10 files changed

+1943
-2330
lines changed

.changeset/thick-regions-tap.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@moonwall/types": minor
3+
"@moonwall/util": minor
4+
"@moonwall/cli": minor
5+
"@moonwall/tests": minor
6+
---
7+
8+
Update Package Deps

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,12 @@ jobs:
307307
- name: Download binaries
308308
run: |
309309
cd test
310-
bun moonwall download moonbeam latest ./tmp
310+
bun moonwall download moonbeam 0.43 ./tmp
311311
312-
bun moonwall download polkadot stable2407 ./tmp
313-
bun moonwall download polkadot-execute-worker stable2407 ./tmp
314-
bun moonwall download polkadot-prepare-worker stable2407 ./tmp
312+
bun moonwall download polkadot stable2409 ./tmp
313+
bun moonwall download polkadot-execute-worker stable2409 ./tmp
314+
bun moonwall download polkadot-prepare-worker stable2409 ./tmp
315315
- name: Run ${{matrix.suite}}
316316
run: |
317317
cd test
318-
bun moonwall test ${{matrix.suite}}
318+
bun moonwall test ${{matrix.suite}}

package.json

Lines changed: 46 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -23,64 +23,67 @@
2323
},
2424
"devDependencies": {
2525
"@biomejs/biome": "1.9.4",
26-
"@changesets/cli": "2.27.12",
27-
"@types/node": "22.12.0",
26+
"@changesets/cli": "2.28.1",
27+
"@types/node": "22.13.17",
2828
"typescript": "5.5.4"
2929
},
3030
"dependencies": {
31-
"@acala-network/chopsticks": "1.0.2",
32-
"@inquirer/prompts": "7.2.4",
33-
"@moonbeam-network/api-augment": "0.3401.2",
34-
"@polkadot/api": "15.5.1",
35-
"@polkadot/api-base": "15.5.1",
36-
"@polkadot/api-derive": "15.5.1",
37-
"@polkadot/keyring": "13.3.1",
38-
"@polkadot/rpc-provider": "15.5.1",
39-
"@polkadot/types": "15.5.1",
40-
"@polkadot/types-codec": "15.5.1",
41-
"@polkadot/util": "13.3.1",
31+
"@acala-network/chopsticks": "1.0.4",
32+
"@inquirer/prompts": "7.4.0",
33+
"@moonbeam-network/api-augment": "0.3500.0",
34+
"@polkadot/api": "15.9.1",
35+
"@polkadot/api-base": "15.9.1",
36+
"@polkadot/api-derive": "15.9.1",
37+
"@polkadot/keyring": "13.4.3",
38+
"@polkadot/rpc-provider": "15.9.1",
39+
"@polkadot/types": "15.9.1",
40+
"@polkadot/types-codec": "15.9.1",
41+
"@polkadot/util": "13.4.3",
4242
"@polkadot/util-crypto": "13.3.1",
4343
"@types/debug": "^4.1.12",
44-
"@types/semver": "^7.5.8",
45-
"@types/ws": "^8.5.14",
44+
"@types/semver": "^7.7.0",
45+
"@types/ws": "^8.18.1",
4646
"@types/yargs": "^17.0.33",
47-
"@vitest/ui": "3.0.4",
48-
"@zombienet/utils": "0.0.26",
47+
"@vitest/ui": "3.1.1",
48+
"@zombienet/utils": "0.0.28",
4949
"bottleneck": "2.19.5",
5050
"chalk": "5.4.1",
5151
"debug": "4.4.0",
5252
"ethers": "6.13.5",
53-
"pnpm": "9.15.4",
54-
"polkadot-api": "1.8.4",
55-
"semver": "7.6.3",
56-
"solc": "0.8.28",
53+
"pnpm": "10.7.1",
54+
"polkadot-api": "1.9.9",
55+
"semver": "7.7.1",
56+
"solc": "0.8.29",
5757
"tiny-invariant": "^1.3.3",
58-
"tsup": "8.3.6",
59-
"tsx": "4.19.2",
60-
"viem": "2.22.16",
61-
"vitest": "3.0.4",
58+
"tsup": "8.4.0",
59+
"tsx": "4.19.3",
60+
"viem": "2.24.3",
61+
"vitest": "3.1.1",
6262
"web3": "4.16.0",
63-
"ws": "8.18.0",
63+
"ws": "8.18.1",
6464
"yargs": "17.7.2"
6565
},
6666
"pnpm": {
6767
"overrides": {
68-
"@moonbeam-network/api-augment": "0.3401.2",
69-
"@polkadot/api": "15.0.1",
70-
"@polkadot/api-base": "15.0.1",
71-
"@polkadot/api-derive": "15.0.1",
72-
"@polkadot/keyring": "13.2.3",
73-
"@polkadot/rpc-provider": "15.0.1",
74-
"@polkadot/types": "15.0.1",
75-
"@polkadot/types-codec": "15.0.1",
76-
"@polkadot/util": "13.2.3",
77-
"@polkadot/util-crypto": "13.2.3",
78-
"@vitest/ui": "3.0.4",
79-
"web3": "4.16.0",
80-
"ethers": "6.13.5",
81-
"polkadot-api": "1.8.4",
82-
"vitest": "3.0.4",
83-
"viem": "2.22.16"
84-
}
68+
"@polkadot/api": "15.9.1",
69+
"@polkadot/api-base": "15.9.1",
70+
"@polkadot/api-derive": "15.9.1",
71+
"@polkadot/keyring": "13.4.3",
72+
"@polkadot/rpc-provider": "15.9.1",
73+
"@polkadot/types": "15.9.1",
74+
"@polkadot/types-codec": "15.9.1",
75+
"@polkadot/util": "13.4.3",
76+
"@polkadot/util-crypto": "13.4.3",
77+
"polkadot-api": "1.9.9"
78+
},
79+
"onlyBuiltDependencies": [
80+
"@biomejs/biome",
81+
"cpu-features",
82+
"esbuild",
83+
"protobufjs",
84+
"sqlite3",
85+
"ssh2",
86+
"vue-demi"
87+
]
8588
}
8689
}

packages/cli/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -58,54 +58,54 @@
5858
"prepublish": "pnpm run build && pnpm run generate-types"
5959
},
6060
"dependencies": {
61-
"@acala-network/chopsticks": "*",
61+
"@acala-network/chopsticks": "^1.0.4",
6262
"@inquirer/prompts": "*",
63-
"@moonbeam-network/api-augment": "*",
63+
"@moonbeam-network/api-augment": "0.3500.0",
6464
"@moonwall/types": "workspace:*",
6565
"@moonwall/util": "workspace:*",
66-
"@octokit/rest": "21.1.0",
66+
"@octokit/rest": "21.1.1",
6767
"@polkadot/api": "*",
6868
"@polkadot/api-derive": "*",
6969
"@polkadot/keyring": "*",
7070
"@polkadot/types": "*",
7171
"@polkadot/types-codec": "*",
7272
"@polkadot/util": "*",
7373
"@polkadot/util-crypto": "*",
74-
"@types/react": "18.3.12",
74+
"@types/react": "19.1.0",
7575
"@types/tmp": "0.2.6",
7676
"@vitest/ui": "*",
77-
"@zombienet/orchestrator": "0.0.98",
78-
"@zombienet/utils": "*",
77+
"@zombienet/orchestrator": "0.0.105",
78+
"@zombienet/utils": "^0.0.28",
7979
"bottleneck": "2.19.5",
8080
"cfonts": "^3.3.0",
8181
"chalk": "*",
8282
"clear": "0.1.0",
8383
"cli-progress": "3.12.0",
8484
"colors": "1.4.0",
8585
"debug": "4.4.0",
86-
"dockerode": "4.0.4",
86+
"dockerode": "4.0.5",
8787
"dotenv": "16.4.7",
8888
"ethers": "*",
8989
"get-port": "^7.1.0",
90-
"ink": "^5.1.0",
90+
"ink": "^5.2.0",
9191
"jsonc-parser": "3.3.1",
9292
"minimatch": "10.0.1",
93-
"polkadot-api": "1.7.4",
94-
"react": "18.3.1",
93+
"polkadot-api": "1.9.9",
94+
"react": "^18.3.1",
95+
"reflect-metadata": "^0.2.0",
9596
"semver": "*",
9697
"tiny-invariant": "*",
9798
"tmp": "^0.2.3",
98-
"viem": "*",
99-
"vitest": "*",
99+
"viem": "2.24.3",
100+
"vitest": "3.1.1",
100101
"web3": "*",
101-
"web3-providers-ws": "4.0.7",
102+
"web3-providers-ws": "4.0.8",
102103
"ws": "*",
103-
"yaml": "2.7.0",
104+
"yaml": "2.7.1",
104105
"yargs": "*"
105106
},
106107
"devDependencies": {
107108
"@biomejs/biome": "*",
108-
"@types/dockerode": "3.3.34",
109109
"@types/clear": "^0.1.4",
110110
"@types/cli-progress": "3.11.6",
111111
"@types/debug": "*",

packages/types/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
"@polkadot/types": "*",
6060
"@polkadot/util": "*",
6161
"@polkadot/util-crypto": "*",
62-
"@types/node": "*",
63-
"@zombienet/utils": "*",
62+
"@types/node": "^22.13.17",
63+
"@zombienet/utils": "^0.0.28",
6464
"bottleneck": "*",
6565
"debug": "*",
6666
"ethers": "*",
67-
"polkadot-api": "*",
68-
"viem": "*",
69-
"vitest": "*",
67+
"polkadot-api": "1.9.9",
68+
"viem": "2.24.3",
69+
"vitest": "3.1.1",
7070
"web3": "*"
7171
},
7272
"publishConfig": {
@@ -75,8 +75,8 @@
7575
"devDependencies": {
7676
"@biomejs/biome": "*",
7777
"@types/debug": "*",
78-
"tsup": "*",
78+
"tsup": "^8.4.0",
7979
"typescript": "*",
80-
"typescript-json-schema": "0.64.0"
80+
"typescript-json-schema": "0.65.1"
8181
}
8282
}

packages/util/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,39 +53,39 @@
5353
"prepublish": "pnpm run build && pnpm run generate-types"
5454
},
5555
"dependencies": {
56-
"@inquirer/prompts": "*",
57-
"@moonbeam-network/api-augment": "*",
56+
"@inquirer/prompts": "^7.4.0",
57+
"@moonbeam-network/api-augment": "0.3500.0",
5858
"@moonwall/types": "workspace:*",
5959
"@polkadot/api": "*",
6060
"@polkadot/api-derive": "*",
6161
"@polkadot/keyring": "*",
62-
"@polkadot/util-crypto": "*",
6362
"@polkadot/rpc-provider": "*",
6463
"@polkadot/types": "*",
6564
"@polkadot/types-codec": "*",
6665
"@polkadot/util": "*",
66+
"@polkadot/util-crypto": "*",
6767
"bottleneck": "2.19.5",
6868
"chalk": "*",
6969
"clear": "0.1.0",
7070
"colors": "1.4.0",
71-
"debug": "4.3.7",
72-
"dotenv": "16.4.5",
71+
"debug": "4.4.0",
72+
"dotenv": "16.4.7",
7373
"ethers": "*",
7474
"rlp": "3.0.0",
75-
"semver": "*",
76-
"viem": "*",
77-
"vitest": "*",
75+
"semver": "^7.7.1",
76+
"viem": "2.24.3",
77+
"vitest": "3.1.1",
7878
"web3": "*",
79-
"ws": "*",
79+
"ws": "^8.18.1",
8080
"yargs": "*"
8181
},
8282
"devDependencies": {
8383
"@biomejs/biome": "*",
8484
"@types/debug": "*",
85-
"@types/node": "*",
86-
"@types/ws": "*",
85+
"@types/node": "^22.13.17",
86+
"@types/ws": "^8.18.1",
8787
"@types/yargs": "*",
88-
"tsup": "*",
88+
"tsup": "^8.4.0",
8989
"typescript": "*"
9090
},
9191
"publishConfig": {

0 commit comments

Comments
 (0)