Commit 9b7da99
authored
chore(deps): update dependency solhint to v5.2.0 (#187)
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.1.0` ->
`5.2.0`](https://renovatebot.com/diffs/npm/solhint/5.1.0/5.2.0) |
[](https://securityscorecards.dev/viewer/?uri=github.com/protofire/solhint)
|
---
### Release Notes
<details>
<summary>protofire/solhint (solhint)</summary>
###
[`v5.2.0`](https://redirect.github.com/protofire/solhint/blob/HEAD/CHANGELOG.md#520---2025-06-27)
[Compare
Source](https://redirect.github.com/protofire/solhint/compare/v5.1.0...2fc8b33bb13afa7979d21870de8c2d950c201a3e)
##### Fixed
- `imports-order` interference with `no-unused-imports`
[#​684](https://redirect.github.com/protofire/solhint/pull/684)
##### Added
- Added `cache` flag allowing to skip already evaluated files if no
error was thrown and file did not change -
[#​685](https://redirect.github.com/protofire/solhint/pull/685)
- Added multi-directory config support by hierarchy -
[#​678](https://redirect.github.com/protofire/solhint/pull/678)
- Added better error handling on invalid configs -
[#​683](https://redirect.github.com/protofire/solhint/pull/683)
Thanks to [@​smol-ninja](https://redirect.github.com/smol-ninja) -
[@​PaulRBerg](https://redirect.github.com/PaulRBerg)
[@​lechpzn](https://redirect.github.com/lechpzn),
[@​otc-png](https://redirect.github.com/otc-png),
[@​MamunC0der](https://redirect.github.com/MamunC0der),
[@​kks-code](https://redirect.github.com/kks-code),
[@​RidaMichofi](https://redirect.github.com/RidaMichofi)
For making the time of proposing rules, pointing out typos, 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-token-erc20).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
## Summary by Sourcery
Upgrade Solhint to v5.2.0 to apply the latest enhancements, including
caching, multi-directory config, and better error handling, and to fix
import ordering interference.
New Features:
- Add cache flag to skip already evaluated files when no errors occur
- Support multi-directory configuration via hierarchical lookup
- Improve error handling for invalid configurations
Bug Fixes:
- Fix imports-order rule interfering with no-unused-imports
Build:
- Update solhint dependency from v5.1.0 to v5.2.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 9e6a84e commit 9b7da99
2 files changed
Lines changed: 19 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments