Skip to content

Commit 39c0a4d

Browse files
chore(deps): update hardhat packages (#185)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@nomicfoundation/hardhat-ignition-viem](https://hardhat.org) ([source](https://redirect.github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-ignition-viem)) | dependencies | patch | [`0.15.13` -> `0.15.14`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-ignition-viem/0.15.13/0.15.14) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/NomicFoundation/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/NomicFoundation/hardhat) | | [@nomicfoundation/hardhat-toolbox-viem](https://redirect.github.com/nomicfoundation/hardhat/tree/v-next/v-next/hardhat-toolbox-viem) ([source](https://redirect.github.com/NomicFoundation/hardhat/tree/HEAD/v-next/hardhat-toolbox-viem)) | dependencies | patch | [`4.1.0` -> `4.1.1`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-toolbox-viem/4.1.0/4.1.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/NomicFoundation/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/NomicFoundation/hardhat) | --- ### Release Notes <details> <summary>NomicFoundation/hardhat (@&#8203;nomicfoundation/hardhat-ignition-viem)</summary> ### [`v0.15.14`](https://redirect.github.com/NomicFoundation/hardhat/compare/@nomicfoundation/[email protected]...@nomicfoundation/[email protected]) [Compare Source](https://redirect.github.com/NomicFoundation/hardhat/compare/@nomicfoundation/[email protected]...@nomicfoundation/[email protected]) </details> <details> <summary>NomicFoundation/hardhat (@&#8203;nomicfoundation/hardhat-toolbox-viem)</summary> ### [`v4.1.1`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/%40nomicfoundation/hardhat-toolbox-viem%404.1.1) [Compare Source](https://redirect.github.com/NomicFoundation/hardhat/compare/@nomicfoundation/[email protected]...@nomicfoundation/[email protected]) This release is a small bug fix to re-enable the `REPORT_GAS` envvar when used with the Hardhat toolboxes. ##### Changes - [`dc7ff8c`](https://redirect.github.com/NomicFoundation/hardhat/commit/dc7ff8c): Fix `REPORT_GAS` envvar in toolboxes ([#&#8203;7367](https://redirect.github.com/NomicFoundation/hardhat/pull/7367)) - [`9d10226`](https://redirect.github.com/NomicFoundation/hardhat/commit/9d10226): Links in the code and READMEs updated to point to the Hardhat 2 documentation and resources *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc20-crowdsale). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Bumped @nomicfoundation/hardhat-ignition-viem to 0.15.14 and @nomicfoundation/hardhat-toolbox-viem to 4.1.1 to pull in upstream bug fixes. - **Dependencies** - @nomicfoundation/hardhat-toolbox-viem: 4.1.0 → 4.1.1 (re-enables REPORT_GAS env var) - @nomicfoundation/hardhat-ignition-viem: 0.15.13 → 0.15.14 <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 149aab7 commit 39c0a4d

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

bun.lock

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@graphprotocol/graph-cli": "0.96.0",
99
"@graphprotocol/graph-ts": "0.38.0",
1010
"@nomicfoundation/hardhat-foundry": "1.2.0",
11-
"@nomicfoundation/hardhat-ignition-viem": "0.15.13",
12-
"@nomicfoundation/hardhat-toolbox-viem": "4.1.0",
11+
"@nomicfoundation/hardhat-ignition-viem": "0.15.14",
12+
"@nomicfoundation/hardhat-toolbox-viem": "4.1.1",
1313
"@nomiclabs/hardhat-solhint": "4.1.0",
1414
"@openzeppelin/contracts": "5.4.0",
1515
"@openzeppelin/subgraphs": "0.1.8-5",
@@ -191,11 +191,11 @@
191191

192192
"@nomicfoundation/hardhat-ignition": ["@nomicfoundation/[email protected]", "", { "dependencies": { "@nomicfoundation/ignition-core": "^0.15.13", "@nomicfoundation/ignition-ui": "^0.15.12", "chalk": "^4.0.0", "debug": "^4.3.2", "fs-extra": "^10.0.0", "json5": "^2.2.3", "prompts": "^2.4.2" }, "peerDependencies": { "@nomicfoundation/hardhat-verify": "^2.1.0", "hardhat": "^2.26.0" } }, "sha512-G4XGPWvxs9DJhZ6PE1wdvKjHkjErWbsETf4c7YxO6GUz+MJGlw+PtgbnCwhL3tQzSq3oD4MB0LGi+sK0polpUA=="],
193193

194-
"@nomicfoundation/hardhat-ignition-viem": ["@nomicfoundation/[email protected].13", "", { "peerDependencies": { "@nomicfoundation/hardhat-ignition": "^0.15.13", "@nomicfoundation/hardhat-viem": "^2.1.0", "@nomicfoundation/ignition-core": "^0.15.13", "hardhat": "^2.26.0", "viem": "^2.7.6" } }, "sha512-TT462kG6s+XKhVX6t+YamRQohuKB49wF3Aq1bv90q29FOv1OmjoqvgDfehdAUZknyrH9+I3eXDJrH8I9kwOjGQ=="],
194+
"@nomicfoundation/hardhat-ignition-viem": ["@nomicfoundation/[email protected].14", "", { "peerDependencies": { "@nomicfoundation/hardhat-ignition": "^0.15.14", "@nomicfoundation/hardhat-viem": "^2.1.0", "@nomicfoundation/ignition-core": "^0.15.14", "hardhat": "^2.26.0", "viem": "^2.7.6" } }, "sha512-LVzzBEyOUGyvEG8nObtEfWb1aLDdPbapUAvfQY/mvC+whteJ7Q8y/gv5letciS52Z7ETAX/TDKJKRD58zzDviA=="],
195195

196196
"@nomicfoundation/hardhat-network-helpers": ["@nomicfoundation/[email protected]", "", { "dependencies": { "ethereumjs-util": "^7.1.4" }, "peerDependencies": { "hardhat": "^2.26.0" } }, "sha512-ZS+NulZuR99NUHt2VwcgZvgeD6Y63qrbORNRuKO+lTowJxNVsrJ0zbRx1j5De6G3dOno5pVGvuYSq2QVG0qCYg=="],
197197

198-
"@nomicfoundation/hardhat-toolbox-viem": ["@nomicfoundation/[email protected].0", "", { "dependencies": { "chai-as-promised": "^7.1.1" }, "peerDependencies": { "@nomicfoundation/hardhat-ignition-viem": "^0.15.13", "@nomicfoundation/hardhat-network-helpers": "^1.1.0", "@nomicfoundation/hardhat-verify": "^2.1.0", "@nomicfoundation/hardhat-viem": "^2.1.0", "@types/chai": "^4.2.0", "@types/chai-as-promised": "^7.1.6", "@types/mocha": ">=9.1.0", "@types/node": ">=20.0.0", "chai": "^4.2.0", "hardhat": "^2.26.0", "hardhat-gas-reporter": "^2.3.0", "solidity-coverage": "^0.8.1", "ts-node": ">=8.0.0", "typescript": "^5.0.4", "viem": "^2.7.6" } }, "sha512-B++V/JBaxHxfwUVdWipUrttdtcCm+1YP7fFxowuzfJZ+S2E9td8LntIYRgpRxaUZP9T3vsUfD2XWvZrfCuYslg=="],
198+
"@nomicfoundation/hardhat-toolbox-viem": ["@nomicfoundation/[email protected].1", "", { "dependencies": { "chai-as-promised": "^7.1.1" }, "peerDependencies": { "@nomicfoundation/hardhat-ignition-viem": "^0.15.13", "@nomicfoundation/hardhat-network-helpers": "^1.1.0", "@nomicfoundation/hardhat-verify": "^2.1.0", "@nomicfoundation/hardhat-viem": "^2.1.0", "@types/chai": "^4.2.0", "@types/chai-as-promised": "^7.1.6", "@types/mocha": ">=9.1.0", "@types/node": ">=20.0.0", "chai": "^4.2.0", "hardhat": "^2.26.0", "hardhat-gas-reporter": "^2.3.0", "solidity-coverage": "^0.8.1", "ts-node": ">=8.0.0", "typescript": "^5.0.4", "viem": "^2.7.6" } }, "sha512-EnQ3fyJdZRH+MspFQoTsuNwFx0/3sNgow7qjhkrV1D1Sd26JNllhzc7fJRvf4m6+0h469QtCM2A1Hp4PX46Wuw=="],
199199

200200
"@nomicfoundation/hardhat-verify": ["@nomicfoundation/[email protected]", "", { "dependencies": { "@ethersproject/abi": "^5.1.2", "@ethersproject/address": "^5.0.2", "cbor": "^8.1.0", "debug": "^4.1.1", "lodash.clonedeep": "^4.5.0", "picocolors": "^1.1.0", "semver": "^6.3.0", "table": "^6.8.0", "undici": "^5.14.0" }, "peerDependencies": { "hardhat": "^2.26.0" } }, "sha512-ogRbwlzphOR2MK/TxDG/uOftEhVJtD81eBU32YZ/maqQOHYOPKymu7BvF9syp7b2fxID5/loEIvxizjW1yBvvQ=="],
201201

@@ -299,7 +299,7 @@
299299

300300
"@types/mocha": ["@types/[email protected]", "", {}, "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q=="],
301301

302-
"@types/node": ["@types/node@12.20.55", "", {}, "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ=="],
302+
"@types/node": ["@types/node@22.7.5", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ=="],
303303

304304
"@types/parse-json": ["@types/[email protected]", "", {}, "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw=="],
305305

@@ -1445,15 +1445,13 @@
14451445

14461446
"@scure/bip32/@noble/curves": ["@noble/[email protected]", "", { "dependencies": { "@noble/hashes": "1.8.0" } }, "sha512-GIKz/j99FRthB8icyJQA51E8Uk5hXmdyThjgQXRKiv9h0zeRlzSCLIzFw6K1LotZ3XuB7yzlf76qk7uBmTdFqA=="],
14471447

1448-
"@types/bn.js/@types/node": ["@types/node@22.7.5", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ=="],
1448+
"@types/connect/@types/node": ["@types/node@12.20.55", "", {}, "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ=="],
14491449

1450-
"@types/glob/@types/node": ["@types/node@22.7.5", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ=="],
1450+
"@types/dns-packet/@types/node": ["@types/node@12.20.55", "", {}, "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ=="],
14511451

14521452
"@types/minimatch/minimatch": ["[email protected]", "", { "dependencies": { "@isaacs/brace-expansion": "^5.0.0" } }, "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw=="],
14531453

1454-
"@types/pbkdf2/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ=="],
1455-
1456-
"@types/secp256k1/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ=="],
1454+
"@types/ws/@types/node": ["@types/[email protected]", "", {}, "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ=="],
14571455

14581456
"@whatwg-node/disposablestack/tslib": ["[email protected]", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="],
14591457

@@ -1497,8 +1495,6 @@
14971495

14981496
"ethers/@noble/hashes": ["@noble/[email protected]", "", {}, "sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ=="],
14991497

1500-
"ethers/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ=="],
1501-
15021498
"ethers/tslib": ["[email protected]", "", {}, "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA=="],
15031499

15041500
"ethers/ws": ["[email protected]", "", { "peerDependencies": { "bufferutil": "^4.0.1", "utf-8-validate": ">=5.0.2" }, "optionalPeers": ["bufferutil", "utf-8-validate"] }, "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ=="],
@@ -1559,6 +1555,8 @@
15591555

15601556
"jake/async": ["[email protected]", "", {}, "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="],
15611557

1558+
"jayson/@types/node": ["@types/[email protected]", "", {}, "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ=="],
1559+
15621560
"jayson/commander": ["[email protected]", "", {}, "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="],
15631561

15641562
"micro-eth-signer/@noble/curves": ["@noble/[email protected]", "", { "dependencies": { "@noble/hashes": "1.7.2" } }, "sha512-vnI7V6lFNe0tLAuJMu+2sX+FcL14TaCWy1qiczg1VwRmPrpQCdq5ESXQMqUc2tluRNf6irBXrWbl1mGN8uaU/g=="],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@graphprotocol/graph-cli": "0.96.0",
4040
"@graphprotocol/graph-ts": "0.38.0",
4141
"@nomicfoundation/hardhat-foundry": "1.2.0",
42-
"@nomicfoundation/hardhat-ignition-viem": "0.15.13",
43-
"@nomicfoundation/hardhat-toolbox-viem": "4.1.0",
42+
"@nomicfoundation/hardhat-ignition-viem": "0.15.14",
43+
"@nomicfoundation/hardhat-toolbox-viem": "4.1.1",
4444
"@nomiclabs/hardhat-solhint": "4.1.0",
4545
"@openzeppelin/contracts": "5.4.0",
4646
"@openzeppelin/subgraphs": "0.1.8-5",

0 commit comments

Comments
 (0)