Skip to content

Commit edac25b

Browse files
chore(deps): update dependency solhint to v5.1.0 (#164)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [solhint](https://protofire.github.io/solhint/) ([source](https://redirect.github.com/protofire/solhint)) | dependencies | minor | [`5.0.5` -> `5.1.0`](https://renovatebot.com/diffs/npm/solhint/5.0.5/5.1.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/protofire/solhint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/protofire/solhint) | --- ### Release Notes <details> <summary>protofire/solhint (solhint)</summary> ### [`v5.1.0`](https://redirect.github.com/protofire/solhint/blob/HEAD/CHANGELOG.md#510---2025-05-05) [Compare Source](https://redirect.github.com/protofire/solhint/compare/910c1a2b22c25192c303148de469f3c529db82d4...v5.1.0) ##### Added - Argument to avoid discord poster - [#&#8203;646](https://redirect.github.com/protofire/solhint/pull/646) - Auto-fix for `no-unused-import` - [#&#8203;648](https://redirect.github.com/protofire/solhint/pull/648) (Thanks to [@&#8203;DenisGorbachev](https://redirect.github.com/DenisGorbachev)) - New Rule: import-path-check - [#&#8203;657](https://redirect.github.com/protofire/solhint/pull/657) ##### Updated - yml and parser update - [#&#8203;668](https://redirect.github.com/protofire/solhint/pull/668) (Thanks to [@&#8203;zeevick10](https://redirect.github.com/zeevick10)) - cleanup deprecated code - [#&#8203;655](https://redirect.github.com/protofire/solhint/pull/655) - Improved `ordering` rule - [#&#8203;656](https://redirect.github.com/protofire/solhint/pull/656) ##### BREAKING CHANGE - Removed code for `solhint:default` ruleset - [#&#8203;654](https://redirect.github.com/protofire/solhint/pull/654) Thanks to [@&#8203;fanqiaojun](https://redirect.github.com/fanqiaojun), [@&#8203;maximevtush](https://redirect.github.com/maximevtush), [@&#8203;MaxweLL22-22](https://redirect.github.com/MaxweLL22-22), [@&#8203;PixelPil0t1](https://redirect.github.com/PixelPil0t1), [@&#8203;wgyt](https://redirect.github.com/wgyt), [@&#8203;operagxsasha](https://redirect.github.com/operagxsasha), [@&#8203;Hopium21](https://redirect.github.com/Hopium21), [@&#8203;leopardracer](https://redirect.github.com/leopardracer), [@&#8203;omahs](https://redirect.github.com/omahs), [@&#8203;zeevick10](https://redirect.github.com/zeevick10), [@&#8203;gap-editor](https://redirect.github.com/gap-editor), [@&#8203;Olexandr88](https://redirect.github.com/Olexandr88), [@&#8203;jirutka](https://redirect.github.com/jirutka) For making the time of pointing out typos, license update, broken links, unused code, copyright, small reviews, etc. We really appreciate your contributions! <br><br> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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-supplychain). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> ## Summary by Sourcery Chores: - Upgrade solhint from version 5.0.5 to 5.1.0 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 e5b0f06 commit edac25b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

bun.lock

Lines changed: 5 additions & 3 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
@@ -44,7 +44,7 @@
4444
"@openzeppelin/contracts": "5.3.0",
4545
"@openzeppelin/subgraphs": "0.1.8-5",
4646
"hardhat": "2.23.0",
47-
"solhint": "5.0.5"
47+
"solhint": "5.1.0"
4848
},
4949
"overrides": {
5050
"@graphprotocol/graph-cli": "0.96.0",

0 commit comments

Comments
 (0)