Skip to content

Commit 5387cbe

Browse files
chore(deps): update hardhat packages (#151)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@nomicfoundation/hardhat-foundry](https://redirect.github.com/nomicfoundation/hardhat/tree/main/packages/hardhat-foundry) ([source](https://redirect.github.com/nomicfoundation/hardhat)) | dependencies | patch | [`1.1.3` -> `1.1.4`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-foundry/1.1.3/1.1.4) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomicfoundation/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomicfoundation/hardhat) | | [@nomiclabs/hardhat-solhint](https://redirect.github.com/nomiclabs/hardhat/tree/main/packages/hardhat-solhint) ([source](https://redirect.github.com/nomiclabs/hardhat)) | dependencies | patch | [`4.0.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/@nomiclabs%2fhardhat-solhint/4.0.1/4.0.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomiclabs/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomiclabs/hardhat) | | [hardhat](https://hardhat.org) ([source](https://redirect.github.com/nomiclabs/hardhat)) | dependencies | patch | [`2.24.2` -> `2.24.3`](https://renovatebot.com/diffs/npm/hardhat/2.24.2/2.24.3) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomiclabs/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomiclabs/hardhat) | --- ### Release Notes <details> <summary>nomicfoundation/hardhat (@&#8203;nomicfoundation/hardhat-foundry)</summary> ### [`v1.1.4`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/%40nomicfoundation/hardhat-foundry%401.1.4) [Compare Source](https://redirect.github.com/nomicfoundation/hardhat/compare/@nomicfoundation/[email protected]...@nomicfoundation/[email protected]) This release is a small bug fix that updates `hardhat-foundry`'s usage to match the latest versions of `forge`. ##### Changes - [`52e2272`](https://redirect.github.com/nomicfoundation/hardhat/commit/52e2272): Fixed a bug in the `init-foundry` task that prevented it from being used with the latest versions of `forge` *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** </details> <details> <summary>nomiclabs/hardhat (@&#8203;nomiclabs/hardhat-solhint)</summary> ### [`v4.0.2`](https://redirect.github.com/NomicFoundation/hardhat/releases/tag/%40nomiclabs/hardhat-solhint%404.0.2) [Compare Source](https://redirect.github.com/nomiclabs/hardhat/compare/@nomiclabs/[email protected]...@nomiclabs/[email protected]) This release is a small bug fix that restricts the `solhint` dependency to `~5.0.0`. ##### Changes - [`173a8a3`](https://redirect.github.com/nomiclabs/hardhat/commit/173a8a3): Fixed hardhat-solhint by restricting the solhint dependency to ~5.0.0. *** > 💡 **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-empty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> 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 a4c4dd5 commit 5387cbe

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

bun.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"@amxx/graphprotocol-utils": "1.2.0",
77
"@graphprotocol/graph-cli": "0.96.0",
88
"@graphprotocol/graph-ts": "0.38.0",
9-
"@nomicfoundation/hardhat-foundry": "1.1.3",
9+
"@nomicfoundation/hardhat-foundry": "1.1.4",
1010
"@nomicfoundation/hardhat-ignition-viem": "0.15.11",
1111
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
12-
"@nomiclabs/hardhat-solhint": "4.0.1",
12+
"@nomiclabs/hardhat-solhint": "4.0.2",
1313
"@openzeppelin/subgraphs": "0.1.8-5",
14-
"hardhat": "2.24.2",
14+
"hardhat": "2.24.3",
1515
"solhint": "5.1.0",
1616
},
1717
},
@@ -190,23 +190,23 @@
190190

191191
"@nodelib/fs.walk": ["@nodelib/[email protected]", "", { "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" } }, "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg=="],
192192

