Skip to content

Commit 02c8ed6

Browse files
chore(deps): update hardhat packages (#135)
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/hardhat-foundry@1.1.3...@nomicfoundation/hardhat-foundry@1.1.4) 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/hardhat-solhint@4.0.1...@nomiclabs/hardhat-solhint@4.0.2) 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-token-erc721). <!--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 bce1fac commit 02c8ed6

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

bun.lock

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"@amxx/graphprotocol-utils": "1.2.0",
3838
"@graphprotocol/graph-cli": "0.96.0",
3939
"@graphprotocol/graph-ts": "0.38.0",
40-
"@nomicfoundation/hardhat-foundry": "1.1.3",
40+
"@nomicfoundation/hardhat-foundry": "1.1.4",
4141
"@nomicfoundation/hardhat-ignition-viem": "0.15.11",
4242
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
43-
"@nomiclabs/hardhat-solhint": "4.0.1",
43+
"@nomiclabs/hardhat-solhint": "4.0.2",
4444
"@openzeppelin/contracts": "5.3.0",
4545
"@openzeppelin/subgraphs": "0.1.8-5",
46-
"hardhat": "2.24.2",
46+
"hardhat": "2.24.3",
4747
"solhint": "5.1.0"
4848
},
4949
"overrides": {

0 commit comments

Comments
 (0)