Skip to content

Commit 0c30d7c

Browse files
chore(deps): update dependency @nomicfoundation/hardhat-ignition-viem to v0.15.6 (#85)
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-ignition)) | dependencies | patch | [`0.15.5` -> `0.15.6`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-ignition-viem/0.15.5/0.15.6) | [![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.6`](https://redirect.github.com/NomicFoundation/hardhat-ignition/releases/tag/v0.15.6) [Compare Source](https://redirect.github.com/NomicFoundation/hardhat-ignition/compare/v0.15.5...v0.15.6) #### 0.15.6 - 2024-09-25 ##### Added - Updates to the visualization UI, including the ability to zoom and pan the mermaid diagram ([#&#8203;810](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/810)) - `gasPrice` and `disableFeeBumping` config fields added as part of our L2 gas logic update ([#&#8203;808](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/808)) - Debug logging for communication errors with Hardhat Ledger ([#&#8203;792](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/792)) - JSON5 support for module parameters, thanks [@&#8203;erhant](https://redirect.github.com/erhant) ([#&#8203;800](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/800)) - Add `writeLocalhostDeployment` flag to allow saving deployment artifacts when deploying to the ephemeral Hardhat network, thanks [@&#8203;SebastienGllmt](https://redirect.github.com/SebastienGllmt) ([#&#8203;816](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/816)) ##### Fixed - Replace `this` with the class itself in `ViemIgnitionHelper`, thanks [@&#8203;iosh](https://redirect.github.com/iosh) ([#&#8203;796](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/796)) *** > 💡 **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc20). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> 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 d7d2afb commit 0c30d7c

File tree

2 files changed

+38
-23
lines changed

2 files changed

+38
-23
lines changed

package-lock.json

Lines changed: 37 additions & 22 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
@@ -38,7 +38,7 @@
3838
"@graphprotocol/graph-cli": "0.83.0",
3939
"@graphprotocol/graph-ts": "0.35.1",
4040
"@nomicfoundation/hardhat-foundry": "1.1.2",
41-
"@nomicfoundation/hardhat-ignition-viem": "0.15.5",
41+
"@nomicfoundation/hardhat-ignition-viem": "0.15.6",
4242
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
4343
"@nomiclabs/hardhat-solhint": "4.0.1",
4444
"@openzeppelin/contracts": "5.0.2",

0 commit comments

Comments
 (0)