193-
"@nomicfoundation/edr": ["@nomicfoundation/[email protected].0", "", { "dependencies": { "@nomicfoundation/edr-darwin-arm64": "0.11.0", "@nomicfoundation/edr-darwin-x64": "0.11.0", "@nomicfoundation/edr-linux-arm64-gnu": "0.11.0", "@nomicfoundation/edr-linux-arm64-musl": "0.11.0", "@nomicfoundation/edr-linux-x64-gnu": "0.11.0", "@nomicfoundation/edr-linux-x64-musl": "0.11.0", "@nomicfoundation/edr-win32-x64-msvc": "0.11.0" } }, "sha512-36WERf8ldvyHR6UAbcYsa+vpbW7tCrJGBwF4gXSsb8+STj1n66Hz85Y/O7B9+8AauX3PhglvV5dKl91tk43mWw=="],
193+
"@nomicfoundation/edr": ["@nomicfoundation/[email protected].1", "", { "dependencies": { "@nomicfoundation/edr-darwin-arm64": "0.11.1", "@nomicfoundation/edr-darwin-x64": "0.11.1", "@nomicfoundation/edr-linux-arm64-gnu": "0.11.1", "@nomicfoundation/edr-linux-arm64-musl": "0.11.1", "@nomicfoundation/edr-linux-x64-gnu": "0.11.1", "@nomicfoundation/edr-linux-x64-musl": "0.11.1", "@nomicfoundation/edr-win32-x64-msvc": "0.11.1" } }, "sha512-P97XwcD9DdMMZm9aqw89+mzqzlKmqzSPM3feBES2WVRm5/LOiBYorhpeAX+ANj0X8532SKgxoZK/CN5OWv9vZA=="],
194194

195-
"@nomicfoundation/edr-darwin-arm64": ["@nomicfoundation/[email protected].0", "", {}, "sha512-aYTVdcSs27XG7ayTzvZ4Yn9z/ABSaUwicrtrYK2NR8IH0ik4N4bWzo/qH8rax6rewVLbHUkGyGYnsy5ZN4iiMw=="],
195+
"@nomicfoundation/edr-darwin-arm64": ["@nomicfoundation/[email protected].1", "", {}, "sha512-vjca7gkl1o0yYqMjwxQpMEtdsb20nWHBnnxDO8ZBCTD5IwfYT5LiMxFaJo8NUJ7ODIRkF/zuEtAF3W7+ZlC5RA=="],
196196

197-
"@nomicfoundation/edr-darwin-x64": ["@nomicfoundation/[email protected].0", "", {}, "sha512-RxX7UYgvJrfcyT/uHUn44Nsy1XaoW+Q1khKMdHKxeW7BrgIi+Lz+siz3bX5vhSoAnKilDPhIVLrnC8zxQhjR2A=="],
197+
"@nomicfoundation/edr-darwin-x64": ["@nomicfoundation/[email protected].1", "", {}, "sha512-0aGStHq9XePXX9UqdU1w60HGO9AfYCgkNEir5sBpntU5E0TvZEK6jwyYr667+s90n2mihdeP97QSA0O/6PT6PA=="],
198198

199-
"@nomicfoundation/edr-linux-arm64-gnu": ["@nomicfoundation/[email protected].0", "", {}, "sha512-J0j+rs0s11FuSipt/ymqrFmpJ7c0FSz1/+FohCIlUXDxFv//+1R/8lkGPjEYFmy8DPpk/iO8mcpqHTGckREbqA=="],
199+
"@nomicfoundation/edr-linux-arm64-gnu": ["@nomicfoundation/[email protected].1", "", {}, "sha512-OWhCETc03PVdtzatW/c2tpOPx+GxlBfBaLmMuGRD1soAr1nMOmg2WZAlo4i6Up9fkQYl+paiYMMFVat1meaMvQ=="],
200200

201-
"@nomicfoundation/edr-linux-arm64-musl": ["@nomicfoundation/[email protected].0", "", {}, "sha512-4r32zkGMN7WT/CMEuW0VjbuEdIeCskHNDMW4SSgQSJOE/N9L1KSLJCSsAbPD3aYE+e4WRDTyOwmuLjeUTcLZKQ=="],
201+
"@nomicfoundation/edr-linux-arm64-musl": ["@nomicfoundation/[email protected].1", "", {}, "sha512-p0qvtIvDA2eZ8pQ5XUKnWdW1IrwFzSrjyrO88oYx6Lkw8nYwf2JEeETo5o5W84DDfimfoBGP7RWPTPcTBKCaLQ=="],
202202

