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.9 (#86)

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.8` ->
`0.15.9`](https://renovatebot.com/diffs/npm/@nomicfoundation%2fhardhat-ignition-viem/0.15.8/0.15.9)
| [![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.9`](https://redirect.github.com/NomicFoundation/hardhat-ignition/releases/tag/v0.15.9)

[Compare
Source](https://redirect.github.com/NomicFoundation/hardhat-ignition/compare/v0.15.8...v0.15.9)

#### 0.15.9 - 2024-12-18

##### Added

- Standard Ignition UI can now be enabled when deploying via Hardhat
scripts by setting `displayUi: true` in the `deploy` function options,
[@&#8203;zoeyTM](https://redirect.github.com/zoeyTM)
([#&#8203;843](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/843))
- Ignition modules can now be set as a dependency in the `after` option
of futures, [@&#8203;zoeyTM](https://redirect.github.com/zoeyTM)
([#&#8203;828](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/828))
- The `ignition transactions` command output will now include a link to
view each transaction on the configured block explorer,
[@&#8203;zoeyTM](https://redirect.github.com/zoeyTM)
([#&#8203;849](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/849))
- Module parameters can now be directly imported from a JSON file when
deploying via Hardhat scripts by passing an absolute path to the file to
the `parameters` option,
[@&#8203;zoeyTM](https://redirect.github.com/zoeyTM)
([#&#8203;850](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/850))

##### Fixed

- Properly handle errors when verifying deployments that use external
artifacts, [@&#8203;zoeyTM](https://redirect.github.com/zoeyTM)
([#&#8203;848](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/848))
- Fix issue with `ignition status` command not working with deployments
that use external artifacts,
[@&#8203;zoeyTM](https://redirect.github.com/zoeyTM)
([#&#8203;846](https://redirect.github.com/NomicFoundation/hardhat-ignition/pull/846))

***

> 💡 **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 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-diamond-bond).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi41IiwidXBkYXRlZEluVmVyIjoiMzkuNzIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

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 Dec 19, 2024
1 parent 3584ef1 commit 4fa0d1f
Showing 1 changed file with 1 addition and 1 deletion.
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.93.1",
"@graphprotocol/graph-ts": "0.37.0",
"@nomicfoundation/hardhat-foundry": "1.1.3",
"@nomicfoundation/hardhat-ignition-viem": "0.15.8",
"@nomicfoundation/hardhat-ignition-viem": "0.15.9",
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
"@nomiclabs/hardhat-solhint": "4.0.1",
"@openzeppelin/contracts": "5.1.0",
Expand Down

0 comments on commit 4fa0d1f

Please sign in to comment.