Skip to content

Commit b803eb1

Browse files
vdrgfrolic
andauthored
chore: bump forge-std (#3344)
Co-authored-by: Kevin Ingersoll <kingersoll@gmail.com>
1 parent e9e21c9 commit b803eb1

63 files changed

Lines changed: 417 additions & 703 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/tricky-pants-yawn.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@latticexyz/cli": patch
3+
"@latticexyz/gas-report": patch
4+
"@latticexyz/schema-type": patch
5+
"@latticexyz/store": patch
6+
"@latticexyz/world-module-callwithsignature": patch
7+
"@latticexyz/world-module-erc20": patch
8+
"@latticexyz/world-module-metadata": patch
9+
"@latticexyz/world-modules": patch
10+
"@latticexyz/world": patch
11+
"create-mud": patch
12+
---
13+
14+
Bumped forge-std version and removed ds-test dependency (not needed in current forge-std versions)

e2e/packages/contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"@latticexyz/world": "link:../../../packages/world",
1919
"@latticexyz/world-modules": "link:../../../packages/world-modules",
2020
"dotenv": "^16.0.3",
21-
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
22-
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
21+
"forge-std": "https://github.com/foundry-rs/forge-std.git#60acb7aaadcce2d68e52986a0a66fe79f07d138f",
2322
"prettier": "3.2.5",
2423
"vite": "^4.2.1",
2524
"vitest": "0.34.6"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
ds-test/=node_modules/ds-test/src/
21
forge-std/=node_modules/forge-std/src/
32
@latticexyz/=node_modules/@latticexyz/

e2e/pnpm-lock.yaml

Lines changed: 6 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/custom-world/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"devDependencies": {
2424
"@latticexyz/cli": "link:../../packages/cli",
2525
"@types/node": "^20",
26-
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
27-
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
26+
"forge-std": "https://github.com/foundry-rs/forge-std.git#60acb7aaadcce2d68e52986a0a66fe79f07d138f",
2827
"prettier": "3.2.5",
2928
"prettier-plugin-solidity": "1.3.1",
3029
"shx": "^0.3.4",
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
ds-test/=node_modules/ds-test/src/
21
forge-std/=node_modules/forge-std/src/
32
@latticexyz/=node_modules/@latticexyz/

examples/local-explorer/packages/contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"@latticexyz/world-modules": "link:../../../../packages/world-modules"
2525
},
2626
"devDependencies": {
27-
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
28-
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
27+
"forge-std": "https://github.com/foundry-rs/forge-std.git#60acb7aaadcce2d68e52986a0a66fe79f07d138f",
2928
"prettier": "3.2.5",
3029
"prettier-plugin-solidity": "1.3.1",
3130
"solhint": "^3.3.7",
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
ds-test/=node_modules/ds-test/src/
21
forge-std/=node_modules/forge-std/src/
32
@latticexyz/=node_modules/@latticexyz/

examples/minimal/packages/contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"@latticexyz/world": "link:../../../../packages/world",
2323
"@latticexyz/world-modules": "link:../../../../packages/world-modules",
2424
"@solidstate/contracts": "^0.0.52",
25-
"ds-test": "https://github.com/dapphub/ds-test.git#e282159d5170298eb2455a6c05280ab5a73a4ef0",
26-
"forge-std": "https://github.com/foundry-rs/forge-std.git#74cfb77e308dd188d2f58864aaf44963ae6b88b1",
25+
"forge-std": "https://github.com/foundry-rs/forge-std.git#60acb7aaadcce2d68e52986a0a66fe79f07d138f",
2726
"prettier": "3.2.5",
2827
"prettier-plugin-solidity": "1.3.1",
2928
"solhint": "^3.4.1",
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
ds-test/=node_modules/ds-test/src/
21
forge-std/=node_modules/forge-std/src/
32
@latticexyz/=node_modules/@latticexyz/

0 commit comments

Comments
 (0)