Skip to content

Commit 527c038

Browse files
chore(deps): update dependency @nomicfoundation/hardhat-ignition-viem to v0.15.5 (#29)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@nomicfoundation/hardhat-ignition-viem](https://hardhat.org) ([source](https://togithub.com/NomicFoundation/hardhat-ignition)) | devDependencies | patch | [`0.15.4` -> `0.15.5`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-ignition-viem/0.15.4/0.15.5) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/NomicFoundation/hardhat-ignition/badge)](https://securityscorecards.dev/viewer/?uri=github.com/NomicFoundation/hardhat-ignition) | --- ### Release Notes <details> <summary>NomicFoundation/hardhat-ignition (@&#8203;nomicfoundation/hardhat-ignition-viem)</summary> ### [`v0.15.5`](https://togithub.com/NomicFoundation/hardhat-ignition/releases/tag/v0.15.5) [Compare Source](https://togithub.com/NomicFoundation/hardhat-ignition/compare/v0.15.4...v0.15.5) #### 0.15.5 - 2024-06-17 ##### Added - New function `m.encodeFunctionCall` ([#&#8203;761](https://togithub.com/NomicFoundation/hardhat-ignition/pull/761)) ##### Fixed - Adjusted regex to allow calling overloaded functions with array parameters ([#&#8203;774](https://togithub.com/NomicFoundation/hardhat-ignition/pull/774)) - Handle anvil response for `hardhat_setBalance` when deploying with create2 ([#&#8203;773](https://togithub.com/NomicFoundation/hardhat-ignition/pull/773)) - Properly resolve `verify` logic when dealing with circular or very deeply nested imports ([#&#8203;772](https://togithub.com/NomicFoundation/hardhat-ignition/pull/772)) - Exclude BNB Test Chain from zero fee configuration in gas fee logic, thanks [@&#8203;MukulKolpe](https://togithub.com/MukulKolpe) ([#&#8203;768](https://togithub.com/NomicFoundation/hardhat-ignition/pull/768)) *** > 💡 **The Nomic Foundation is hiring! Check [our open positions](https://www.nomic.foundation/jobs).** *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/settlemint/solidity-empty). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> 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 77ff233 commit 527c038

File tree

2 files changed

+34
-21
lines changed

2 files changed

+34
-21
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@graphprotocol/graph-cli": "0.74.1",
1414
"@graphprotocol/graph-ts": "0.35.1",
1515
"@nomicfoundation/hardhat-foundry": "1.1.2",
16-
"@nomicfoundation/hardhat-ignition-viem": "0.15.4",
16+
"@nomicfoundation/hardhat-ignition-viem": "0.15.5",
1717
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
1818
"@nomiclabs/hardhat-solhint": "3.1.0",
1919
"hardhat": "2.22.5",

0 commit comments

Comments
 (0)