Skip to content

Commit

Permalink
chore(deps): update dependency @nomicfoundation/hardhat-ignition-viem…
Browse files Browse the repository at this point in the history
… to v0.15.6 (#47)

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-soulbound).

<!--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>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent c750b12 commit 77f7c22
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 28 deletions.
69 changes: 42 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@graphprotocol/graph-cli": "0.83.0",
"@graphprotocol/graph-ts": "0.35.1",
"@nomicfoundation/hardhat-foundry": "1.1.2",
"@nomicfoundation/hardhat-ignition-viem": "0.15.5",
"@nomicfoundation/hardhat-ignition-viem": "0.15.6",
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@nomiclabs/hardhat-solhint": "4.0.1",
"@openzeppelin/contracts": "5.0.2",
Expand Down

0 comments on commit 77f7c22

Please sign in to comment.