Skip to content

Commit

Permalink
test: bump forge-std and ds-test (#1168)
Browse files Browse the repository at this point in the history
* test: bump forge-std and ds-test

* Create perfect-mangos-cry.md

* Update perfect-mangos-cry.md

* Update perfect-mangos-cry.md

---------

Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
  • Loading branch information
dk1a and holic committed Jul 18, 2023
1 parent 1e2ad78 commit 48909d1
Show file tree
Hide file tree
Showing 18 changed files with 96 additions and 85 deletions.
13 changes: 13 additions & 0 deletions .changeset/perfect-mangos-cry.md
@@ -0,0 +1,13 @@
---
"@latticexyz/cli": patch
"@latticexyz/gas-report": patch
"@latticexyz/noise": patch
"@latticexyz/schema-type": patch
"@latticexyz/solecs": patch
"@latticexyz/std-contracts": patch
"@latticexyz/store": patch
"@latticexyz/world": patch
"create-mud": patch
---

bump forge-std and ds-test dependencies
4 changes: 2 additions & 2 deletions e2e/packages/contracts/package.json
Expand Up @@ -24,9 +24,9 @@
"@latticexyz/world": "link:../../../packages/world",
"@typechain/ethers-v5": "^10.2.0",
"dotenv": "^16.0.3",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"ethers": "^5.7.2",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"rimraf": "^3.0.2",
"typechain": "^8.1.1",
"typescript": "^4.9.5",
Expand Down
18 changes: 9 additions & 9 deletions e2e/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/minimal/packages/contracts/package.json
Expand Up @@ -31,9 +31,9 @@
"@solidstate/contracts": "^0.0.52",
"@typechain/ethers-v5": "^10.2.0",
"@types/node": "^18.15.11",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"ethers": "^5.7.2",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"rimraf": "^3.0.2",
Expand Down
20 changes: 9 additions & 11 deletions examples/minimal/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Expand Up @@ -66,8 +66,8 @@
"@types/openurl": "^1.0.0",
"@types/throttle-debounce": "^5.0.0",
"@types/yargs": "^17.0.10",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"tsup": "^6.7.0",
"tsx": "^3.12.6",
"vitest": "0.31.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/gas-report/package.json
Expand Up @@ -39,8 +39,8 @@
"devDependencies": {
"@types/node": "^18.15.11",
"@types/yargs": "^17.0.10",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"rimraf": "^3.0.2",
"tsup": "^6.7.0",
"vitest": "0.31.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/noise/package.json
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"abdk-libraries-solidity": "^3.0.0",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3"
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/schema-type/package.json
Expand Up @@ -38,8 +38,8 @@
},
"devDependencies": {
"@latticexyz/gas-report": "workspace:*",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"rimraf": "^3.0.2",
"tsup": "^6.7.0",
"vitest": "0.31.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/solecs/package.json
Expand Up @@ -24,14 +24,14 @@
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@solidstate/contracts": "^0.0.52",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"ethers": "^5.7.2",
"memmove": "https://github.com/dk1a/memmove.git#ffd71cd77b1708574ef46a667b23ca3a5cc9fa27",
"solmate": "https://github.com/transmissions11/solmate.git#9cf1428245074e39090dceacb0c28b1f684f584c"
},
"devDependencies": {
"@typechain/ethers-v5": "^10.2.0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"hardhat": "^2.10.2",
"solhint": "^3.3.7",
"solidity-docgen": "^0.6.0-beta.22",
Expand Down
4 changes: 2 additions & 2 deletions packages/std-contracts/package.json
Expand Up @@ -24,8 +24,8 @@
"@latticexyz/solecs": "workspace:*",
"@solidstate/contracts": "^0.0.52",
"@typechain/ethers-v5": "^10.2.0",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"hardhat": "^2.10.2",
"memmove": "https://github.com/dk1a/memmove.git#ffd71cd77b1708574ef46a667b23ca3a5cc9fa27",
"rimraf": "^3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/store/package.json
Expand Up @@ -68,9 +68,9 @@
"@types/ejs": "^3.1.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.15.11",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"ejs": "^3.1.8",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"hardhat": "^2.10.2",
"rimraf": "^3.0.2",
"solhint": "^3.3.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/world/package.json
Expand Up @@ -69,9 +69,9 @@
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.15.11",
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
"ejs": "^3.1.8",
"forge-std": "https://github.com/foundry-rs/forge-std.git#b4f121555729b3afb3c5ffccb62ff4b6e2818fd3",
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
"glob": "^8.0.3",
"hardhat": "^2.10.2",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 48909d1

Please sign in to comment.