Skip to content

Commit

Permalink
refactor: ✨ Upgraded Inquirer (#448)
Browse files Browse the repository at this point in the history
* refactor: ✨ Upgraded Inquirer

* docs: 📝 Added PR todo

* refactor: ♻️ tidy

* style: 💄 Tail command improvements

* boxed outputs

* style: 💄 Updates to style

* fix: 🐛 Fix text clipping issues

* fix: 🐛 Fix logview totals
  • Loading branch information
timbrinded authored Dec 5, 2024
1 parent a506168 commit 543bda2
Show file tree
Hide file tree
Showing 21 changed files with 1,940 additions and 1,790 deletions.
8 changes: 8 additions & 0 deletions .changeset/young-cars-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@moonwall/types": minor
"@moonwall/util": minor
"@moonwall/cli": minor
"@moonwall/tests": minor
---

Update Inquirer
4 changes: 4 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
IN THIS PR DONT MERGE UNTIL YOU'VE DONE

- FIX ZOMBIE NET RUN COMMAND
- FIX CHOPSTICKS > TAIL > TEST SCENARIO
23 changes: 16 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "2.27.9",
"@types/node": "22.9.0",
"typescript": "5.6.3"
"@types/node": "22.10.1",
"typescript": "5.7.2"
},
"dependencies": {
"@acala-network/chopsticks": "1.0.1",
"@inquirer/prompts": "7.1.0",
"@moonbeam-network/api-augment": "0.3200.3",
"@polkadot/api": "14.3.1",
"@polkadot/api-base": "14.3.1",
Expand All @@ -39,19 +40,18 @@
"@polkadot/types-codec": "14.3.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3",
"@types/debug": "*",
"@types/debug": "^4.1.12",
"@types/semver": "^7.5.8",
"@types/ws": "^8.5.10",
"@types/yargs": "*",
"@types/yargs": "^17.0.33",
"@vitest/ui": "2.1.4",
"@zombienet/utils": "0.0.25",
"bottleneck": "2.19.5",
"chalk": "5.3.0",
"debug": "4.3.7",
"ethers": "6.13.4",
"inquirer": "9.3.3",
"inquirer-press-to-continue": "1.2.0",
"pnpm": "9.12.3",
"polkadot-api": "1.7.7",
"semver": "7.6.2",
"solc": "0.8.28",
"tiny-invariant": "^1.3.3",
Expand All @@ -65,7 +65,16 @@
},
"pnpm": {
"overrides": {
"inquirer": "9.3.3"
"@moonbeam-network/api-augment": "0.3200.3",
"@polkadot/api": "14.3.1",
"@polkadot/api-base": "14.3.1",
"@polkadot/api-derive": "14.3.1",
"@polkadot/keyring": "13.2.3",
"@polkadot/rpc-provider": "*",
"@polkadot/types": "14.3.1",
"@polkadot/types-codec": "14.3.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3"
}
}
}
8 changes: 6 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
},
"dependencies": {
"@acala-network/chopsticks": "*",
"@inquirer/prompts": "*",
"@moonbeam-network/api-augment": "*",
"@moonwall/types": "workspace:*",
"@moonwall/util": "workspace:*",
Expand All @@ -70,6 +71,8 @@
"@polkadot/types-codec": "*",
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"@types/react": "^18.3.12",
"@types/tmp": "^0.2.6",
"@vitest/ui": "*",
"@zombienet/orchestrator": "0.0.97",
"@zombienet/utils": "*",
Expand All @@ -83,13 +86,14 @@
"dotenv": "16.4.5",
"ethers": "*",
"get-port": "^7.1.0",
"inquirer": "*",
"inquirer-press-to-continue": "*",
"ink": "^5.1.0",
"jsonc-parser": "3.3.1",
"minimatch": "9.0.5",
"polkadot-api": "^1.7.4",
"react": "^18.3.1",
"semver": "*",
"tiny-invariant": "*",
"tmp": "^0.2.3",
"viem": "*",
"vitest": "*",
"web3": "*",
Expand Down
Loading

0 comments on commit 543bda2

Please sign in to comment.