Skip to content

Commit de350f3

Browse files
chore(deps): update dependency @nomicfoundation/hardhat-ignition-viem to v0.15.9 (#82)
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-token-erc721a). <!--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>
1 parent 7a05318 commit de350f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.91.1",
3939
"@graphprotocol/graph-ts": "0.36.0",
4040
"@nomicfoundation/hardhat-foundry": "1.1.3",
41-
"@nomicfoundation/hardhat-ignition-viem": "0.15.8",
41+
"@nomicfoundation/hardhat-ignition-viem": "0.15.9",
4242
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
4343
"@nomiclabs/hardhat-solhint": "4.0.1",
4444
"@openzeppelin/contracts": "5.1.0",

0 commit comments

Comments
 (0)