203-
"@nomicfoundation/edr-linux-x64-gnu": ["@nomicfoundation/[email protected].0", "", {}, "sha512-SmdncQHLYtVNWLIMyGaY6LpAfamzTDe3fxjkirmJv3CWR5tcEyC6LMui/GsIVnJzXeNJBXAzwl8hTUAxHTM6kQ=="],
203+
"@nomicfoundation/edr-linux-x64-gnu": ["@nomicfoundation/[email protected].1", "", {}, "sha512-V4Us7Q0E8kng3O/czd5GRcxmZxWX+USgqz9yQ3o7DVq7FP96idaKvtcbMQp64tjHf2zNtX2y77sGzgbVau7Bww=="],
204204

205-
"@nomicfoundation/edr-linux-x64-musl": ["@nomicfoundation/[email protected].0", "", {}, "sha512-w6hUqpn/trwiH6SRuRGysj37LsQVCX5XDCA3Xi81sbOaLhbHrNvK9TXWyZmcuzbdTKQQW6VNywcSxDdOiChcJg=="],
205+
"@nomicfoundation/edr-linux-x64-musl": ["@nomicfoundation/[email protected].1", "", {}, "sha512-lCSXsF10Kjjvs5duGbM6pi1WciWHXFNWkMgDAY4pg6ZRIy4gh+uGC6CONMfP4BDZwfrALo2p6+LwyotrJEqpyg=="],
206206

207-
"@nomicfoundation/edr-win32-x64-msvc": ["@nomicfoundation/[email protected].0", "", {}, "sha512-BLmULjRKoH9BsX+c4Na2ypV7NGeJ+M6Zpqj/faPOwleVscDdSr/IhriyPaXCe8dyfwbge7lWsbekiADtPSnB2Q=="],
207+
"@nomicfoundation/edr-win32-x64-msvc": ["@nomicfoundation/[email protected].1", "", {}, "sha512-sNSmmRTURAd1sdKuyO5tqrFiJvHHVPZLM4HB53F21makGoyInFGhejdo3qZrkoinM8k0ewEJDbUp0YuMEgMOhQ=="],
208208

209-
"@nomicfoundation/hardhat-foundry": ["@nomicfoundation/[email protected].3", "", { "dependencies": { "picocolors": "^1.1.0" }, "peerDependencies": { "hardhat": "^2.17.2" } }, "sha512-30Ezc3hlZ4pC5Z/9W9euW5uoPKKQQKaecLETHJH8BPpd30zYOooy6HfjmcTY1/taOQjlwirOdNO7tHlje8Qcgw=="],
209+
"@nomicfoundation/hardhat-foundry": ["@nomicfoundation/[email protected].4", "", { "dependencies": { "picocolors": "^1.1.0" }, "peerDependencies": { "hardhat": "^2.17.2" } }, "sha512-jpKyOr8bYKJPCuxJIJGOJzzyQPLcLJYq+kLPx135dkgCXyHiFdbSaGA9AEwqsPf97wlwXkskXGn4a21XOkSOPg=="],
210210

211211
"@nomicfoundation/hardhat-ignition": ["@nomicfoundation/[email protected]", "", { "dependencies": { "@nomicfoundation/ignition-core": "^0.15.9", "@nomicfoundation/ignition-ui": "^0.15.9", "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.0.1", "hardhat": "^2.18.0" } }, "sha512-lSWqhaDOBt6gsqMadkRLvH6HdoFV1v8/bx7z+12cghaOloVwwn48CPoTH2iXXnkqilPGw8rdH5eVTE6UM+2v6Q=="],
212212

