Skip to content

Commit 2ef620f

Browse files
chore(deps): update dependency @nomiclabs/hardhat-solhint to v4 (#29)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@nomiclabs/hardhat-solhint](https://togithub.com/nomiclabs/hardhat/tree/main/packages/hardhat-solhint) ([source](https://togithub.com/nomiclabs/hardhat)) | devDependencies | major | [`3.1.0` -> `4.0.0`](https://renovatebot.com/diffs/npm/@nomiclabs%2fhardhat-solhint/3.1.0/4.0.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nomiclabs/hardhat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nomiclabs/hardhat) | --- ### Release Notes <details> <summary>nomiclabs/hardhat (@&#8203;nomiclabs/hardhat-solhint)</summary> ### [`v4.0.0`](https://togithub.com/NomicFoundation/hardhat/releases/tag/%40nomiclabs/hardhat-solhint%404.0.0) [Compare Source](https://togithub.com/nomiclabs/hardhat/compare/@nomiclabs/hardhat-solhint@3.1.0...@nomiclabs/hardhat-solhint@4.0.0) This release is a major update. It fixes the issue of the check task always exiting with exit code 0, even if solhint reports errors ([#&#8203;5057](https://togithub.com/nomiclabs/hardhat/issues/5057)). It also updates the solhint dependency to [v5.0.2](https://togithub.com/protofire/solhint/releases/tag/v5.0.2). ##### Changes - [`cc79bd7`](https://togithub.com/nomiclabs/hardhat/commit/cc79bd7): Ensured the check task exits with exit code 1 when solhint raises any errors; this is a breaking change since the check task would previously always exit with exit code 0 - [`9cae5e7`](https://togithub.com/nomiclabs/hardhat/commit/9cae5e7): Updated solhint dependency to [v5.0.2](https://togithub.com/protofire/solhint/releases/tag/v5.0.2) *** > 💡 **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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/solidity-token-erc721a). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> 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 11c47e7 commit 2ef620f

File tree

2 files changed

+10
-189
lines changed

2 files changed

+10
-189
lines changed

package-lock.json

Lines changed: 9 additions & 188 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
@@ -15,7 +15,7 @@
1515
"@nomicfoundation/hardhat-foundry": "1.1.2",
1616
"@nomicfoundation/hardhat-ignition-viem": "0.15.5",
1717
"@nomicfoundation/hardhat-toolbox-viem": "3.0.0",
18-
"@nomiclabs/hardhat-solhint": "3.1.0",
18+
"@nomiclabs/hardhat-solhint": "4.0.0",
1919
"@openzeppelin/contracts": "5.0.2",
2020
"@openzeppelin/subgraphs": "0.1.8-5",
2121
"hardhat": "2.22.7",

0 commit comments

Comments
 (0)