@@ -240,7 +240,7 @@
240240

241241
"@nomicfoundation/solidity-analyzer-win32-x64-msvc": ["@nomicfoundation/[email protected]", "", {}, "sha512-Fdjli4DCcFHb4Zgsz0uEJXZ2K7VEO+w5KVv7HmT7WO10iODdU9csC2az4jrhEsRtiR9Gfd74FlG0NYlw1BMdyA=="],
242242

243-
"@nomiclabs/hardhat-solhint": ["@nomiclabs/[email protected].1", "", { "dependencies": { "solhint": "^5.0.2" }, "peerDependencies": { "hardhat": "^2.0.0" } }, "sha512-ekfbbGfUwMZGr9aPAurPa7GVMX/6XqKemppVEez+mC36H7G5UyBsnrUKZMhMDVHG9S7+ke9sLuaibnWvpdSrQA=="],
243+
"@nomiclabs/hardhat-solhint": ["@nomiclabs/[email protected].2", "", { "dependencies": { "solhint": "~5.0.2" }, "peerDependencies": { "hardhat": "^2.0.0" } }, "sha512-g+MXCH/im/NySmK7MoaQlHc7th/YWWqP2QP8SjRdp1+qmOP/5HBiOfYdYNlz9FIpwoAxIw3+PpuFlkEVZDmsIA=="],
244244

245245
"@oclif/core": ["@oclif/[email protected]", "", { "dependencies": { "ansi-escapes": "^4.3.2", "ansis": "^3.10.0", "clean-stack": "^3.0.1", "cli-spinners": "^2.9.2", "debug": "^4.4.0", "ejs": "^3.1.10", "get-package-type": "^0.1.0", "globby": "^11.1.0", "indent-string": "^4.0.0", "is-wsl": "^2.2.0", "lilconfig": "^3.1.3", "minimatch": "^9.0.5", "semver": "^7.6.3", "string-width": "^4.2.3", "supports-color": "^8", "widest-line": "^3.1.0", "wordwrap": "^1.0.0", "wrap-ansi": "^7.0.0" } }, "sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww=="],
246246

@@ -758,7 +758,7 @@
758758

759759
"handlebars": ["[email protected]", "", { "dependencies": { "minimist": "^1.2.5", "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, "optionalDependencies": { "uglify-js": "^3.1.4" }, "bin": { "handlebars": "bin/handlebars" } }, "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ=="],
760760

761-
"hardhat": ["[email protected]", "", { "dependencies": { "@ethereumjs/util": "^9.1.0", "@ethersproject/abi": "^5.1.2", "@nomicfoundation/edr": "^0.11.0", "@nomicfoundation/solidity-analyzer": "^0.1.0", "@sentry/node": "^5.18.1", "@types/bn.js": "^5.1.0", "@types/lru-cache": "^5.1.0", "adm-zip": "^0.4.16", "aggregate-error": "^3.0.0", "ansi-escapes": "^4.3.0", "boxen": "^5.1.2", "chokidar": "^4.0.0", "ci-info": "^2.0.0", "debug": "^4.1.1", "enquirer": "^2.3.0", "env-paths": "^2.2.0", "ethereum-cryptography": "^1.0.3", "find-up": "^5.0.0", "fp-ts": "1.19.3", "fs-extra": "^7.0.1", "immutable": "^4.0.0-rc.12", "io-ts": "1.10.4", "json-stream-stringify": "^3.1.4", "keccak": "^3.0.2", "lodash": "^4.17.11", "micro-eth-signer": "^0.14.0", "mnemonist": "^0.38.0", "mocha": "^10.0.0", "p-map": "^4.0.0", "picocolors": "^1.1.0", "raw-body": "^2.4.1", "resolve": "1.17.0", "semver": "^6.3.0", "solc": "0.8.26", "source-map-support": "^0.5.13", "stacktrace-parser": "^0.1.10", "tinyglobby": "^0.2.6", "tsort": "0.0.1", "undici": "^5.14.0", "uuid": "^8.3.2", "ws": "^7.4.6" }, "peerDependencies": { "ts-node": "*", "typescript": "*" }, "optionalPeers": ["ts-node", "typescript"], "bin": { "hardhat": "internal/cli/bootstrap.js" } }, "sha512-oYt+tcN2379Z3kqIhvVw6IFgWqTm/ixcrTvyAuQdE2RbD+kknwF7hDfUeggy0akrw6xdgCtXvnw9DFrxAB70hA=="],
761+
"hardhat": ["[email protected]", "", { "dependencies": { "@ethereumjs/util": "^9.1.0", "@ethersproject/abi": "^5.1.2", "@nomicfoundation/edr": "^0.11.1", "@nomicfoundation/solidity-analyzer": "^0.1.0", "@sentry/node": "^5.18.1", "@types/bn.js": "^5.1.0", "@types/lru-cache": "^5.1.0", "adm-zip": "^0.4.16", "aggregate-error": "^3.0.0", "ansi-escapes": "^4.3.0", "boxen": "^5.1.2", "chokidar": "^4.0.0", "ci-info": "^2.0.0", "debug": "^4.1.1", "enquirer": "^2.3.0", "env-paths": "^2.2.0", "ethereum-cryptography": "^1.0.3", "find-up": "^5.0.0", "fp-ts": "1.19.3", "fs-extra": "^7.0.1", "immutable": "^4.0.0-rc.12", "io-ts": "1.10.4", "json-stream-stringify": "^3.1.4", "keccak": "^3.0.2", "lodash": "^4.17.11", "micro-eth-signer": "^0.14.0", "mnemonist": "^0.38.0", "mocha": "^10.0.0", "p-map": "^4.0.0", "picocolors": "^1.1.0", "raw-body": "^2.4.1", "resolve": "1.17.0", "semver": "^6.3.0", "solc": "0.8.26", "source-map-support": "^0.5.13", "stacktrace-parser": "^0.1.10", "tinyglobby": "^0.2.6", "tsort": "0.0.1", "undici": "^5.14.0", "uuid": "^8.3.2", "ws": "^7.4.6" }, "peerDependencies": { "ts-node": "*", "typescript": "*" }, "optionalPeers": ["ts-node", "typescript"], "bin": { "hardhat": "internal/cli/bootstrap.js" } }, "sha512-2dhniQ1wW8/Wh3mP91kKcEnVva93mWYRaYLkV+a0ATkUEKrByGF2P5hCrlNHbqYP//D7L0CGYLtDjPQY6ILaVA=="],
762762

763763
"hardhat-gas-reporter": ["[email protected]", "", { "dependencies": { "array-uniq": "1.0.3", "eth-gas-reporter": "^0.2.25", "sha1": "^1.1.1" }, "peerDependencies": { "hardhat": "^2.0.2" } }, "sha512-02N4+So/fZrzJ88ci54GqwVA3Zrf0C9duuTyGt0CFRIh/CdNwbnTgkXkRfojOMLBQ+6t+lBIkgbsOtqMvNwikA=="],
764764

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"@amxx/graphprotocol-utils": "1.2.0",
3737
"@graphprotocol/graph-cli": "0.96.0",
3838
"@graphprotocol/graph-ts": "0.38.0",
39-
"@nomicfoundation/hardhat-foundry": "1.1.3",
39+
"@nomicfoundation/hardhat-foundry": "1.1.4",
4040
"@nomicfoundation/hardhat-ignition-viem": "0.15.11",
4141
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
42-
"@nomiclabs/hardhat-solhint": "4.0.1",
43-
"hardhat": "2.24.2",
42+
"@nomiclabs/hardhat-solhint": "4.0.2",
43+
"hardhat": "2.24.3",
4444
"solhint": "5.1.0",
4545
"@openzeppelin/subgraphs": "0.1.8-5"
4646
},

0 commit comments

Comments
 (0)